changeset 4944:fae25d470beb

Move misplaced ChangeLog entry.
author Bruno Haible <bruno@clisp.org>
date Thu, 05 Feb 2004 20:31:52 +0000
parents 686726300104
children 07fb9f5d51e6
files ChangeLog lib/ChangeLog
diffstat 2 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,3 @@
-2004-02-05  Paul Eggert  <eggert@twinsun.com>
-
-	Add comments and code, prompted by suggestions from Bruno Haible
-	for sh-quote.
-	* quotearg.h (quotearg_alloc): New decl.  Improve the comments
-	describing the enum quoting_style values.
-	* quotearg.c (quotearg_alloc): New function.
-	(quotearg_buffer_restyled): Treat lone { and } as special.
-	Treat = as special.  Work around bug with older shells
-	that "see" a '\' that is really the 2nd byte of a multibyte char.
-	Quote empty string with shell_quoting_style.
-
 2004-02-03  Bruno Haible  <bruno@clisp.org>
 
 	* modules/pipe: New file.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+2004-02-05  Paul Eggert  <eggert@twinsun.com>
+
+	Add comments and code, prompted by suggestions from Bruno Haible
+	for sh-quote.
+	* quotearg.h (quotearg_alloc): New decl.  Improve the comments
+	describing the enum quoting_style values.
+	* quotearg.c (quotearg_alloc): New function.
+	(quotearg_buffer_restyled): Treat lone { and } as special.
+	Treat = as special.  Work around bug with older shells
+	that "see" a '\' that is really the 2nd byte of a multibyte char.
+	Quote empty string with shell_quoting_style.
+
 2004-02-03  Bruno Haible  <bruno@clisp.org>
 
 	* pipe.h: New file, from GNU gettext.