aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2004-04-13 22:24:34 +0000
committerKim F. Storm2004-04-13 22:24:34 +0000
commita27ddfaf2b618b7fe1255747e10a9f7e8d6d4633 (patch)
treedec2faa7f426f3d21507940fa6b0dadf9b5edf65 /lisp
parente2c608243a2565699ff13d6d5a423aa8e5a6531e (diff)
downloademacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.tar.gz
emacs-a27ddfaf2b618b7fe1255747e10a9f7e8d6d4633.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee1b6ce7176..0fbdc018379 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12004-04-14 Kim F. Storm <storm@cua.dk> 12004-04-14 Kim F. Storm <storm@cua.dk>
2 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.
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