From: Eli Zaretskii Date: Wed, 15 Apr 2020 13:54:38 +0000 (+0300) Subject: Fix small glitches in documenting the native image API feature X-Git-Tag: emacs-28.0.90~7580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afa542c914379538f986f1428f176ffe42f62609;p=emacs.git Fix small glitches in documenting the native image API feature * etc/NEWS: Fix wording of the entry for native image API support. Reported by Juanma Barranquero . * configure.ac (native-image-api): Fix the "--help" description. --- diff --git a/configure.ac b/configure.ac index b0a2cc466b9..8cd754bd56b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/etc/NEWS b/etc/NEWS index 1bfaf655b1d..396c757e708 100644 --- 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