diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7578ae88cb..f74939c4e58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-10-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * startup.el (fancy-startup-screen): Remove an unnecessary newline | ||
| 4 | and some leftover logic regarding dedicated frames. If showing | ||
| 5 | concise startup screen, fit window to buffer. | ||
| 6 | (command-line-1): If we will be using the splash screen, use | ||
| 7 | find-file instead of find-file-other-window to find additional | ||
| 8 | files. | ||
| 9 | |||
| 1 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the | 12 | * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the |