diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 12:39:18 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 12:39:18 +0800 |
commit | df80388fd94f635a0fecb08314eafd5e25131800 (patch) | |
tree | 40dd55a1c27190d9180960a1e9fcffc05dab7205 /widgets/ChangeLog | |
parent | 8846da8e48cacd7ab792bdcbec8eef19a9c19736 (diff) | |
download | gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.gz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.bz2 gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.lz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.xz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.zst gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.zip |
Works with GnomeCanvasGroups -miguel
svn path=/trunk/; revision=1484
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index b5062dfedf..9f0f836b68 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,5 +1,10 @@ 1999-12-12 Miguel de Icaza <miguel@helixcode.com> + * e-table-item.c (eti_update): Make this play nicely with groups. + (eti_draw): ditto. + (eti_request_region_redraw): ditto. + (eti_item_region_redraw): New function. + * e-table-subset.c (etss_proxy_model_row_changed): Added model proxying. |