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, 20 May 2005 22:46:39 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7563 emacs/lisp/ChangeLog:1.7564
*** emacs/lisp/ChangeLog:1.7563 Fri May 20 22:39:33 2005
--- emacs/lisp/ChangeLog        Sat May 21 02:46:37 2005
***************
*** 1,3 ****
--- 1,23 ----
+ 2005-05-21  Daniel Pfeiffer  <address@hidden>
+ 
+       * files.el (auto-mode-alist): Check GNUmakefile before makefile.
+       Default to makefile-bsdmake-mode on BSD systems.
+ 
+       * imenu.el (imenu-generic-expression, imenu--generic-function'):
+       REGEXP may also be a search function now.  The part of doc-string
+       for describing the structure was 95% identical to that of
+       `imenu--generic-function'.  Unify it there.
+ 
+       * progmodes/make-mode.el (makefile-imenu-generic-expression): Use
+       function to find dependencies, because regexp alone is so complex,
+       it easily goes into an endless loop.
+       (makefile-makepp-mode): Also add submenu for Perl functions
+       defined in the makefile.
+       (makefile-bsdmake-mode): Special imenu-generic-expression no
+       longer needed, due to function call.
+       (makefile-match-dependency): Take BOUND into account when checking
+       if we're through.
+ 
  2005-05-20  Jay Belanger  <address@hidden>
  
        * calc/calc-units.el (calc-invalidate-units-table):




reply via email to

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