summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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,