emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 26 Nov 2001 18:03:48 -0500

Index: emacs/etc/NEWS
diff -u emacs/etc/NEWS:1.530 emacs/etc/NEWS:1.531
--- emacs/etc/NEWS:1.530        Mon Nov 26 17:32:52 2001
+++ emacs/etc/NEWS      Mon Nov 26 18:03:47 2001
@@ -18,6 +18,11 @@
 
 * 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
@@ -181,6 +186,13 @@
 
 
 * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]