comparison etc/NEWS @ 104038:7d9bf219df36

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Jul 2009 02:56:06 +0000
parents e5dc7eae1964
children 713b01004f7b
comparison
equal deleted inserted replaced
104037:cb6235bd8c86 104038:7d9bf219df36
68 with `let'. In certain situations, loading an Emacs Lisp file from 68 with `let'. In certain situations, loading an Emacs Lisp file from
69 source while in the midst of loading another file (e.g., with 69 source while in the midst of loading another file (e.g., with
70 `require' or `autoload') could cause the value of `load-in-progress' 70 `require' or `autoload') could cause the value of `load-in-progress'
71 to be corrupted once the outer load completed. Most code doesn't care 71 to be corrupted once the outer load completed. Most code doesn't care
72 about this, but some (like c-mode) may check it. 72 about this, but some (like c-mode) may check it.
73
74
75 * Editing Changes in Emacs 23.2
76
77 +++
78 ** The default value for `blink-matching-paren-distance' has been increased.
73 79
74 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
117 123
118 *** The new command `async-shell-command' bound globally to `M-&' executes 124 *** The new command `async-shell-command' bound globally to `M-&' executes
119 the command asynchronously without the need to manually add ampersand to 125 the command asynchronously without the need to manually add ampersand to
120 the end of the command. Its output appears in the buffer `*Async Shell 126 the end of the command. Its output appears in the buffer `*Async Shell
121 Command*'. 127 Command*'.
128
129 ---
130 *** Elint now uses compilation-mode, and recognizes more built-in
131 functions and variables.
122 132
123 133
124 * Installation Changes in Emacs 23.1 134 * Installation Changes in Emacs 23.1
125 135
126 ** The default X toolkit is now Gtk+, rather than Lucid. 136 ** The default X toolkit is now Gtk+, rather than Lucid.