\f
* 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
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
** 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.
-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
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.