aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 320b6ec940..960e304f2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2005-12-23 David Koppelman <[email protected]>
+
+ * hi-lock.el (hi-lock-highlight-range): New variable.
+ (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
+ only if font-lock-fontified is non-nil. Remove overlays.
+ (hi-lock-set-pattern): Call font-lock-fontify-buffer if
+ font-lock-fontified is non-nil, otherwise use overlays (instead of
+ text properties).
+ (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
+ New variables.
+ (hi-lock-string-serialize) New function.
+
2005-12-23 Jan Dj,Ad(Brv <[email protected]>
* menu-bar.el (menu-find-file-existing): New function.