aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorSuresh Chandrasekharan <suresh.chandrasekharan@sun.com>2003-08-21 10:23:16 +0800
committerSuresh Chandrasekharan <kcsuresh@src.gnome.org>2003-08-21 10:23:16 +0800
commite9d518e362ce8b273d4b2281c92b77cee16b5d97 (patch)
tree4f2bba0b549eb92d2ad2969e31b7dba34b30b933 /e-util/ChangeLog
parent8d6bc9e331468a7da3f9ea32fc1d1a2f34a7ffe1 (diff)
downloadgsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar.gz
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar.bz2
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar.lz
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar.xz
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.tar.zst
gsoc2013-evolution-e9d518e362ce8b273d4b2281c92b77cee16b5d97.zip
Removed illegal '-'s from strptime msgstr, this fixes #43558, Appointment
2003-08-20 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> * zh_CN.po: Removed illegal '-'s from strptime msgstr, this fixes #43558, Appointment Editor always gives time validation error for apptmnts in non UTF-8/non ASCII locales. svn path=/trunk/; revision=22323
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 8c40628977..7cea6d5a32 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-20 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
+
+ * e-time-utils.c (parse_with_strptime): Fixes #43558 Appointment
+ Editor always gives time validation error for apptmnts in non
+ UTF-8/non ASCII locales.
+
2003-08-11 Not Zed <NotZed@Ximian.com>
* e-msgport.c (e_thread_put): check pthread_create return code