diff options
| author | Eli Zaretskii | 2008-10-17 15:42:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-17 15:42:34 +0000 |
| commit | f36acfd9ec33f68f8364b87dfa0246e47cbdc365 (patch) | |
| tree | 885391a162a4b811ea6bb335400fd544c02581c1 /etc | |
| parent | 96995b89238780a1b6c89c9eede2bb00973789dd (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -286,6 +286,12 @@ inside of --eval command line arguments in order to access | |||
| 286 | following arguments. | 286 | following 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. | ||
| 291 | It can save a session and restore it later. See the documentation of | ||
| 292 | the functions `emacs-session-save' and `emacs-session-restore'. | ||
| 293 | (Actually, this feature was introduced with Emacs 22, but it was not | ||
| 294 | documented.) | ||
| 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 |
| 1199 | value of `current-time' before and after Emacs loads the init files. | 1206 | value of `current-time' before and after Emacs loads the init files. |
| 1200 | 1207 | ||