diff options
| author | Daniel Pfeiffer | 2005-06-14 22:40:09 +0000 |
|---|---|---|
| committer | Daniel Pfeiffer | 2005-06-14 22:40:09 +0000 |
| commit | 149012657f2ad1417d76b5904f7f3bfaa288e4ef (patch) | |
| tree | 674b5b260e39f70e5963efef53f99bd1b6cea8b1 | |
| parent | 602dc0daa02e8e71cc9d33c405882f84f0316959 (diff) | |
| download | emacs-149012657f2ad1417d76b5904f7f3bfaa288e4ef.tar.gz emacs-149012657f2ad1417d76b5904f7f3bfaa288e4ef.zip | |
*** empty log message ***
| -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 |