comparison etc/NEWS @ 91010:aaccdab0ee26

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 852-856) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-249
author Miles Bader <miles@gnu.org>
date Tue, 21 Aug 2007 04:54:03 +0000
parents 424b655804ca a635ddf58f79
children b83d0dadb2a7
comparison
equal deleted inserted replaced
91009:e7395a700642 91010:aaccdab0ee26
53 53
54 ** The new command close-display-connection can be used to close a connection 54 ** The new command close-display-connection can be used to close a connection
55 to a remote display, e.g. because the display is about to become unreachable. 55 to a remote display, e.g. because the display is about to become unreachable.
56 56
57 * Startup Changes in Emacs 23.1 57 * Startup Changes in Emacs 23.1
58
59 ** New user option `initial-buffer-choice' specifies what to display
60 after starting Emacs: startup screen, *scratch* buffer, visiting a
61 file or directory.
58 62
59 63
60 * Incompatible Editing Changes in Emacs 23.1 64 * Incompatible Editing Changes in Emacs 23.1
61 65
62 66
169 ** The function `dired-call-process' has been removed. 173 ** The function `dired-call-process' has been removed.
170 174
171 175
172 * Lisp Changes in Emacs 23.1 176 * Lisp Changes in Emacs 23.1
173 177
178 +++
179 ** inhibit-modification-hooks is bound to t while running modification hooks.
180 As a happy consequence, after-change-functions and before-change-functions
181 are not bound to nil any more while running an (after|before)-change-function.
182
174 ** Non-breaking space now acts as whitespace. 183 ** Non-breaking space now acts as whitespace.
175 184
176 +++ 185 +++
177 ** In `condition-case', a handler can specify "let the debugger run first". 186 ** In `condition-case', a handler can specify "let the debugger run first".
178 187