diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6a15595af2..6bf3e1a15fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/sh-script.el: (sh-font-lock-backslash-quote) | ||
| 4 | (sh-font-lock-flush-syntax-ppss-cache): New funs. | ||
| 5 | (sh-font-lock-syntactic-keywords): Use them to distinguish the | ||
| 6 | different possible cases for \'. | ||
| 7 | (sh-font-lock-paren): Mark the relevant text with font-lock-multiline. | ||
| 8 | |||
| 3 | * vc-hooks.el (vc-find-root): Walk up the tree to find an existing | 9 | * vc-hooks.el (vc-find-root): Walk up the tree to find an existing |
| 4 | `file' from which to start the search and fix case where `file' is the | 10 | `file' from which to start the search and fix case where `file' is the |
| 5 | current directory and the root as well. | 11 | current directory and the root as well. |