diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-15 15:36:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-15 15:36:53 +0800 |
commit | 084a2d2e3d39e7b25a6101f125a37bb05b9caf81 (patch) | |
tree | 7dfaec2c9b2feccc605d7704b0ee1b9dd93fa62b /addressbook/ChangeLog | |
parent | 3c9bfa7f65ee62000f5eef7376e4de7a88163f55 (diff) | |
download | gsoc2013-evolution-084a2d2e3d39e7b25a6101f125a37bb05b9caf81.tar.gz gsoc2013-evolution-084a2d2e3d39e7b25a6101f125a37bb05b9caf81.tar.zst gsoc2013-evolution-084a2d2e3d39e7b25a6101f125a37bb05b9caf81.zip |
added an any select mask and updated the hook maps.
2004-10-15 Not Zed <NotZed@Ximian.com>
* gui/widgets/eab-popup.c: added an any select mask and updated
the hook maps.
* gui/component/addressbook-component.c
(addressbook_component_init): register the addressbook hooks.
* gui/component/addressbook-view.c (addressbook_view_init): setup
the menu manager.
(control_activate_cb): activate the menu manager.
(update_command_state): and update the menu manager.
* gui/widgets/eab-menu.[ch]: Added menu manager class.
svn path=/trunk/; revision=27589
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c8aa933f09..77f65e0044 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-10-15 Not Zed <NotZed@Ximian.com> + + * gui/widgets/eab-popup.c: added an any select mask and updated + the hook maps. + + * gui/component/addressbook-component.c + (addressbook_component_init): register the addressbook hooks. + + * gui/component/addressbook-view.c (addressbook_view_init): setup + the menu manager. + (control_activate_cb): activate the menu manager. + (update_command_state): and update the menu manager. + + * gui/widgets/eab-menu.[ch]: Added menu manager class. + 2004-10-13 JP Rosevear <jpr@novell.com> * importers/evolution-vcard-importer.c: find source selector and |