summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-09 18:07:04 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-09 18:07:04 +0000
commitcd4e438bfb3ebfd3cc872e203e343a50acc02a15 (patch)
treeaddb42a9253fbc3b768a48922eebe1c73421f3a4 /ChangeLog
parent6a65d75921d352323277f770f357ca3065436133 (diff)
Fix up the date string, although I guess this should be localized.
2003-01-09 Glynn Foster <glynn.foster@sun.com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25c88af..0721404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-01-09 Glynn Foster <glynn.foster@sun.com>
+
+ * 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 <glynn.foster@sun.com>
* src/calendar.c, src/entry.c, src/fileselection.c,