aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-24 23:53:14 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-24 23:53:14 +0800
commitadf048e0505aa016e9b4c2ec13ab2050ee006906 (patch)
tree873a868de4ead1244ca61709dcb64fa50d7eaa24 /shell/ChangeLog
parenteb5d078e80b7fec3d4d7c957f657bc42749a9b99 (diff)
downloadgsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.gz
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.bz2
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.lz
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.xz
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.zst
gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.zip
Add PilotConduitSettings verb. [#14019]
(command_pilot_conduit_settings): Implementation for the verb. (launch_pilot_settings): Helper function. svn path=/trunk/; revision=18201
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6290eb625f..7642a60eec 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,6 +1,14 @@
+2002-09-24 Ettore Perazzoli <ettore@ximian.com>
+
+ [#14019]
+
+ * e-shell-view-menu.c: Add PilotConduitSettings verb.
+ (command_pilot_conduit_settings): Implementation for the verb.
+ (launch_pilot_settings): Helper function.
+
2002-09-24 Mike Kestner <mkestner@ximian.com>
- * e-storage-set-view.c (e_storage_set_enable_search): use the new
+ * e-storage-set-view.c (e_storage_set_enable_search): Use the new
e_tree_set_search_column function instead of my lameass sort hack.
2002-09-23 Ettore Perazzoli <ettore@ximian.com>