diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-19 06:28:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-19 06:28:38 +0800 |
commit | 8eb6a561ab9013d3ad12599176c077c57f12ce08 (patch) | |
tree | 8b7076b92b3c63ce6df9eab0d824f88e1952c011 /addressbook/ChangeLog | |
parent | 4c08e67f41a8069264343daa052002dc4e9de822 (diff) | |
download | gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.gz gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.bz2 gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.lz gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.xz gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.tar.zst gsoc2013-evolution-8eb6a561ab9013d3ad12599176c077c57f12ce08.zip |
Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a
2000-05-18 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card.c: Fixed e_card_name_copy and
e_card_arbitrary_copy to deal correctly with a passed NULL.
* contact-editor/Makefile.am: Removed imagesdir stuff.
* contact-editor/arrow.png: Made this transparent.
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor-strings.h: Renamed some widgets
and added custom widgets for all of the images.
* contact-editor/e-contact-editor.c: Worked on making this work
decently well with messed up glade files. Cleaned up a lot of code.
svn path=/trunk/; revision=3121
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 79953ff9e5..4b3e2dce9b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,21 @@ 2000-05-18 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-card.c: Fixed e_card_name_copy and + e_card_arbitrary_copy to deal correctly with a passed NULL. + + * contact-editor/Makefile.am: Removed imagesdir stuff. + + * contact-editor/arrow.png: Made this transparent. + + * contact-editor/contact-editor.glade, + contact-editor/e-contact-editor-strings.h: Renamed some widgets + and added custom widgets for all of the images. + + * contact-editor/e-contact-editor.c: Worked on making this work + decently well with messed up glade files. Cleaned up a lot of code. + +2000-05-18 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-card.c: Fixed the code to write out and read in arbitrary fields. |