X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/357e60452711089bf14b1397c2df3b6dd61dde81..e4d5906679550237183db676a51bbc67a880ab81:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc95b8601c..11df73f864 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,37 @@ +2005-11-24 Chong Yidong + + * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'. + Use define-minor-mode, and make it a local mode. Turn on + font-lock. + (hi-lock-mode): New global minor mode. + (turn-on-hi-lock-if-enabled): New function. + (hi-lock-line-face-buffer, hi-lock-face-buffer) + (hi-lock-set-pattern): Changed arguments to regexp and face + instead of a font-lock pattern. Directly set face property, + instead of refontifying. + (hi-lock-font-lock-hook): Check if font-lock is being turned on. + (hi-lock-find-patterns): Use line-number-at-pos. + + (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new + arguments for hi-lock-set-pattern. + (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call + font-lock-fontify-buffer. + (hi-lock-find-file-hook, hi-lock-current-line) + (hi-lock-refontify, hi-lock-set-patterns): Deleted unused + functions. + + (hi-lock-font-lock-hook): Turn off hi-lock when font lock is + turned off. + + * progmodes/compile.el (compilation-setup): Don't fiddle with + font-lock-defaults. + +2005-11-25 Nick Roberts + + * progmodes/gdb-ui.el (gdb-var-create-handler) + (gdb-var-list-children-handler): Find values for all variable + objects. gud-speedbar-buttons decides whether to display them. + 2005-11-24 Romain Francoise * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary