summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-08-08 05:39:17 +0000
committerPaul Smith <psmith@gnu.org>2002-08-08 05:39:17 +0000
commitee3a4f9dd600b4a80a9957e2c3dd90c99d73cf0e (patch)
tree5d8405750ed260e5ee5a0734d6b76636a62252fc /ChangeLog
parentf2ceb0d68aa780e57641e50d972fac3b6e70bd58 (diff)
downloadgunmake-ee3a4f9dd600b4a80a9957e2c3dd90c99d73cf0e.tar.gz
Change the version.
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe043a0..5b1f72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,26 @@
+2002-08-08 Paul D. Smith <psmith@gnu.org>
+
+ * configure.in: Require a newer version of gettext.
+
+ * misc.c (perror_with_name): Translate the format string (for
+ right-to-left language support).
+ (pfatal_with_name): Ditto.
+
+ * main.c: Create a static array of strings to store the usage
+ text. This is done to facilitate translations.
+ (struct command_switch): Remove argdesc and description fields.
+ (switches): Remove values for obsolete fields.
+ (print_usage): Print each element of the usage array.
+
+ * hash.c: Change function definitions to be K&R style.
+
2002-08-02 Paul D. Smith <psmith@gnu.org>
* NEWS: Remove the mention of .TARGETS; we aren't going to publish
this one because it's too hard to get right. We'll look at it for
a future release.
+ * main.c (main): Don't create the .TARGETS variable.
+ * variable.c (handle_special_var): Don't handle .TARGETS.
2002-08-01 Paul D. Smith <psmith@gnu.org>