Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ba9eeda1
Commit
ba9eeda1
authored
Sep 19, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
f7e7d5a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
etc/NEWS
etc/NEWS
+12
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
ba9eeda1
...
...
@@ -31,7 +31,11 @@ support 64-bit executables. See etc/MACHINES for instructions.
*
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 @@ M-x strokes-encode-buffer and M-x strokes-decode-buffer. There is a
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 @@ functionality with aliases for the mldrag functions.
** 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 @@ Emboss edge-detection uses a matrix of
-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
...
...
lisp/ChangeLog
View file @
ba9eeda1
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment