diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:40:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:40:58 +0800 |
commit | 6d76cc84a11eff91e2bc66d6c1214e8226c9539a (patch) | |
tree | 6787ab7bb1dbe23402ec25c479273c21f3bda9d0 /camel/ChangeLog | |
parent | c9974759b3e9abbe2c649966095f544441f02f8b (diff) | |
download | gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.gz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.bz2 gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.lz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.xz gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.tar.zst gsoc2013-evolution-6d76cc84a11eff91e2bc66d6c1214e8226c9539a.zip |
Centralize creation of new UIDs for the summary.
svn path=/trunk/; revision=3885
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c7575b5f5d..076c57e321 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,14 @@ 2000-07-03 Ettore Perazzoli <ettore@helixcode.com> + * camel-folder-summary.c (camel_folder_summary_next_uid_string): + New. + (camel_folder_summary_add): Use + `camel_folder_summary_next_uid_string()' instead of recomputing + the UID manually here. + (camel_folder_summary_add_from_parser): Likewise. + +2000-07-03 Ettore Perazzoli <ettore@helixcode.com> + * camel-folder-summary.c (camel_folder_summary_set_uid): Removed. 2000-07-03 Dan Winship <danw@helixcode.com> |