diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-24 12:23:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-24 12:23:29 +0800 |
commit | d362be429cf05a0e7aaa0582d55dbd97c4616256 (patch) | |
tree | 734c86a9b728163ac4bde7fede92e6789068245b /mail/ChangeLog | |
parent | 6ce4413006e2ebd82c9e03d90bfa707c2ed371ee (diff) | |
download | gsoc2013-evolution-d362be429cf05a0e7aaa0582d55dbd97c4616256.tar.gz gsoc2013-evolution-d362be429cf05a0e7aaa0582d55dbd97c4616256.tar.zst gsoc2013-evolution-d362be429cf05a0e7aaa0582d55dbd97c4616256.zip |
** See bug #65329.
2004-09-20 Not Zed <NotZed@Ximian.com>
** See bug #65329.
* em-folder-tree-model.c (emft_is_special_local_folder): added
helper for finding local folders for translation.
(em_folder_tree_model_set_folder_info): translate the special
local folder names.
* mail-component.c: mark standard folder names for translation.
svn path=/trunk/; revision=27359
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4f371628a5..1d1bc0f896 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2004-09-20 Not Zed <NotZed@Ximian.com> + + ** See bug #65329. + + * em-folder-tree-model.c (emft_is_special_local_folder): added + helper for finding local folders for translation. + (em_folder_tree_model_set_folder_info): translate the special + local folder names. + + * mail-component.c: mark standard folder names for translation. + 2004-09-23 Not Zed <NotZed@Ximian.com> ** See bug #65058 (again again). |