emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp ChangeLog hi-lock.el progmodes/compi...


From: Chong Yidong
Subject: [Emacs-commit] emacs/lisp ChangeLog hi-lock.el progmodes/compi...
Date: Thu, 24 Nov 2005 15:52:18 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Chong Yidong <address@hidden>   05/11/24 20:52:17

Modified files:
        lisp           : ChangeLog hi-lock.el 
        lisp/progmodes : compile.el 

Log message:
        * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
        Use define-minor-mode, and make it a local mode.
        (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-find-file-hook, hi-lock-current-line)
        (hi-lock-set-patterns): Deleted unused functions.
        
        * progmodes/compile.el (compilation-setup): Don't fiddle with
        font-lock-defaults.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/ChangeLog.diff?tr1=1.8656&tr2=1.8657&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/hi-lock.el.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/compile.el.diff?tr1=1.389&tr2=1.390&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]