aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-07-23 13:07:29 +0000
committerStefan Monnier2007-07-23 13:07:29 +0000
commitbdef712c490ff78e563550641fbeeba48c7dea9f (patch)
tree3de7b929a990ed6062d2f4cbcf23ddd90b5ea81a /lisp/ChangeLog
parent4127ed49c36b9df647d5278be28e1307d9b17cc9 (diff)
downloademacs-bdef712c490ff78e563550641fbeeba48c7dea9f.tar.gz
emacs-bdef712c490ff78e563550641fbeeba48c7dea9f.zip
(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the different possible cases for \'. (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> 12007-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.