comparison lisp/ChangeLog @ 62570:84064c434857

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Sat, 21 May 2005 02:46:37 +0000
parents 48398831c474
children b9c75f9160b9
comparison
equal deleted inserted replaced
62569:f09fbe52c543 62570:84064c434857
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):
4 Use inhibit-read-only. 24 Use inhibit-read-only.
5 (math-build-units-table-buffer): Use view-mode. 25 (math-build-units-table-buffer): Use view-mode.