# HG changeset patch # User Stefan Monnier # Date 1080495497 0 # Node ID f60fe8db72a9ca754c1db56de715b31ecbb6b87b # Parent 51811f399af00ea2b40b8b1b3eec56ce8275d424 *** empty log message *** diff -r 51811f399af0 -r f60fe8db72a9 lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 28 17:38:03 2004 +0000 +++ b/lisp/ChangeLog Sun Mar 28 17:38:17 2004 +0000 @@ -1,3 +1,8 @@ +2004-03-28 Stefan Monnier + + * vc-hooks.el (vc-file-not-found-hook): Fix typo. + From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly). + 2004-03-27 Luc Teirlinck * autorevert.el (auto-revert-handler): Handle auto-revert-mode. @@ -18,8 +23,8 @@ Fix copyright years. * strokes.el (strokes-global-set-stroke-string): New function. - (strokes-list-strokes): Cope with strings, not just commands. Set - foreground colour of image. + (strokes-list-strokes): Cope with strings, not just commands. + Set foreground colour of image. (strokes-global-set-stroke): Doc fix. 2004-03-26 Luc Teirlinck @@ -40,7 +45,7 @@ before, rather than after, reverting. (buffer-stale-function): Move to files.el. - * files.el (buffer-stale-function): Moved here from autorevert.el. + * files.el (buffer-stale-function): Move here from autorevert.el. 2004-03-26 Stefan Monnier