diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-01-26 08:04:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-01-26 08:04:14 +0800 |
commit | 20efd536d04574d105bc8814af4a79cb4e9031e6 (patch) | |
tree | 2639675b33edac8e1f728557957f3e377f4ff338 /ChangeLog | |
parent | 1183808afc92edf659d05876bcda209a78e5c411 (diff) | |
download | gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.gz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.bz2 gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.lz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.xz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.zst gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.zip |
Example contact printing style. Not used yet.
2000-01-25 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2000-01-25 Christopher James Lahey <clahey@helixcode.com> + + * 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 <bertrand@helixcode.com> * camel/camel-data-wrapper.h: |