*** empty log message ***

This commit is contained in:
Juri Linkov 2005-03-05 04:40:47 +00:00
parent 2b4938c7de
commit 3ff96c8176
3 changed files with 27 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.