]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Autoconf Language): Be more precise about
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 May 2005 23:37:57 +0000 (23:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 May 2005 23:37:57 +0000 (23:37 +0000)
quoting.

ChangeLog

index 4ebfc4a0883f7f68a6375c6ed6bc40e3fa165c36..200b04bace5c4e03a7d723d12814734c64a40ee6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/autoconf.texi (Autoconf Language): Be more precise about
+       quoting rules.  Problems noted by Stepan Kasal.
+       Also, throughout this document, be more careful about white space.
+       "blank", "white space", and "space" all have different meanings
+       and we should be careful to say what we mean.
+
 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix C++ related problems reported by Werner Lemberg.