Move misplaced ChangeLog entry.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Feb 2004 20:31:52 +0000 (20:31 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Feb 2004 20:31:52 +0000 (20:31 +0000)
ChangeLog
lib/ChangeLog

index 62b65c36035b1caf30ba19985e2df38ba4a8de6f..3e06d3f166f3d0030a91512440b46d9b5430b686 100644 (file)
--- 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.
index 3c38881940d88b96a163379f9986f7c06db23fc4..311c72ea07c4165011fce2f1595371d3ef336679 100644 (file)
@@ -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.