diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-09-04 21:30:53 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-04 21:30:53 +0300 |
commit | 0fd0d0724919184315f76f395070e5f18d6a1e0f (patch) | |
tree | a2c9373d6174468e724e96078781cf15e9947e8d /etc | |
parent | 4eb3e6bdda2f233186f5a27f2ec5f50916eb73ef (diff) | |
download | emacs-0fd0d0724919184315f76f395070e5f18d6a1e0f.tar.gz |
; * etc/NEWS: Move WebP entry to a proper place.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -30,6 +30,13 @@ 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 Haiku. There is also an optional window-system port to Haiku, which @@ -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 +++ |