changeset 32050:2a3bcf8d9877

Add entries for `auto-image-file-mode' and `with-auto-compression-mode'.
author Miles Bader <miles@gnu.org>
date Sun, 01 Oct 2000 03:22:26 +0000
parents b5f2a5e4bc23
children af9abfeed429
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Oct 01 01:33:01 2000 +0000
+++ b/etc/NEWS	Sun Oct 01 03:22:26 2000 +0000
@@ -31,6 +31,9 @@
 
 * Changes in Emacs 21.1
 
+** The new global minor mode `auto-image-file-mode' allows image files
+to be visited as images.
+
 ** The functions `keep-lines', `flush-lines' and `how-many' now
 operate on the active region in Transient Mark mode.
 
@@ -1734,6 +1737,9 @@
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)
 
+** The new macro `with-auto-compression-mode' allows evaluating an
+expression with auto-compression-mode enabled.
+
 ** In image specifications, `:heuristic-mask' has been replaced
 with the more general `:mask' property.