diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index a22d2c38a..fd5d84da9 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,13 @@ +2004-01-15 David Shaw <[email protected]> + + * argparse.c (default_strusage): Update copyright date. + (initialize): Avoid a number of -Wformat-nonliteral warnings. + These aren't actual problems, but the warnings bothered me. + + * miscutil.c (print_string2): New variation on print_string that + allows two delimiters. + (print_string): Call print_string2 to do work. + 2003-12-29 David Shaw <[email protected]> * g10u.c: Dead code. Remove. |