diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d688e59af9..1fcdcde0a97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org> | 1 | 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 2 | ||
| 3 | * progmodes/make-mode.el (makefile-rule-action-regex) | 3 | * progmodes/make-mode.el (makefile-rule-action-regex) |
| 4 | (makefile-macroassign-regex): Continuation lines may be empty. | 4 | (makefile-macroassign-regex, makefile-makepp-mode) |
| 5 | (makefile-bsdmake-mode): Continuation lines may be empty. | ||
| 5 | Reported by Joshua Varner. | 6 | Reported by Joshua Varner. |
| 6 | (makefile-makepp-font-lock-keywords): Add $(stem). | 7 | (makefile-makepp-font-lock-keywords): Add $(stem). |
| 7 | 8 | ||