diff options
| author | Masatake YAMATO | 2006-01-11 14:29:44 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2006-01-11 14:29:44 +0000 |
| commit | 4076cbf66cef35e6682dbdef56eb127d0bb0fdbf (patch) | |
| tree | 1729334c1e408e8d38de55c6674dd174bd96a626 /lisp/ChangeLog | |
| parent | 00b6a079049b0a129759e6d0e0f992ddb3759b2d (diff) | |
| download | emacs-4076cbf66cef35e6682dbdef56eb127d0bb0fdbf.tar.gz emacs-4076cbf66cef35e6682dbdef56eb127d0bb0fdbf.zip | |
2006-01-06 Masatake YAMATO <jet@gyve.org>
* font-lock.el (cpp-font-lock-keywords): Font lock keywords for
C preprocessor forward ported from GNU Emacs 21.2.
* progmodes/asm-mode.el (asm-font-lock-keywords): Use
`cpp-font-lock-keywords'.
* progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
* progmodes/ld-script.el (auto-mode-alist): Use \\> instead
of $ for "\\.ld[s]?".
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. |