emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Daniel Pfeiffer
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 13 May 2005 03:58:46 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7497 emacs/lisp/ChangeLog:1.7498
*** emacs/lisp/ChangeLog:1.7497 Fri May 13 03:34:50 2005
--- emacs/lisp/ChangeLog        Fri May 13 07:58:44 2005
***************
*** 1,3 ****
--- 1,30 ----
+ 2005-05-13  Daniel Pfeiffer  <address@hidden>
+ 
+       * progmodes/make-mode.el (makefile-targets-face)
+       (makefile-shell-face, makefile-makepp-perl-face): New faces.
+       (makefile-dependency-regex): Fix it to not make the colon in
+       $(var:a=b) special.
+       (makefile-rule-action-regex): New regexp for highlighting embedded
+       Shell strings.
+       (makefile-macroassign-regex): Handle != for highlighting as
+       embedded Shell strings.
+       (makefile-var-use-regex): New const.
+       (makefile-statements, makefile-automake-statements)
+       (makefile-gmake-statements, makefile-makepp-statements)
+       (makefile-bsdmake-statements): New consts.
+       (makefile-make-font-lock-keywords): New function.
+       (makefile-automake-font-lock-keywords)
+       (makefile-gmake-font-lock-keywords)
+       (makefile-makepp-font-lock-keywords)
+       (makefile-bsdmake-font-lock-keywords): New consts.
+       (makefile-mode-map): Add switchers between the various submodes.
+       (makefile-mode): Document the availability of the variants.
+       (makefile-automake-mode, makefile-gmake-mode)
+       (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
+ 
+       * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
+       new variants of makefile-mode.
+ 
  2005-05-12  Stefan Monnier  <address@hidden>
  
        * font-lock.el (font-lock-comment-delimiter-face): Fix up




reply via email to

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