emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master afa542c: Fix small glitches in documenting the native image API f


From: Eli Zaretskii
Subject: master afa542c: Fix small glitches in documenting the native image API feature
Date: Wed, 15 Apr 2020 09:56:14 -0400 (EDT)

branch: master
commit afa542c914379538f986f1428f176ffe42f62609
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 <address@hidden>.
    
    * 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 b0a2cc4..8cd754b 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 1bfaf65..396c757 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]