diff options
author | Not Zed <NotZed@Ximian.com> | 2002-08-07 10:56:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-08-07 10:56:10 +0800 |
commit | b446318dfa53347210444123d20433cc7829105a (patch) | |
tree | 928473cfb46370e46fe004d4cd69918203d1afa2 /mail/ChangeLog | |
parent | 6916d03ad63e4a4b63f065ef2f445d51eb2bb224 (diff) | |
download | gsoc2013-evolution-b446318dfa53347210444123d20433cc7829105a.tar.gz gsoc2013-evolution-b446318dfa53347210444123d20433cc7829105a.tar.zst gsoc2013-evolution-b446318dfa53347210444123d20433cc7829105a.zip |
Set the week start day from the calendar prefs, do same for 24 hour
2002-08-07 Not Zed <NotZed@Ximian.com>
* message-tag-followup.c (target_date_new): Set the week start day
from the calendar prefs, do same for 24 hour format. See #23423.
* mail-config.c (config_read): Added week_start_day from
Calendar/Display config. Also time_24hour format.
(mail_config_get_week_start_day):
(mail_config_get_time_24hour): And read-only accessors.
svn path=/trunk/; revision=17723
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fe710567e9..668123ed90 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-08-07 Not Zed <NotZed@Ximian.com> + + * message-tag-followup.c (target_date_new): Set the week start day + from the calendar prefs, do same for 24 hour format. See #23423. + + * mail-config.c (config_read): Added week_start_day from + Calendar/Display config. Also time_24hour format. + (mail_config_get_week_start_day): + (mail_config_get_time_24hour): And read-only accessors. + 2002-08-06 Jeffrey Stedfast <fejj@ximian.com> * mail-local.c (save_metainfo): Save to a temporary file first |