diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-22 05:22:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-22 05:22:57 +0800 |
commit | 69c5b58a835f3a39916e9d6441acd60f6944fb79 (patch) | |
tree | d4e4894f3cc4811e40c193d38cdde2f6d83c0657 /mail/ChangeLog | |
parent | 5f7fc13ef6592a55df8ec0b34c6bbab5fa727d51 (diff) | |
download | gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar.gz gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar.bz2 gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar.lz gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar.xz gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.tar.zst gsoc2013-evolution-69c5b58a835f3a39916e9d6441acd60f6944fb79.zip |
Migrate the ETree expanded state files as well as the GalView files.
2004-01-21 Jeffrey Stedfast <fejj@ximian.com>
* em-migrate.c (em_migrate_1_4): Migrate the ETree expanded state
files as well as the GalView files.
* message-list.c: s/hide_save_state/save_hide_state/g and
s/hide_load_state/load_hide_state/g to be more consistant with the
other state saving function names.
svn path=/trunk/; revision=24356
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d4b869f5e5..a0f304c295 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-01-21 Jeffrey Stedfast <fejj@ximian.com> + + * em-migrate.c (em_migrate_1_4): Migrate the ETree expanded state + files as well as the GalView files. + + * message-list.c: s/hide_save_state/save_hide_state/g and + s/hide_load_state/load_hide_state/g to be more consistant with the + other state saving function names. + 2004-01-21 Not Zed <NotZed@Ximian.com> * em-migrate.c (cp_r): use camel_mkdir(0777) rather than 0777 & |