diff options
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61b0657d4c5..f1cb38a45e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 2 | |||
| 3 | * progmodes/make-mode.el (makefile-space, makefile-makepp-perl): | ||
| 4 | Eliminate "-face" suffix. | ||
| 5 | (makefile-targets): Inherit font-lock-variable-name-face and | ||
| 6 | eliminate "-face" suffix. | ||
| 7 | (makefile-shell): Remove attributes and eliminate "-face" suffix. | ||
| 8 | (makefile-*-font-lock-keywords): Append makefile-targets in rule | ||
| 9 | actions, instead of prepending, to make it less visible. | ||
| 10 | (makefile-previous-dependency, makefile-match-dependency): Don't | ||
| 11 | match a target on a continuation line. | ||
| 12 | |||
| 13 | * files.el (auto-mode-alist): Put Makefile in gmake mode. | ||
| 14 | |||
| 1 | 2005-06-15 Nick Roberts <nickrob@snap.net.nz> | 15 | 2005-06-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 16 | ||
| 3 | * progmodes/gdb-ui.el (gdb-tooltip-print): Respect | 17 | * progmodes/gdb-ui.el (gdb-tooltip-print): Respect |