From 9a77e41fecb3489b069aa7b1bb52ba56f1052819 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 13 Jan 2003 17:35:57 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04395818..16cf0663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-13 Mike Newman + + * 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 * src/main.c: Improve error handling. -- cgit