From afa542c914379538f986f1428f176ffe42f62609 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 15 Apr 2020 16:54:38 +0300 Subject: [PATCH] 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. --- configure.ac | 2 +- etc/NEWS | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2