diff options
author | Damon Chaplin <damon@ximian.com> | 2001-06-14 14:04:20 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-06-14 14:04:20 +0800 |
commit | be26e5a85472707b2bc2b5cf65749f5172b4a0a2 (patch) | |
tree | 4e773d6eca2db1a334099675f47ddec3d85d3a05 /e-util/ChangeLog | |
parent | 4517358debc8bcd761a469e901bae160704deaf2 (diff) | |
download | gsoc2013-evolution-be26e5a85472707b2bc2b5cf65749f5172b4a0a2.tar.gz gsoc2013-evolution-be26e5a85472707b2bc2b5cf65749f5172b4a0a2.tar.zst gsoc2013-evolution-be26e5a85472707b2bc2b5cf65749f5172b4a0a2.zip |
skip any non-digits while looking for dates and times. This should fix
2001-06-11 Damon Chaplin <damon@ximian.com>
* e-time-utils.c (e_time_parse_date_and_time): skip any non-digits
while looking for dates and times. This should fix some translation
problems. Though there is still a problem with Japanese, where the
am/pm flag comes before the time so we will skip it incorrectly.
svn path=/trunk/; revision=10224
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 504bbfefa2..c22a4434ed 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2001-06-11 Damon Chaplin <damon@ximian.com> + + * e-time-utils.c (e_time_parse_date_and_time): skip any non-digits + while looking for dates and times. This should fix some translation + problems. Though there is still a problem with Japanese, where the + am/pm flag comes before the time so we will skip it incorrectly. + 2001-06-10 Damon Chaplin <damon@ximian.com> * e-time-utils.c (e_time_parse_date_and_time): |