aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov2005-12-23 16:54:46 +0000
committerJuri Linkov2005-12-23 16:54:46 +0000
commit1fafa158b481027f28f10162e7371862c41ee9af (patch)
tree2e8ccc7e8a1c070fe604d9b7e65edc2340572a84 /lisp
parent630acdccb9dcff4e01dfa66f6768fc94ee709625 (diff)
downloademacs-1fafa158b481027f28f10162e7371862c41ee9af.tar.gz
emacs-1fafa158b481027f28f10162e7371862c41ee9af.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e770fb9f8f5..21a25f79be3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,18 @@
2 2
3 * vc.el (vc-annotate-car-last-cons): Defn moved up. 3 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4 4
52005-12-23 Juri Linkov <juri@jurta.org>
6
7 * hi-lock.el (hi-lock-archaic-interface-message-used)
8 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9 (hi-lock-mode): Display "Hi" in the mode line only when
10 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11 (hi-lock-write-interactive-patterns):
12 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15 font-lock-add-keywords to t.
16
52005-12-23 David Koppelman <koppel@ece.lsu.edu> 172005-12-23 David Koppelman <koppel@ece.lsu.edu>
6 18
7 * hi-lock.el (hi-lock-highlight-range): New variable. 19 * hi-lock.el (hi-lock-highlight-range): New variable.