diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2007-04-20 14:57:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-04-20 14:57:55 +0800 |
commit | 4a044a636e418f4c95a85819aa92316e21f58b35 (patch) | |
tree | fed737c87045e269aa840b770172fb798682fd10 /addressbook/ChangeLog | |
parent | ba064da784cd29692e0db6d4560c7e7a8c68aeeb (diff) | |
download | gsoc2013-evolution-4a044a636e418f4c95a85819aa92316e21f58b35.tar.gz gsoc2013-evolution-4a044a636e418f4c95a85819aa92316e21f58b35.tar.zst gsoc2013-evolution-4a044a636e418f4c95a85819aa92316e21f58b35.zip |
Clean up printing in Evolution (bug #426816)
svn path=/trunk/; revision=33440
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1dae147ff8..f357e37235 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,27 @@ +2007-04-20 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #426816 + + * gui/component/addressbook-view.c: + * gui/widgets/e-addressbook-view.c: + * gui/widgets/e-addressbook-view.h: + * printing/e-contact-print.c: + * printing/e-contact-print.h: + * printing/e-contact-print-types.h: + Refactor the printing infrastructure. + Migrate off of libgnomeprint[ui] once and for all. + + * printing/test-print.c: + Migrate off of libgnomeprint[ui] once and for all. + + * printing/e-contact-print-envelope.c: + * printing/e-contact-print-envelope.h: + This module is unused. Disable it, but keep the logic around for + future reference. + + * printing/Makefile.am: + Remove e-contact-print-envelope.[ch]. + 2007-04-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #429422 |