diff options
| author | Juri Linkov | 2005-12-23 16:20:58 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-23 16:20:58 +0000 |
| commit | 81dc5714545cad6c19a8ea961087544d21db23f0 (patch) | |
| tree | 6b35a2880672ce1708de3ae447d56d352c9f01fe /lisp/ChangeLog | |
| parent | 2d7409f20f2594b4406739d8ef073d6e5b952d06 (diff) | |
| download | emacs-81dc5714545cad6c19a8ea961087544d21db23f0.tar.gz emacs-81dc5714545cad6c19a8ea961087544d21db23f0.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 320b6ec940f..960e304f2e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-12-23 David Koppelman <koppel@ece.lsu.edu> | ||
| 2 | |||
| 3 | * hi-lock.el (hi-lock-highlight-range): New variable. | ||
| 4 | (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer | ||
| 5 | only if font-lock-fontified is non-nil. Remove overlays. | ||
| 6 | (hi-lock-set-pattern): Call font-lock-fontify-buffer if | ||
| 7 | font-lock-fontified is non-nil, otherwise use overlays (instead of | ||
| 8 | text properties). | ||
| 9 | (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial): | ||
| 10 | New variables. | ||
| 11 | (hi-lock-string-serialize) New function. | ||
| 12 | |||
| 1 | 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 13 | 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 14 | ||
| 3 | * menu-bar.el (menu-find-file-existing): New function. | 15 | * menu-bar.el (menu-find-file-existing): New function. |