diff lisp/ChangeLog @ 54614:f60fe8db72a9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 28 Mar 2004 17:38:17 +0000
parents 9c5d02cd28b1
children 7f0f4acf41c9
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* 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  <teirllm@auburn.edu>
 
 	* 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  <teirllm@auburn.edu>
@@ -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  <monnier@iro.umontreal.ca>