aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-11 04:35:52 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-11 04:35:52 +0800
commit0097872c134e712a520b408d294dc7c6d5156527 (patch)
treed0fd787791b7cd39d198f0965e4849dbe2dda792 /shell/ChangeLog
parentcf26eac80769d0c09bdf6580b4cde7343071962c (diff)
downloadgsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.gz
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.bz2
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.lz
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.xz
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.zst
gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.zip
Folder selection dialog, (untested) CORBA interfaces for it, and a new
"Go to folder..." menu item. Also made the creation dialog slightly larger. svn path=/trunk/; revision=3508
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0b3897756a..5d2781f06f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,27 @@
2000-06-10 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell.c (impl_Shell_user_select_folder): New, implementation
+ for `Shell:user_select_folder'.
+ (corba_class_init): Install it.
+ (folder_selection_dialog_clicked_cb): Callback for the folder
+ selection dialog.
+
+ * Evolution-Shell.idl: New method `Shell::user_select_folder'.
+ New interface `FolderSelectionListener'.
+
+ * glade/e-shell-folder-creation-dialog.glade: Make it larger.
+
+ * e-shell-folder-creation-dialog.h: Fix typo: #include
+ <gtk/gtkwindow.h>, not <gtk/gtkwidget.h>.
+
+ * e-shell-view-menu.c: Added "Go to folder..." command.
+ (commmand_goto_folder): Implementation for it.
+
+ * e-shell-folder-selection-dialog.c: New.
+ * e-shell-folder-selection-dialog.h: New.
+
+2000-06-10 Ettore Perazzoli <ettore@helixcode.com>
+
* e-local-folder.c (save_metadata): Don't set the description in
the XML file if null. Compute the physical path correctly.