Mercurial > emacs
changeset 62445:2dafef83855c
*** empty log message ***
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Tue, 17 May 2005 20:45:26 +0000 |
parents | 24bf25fa47db |
children | c03004f09a28 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <occitan@esperanto.org> + + * 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 <Reiner.Steib@gmx.de> * dired.el (dired-mode): Simplify.