diff options
| author | Juri Linkov | 2005-03-05 04:40:47 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-03-05 04:40:47 +0000 |
| commit | 3ff96c81767286fb94fd3bd56322d31d8d55ede0 (patch) | |
| tree | 26af32d5cce2e9adfaef077f7ba7a885dc87a445 /lisp | |
| parent | 2b4938c7de6c3d2bdc7b99e6a562f1c66733381d (diff) | |
| download | emacs-3ff96c81767286fb94fd3bd56322d31d8d55ede0.tar.gz emacs-3ff96c81767286fb94fd3bd56322d31d8d55ede0.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8731f311b9..c068cf33959 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-03-05 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * frame.el (blink-cursor-mode): Replace `emacs-quick-startup' | ||
| 4 | with `no-blinking-cursor'. | ||
| 5 | |||
| 6 | * startup.el (no-blinking-cursor): New defvar. | ||
| 7 | (command-line): Add `--no-blinking-cursor' to longopts. | ||
| 8 | Set `no-blinking-cursor' to t for command line arguments | ||
| 9 | -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup' | ||
| 10 | with `no-blinking-cursor' in the condition for calling | ||
| 11 | `blink-cursor-mode'. | ||
| 12 | |||
| 1 | 2005-03-04 Luc Teirlinck <teirllm@auburn.edu> | 13 | 2005-03-04 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 14 | ||
| 3 | * menu-bar.el (menu-bar-make-mm-toggle): Doc fix. | 15 | * menu-bar.el (menu-bar-make-mm-toggle): Doc fix. |