diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-11-27 07:10:17 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-11-27 07:10:17 +0800 |
commit | cc432378790ce854441f9fa630448fc7733bd484 (patch) | |
tree | 5f32a2b505ae61c534c71cb0ee902b0be6275e86 /widgets/misc/ChangeLog | |
parent | b526e3dc17ff35b5d9d04f8102a8c264c0861619 (diff) | |
download | gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.gz gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.bz2 gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.lz gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.xz gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.zst gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.zip |
updated to emit "changed" when appropriate, which turned out to be
2000-10-26 Damon Chaplin <damon@helixcode.com>
* e-dateedit.[hc]: updated to emit "changed" when appropriate, which
turned out to be amazingly difficult :(
Also added e_date_edit_get/set_date() to get/set just the date.
Added e_date_edit_date_is_valid() & e_date_edit_time_is_valid() so
you can check if the user has tried to enter an invalid date.
(All the get_date/time functions return the last valid date entered.)
* test-dateedit.c: updated a bit.
svn path=/trunk/; revision=6672
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 8acf04c6eb..e0905c39db 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,14 @@ +2000-10-26 Damon Chaplin <damon@helixcode.com> + + * e-dateedit.[hc]: updated to emit "changed" when appropriate, which + turned out to be amazingly difficult :( + Also added e_date_edit_get/set_date() to get/set just the date. + Added e_date_edit_date_is_valid() & e_date_edit_time_is_valid() so + you can check if the user has tried to enter an invalid date. + (All the get_date/time functions return the last valid date entered.) + + * test-dateedit.c: updated a bit. + 2000-11-02 Federico Mena Quintero <federico@helixcode.com> * e-dateedit.h (EDateEditClass): Removed the "time_changed" |