comparison lisp/ChangeLog @ 62445:2dafef83855c

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Tue, 17 May 2005 20:45:26 +0000
parents af763a03ded2
children edcf33fbbd3b
comparison
equal deleted inserted replaced
62444:24bf25fa47db 62445:2dafef83855c
1 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4 (makefile-previous-dependency): Inline the new matcher, because it
5 is too complex to work in both directions.
6 (makefile-match-dependency): Eliminate `backward' arg (see above).
7 Completely reimplemented so as to not sometimes go into an endless
8 loop. It should also be more efficient, because first it only
9 searches for `:', instead of applying the very complex regexp.
10
1 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de> 11 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2 12
3 * dired.el (dired-mode): Simplify. 13 * dired.el (dired-mode): Simplify.
4 14
5 2005-05-17 Lute Kamstra <lute@gnu.org> 15 2005-05-17 Lute Kamstra <lute@gnu.org>