diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-10-10 07:03:04 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-10-10 07:03:04 +0800 |
commit | f2a3913ffe7df8a38d38a1127cb26d64ac3509b2 (patch) | |
tree | da2a389e51ed7140aad124afa6abaa0f323f6e93 /addressbook/ChangeLog | |
parent | 944fdf5ac66142b7da9d6c383cd305017aea399d (diff) | |
download | gsoc2013-evolution-f2a3913ffe7df8a38d38a1127cb26d64ac3509b2.tar.gz gsoc2013-evolution-f2a3913ffe7df8a38d38a1127cb26d64ac3509b2.tar.zst gsoc2013-evolution-f2a3913ffe7df8a38d38a1127cb26d64ac3509b2.zip |
[Â Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.
2002-10-10 Kjartan Maraas <kmaraas@gnome.org>
[Â Fix #7094, #7064, #7095, #31944, #31945 ]
* gui/component/Makefile.am: Hook up new etspec file.
* gui/component/addressbook-config.c: Remove ETable spec.
* gui/component/addressbook-config.etspec: New file.
* gui/component/ldap-config.glade: Fix typo.
* gui/component/select-names/e-select-names.c: Remove inline spec.
* gui/component/select-names/e-select-names.etspec: New file.
* gui/contact-list-editor/Makefile.am: Hook up etspec.
* gui/contact-list-editor/e-contact-list-editor.c: Remove inline spec.
* gui/contact-list-editor/e-contact-list-editor.etspec: New file.
* gui/widgets/Makefile.am: Hook up new spec.
* gui/widgets/e-addressbook-view.c: Remove inline spec.
* gui/widgets/e-addressbook-view.etspec: New file.
svn path=/trunk/; revision=18361
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 cb16479494..1a8386ebe0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2002-10-10 Kjartan Maraas <kmaraas@gnome.org> + + [ Fix #7094, #7064, #7095, #31944, #31945 ] + * gui/component/Makefile.am: Hook up new etspec file. + * gui/component/addressbook-config.c: Remove ETable spec. + * gui/component/addressbook-config.etspec: New file. + * gui/component/ldap-config.glade: Fix typo. + * gui/component/select-names/e-select-names.c: Remove inline spec. + * gui/component/select-names/e-select-names.etspec: New file. + * gui/contact-list-editor/Makefile.am: Hook up etspec. + * gui/contact-list-editor/e-contact-list-editor.c: Remove inline spec. + * gui/contact-list-editor/e-contact-list-editor.etspec: New file. + * gui/widgets/Makefile.am: Hook up new spec. + * gui/widgets/e-addressbook-view.c: Remove inline spec. + * gui/widgets/e-addressbook-view.etspec: New file. + 2002-10-02 Chris Toshok <toshok@ximian.com> [ Fix #28392 ] |