aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Pfeiffer2005-05-21 02:46:37 +0000
committerDaniel Pfeiffer2005-05-21 02:46:37 +0000
commit774cd45416f0d0bfb5b69ace8d10d35ea7e288ee (patch)
tree825f5d5157c219d72ec4559565a0b051409ad1b0 /lisp/ChangeLog
parentfb50d1e9db15111b5952a8709e4a5774ae34624b (diff)
downloademacs-774cd45416f0d0bfb5b69ace8d10d35ea7e288ee.tar.gz
emacs-774cd45416f0d0bfb5b69ace8d10d35ea7e288ee.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b14240139ad..65fd9a68889 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4 Default to makefile-bsdmake-mode on BSD systems.
5
6 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7 REGEXP may also be a search function now. The part of doc-string
8 for describing the structure was 95% identical to that of
9 `imenu--generic-function'. Unify it there.
10
11 * progmodes/make-mode.el (makefile-imenu-generic-expression): Use
12 function to find dependencies, because regexp alone is so complex,
13 it easily goes into an endless loop.
14 (makefile-makepp-mode): Also add submenu for Perl functions
15 defined in the makefile.
16 (makefile-bsdmake-mode): Special imenu-generic-expression no
17 longer needed, due to function call.
18 (makefile-match-dependency): Take BOUND into account when checking
19 if we're through.
20
12005-05-20 Jay Belanger <belanger@truman.edu> 212005-05-20 Jay Belanger <belanger@truman.edu>
2 22
3 * calc/calc-units.el (calc-invalidate-units-table): 23 * calc/calc-units.el (calc-invalidate-units-table):