aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-10-12 02:03:52 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-10-12 02:03:52 +0800
commitfb19241a191ae47984e19ae43f0e6acff96cbb1a (patch)
tree5861f5ab084c53b754325c1e19954928d4c735cf /widgets/misc/ChangeLog
parentfc74307dec70e897af78e748703e88b27eb491e8 (diff)
downloadgsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar.gz
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar.bz2
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar.lz
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar.xz
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.tar.zst
gsoc2013-evolution-fb19241a191ae47984e19ae43f0e6acff96cbb1a.zip
fixed to recalculate min_cell_width/height in case the show_week_numbers
2000-10-11 Damon Chaplin <damon@helixcode.com> * e-calendar-item.c (e_calendar_item_recalc_sizes): fixed to recalculate min_cell_width/height in case the show_week_numbers option is changed. * e-dateedit.c: added support for hiding the date field, and added get/set_time_of_day() functions to get/set just the time. svn path=/trunk/; revision=5854
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index d86cfd08eb..422ca071aa 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,12 @@
+2000-10-11 Damon Chaplin <damon@helixcode.com>
+
+ * e-calendar-item.c (e_calendar_item_recalc_sizes): fixed to
+ recalculate min_cell_width/height in case the show_week_numbers option
+ is changed.
+
+ * e-dateedit.c: added support for hiding the date field, and added
+ get/set_time_of_day() functions to get/set just the time.
+
2000-09-30 Damon Chaplin <damon@helixcode.com>
* e-calendar-item.c: