diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4876ee3d94..0e4d34248f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-01-06 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * font-lock.el (cpp-font-lock-keywords): Font lock keywords for | ||
| 4 | C preprocessor forward ported from GNU Emacs 21.2. | ||
| 5 | |||
| 6 | * progmodes/asm-mode.el (asm-font-lock-keywords): Use | ||
| 7 | `cpp-font-lock-keywords'. | ||
| 8 | |||
| 9 | * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. | ||
| 10 | |||
| 11 | * progmodes/ld-script.el (auto-mode-alist): Use \\> instead | ||
| 12 | of $ for "\\.ld[s]?". | ||
| 13 | |||
| 1 | 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command. | 16 | * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command. |