diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfe2b2ee82d..d30fbe87852 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -212,6 +212,15 @@ | |||
| 212 | 212 | ||
| 213 | 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> | 213 | 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 214 | 214 | ||
| 215 | * font-lock.el (font-lock-add-keywords): In case font-lock was only | ||
| 216 | half-activated, forcefully activate it completely. | ||
| 217 | |||
| 218 | 2007-06-11 Richard Stallman <rms@gnu.org> | ||
| 219 | |||
| 220 | * cus-edit.el (custom-variable-type): Doc fix. | ||
| 221 | |||
| 222 | 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 223 | |||
| 215 | * progmodes/sh-script.el (sh-font-lock-backslash-quote) | 224 | * progmodes/sh-script.el (sh-font-lock-backslash-quote) |
| 216 | (sh-font-lock-flush-syntax-ppss-cache): New functions. | 225 | (sh-font-lock-flush-syntax-ppss-cache): New functions. |
| 217 | (sh-font-lock-syntactic-keywords): Use them to distinguish the | 226 | (sh-font-lock-syntactic-keywords): Use them to distinguish the |