diff options
author | Jason Leach <jleach@ximian.com> | 2001-05-31 03:39:47 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-05-31 03:39:47 +0800 |
commit | 225120f19f7e03a09f1ff899e747e68ccc41a93e (patch) | |
tree | 2f0697639ec2541fabcacab4543d703d6e5e7384 /shell/ChangeLog | |
parent | 1c8d79010681884cfddd5574e40cb2bdd0772c61 (diff) | |
download | gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar.gz gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar.bz2 gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar.lz gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar.xz gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.tar.zst gsoc2013-evolution-225120f19f7e03a09f1ff899e747e68ccc41a93e.zip |
Removed an unecessary sleep(2) call, so evolution will start up 2 seconds
2001-05-30 Jason Leach <jleach@ximian.com>
* e-shell.c (e_shell_construct): Removed an unecessary sleep(2)
call, so evolution will start up 2 seconds faster now.
2001-05-30 Jason Leach <jleach@ximian.com>
* e-shell-view-menu.c: Connect the AddFolderToShortcutBar verb to
their implementation functions.
* e-shell-view.c (e_shell_view_get_current_shortcuts_group_num):
New function, use it to find out which shourtcut group is
currently open on the shortcut bar.
* e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar):
Implement this using new function described above.
svn path=/trunk/; revision=10052
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9e564517b3..3306a23b40 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2001-05-30 Jason Leach <jleach@ximian.com> + + * e-shell.c (e_shell_construct): Removed an unecessary sleep(2) + call, so evolution will start up 2 seconds faster now. + +2001-05-30 Jason Leach <jleach@ximian.com> + + * e-shell-view-menu.c: Connect the AddFolderToShortcutBar verb to + their implementation functions. + + * e-shell-view.c (e_shell_view_get_current_shortcuts_group_num): + New function, use it to find out which shourtcut group is + currently open on the shortcut bar. + + * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): + Implement this using new function described above. + 2001-05-29 Federico Mena Quintero <federico@ximian.com> * e-shell-view.c (setup_progress_bar): Added missing castt. |