# HG changeset patch # User Miles Bader # Date 970370546 0 # Node ID 2a3bcf8d9877d750bba4648f4f2544ff492a4448 # Parent b5f2a5e4bc23987a0b6639594f9ff6b1989d1422 Add entries for `auto-image-file-mode' and `with-auto-compression-mode'. diff -r b5f2a5e4bc23 -r 2a3bcf8d9877 etc/NEWS --- 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.