From: Juri Linkov Date: Sat, 5 Mar 2005 04:40:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ff96c81767286fb94fd3bd56322d31d8d55ede0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8731f311b9..c068cf33959 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2005-03-05 Juri Linkov + + * frame.el (blink-cursor-mode): Replace `emacs-quick-startup' + with `no-blinking-cursor'. + + * startup.el (no-blinking-cursor): New defvar. + (command-line): Add `--no-blinking-cursor' to longopts. + Set `no-blinking-cursor' to t for command line arguments + -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup' + with `no-blinking-cursor' in the condition for calling + `blink-cursor-mode'. + 2005-03-04 Luc Teirlinck * menu-bar.el (menu-bar-make-mm-toggle): Doc fix. diff --git a/man/ChangeLog b/man/ChangeLog index 52d94f8f955..b7fa2127e72 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2005-03-05 Juri Linkov + + * cmdargs.texi (Emacs Invocation): Add cindex + "invocation (command line arguments)" + (Misc X): Add -nbc, --no-blinking-cursor. + 2005-03-04 Ulf Jasper * calendar.texi (iCalendar): No need to require it now. diff --git a/src/ChangeLog b/src/ChangeLog index f21daf9c3f2..dc48d647216 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-03-05 Juri Linkov + + * emacs.c (USAGE1): Replace Info node name "command arguments" + with "emacs invocation". + (USAGE3): Fix usage of `--color=MODE' which actually doesn't + allow arguments `--color' and `MODE' to be separated by space. + Add --no-blinking-cursor, -nbc. + (standard_args): Add -nbc, --no-blinking-cursor. + 2005-03-04 Thien-Thi Nguyen * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.