aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ccd13a50402..4cd900738e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -72,6 +72,12 @@ to be corrupted once the outer load completed. Most code doesn't care
72about this, but some (like c-mode) may check it. 72about this, but some (like c-mode) may check it.
73 73
74 74
75* Editing Changes in Emacs 23.2
76
77+++
78** The default value for `blink-matching-paren-distance' has been increased.
79
80
75* Changes in Specialized Modes and Packages in Emacs 23.2 81* Changes in Specialized Modes and Packages in Emacs 23.2
76 82
77** FIXME mail-user-agent change 83** FIXME mail-user-agent change
@@ -120,6 +126,10 @@ the command asynchronously without the need to manually add ampersand to
120the end of the command. Its output appears in the buffer `*Async Shell 126the end of the command. Its output appears in the buffer `*Async Shell
121Command*'. 127Command*'.
122 128
129---
130*** Elint now uses compilation-mode, and recognizes more built-in
131functions and variables.
132
123 133
124* Installation Changes in Emacs 23.1 134* Installation Changes in Emacs 23.1
125 135