Mercurial > emacs
changeset 67766:6b544f4ecc4c
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 23 Dec 2005 16:20:58 +0000 |
parents | fd7c898ab005 |
children | f4a3c7808545 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <koppel@ece.lsu.edu> + + * 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 <jan.h.d@swipnet.se> * menu-bar.el (menu-find-file-existing): New function.