]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix small glitches in documenting the native image API feature
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Apr 2020 13:54:38 +0000 (16:54 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Apr 2020 13:54:38 +0000 (16:54 +0300)
* etc/NEWS: Fix wording of the entry for native image API support.
Reported by Juanma Barranquero <lekktu@gmail.com>.

* configure.ac (native-image-api): Fix the "--help" description.

configure.ac
etc/NEWS

index b0a2cc466b9bf195f3076c7d2e40d19ecfe76589..8cd754bd56b4a13480c7f00e7ae96e5a13484263 100644 (file)
@@ -433,7 +433,7 @@ OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support])
 OPTION_DEFAULT_ON([cairo],[don't compile with Cairo drawing])
 OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
 OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support])
-OPTION_DEFAULT_ON([native-image-api], [use native image APIs (GDI+ on Windows)])
+OPTION_DEFAULT_ON([native-image-api], [don't use native image APIs (GDI+ on Windows)])
 OPTION_DEFAULT_ON([json], [don't compile with native JSON support])
 
 OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
index 1bfaf655b1d709feec94c1e516119857dbece79c..396c757e708096d5de6e80b90c55faff65d1fa1a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -390,8 +390,7 @@ current IME activation status.
 ** On MS-Windows, Emacs can now use the native image API to display images.
 Emacs can now use the MS-Windows GDI+ library to load and display
 images in JPEG, PNG, GIF and TIFF formats.  This support is enabled
-with --with-native-image-api, which automatically disables the use of
-optional third party libraries for those formats.
+unless Emacs was configured --without-native-image-api.
 
 This feature is experimental, and needs to be turned on to be used.
 To turn this on, set the variable 'w32-use-native-image-API' to a