aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-03-21 09:27:04 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-03-21 09:27:04 +0800
commitb76bf69d8db9267bd8ab3760c46c893598a1dd44 (patch)
tree294684300a405b95cd2cb09b61f17c5385950047 /ChangeLog
parent3a392efcc529c62923c7f40019004912c71aacf7 (diff)
downloadgsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.gz
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.bz2
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.lz
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.xz
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.zst
gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.zip
New private field in EShellView added, which contains the notebook and a
* shell/e-shell-view.h: New private field in EShellView added, which contains the notebook and a hashtable of folders to views. * shell/e-shell-view.c (e_shell_view_set_view): Instead of creating a new control every time we set the view, we now keep our controls in a notebook. This function now switches to the correct notebook page, or creates a new page/control as necessary. (e_shell_view_new): Creates and inserts the notebook into the shell. svn path=/trunk/; revision=2122
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8bf478737..8162ad0642 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-03-20 Matt Loper <matt@helixcode.com>
+
+ * shell/e-shell-view.h: New private field in EShellView added,
+ which contains the notebook and a hashtable of folders to views.
+
+ * shell/e-shell-view.c (e_shell_view_set_view): Instead of
+ creating a new control every time we set the view, we now keep our
+ controls in a notebook. This function now switches to the correct
+ notebook page, or creates a new page/control as necessary.
+ (e_shell_view_new): Creates and inserts the notebook into the
+ shell.
+
2000-03-17 Elliot Lee <sopwith@redhat.com>
* calendar/cal-client/Makefile.am,
calendar/cal-util/Makefile.am, calendar/gui/Makefile.am,