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