diff lisp/ChangeLog @ 96205:c6e22fd294c4

(distclean): Don't delete *.elc and autogen files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jun 2008 03:11:56 +0000
parents 30bbe1648bcf
children 5a490e8feb43
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 23 00:13:34 2008 +0000
+++ b/lisp/ChangeLog	Mon Jun 23 03:11:56 2008 +0000
@@ -1,15 +1,19 @@
+2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* Makefile.in (distclean): Don't delete *.elc and autogen files.
+
 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc.el:
 	* vc-hooks.el:
-	* vc-dispatcher.el: Move vc-dir variables and functions ...  
+	* vc-dispatcher.el: Move vc-dir variables and functions ...
 	* vc-dir.el: ... here.  New file.
 	* Makefile.in (ELCFILES): Add vc-dir.elc.
 
 	* vc.el: Move vc-annotate variables and functions ...
 	* vc-annotate.el: ... here.  New file.
 	* Makefile.in (ELCFILES): Add vc-annotate.elc.
-	
+
 	* vc-dav.el: Move here from url/vc-dav.el.
 	(Todo): Note work needed to make this backend functional.