comparison lisp/ChangeLog @ 85204:255eda0011c7

* startup.el (fancy-startup-screen): Remove an unnecessary newline and some leftover logic regarding dedicated frames. If showing concise startup screen, fit window to buffer. (command-line-1): If we will be using the splash screen, use find-file instead of find-file-other-window to find additional files.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Oct 2007 18:55:43 +0000
parents 30c3da951eae
children 79a9b9c34044
comparison
equal deleted inserted replaced
85203:30c3da951eae 85204:255eda0011c7
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
4 `meta' modifier consistently, rather than using sometimes meta 13 `meta' modifier consistently, rather than using sometimes meta
5 sometimes alt. 14 sometimes alt.