From: Miles Bader Date: Sun, 1 Oct 2000 03:22:26 +0000 (+0000) Subject: Add entries for `auto-image-file-mode' and `with-auto-compression-mode'. X-Git-Tag: emacs-pretest-21.0.90~1238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a0b07524858037f28da740b781a38422cd7439b;p=emacs.git Add entries for `auto-image-file-mode' and `with-auto-compression-mode'. --- diff --git a/etc/NEWS b/etc/NEWS index a5af828a15a..40222318978 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -31,6 +31,9 @@ support 64-bit executables. See etc/MACHINES for instructions. * 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.