diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 15:12:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 15:12:56 +0800 |
commit | 8fc1cb82feb23034360af987834f6bce8aebe0f3 (patch) | |
tree | c0b0045ee2e03dc09364de2107ac63b8b467f358 /shell/ChangeLog | |
parent | 6077a94d84eb66bd81e52a92d3703db72ab5614a (diff) | |
download | gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar.gz gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar.bz2 gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar.lz gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar.xz gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.tar.zst gsoc2013-evolution-8fc1cb82feb23034360af987834f6bce8aebe0f3.zip |
Implemented a "Rename Group" command. Unfortunately, it doesn't work
very well due to EShortcutBar breakage. But we'll fix that later.
svn path=/trunk/; revision=10653
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6cdc375c4a..bd19e4b9ae 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts.c (class_init): Install signal "rename_group". + + * e-shortcuts.h: New signal "rename_group". + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts.c: Removed `title_to_group' hash from `EShortcutsPrivate'. (init): Don't initialize it anymore. |