aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-03 05:24:33 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-03 05:24:33 +0800
commit4431711f558959af523b5b8c0e3a127f56a43688 (patch)
tree87baa90ba7eb8142aea3266da553e51ada61cc80 /shell/ChangeLog
parent0b20695032bc1b074f7f8287df527a01fb3bf6a2 (diff)
downloadgsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.gz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.bz2
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.lz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.xz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.zst
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.zip
Added e-storage-set-view-checkboxes.etstate and
2002-04-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (etspec_DATA): Added e-storage-set-view-checkboxes.etstate and e-storage-set-view-no-checkboxes.etstate here. * e-storage-set-view-checkboxes.etstate, e-storage-set-view-no-checkboxes.etstate: The two possible states of the EStorageSetView. * e-storage-set-view.c, e-storage-set-view.h (e_storage_set_view_set_show_checkboxes, e_storage_set_view_get_show_checkboxes): Added this functionality. Added a model column to the underlying table for the checkbox data. * e-storage-set-view.etspec: Added a view column for the checkboxes. svn path=/trunk/; revision=16324
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ced37c0b2d..017a03ba4a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,22 @@
+2002-04-02 Christopher James Lahey <clahey@ximian.com>
+
+ * Makefile.am (etspec_DATA): Added
+ e-storage-set-view-checkboxes.etstate and
+ e-storage-set-view-no-checkboxes.etstate here.
+
+ * e-storage-set-view-checkboxes.etstate,
+ e-storage-set-view-no-checkboxes.etstate: The two possible states
+ of the EStorageSetView.
+
+ * e-storage-set-view.c, e-storage-set-view.h
+ (e_storage_set_view_set_show_checkboxes,
+ e_storage_set_view_get_show_checkboxes): Added this functionality.
+ Added a model column to the underlying table for the checkbox
+ data.
+
+ * e-storage-set-view.etspec: Added a view column for the
+ checkboxes.
+
2002-03-29 Ettore Perazzoli <ettore@ximian.com>
* e-shell-settings-dialog.c: Add type "Page".