]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move WebP entry to a proper place.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Sep 2022 18:30:53 +0000 (21:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Sep 2022 18:30:53 +0000 (21:30 +0300)
etc/NEWS

index 4c596fd17e10dec73cd61809bed9416d269198ee..77ac0f5e6c1c882c72ae694139435de23d4f0e4a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,13 @@ applies, and please also update docstrings as needed.
 This uses the popular sqlite3 library, and can be disabled by using
 the '--without-sqlite3' option to the 'configure' script.
 
++++
+** Support for the WebP image format.
+This support is built by default when the libwebp library is
+available, and includes support for animated WebP images.  To disable
+WebP support, use the '--without-webp' configure flag.  Image
+specifiers can now use ':type webp'.
+
 +++
 ** Emacs has been ported to the Haiku operating system.
 The configuration process should automatically detect and build for
@@ -930,13 +937,6 @@ If non-nil, Outline Minor Mode will use buttons to hide/show outlines
 in addition to the ellipsis.  The default is nil in editing modes, but
 non-nil in 'special-mode' and its derivatives.
 
-+++
-** Support for the WebP image format.
-This support is built by default when the libwebp library is
-available, and includes support for animated WebP images.  To disable
-WebP support, use the '--without-webp' configure flag.  Image
-specifiers can now use ':type webp'.
-
 ** Windows
 
 +++