summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c6e8e361..1f46497ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-06-16 Jim Meyering <jim@meyering.net>
+2005-06-16 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * src/hostid.c (main): Don't print fewer than 8 digits, or spurious
+ leading "f"s. "f" problem reported by Tim Waugh.
+ * NEWS: Document this.
+
+2005-06-16 Jim Meyering <jim@meyering.net>
+
Don't embed `this'-style quotes in format strings.
* src/tr.c: Rather than this: error (..., "...`%s'...", arg);
do this: error (..., "...%s...", quote (arg));