# HG changeset patch # User Paul Eggert # Date 1062573135 0 # Node ID 5529b72adfa206b9e8505e9ce1abbf950b55d348 # Parent daa83913e57fd8b8020ff3233f75fa857f5b5201 * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow", "yesterday", "today", and "now" rather than tMINUTE_UNIT. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-09-03 Paul Eggert + + * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow", + "yesterday", "today", and "now" rather than tMINUTE_UNIT. Of + course with correspondingly smaller numbers for tomorrow and + yesterday. From Tadayoshi Funaba. Originally installed into + sh-utils on 1999-08-07, but the patch got lost (I guess during the + coreutils merge?). + 2003-08-31 Simon Josefsson * timegm.h: New file.