diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-11 12:12:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-11 12:12:28 +0800 |
commit | 835ec00d01e23256143229d8e2c99f68afae1e6c (patch) | |
tree | a84f64f459a6f00730cfc651290c2bfdb8e4e2f9 /addressbook/ChangeLog | |
parent | 86e45230bdfccc8c6a80dc81714aeb95cfd03b32 (diff) | |
download | gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar.gz gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar.bz2 gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar.lz gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar.xz gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.tar.zst gsoc2013-evolution-835ec00d01e23256143229d8e2c99f68afae1e6c.zip |
Added glade files.
2000-06-11 Christopher James Lahey <clahey@helixcode.com>
* gui/component/Makefile.am: Added glade files.
* gui/component/addressbook.c: Added a test of the Select Names
functionality.
* gui/component/e-addressbook-model.c: Made this class_init
function a bit cleaner.
* gui/component/e-select-names.c: Tested this and fixed some
obvious errors.
* gui/component/select-names.glade: The main window shouldn't be
visible by default.
svn path=/trunk/; revision=3518
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 ba40dac9f6..4dc536ccf1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2000-06-11 Christopher James Lahey <clahey@helixcode.com> + + * gui/component/Makefile.am: Added glade files. + + * gui/component/addressbook.c: Added a test of the Select Names + functionality. + + * gui/component/e-addressbook-model.c: Made this class_init + function a bit cleaner. + + * gui/component/e-select-names.c: Tested this and fixed some + obvious errors. + + * gui/component/select-names.glade: The main window shouldn't be + visible by default. + 2000-06-11 Ettore Perazzoli <ettore@helixcode.com> * contact-editor/Makefile.am (contact_editor_test_LDADD): Link |