comparison etc/NEWS @ 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 9166041bd1e1
children f5d09b70a4b8
comparison
equal deleted inserted replaced
32049:b5f2a5e4bc23 32050:2a3bcf8d9877
28 ** You can build a 64-bit Emacs for SPARC/Solaris systems which 28 ** You can build a 64-bit Emacs for SPARC/Solaris systems which
29 support 64-bit executables. See etc/MACHINES for instructions. 29 support 64-bit executables. See etc/MACHINES for instructions.
30 30
31 31
32 * Changes in Emacs 21.1 32 * Changes in Emacs 21.1
33
34 ** The new global minor mode `auto-image-file-mode' allows image files
35 to be visited as images.
33 36
34 ** The functions `keep-lines', `flush-lines' and `how-many' now 37 ** The functions `keep-lines', `flush-lines' and `how-many' now
35 operate on the active region in Transient Mark mode. 38 operate on the active region in Transient Mark mode.
36 39
37 ** The header line in an Info buffer is now displayed as an emacs header-line 40 ** The header line in an Info buffer is now displayed as an emacs header-line
1731 *** ph.el has been obsoleted by EUDC and removed. 1734 *** ph.el has been obsoleted by EUDC and removed.
1732 1735
1733 1736
1734 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1737 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1735 (Display-related features are described in a page of their own below.) 1738 (Display-related features are described in a page of their own below.)
1739
1740 ** The new macro `with-auto-compression-mode' allows evaluating an
1741 expression with auto-compression-mode enabled.
1736 1742
1737 ** In image specifications, `:heuristic-mask' has been replaced 1743 ** In image specifications, `:heuristic-mask' has been replaced
1738 with the more general `:mask' property. 1744 with the more general `:mask' property.
1739 1745
1740 ** Image specifications accept more `:algorithm's. 1746 ** Image specifications accept more `:algorithm's.