From 20efd536d04574d105bc8814af4a79cb4e9031e6 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 26 Jan 2000 00:04:14 +0000 Subject: Example contact printing style. Not used yet. 2000-01-25 Christopher James Lahey * addressbook/printing/smallbook.ecps: Example contact printing style. Not used yet. * addressbook/printing/e-contact-print.glade: A glade file for editing contact printing styles. Not used yet. * addressbook/printing/test-print.c: Test file for printing. * addressbook/printing/e-contact-print.c, addressbook/printing/e-contact-print.h, addressbook/printing/e-contact-print-types.h, addressbook/printing/Makefile.am, addressbook/printing/.cvsignore: New files for contact printing support. * addressbook/Makefile.am (SUBDIRS): Add printing. * configure.in: Check for gnome-print. Build the addressbook/printing Makefile. svn path=/trunk/; revision=1634 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 764ddd3379..73125b6094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2000-01-25 Christopher James Lahey + + * addressbook/printing/smallbook.ecps: Example contact printing + style. Not used yet. + + * addressbook/printing/e-contact-print.glade: A glade file for + editing contact printing styles. Not used yet. + + * addressbook/printing/test-print.c: Test file for printing. + + * addressbook/printing/e-contact-print.c, + addressbook/printing/e-contact-print.h, + addressbook/printing/e-contact-print-types.h, + addressbook/printing/Makefile.am, addressbook/printing/.cvsignore: + New files for contact printing support. + + * addressbook/Makefile.am (SUBDIRS): Add printing. + + * configure.in: Check for gnome-print. Build the + addressbook/printing Makefile. + 2000-01-24 bertrand * camel/camel-data-wrapper.h: -- cgit