From cd4e438bfb3ebfd3cc872e203e343a50acc02a15 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 9 Jan 2003 18:07:04 +0000 Subject: Fix up the date string, although I guess this should be localized. 2003-01-09 Glynn Foster * src/calendar.c: Fix up the date string, although I guess this should be localized. * src/main.c: Add a new --pulsate option, which reads from stdin and pulsates the progress bar until we reach EOF. * src/progress.c: Rewrite to actually work. Don't really need GIOChannels here. * TODO: Updated accordingly. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25c88af2..07214045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-09 Glynn Foster + + * src/calendar.c: Fix up the date string, although I guess + this should be localized. + + * src/main.c: Add a new --pulsate option, which reads from + stdin and pulsates the progress bar until we reach EOF. + * src/progress.c: Rewrite to actually work. Don't really need + GIOChannels here. + + * TODO: Updated accordingly. + 2003-01-07 Glynn Foster * src/calendar.c, src/entry.c, src/fileselection.c, -- cgit