diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-17 11:32:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-17 11:32:04 +0800 |
commit | 16c9d26176e7db3c7aab99d44b35ea39d9f74951 (patch) | |
tree | d9eb82839d942289f34de7e4a3660c1658f39a22 /mail/ChangeLog | |
parent | fa5f2ab56e524d761b90547424681d7350184591 (diff) | |
download | gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.gz gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.bz2 gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.lz gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.xz gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.zst gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.zip |
** See #59885.
2004-06-17 Not Zed <NotZed@Ximian.com>
** See #59885.
* em-format-html-quote.[ch]: remove and remove from build, not
used.
* Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and
evolution-smime.
* mail-component-factory.c (factory): there is no mail_config
anymore.
2004-06-16 Not Zed <NotZed@Ximian.com>
* em-utils.c (em_utils_selection_get_urilist): handle comments in
the urilist. Can't remember the rfc for it.
svn path=/trunk/; revision=26374
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a0e240d7ff..f0631393ba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2004-06-17 Not Zed <NotZed@Ximian.com> + + ** See #59885. + + * em-format-html-quote.[ch]: remove and remove from build, not + used. + + * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and + evolutionsmime. + + * mail-component-factory.c (factory): there is no mail_config + anymore. + 2004-06-16 Rodney Dawes <dobey@novell.com> * em-folder-properties.c: Include gtk[hv]box.h so we can use them @@ -20,6 +33,9 @@ 2004-06-16 Not Zed <NotZed@Ximian.com> + * em-utils.c (em_utils_selection_get_urilist): handle comments in + the urilist. Can't remember the rfc for it. + ** See #56479. * em-utils.c (em_utils_in_addressbook): use the main thread to |