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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* calc/calc-units.el (calc-invalidate-units-table):
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs