diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b6d532decb..610cf6f8670 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/m4-mode.el (m4-syntax-propertize): New var. | ||
| 4 | (m4-mode): Use it. | ||
| 5 | (m4--quoted-p): New function. | ||
| 6 | (m4-font-lock-keywords): Don't handle #..\n comments any more. | ||
| 7 | (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual) | ||
| 8 | for most special characters. | ||
| 9 | |||
| 3 | * progmodes/compile.el (compilation--previous-directory): Simplify. | 10 | * progmodes/compile.el (compilation--previous-directory): Simplify. |
| 4 | (compilation-next-error): Ensure the parse before we look at | 11 | (compilation-next-error): Ensure the parse before we look at |
| 5 | compilation-message property. | 12 | compilation-message property. |