summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRandy Taylor <dev@rjt.dev>2026-04-29 22:18:13 -0400
committerEli Zaretskii <eliz@gnu.org>2026-04-30 18:52:22 +0300
commitedc19c35369670e1dcf8afdd00c54bc68fc5594b (patch)
tree3cb767d930d1eddfd9590d144f2290bf2de5e8e9 /etc
parentb4e128b0cb257f135c995f331addbb611225b2cd (diff)
Always compile w32image.c on MinGW (Bug#80924)
This enables features unrelated to native image APIs, such as 'w32-export-frame' and 'yank-media', which need to call GDI+ functions. * configure.ac (HAVE_W32) [!CYGWIN]: Always include w32image.o in W32_OBJ. * etc/NEWS: Drop 'yank-media' '--without-native-image-api' caveat. * src/emacs.c (main): * src/w32select.c (convert_dibv5_to_png): * src/w32term.c (w32_draw_image_foreground): Replace HAVE_NATIVE_IMAGE_API with WINDOWSNT. * src/w32.c (term_ntproc): Remove redundant HAVE_NATIVE_IMAGE_API guard. * src/w32fns.c (Fw32_export_frame) [!WINDOWSNT]: Return nil on Cygwin.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd39d965a40..c54941382c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4681,9 +4681,7 @@ color Emoji font installed on your system for the 'emoji' script.
+++
** Emacs on MS-Windows now supports 'yank-media'.
This command inserts clipboard data of different formats into the
-current buffer, if the major mode supports it. (Support for
-'yank-media' will be unavailable on MS-Windows if Emacs was configured
-'--without-native-image-api'.)
+current buffer, if the major mode supports it.
---
** Emacs on MS-Windows now supports up to 1024 sub-processes.