diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 69f46445e1..bf1fa018c3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view.c: Added a "Rename" right-click command. + (rename_shortcut_cb): New function, implementation for the "Rename + command". + (rename_shortcut_dialog_cb): Callback for the gnome_request_dialog + function to ask the new name. + + * e-shortcuts.c (e_shortcuts_update_shortcut): Call `make_dirty()' + so we get saved too. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (activate_shortcut_cb): Receive an @in_new_window arg as well. |