diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-23 02:56:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-23 02:56:06 +0000 |
commit | 0badeef452b7fb61f3ea29edbc04cc9d2dcad9ba (patch) | |
tree | 07a8d9a58bbf0ed76e4f4579024054b7a5f68f16 | |
parent | 589a99f2f6d05ab40538e84eb37b0e98ea5fc10b (diff) | |
download | emacs-0badeef452b7fb61f3ea29edbc04cc9d2dcad9ba.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -72,6 +72,12 @@ to be corrupted once the outer load completed. Most code doesn't care about this, but some (like c-mode) may check it. +* Editing Changes in Emacs 23.2 + ++++ +** The default value for `blink-matching-paren-distance' has been increased. + + * Changes in Specialized Modes and Packages in Emacs 23.2 ** FIXME mail-user-agent change @@ -120,6 +126,10 @@ the command asynchronously without the need to manually add ampersand to the end of the command. Its output appears in the buffer `*Async Shell Command*'. +--- +*** Elint now uses compilation-mode, and recognizes more built-in +functions and variables. + * Installation Changes in Emacs 23.1 |