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
111ed14e
Commit
111ed14e
authored
Nov 26, 2001
by
Stefan Monnier
Browse files
*** empty log message ***
parent
8d2ced53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
etc/NEWS
etc/NEWS
+12
-0
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
etc/NEWS
View file @
111ed14e
...
...
@@ -18,6 +18,11 @@ installed programs.
*
Changes in Emacs 21.3
** Unquoted `$' in file names do not signal an error any more when
the corresponding environment variable does not exist.
Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
is only rarely needed.
** jit-lock can now be delayed with `jit-lock-defer-time'.
If this variable is non-nil, its value should be the amount of Emacs
...
...
@@ -182,6 +187,13 @@ SQL buffer.
*
Lisp Changes in Emacs 21.3
** The precedence of file-name-handlers has been changed.
Instead of blindly choosing the first handler that matches,
find-file-name-handler now gives precedence to a file-name handler
that matches near the end of the file name. More specifically, the
handler whose (match-beginning 0) is the largest is chosen.
In case of ties, the old "first matched" rule applies.
** Dense keymaps now handle inheritance correctly.
To that end, binding a key to t now behaves the same as binding it to
nil (it shadows parent bindings but not bindings in keymaps of lower
...
...
src/ChangeLog
View file @
111ed14e
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
* keymap.c (access_keymap): Handle t bindings like nil bindings.
Make nil bindings in char-tables transparent.
(store_in_keymap): Turn a nil binding into a t binding for char-tables.
2001-11-26 Richard M. Stallman <rms@gnu.org>
* textprop.c (set_text_properties_1): Allow START, END in either order.
...
...
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