aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-06-03 02:12:08 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-06-03 02:12:08 +0800
commite4bdc1e6a762058e4e289d6d7710dcadda1caca1 (patch)
treedb6d05298cebb7b0a359665f796992acdbfda264 /widgets/ChangeLog
parenta2e4f2a688b391cd9b0a7800ea6bb86e9194c1db (diff)
downloadgsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.gz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.bz2
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.lz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.xz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.zst
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.zip
Added support for Vertical View in Evolution Mailer with custom message list.
svn path=/trunk/; revision=32071
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index d350d41d9e..f563b60caf 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,19 @@
+2006-06-02 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Added a new hbox cell renderer and a new Sort By menu to e-table to
+ sort by columns not shown in the table.
+
+ * table/Makefile.am:
+ * table/e-cell-text.c: (build_layout): Added support for font
+ rendering in cell
+ * table/e-cell-tree.c: (ect_event): Fixed a bug where the expander
+ animates in arbitary position.
+ * table/e-table-header-item.c: (ethi_popup_customize_view),
+ (sort_by_id), (popup_custom), (ethi_header_context_menu),
+ (ethi_event): Added a new Sort by menu, to the e-table headers, which
+ helps to easily sort by columns without adding that column.
+ * table/e-cell-hbox.[ch]: Added a new hbox renderer.
+
2006-01-30 Kjartan Maraas <kmaraas@gnome.org>
* e-timezone-dialog/e-timezone-dialog.c: (get_zone_from_point):