diff options
| author | Luc Teirlinck | 2005-11-05 23:20:41 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-11-05 23:20:41 +0000 |
| commit | 1b0ee2ceb8faa214a1fa1f6a7670c607e5c9d9b3 (patch) | |
| tree | 50fd25345d83833859f09e1dcec07d768dc72b1d /lisp | |
| parent | c442c26d67ab5fc803f920439563c4df53af1c60 (diff) | |
| download | emacs-1b0ee2ceb8faa214a1fa1f6a7670c607e5c9d9b3.tar.gz emacs-1b0ee2ceb8faa214a1fa1f6a7670c607e5c9d9b3.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 a1eede02379..1302a0926a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-11-05 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * startup.el (command-line): Use `custom-reevaluate-setting' for | ||
| 4 | `global-font-lock-mode'. | ||
| 5 | |||
| 6 | * font-core.el (global-font-lock-mode): Enable | ||
| 7 | `global-font-lock-mode' by default, except in batch mode or when | ||
| 8 | the -D command line option is given. | ||
| 9 | |||
| 10 | * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all | ||
| 11 | specified keyword args on to `define-minor-mode'. Update docstring. | ||
| 12 | |||
| 1 | 2005-11-05 Romain Francoise <romain@orebokech.com> | 13 | 2005-11-05 Romain Francoise <romain@orebokech.com> |
| 2 | 14 | ||
| 3 | * replace.el (occur-engine): Add marker at end of line, too. | 15 | * replace.el (occur-engine): Add marker at end of line, too. |