Mercurial > emacs
changeset 31728:1b791fcfaa10
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Sep 2000 15:37:17 +0000 |
parents | 6a5d6fdda14c |
children | 3f1d7c3629aa |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Sep 19 15:36:55 2000 +0000 +++ b/etc/NEWS Tue Sep 19 15:37:17 2000 +0000 @@ -31,7 +31,11 @@ * Changes in Emacs 21.1 -* The Strokes package has been updated. If your Emacs has XPM +** The new user-option `find-file-suppress-same-file-warnings' can be +set to suppress warnings ``X and Y are the same file'' when visiting a +file that is already visited under a different name. + +** The Strokes package has been updated. If your Emacs has XPM support, you can use it for pictographic editing. In Strokes mode, use C-mouse-2 to compose a complex stoke and insert it into the buffer. You can encode or decode a strokes buffer with new commands @@ -39,10 +43,10 @@ new command M-x strokes-list-strokes. +++ -* New command M-x describe-character-set reads a character set name +** New command M-x describe-character-set reads a character set name and displayes information about that. -* When an error is signaled during the loading of the user's init +** When an error is signaled during the loading of the user's init file, Emacs now pops up the *Messages* buffer. ** Polish and German translations of Emacs' reference card have been @@ -1594,6 +1598,8 @@ ** In image specifications, `:heuristic-mask' has been replaced with the more general `:mask' property. +** Image specifications accept more `:algorithm's. + ** A `?' can be used in a symbol name without escaping it with a backslash. @@ -3056,6 +3062,9 @@ -1 0 1 0 1 -2) +ALGO `disabled' means transform the image so that it looks +``disabled''. + `:mask MASK' If MASK is `heuristic' or `(heuristic BG)', build a clipping mask for
--- a/lisp/ChangeLog Tue Sep 19 15:36:55 2000 +0000 +++ b/lisp/ChangeLog Tue Sep 19 15:37:17 2000 +0000 @@ -12,6 +12,11 @@ more exactly for the case that font-lock-constant-face is underlined. +2000-09-19 Richard M. Stallman <rms@gnu.org> + + * progmodes/sh-script.el (sh-search-word): Rewritten for + speed. + 2000-09-19 Andre Spiegel <spiegel@gnu.org> * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.