diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-20 15:16:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-20 15:16:30 +0800 |
commit | 59951a4a1b6d83966963eb0cbb3c02ed1340cdeb (patch) | |
tree | 8152305e2db35ae2ada93617570db0d27f2ade1e /mail/ChangeLog | |
parent | f299a6984a5103269108e2873803d323958d62eb (diff) | |
download | gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar.gz gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar.bz2 gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar.lz gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar.xz gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.tar.zst gsoc2013-evolution-59951a4a1b6d83966963eb0cbb3c02ed1340cdeb.zip |
provide a proper implicit rule for building .server.in from .server.in.in.
2002-11-20 Not Zed <NotZed@Ximian.com>
* importers/Makefile.am (%.server.in): provide a proper implicit
rule for building .server.in from .server.in.in. The other one
just copied the first target to all destinations(!).
* importers/evolution-outlook-importer.c (outlook_factory_fn):
destroy -> weak ref.
svn path=/trunk/; revision=18855
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 debbc571fc..7bd0ac3c06 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2002-11-20 Not Zed <NotZed@Ximian.com> + + * importers/Makefile.am (%.server.in): provide a proper implicit + rule for building .server.in from .server.in.in. The other one + just copied the first target to all destinations(!). + + * importers/evolution-outlook-importer.c (outlook_factory_fn): + destroy -> weak ref. + 2002-11-19 Jeffrey Stedfast <fejj@ximian.com> * mail-preferences.c (mail_preferences_apply): Save the settings |