summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-01-13 17:35:57 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-01-13 17:35:57 +0000
commit9a77e41fecb3489b069aa7b1bb52ba56f1052819 (patch)
tree375f81fad95ab0e83802d6805e0953de00794da1 /ChangeLog
parent69636459e1faf1ce41685550cf7aec59acfbac39 (diff)
Localise output of --calendar dialog by default (using nl_langinfo),
and provide a --date-format option to provide a strftime-style format for the returned date.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0439581..16cf066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-13 Mike Newman <mike@gtnorthern.demon.co.uk>
+
+ * src/calendar.c, src/main.c, src/zenity.h: Make the calendar
+ return a localised date, and provide a means to override this with
+ a --date-format option which takes a strftime style string -
+ "%A %d/%m/%Y" for example.
+
2003-01-13 Glynn Foster <glynn.foster@sun.com>
* src/main.c: Improve error handling.