diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index eed8f838fc..98a719d656 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,21 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c (command_new_shortcut): New, implementation + for the "New Shortcut" command create a new shortcut. + (goto_folder_dialog_cancelled_cb): Renamed from + `folder_selection_dialog_cancelled_callback'. + (goto_folder_dialog_folder_selected_cb): Renamed from + `folder_selection_dialog_cancelled_callback'. + + * e-shell-folder-selection-dialog.c: New member `allow_creation' + in `EShellFolderSelectionDialogPrivate'. + (e_shell_folder_selection_dialog_get_allow_creation): New; return + the value of `allow_creation'. + (e_shell_folder_selection_dialog_set_allow_creation): New; hide or + show the "New" button according to the @allow_creation arg. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view.c: Added "Rename Group" command to the right-click group menu item. (rename_group_cb): New callback for the "Rename Group" command. |