comparison lisp/ChangeLog @ 54853:429f2746c125

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 13 Apr 2004 22:24:34 +0000
parents b51ae0b3fd1b
children 7a95e5491050
comparison
equal deleted inserted replaced
54852:dd005a791c40 54853:429f2746c125
1 2004-04-14 Kim F. Storm <storm@cua.dk> 1 2004-04-14 Kim F. Storm <storm@cua.dk>
2
3 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4 (command-line): New option -Q. Like -q --no-site-file, but
5 in addition it also disables menu-bar, tool-bar, scroll-bars,
6 tool-tips, and the blinking cursor.
7 (command-line-1): Skip startup screen if -Q.
8 (fancy-splash-head): Use :align-to center prop to center splash image.
2 9
3 * emulation/cua-base.el (cua-read-only-cursor-color) 10 * emulation/cua-base.el (cua-read-only-cursor-color)
4 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. 11 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5 12
6 2004-04-13 Dave Love <fx@gnu.org> 13 2004-04-13 Dave Love <fx@gnu.org>