diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-23 07:47:32 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-23 07:47:32 +0800 |
commit | f59604582dc64d50c7b6974aa4322863da594483 (patch) | |
tree | 157cef3013b6a0ef414d3637f76c0968e2c9f68d /widgets/misc/ChangeLog | |
parent | 1c090bee53d04e7ba57c12e700c5f4f142c6bbf7 (diff) | |
download | gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.gz gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.zst gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.zip |
use the new ECellText methods to get the text and set the value.
2001-10-22 Damon Chaplin <damon@ximian.com>
* e-cell-date-edit.c (e_cell_date_edit_set_popup_values):
(e_cell_date_edit_update_cell): use the new ECellText methods to get
the text and set the value.
* e-cell-percent.c: new subclass of ECellText to display & edit a
percentage value.
svn path=/trunk/; revision=13916
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 32daa5b163..3766e0e45f 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-22 Damon Chaplin <damon@ximian.com> + + * e-cell-date-edit.c (e_cell_date_edit_set_popup_values): + (e_cell_date_edit_update_cell): use the new ECellText methods to get + the text and set the value. + + * e-cell-percent.c: new subclass of ECellText to display & edit a + percentage value. + 2001-10-20 Jon Trowbridge <trow@ximian.com> * e-dateedit.c (e_date_edit_check_date_changed): Keep us from |