Mercurial > emacs
changeset 60401:97189c1b0849
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 05 Mar 2005 04:40:47 +0000 |
parents | 616254f1bdb6 |
children | e21c7edb7f19 |
files | lisp/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 05 04:40:18 2005 +0000 +++ b/lisp/ChangeLog Sat Mar 05 04:40:47 2005 +0000 @@ -1,3 +1,15 @@ +2005-03-05 Juri Linkov <juri@jurta.org> + + * 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 <teirllm@auburn.edu> * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
--- a/man/ChangeLog Sat Mar 05 04:40:18 2005 +0000 +++ b/man/ChangeLog Sat Mar 05 04:40:47 2005 +0000 @@ -1,3 +1,9 @@ +2005-03-05 Juri Linkov <juri@jurta.org> + + * cmdargs.texi (Emacs Invocation): Add cindex + "invocation (command line arguments)" + (Misc X): Add -nbc, --no-blinking-cursor. + 2005-03-04 Ulf Jasper <ulf.jasper@web.de> * calendar.texi (iCalendar): No need to require it now.
--- a/src/ChangeLog Sat Mar 05 04:40:18 2005 +0000 +++ b/src/ChangeLog Sat Mar 05 04:40:47 2005 +0000 @@ -1,3 +1,12 @@ +2005-03-05 Juri Linkov <juri@jurta.org> + + * 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 <ttn@gnu.org> * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.