aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-01 20:52:05 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2007-03-01 20:52:05 +0800
commitdfb8c61df838c14a311f218a35390e9fae7735fc (patch)
tree3f3308664648a56b36ecf8d8f1fd0902414703cc /widgets/table/ChangeLog
parentf85afa9f7d1b43d9eb56a5c8cb4011f3d2521306 (diff)
downloadgsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar.gz
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar.bz2
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar.lz
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar.xz
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.tar.zst
gsoc2013-evolution-dfb8c61df838c14a311f218a35390e9fae7735fc.zip
** Fixes bug #357216
2006-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #357216 * text/e-entry.c: Remove "font", "fontset", and "gdk_font" properties, since they forward gets and sets to non-existant properties in entry->item. 2006-09-27 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * text/e-text.c (e_text_unrealize): Don't call deprecated GLib / GDK svn path=/trunk/; revision=33269
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 50319c8bd3..2e0c8d03f3 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,17 @@
+2007-03-01 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-cell-hbox.c: (ecv_new_view), (ecv_kill_view):
+ * e-cell-pixbuf.c: (pixbuf_new_view), (pixbuf_kill_view):
+ * e-cell-popup.c: (ecp_new_view), (ecp_kill_view):
+ * e-cell-progress.c: (eprog_new_view), (eprog_kill_view):
+ * e-cell-spin-button.c: (ecsb_new_view):
+ * e-cell-text.c: (ect_new_view), (ect_kill_view):
+ * e-cell-toggle.c: (etog_new_view), (etog_kill_view):
+ * e-cell-tree.c: (ect_new_view), (ect_kill_view):
+ * e-cell-vbox.c: (ecv_new_view), (ecv_kill_view):
+ * e-cell.h: Rest of the workaround patch for the crash
+ in bug #330728. Patch from Caolan McNamara.
+
2007-02-12 Srinivasa Ragavan <sragavan@novell.com>
** Print migration updates from Ebby Wiselyn