# HG changeset patch # User Juri Linkov # Date 1135354858 0 # Node ID 6b544f4ecc4cf7b6aceafbaf68a9a5e3b1c335f6 # Parent fd7c898ab00536ca3183a162934a166d08d33769 *** empty log message *** diff -r fd7c898ab005 -r 6b544f4ecc4c lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 23 16:18:21 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 23 16:20:58 2005 +0000 @@ -1,3 +1,15 @@ +2005-12-23 David Koppelman + + * 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 * menu-bar.el (menu-find-file-existing): New function.