]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Sat, 5 Mar 2005 04:40:47 +0000 (04:40 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 5 Mar 2005 04:40:47 +0000 (04:40 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index a8731f311b94a50ffda14f44027fb235b5c1ff76..c068cf3395930a29f4f4038d6e2a898c4a883184 100644 (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.
index 52d94f8f95519b48bc945d67526021fa1946a471..b7fa2127e7259626e7c41d3c36fb3d729b9535cc 100644 (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.
index f21daf9c3f25507849fd833c1738d3de335c9ff3..dc48d647216d7213ec24c4a9d785bba5740fb100 100644 (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.