/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.530 by monnier, Mon Nov 26 22:32:52 2001 UTC revision 1.531 by monnier, Mon Nov 26 23:03:47 2001 UTC
# Line 18  installed programs. Line 18  installed programs.
18    
19  * Changes in Emacs 21.3  * Changes in Emacs 21.3
20    
21    ** Unquoted `$' in file names do not signal an error any more when
22    the corresponding environment variable does not exist.
23    Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
24    is only rarely needed.
25    
26  ** jit-lock can now be delayed with `jit-lock-defer-time'.  ** jit-lock can now be delayed with `jit-lock-defer-time'.
27    
28  If this variable is non-nil, its value should be the amount of Emacs  If this variable is non-nil, its value should be the amount of Emacs
# Line 182  SQL buffer. Line 187  SQL buffer.
187    
188  * Lisp Changes in Emacs 21.3  * Lisp Changes in Emacs 21.3
189    
190    ** The precedence of file-name-handlers has been changed.
191    Instead of blindly choosing the first handler that matches,
192    find-file-name-handler now gives precedence to a file-name handler
193    that matches near the end of the file name.  More specifically, the
194    handler whose (match-beginning 0) is the largest is chosen.
195    In case of ties, the old "first matched" rule applies.
196    
197  ** Dense keymaps now handle inheritance correctly.  ** Dense keymaps now handle inheritance correctly.
198  To that end, binding a key to t now behaves the same as binding it to  To that end, binding a key to t now behaves the same as binding it to
199  nil (it shadows parent bindings but not bindings in keymaps of lower  nil (it shadows parent bindings but not bindings in keymaps of lower

Legend:
Removed from v.1.530  
changed lines
  Added in v.1.531

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26