diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-23 19:03:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-23 19:03:09 +0800 |
commit | 54b0b2121cb06e2cd0483a7adf8c4aac86308daf (patch) | |
tree | 632f8a5e6ca40b83e52cb9e6bfcbaeb784060102 /addressbook/ChangeLog | |
parent | cb227b68b34052c2198cddfece3ee6da81a5e13e (diff) | |
download | gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.gz gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.bz2 gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.lz gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.xz gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.zst gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.zip |
Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.
2000-05-23 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/Makefile.am: Added e-contact-editor-save-as.c and
e-contact-editor-save-as.h.
* contact-editor/e-contact-save-as.c,
contact-editor/e-contact-save-as.h: New files that display a save
as dialog and then save the given card to that file.
* gui/minicard/e-minicard.c: Call e_contact_save_as in a right
click menu.
svn path=/trunk/; revision=3182
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a3eb738631..f5a3ccca68 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-05-23 Christopher James Lahey <clahey@helixcode.com> + + * contact-editor/Makefile.am: Added e-contact-editor-save-as.c and + e-contact-editor-save-as.h. + + * contact-editor/e-contact-save-as.c, + contact-editor/e-contact-save-as.h: New files that display a save + as dialog and then save the given card to that file. + + * gui/minicard/e-minicard.c: Call e_contact_save_as in a right + click menu. + 2000-05-19 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-categories.c, |