summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-08 22:19:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-08 22:19:54 +0000
commit2db098a3c3523195710f098d7a022df5fcc930bd (patch)
tree2764adce656e0ac7e46219f959a852d346ec0ee7 /doc
parente0113b01757fd619738fcd35eedd4dc052cbb42f (diff)
downloadcoreutils-2db098a3c3523195710f098d7a022df5fcc930bd.tar.xz
Improve "date invocation" again.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5c41379a1..8e2e91268 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,20 @@
+2005-03-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (date invocation): Use an example that makes it
+ clear tha the default date use space-padded day of month.
+ Replace "directive" with "conversion specifier" to be consistent
+ with POSIX. All uses changed.
+ Fix menu RHS to match actual directive lists.
+ (Time conversion specifiers): Renamed from Time directives.
+ Use @samp consistently, sometimes instead of @code.
+ Consistently ention which specifiers are GNU extensions.
+ Give more examples (in some cases, instead of ranges).
+ Say why %F is preferred for dates.
+ (Date conversion specifiers): Renamed from Date directives.
+ Likewise for other changes.
+ (Padding and other flags): Correct the description.
+ Document #. Give an example for %9B.
+
2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi: Adjust to match current strftime.c.