aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-09-21 21:33:04 +0300
committerEli Zaretskii2019-09-21 21:33:04 +0300
commit56213b15e65a350f3f8cd9426a97691d8ff217ee (patch)
tree8792d643d785237da0a3cac6af189abc81dd3443
parent2f3544362c1fb8212156c2df06363fbb7fdf747b (diff)
downloademacs-56213b15e65a350f3f8cd9426a97691d8ff217ee.tar.gz
emacs-56213b15e65a350f3f8cd9426a97691d8ff217ee.zip
; * etc/NEWS: Tweak recently added entries.
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b120b5a817c..cb04da189e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2567,11 +2567,13 @@ left to higher-level functions.
2567 2567
2568** Image mode 2568** Image mode
2569 2569
2570*** An Exif library has been added that can parse JPEG files and 2570*** New library Exif.
2571An Exif library has been added that can parse JPEG files and
2571output data about creation times and orientation and the like. 2572output data about creation times and orientation and the like.
2572'exif-parse' is the main interface function. 2573'exif-parse' is the main interface function.
2573 2574
2574*** 'image-mode' started using ImageMagick by default for all images 2575*** 'imagemagick-types-inhibit' disables using ImageMagick by default.
2576'image-mode' started using ImageMagick by default for all images
2575some years back. It now respects 'imagemagick-types-inhibit' as a way 2577some years back. It now respects 'imagemagick-types-inhibit' as a way
2576to disable that. 2578to disable that.
2577 2579