]> git.eshelyaron.com Git - emacs.git/commitdiff
Add entries for `auto-image-file-mode' and `with-auto-compression-mode'.
authorMiles Bader <miles@gnu.org>
Sun, 1 Oct 2000 03:22:26 +0000 (03:22 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 1 Oct 2000 03:22:26 +0000 (03:22 +0000)
etc/NEWS

index a5af828a15ab0e4f4219d849c810a3c5fa650d94..40222318978fcbd8a8664e0d13456c2b4531193c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,6 +31,9 @@ support 64-bit executables.  See etc/MACHINES for instructions.
 \f
 * 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 @@ functionality with aliases for the mldrag functions.
 * 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.