aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2000-10-01 03:22:26 +0000
committerMiles Bader <[email protected]>2000-10-01 03:22:26 +0000
commit6a0b07524858037f28da740b781a38422cd7439b (patch)
treede7b6524e49bba368562d03c9aa6433fa9473a7f /etc/NEWS
parentd5f5a2c5097a87ac5ac8e436d420d9a741d30812 (diff)
Add entries for `auto-image-file-mode' and `with-auto-compression-mode'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a5af828a15..4022231897 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.