diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 05:33:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 05:33:07 +0800 |
commit | e83ee52ce58c6909b57e2137505ad504d596a6b3 (patch) | |
tree | 74bebdf59d73fff9b064695e198cbd9738c8a266 /shell/ChangeLog | |
parent | 052416eb6fcb3247d1314cc3f30a987d8c55370a (diff) | |
download | gsoc2013-evolution-e83ee52ce58c6909b57e2137505ad504d596a6b3.tar.gz gsoc2013-evolution-e83ee52ce58c6909b57e2137505ad504d596a6b3.tar.zst gsoc2013-evolution-e83ee52ce58c6909b57e2137505ad504d596a6b3.zip |
Remove the Help menu verbs and add a "HelpFAQ" verb. (command_help):
* e-shell-view-menu.c: Remove the Help menu verbs and add a
"HelpFAQ" verb.
(command_help): Removed.
(command_help_faq): New, implementation for the "HelpFAQ" verb.
svn path=/trunk/; revision=12127
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8b5e3fd354..2e36d7450b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-08-16 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c: Remove the Help menu verbs and add a + "HelpFAQ" verb. + (command_help): Removed. + (command_help_faq): New, implementation for the "HelpFAQ" verb. + +2001-08-16 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-title-bar.c (label_realize_callback): New callback for the realize signal. (make_bold): New. Hooks up the label_realize_callback. @@ -67,7 +74,6 @@ o2001-08-16 Ettore Perazzoli <ettore@ximian.com> * e-corba-storage.c (impl_StorageListener_notifyFolderCreated): Pass the passed-in unread_count to e_storage_new_folder. ->>>>>>> 1.617 2001-08-13 Ettore Perazzoli <ettore@ximian.com> * e-gray-bar.c (impl_style_set): Chain to the parent class. |