Mercurial > emacs
comparison lisp/ChangeLog @ 67766:6b544f4ecc4c
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 23 Dec 2005 16:20:58 +0000 |
parents | 31f77129bc92 |
children | da3a9ae717a0 |
comparison
equal
deleted
inserted
replaced
67765:fd7c898ab005 | 67766:6b544f4ecc4c |
---|---|
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. |
4 (menu-bar-file-menu): Use menu-find-file-existing for Open. | 16 (menu-bar-file-menu): Use menu-find-file-existing for Open. |
5 | 17 |