aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-18 01:54:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-18 01:54:34 +0800
commit75d7dc01ad542cdf9198240b6ba8b117fa0ac163 (patch)
tree1a5d5c21d6bc282d758a8b9edd2597542c9ac233 /shell/ChangeLog
parentdf2c6c922a5700d261717a1e11a33a04ff5f98a6 (diff)
downloadgsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar.gz
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar.bz2
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar.lz
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar.xz
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.tar.zst
gsoc2013-evolution-75d7dc01ad542cdf9198240b6ba8b117fa0ac163.zip
Fix menus and add placeholders in the menubar for the components to
use. svn path=/trunk/; revision=4868
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2bf2e6e1da..993e1326f5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,18 @@
+2000-08-17 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell-view-menu.c (menu_create_file): Make capitalization of
+ menu items consistent.
+ (menu_create_view): Likewise.
+ (menu_create_help): Likewise.
+ (e_shell_view_menu_setup): Create a component menu placeholder so
+ that components can add their own component-specific menus there.
+ (menu_create_actions): Removed.
+ (e_shell_view_menu_setup): Don't call it.
+ (menu_create_tools): Removed.
+ (e_shell_view_menu_setup): Don't call it.
+ (menu_create_settings): New.
+ (e_shell_view_menu_setup): Call it.
+
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* e-shell-view.c (delete_event): New. Make the parent shell quit.