# HG changeset patch # User Daniel Pfeiffer # Date 1116362726 0 # Node ID 2dafef83855c0c3d87189f0e5660302aaeb41ccf # Parent 24bf25fa47db4963c069bb8cd42468b84ec56614 *** empty log message *** diff -r 24bf25fa47db -r 2dafef83855c lisp/ChangeLog --- a/lisp/ChangeLog Tue May 17 20:44:18 2005 +0000 +++ b/lisp/ChangeLog Tue May 17 20:45:26 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-17 Daniel Pfeiffer + + * progmodes/make-mode.el (makefile-dependency-skip): New variable. + (makefile-previous-dependency): Inline the new matcher, because it + is too complex to work in both directions. + (makefile-match-dependency): Eliminate `backward' arg (see above). + Completely reimplemented so as to not sometimes go into an endless + loop. It should also be more efficient, because first it only + searches for `:', instead of applying the very complex regexp. + 2005-05-17 Reiner Steib * dired.el (dired-mode): Simplify.