aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-09-22 00:15:19 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-09-22 00:15:19 +0800
commit38c5618307787faa2436802e5ecb91105ca11527 (patch)
tree31cf448b855883399b776ffc0471d59909faa604 /calendar/ChangeLog
parentfec69a20e1ede0071e64e47afb12974a7f74abe2 (diff)
downloadgsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar.gz
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar.bz2
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar.lz
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar.xz
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.tar.zst
gsoc2013-evolution-38c5618307787faa2436802e5ecb91105ca11527.zip
Fixes #60904
2004-09-21 JP Rosevear <jpr@novell.com> Fixes #60904 * gui/gnome-cal.c (set_week_start): update the view (get_times_for_views): mimic the work week guessing code exactly for calculating the time range needed instead of hardcoding 5 days (set_working_days): new routine to update the view (working_days_changed_cb): use above when getting config change notification (setup_config): set working days and add notification svn path=/trunk/; revision=27320
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2534b0e5d3..f899e8a4be 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,16 @@
-2004-09-20 JP Rosevear <jpr@novell.com>
+2004-09-21 JP Rosevear <jpr@novell.com>
+
+ Fixes #60904
+
+ * gui/gnome-cal.c (set_week_start): update the view
+ (get_times_for_views): mimic the work week guessing code exactly
+ for calculating the time range needed instead of hardcoding 5 days
+ (set_working_days): new routine to update the view
+ (working_days_changed_cb): use above when getting config change
+ notification
+ (setup_config): set working days and add notification
+
+2004-09-21 JP Rosevear <jpr@novell.com>
Fixes #66158