diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-05-20 Jay Belanger <belanger@truman.edu> | 21 | 2005-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): |