diff ChangeLog @ 112354:34bef019033d

Minor cleanups for 'bzr status' * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 21:23:52 -0800
parents 19348bd13f81
children 5855bdef20c9
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 17 20:55:12 2011 -0800
+++ b/ChangeLog	Mon Jan 17 21:23:52 2011 -0800
@@ -1,5 +1,10 @@
 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+	Minor cleanups for 'bzr status'
+	* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
+	the output of config.guess.
+	* Makefile.in (top_distclean): Remove stamp-h1 too.
+
 	* configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
 	defined if the compiler supports GCC-style __attribute__
 	((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support