aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-06 08:05:25 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-06 08:05:25 +0800
commitb6e23a317f7dd0461042c0c0b3d63e39d54826bf (patch)
tree803ffde1201aad5c640ecdec7c4f2cff347a56ee /shell/ChangeLog
parent00a9e302ae4dff489ee1056b04979db20bb49358 (diff)
downloadgsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar.gz
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar.bz2
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar.lz
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar.xz
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.tar.zst
gsoc2013-evolution-b6e23a317f7dd0461042c0c0b3d63e39d54826bf.zip
add a freeze / thaw pair to reduce flicker on switching controls.
2000-10-06 Michael Meeks <michael@helixcode.com> * e-shell-view.c (e_shell_view_display_uri): add a freeze / thaw pair to reduce flicker on switching controls. 2000-10-05 Michael Meeks <michael@helixcode.com> * e-shell-view-menu.c (command_xml_dump): fix. svn path=/trunk/; revision=5757
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d1f49e9166..dee815ce2f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2000-10-06 Michael Meeks <michael@helixcode.com>
+
+ * e-shell-view.c (e_shell_view_display_uri): add a freeze / thaw
+ pair to reduce flicker on switching controls.
+
+2000-10-05 Michael Meeks <michael@helixcode.com>
+
+ * e-shell-view-menu.c (command_xml_dump): fix.
+
2000-10-05 Chris Toshok <toshok@helixcode.com>
* e-shell-folder-creation-dialog.c: #include <gal/widgets/e-gui-utils.h>