diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-13 06:16:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-13 06:16:42 +0800 |
commit | 5b5ae41e209c41d310c8380b55f18cdc2097a289 (patch) | |
tree | bcc8c7fa209904527e9496a2cc1c107383cb6d4f /camel/ChangeLog | |
parent | 883cf4d18043bef8c5d44902ecec4379757cf35c (diff) | |
download | gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar.gz gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar.bz2 gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar.lz gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar.xz gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.tar.zst gsoc2013-evolution-5b5ae41e209c41d310c8380b55f18cdc2097a289.zip |
Treat commas as token delimeters. (WEEKDAY_CHARS): Use full weekday names
2002-04-12 Jeffrey Stedfast <fejj@ximian.com>
* broken-date-parser.c (datetok): Treat commas as token
delimeters.
(WEEKDAY_CHARS): Use full weekday names in case the broken mailer
used the full names.
(MONTH_CHARS): Same as above but for months.
svn path=/trunk/; revision=16456
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 343e98921d..417c265a20 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-04-12 Jeffrey Stedfast <fejj@ximian.com> + + * broken-date-parser.c (datetok): Treat commas as token + delimeters. + (WEEKDAY_CHARS): Use full weekday names in case the broken mailer + used the full names. + (MONTH_CHARS): Same as above but for months. + 2002-04-11 Not Zed <NotZed@Ximian.com> * providers/local/camel-spool-summary.c (spool_summary_sync_full): |