aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-17 15:42:34 +0000
committerEli Zaretskii2008-10-17 15:42:34 +0000
commitf36acfd9ec33f68f8364b87dfa0246e47cbdc365 (patch)
tree885391a162a4b811ea6bb335400fd544c02581c1 /etc
parent96995b89238780a1b6c89c9eede2bb00973789dd (diff)
downloademacs-f36acfd9ec33f68f8364b87dfa0246e47cbdc365.tar.gz
emacs-f36acfd9ec33f68f8364b87dfa0246e47cbdc365.zip
(Startup Summary): Document `before-init-time' and `after-init-time'.
Document `initial-window-system' and `window-system-initialization-alist'. Document reading the abbrevs file. Document the call to `server-start' under --daemon. Rearrange a bit to be consistent with the code flow.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 727beb346cd..0653cda7c9e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -286,6 +286,12 @@ inside of --eval command line arguments in order to access
286following arguments. 286following arguments.
287 287
288** The abbrev file is no longer read at startup in batch mode. 288** The abbrev file is no longer read at startup in batch mode.
289
290** Emacs now supports invocation by an X session manager.
291It can save a session and restore it later. See the documentation of
292the functions `emacs-session-save' and `emacs-session-restore'.
293(Actually, this feature was introduced with Emacs 22, but it was not
294documented.)
289 295
290* Incompatible Editing Changes in Emacs 23.1 296* Incompatible Editing Changes in Emacs 23.1
291 297
@@ -1195,6 +1201,7 @@ reset transient-mark-mode to the value OLDVAL. The values `only' and
1195 1201
1196** Emacs session information 1202** Emacs session information
1197 1203
1204+++
1198*** The new variables `before-init-time' and `after-init-time' record the 1205*** The new variables `before-init-time' and `after-init-time' record the
1199value of `current-time' before and after Emacs loads the init files. 1206value of `current-time' before and after Emacs loads the init files.
1200 1207