aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-03-06 04:47:48 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-03-06 04:47:48 +0800
commit41c0e5bb186d461a9da7763518b6bcd277391f09 (patch)
treef02790a805ff83c273fafbe6d15054f53f6dc171 /calendar/ChangeLog
parent5c10817db46137b17aabcb01e4b7098635288b3c (diff)
downloadgsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar.gz
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar.bz2
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar.lz
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar.xz
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.tar.zst
gsoc2013-evolution-41c0e5bb186d461a9da7763518b6bcd277391f09.zip
remove unneeded parameter from print_text_size everywhere
2002-03-05 JP Rosevear <jpr@ximian.com> * gui/print.c: remove unneeded parameter from print_text_size everywhere (get_font_for_size): calculate a font size based on the available height (print_text): calculate the top of where the font should be drawn (print_text_size): use get_font_for_size (print_day_background): use get_font_for_size 2002-03-05 JP Rosevear <jpr@ximian.com> * gui/e-meeting-time-sel-item.c (e_meeting_time_selector_item_draw): pass the real table to e_meeting_model_etable_view_to_model_row (e_meeting_time_selector_item_paint_busy_periods): ditto * gui/dialogs/meeting-page.c (right_click_cb): ditto * gui/e-meeting-model.h: update protos * gui/e-meeting-model.c (e_meeting_model_etable_model_to_view_row): take in to account the fact the table used the without model (e_meeting_model_etable_view_to_model_row): ditto svn path=/trunk/; revision=15926
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9156b15201..aaff472d9a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,29 @@
+2002-03-05 JP Rosevear <jpr@ximian.com>
+
+ * gui/print.c: remove unneeded parameter from print_text_size
+ everywhere
+ (get_font_for_size): calculate a font size based on the available
+ height
+ (print_text): calculate the top of where the font should be drawn
+ (print_text_size): use get_font_for_size
+ (print_day_background): use get_font_for_size
+
+2002-03-05 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-meeting-time-sel-item.c
+ (e_meeting_time_selector_item_draw): pass the real table
+ to e_meeting_model_etable_view_to_model_row
+ (e_meeting_time_selector_item_paint_busy_periods): ditto
+
+ * gui/dialogs/meeting-page.c (right_click_cb): ditto
+
+ * gui/e-meeting-model.h: update protos
+
+ * gui/e-meeting-model.c
+ (e_meeting_model_etable_model_to_view_row): take in to account the
+ fact the table used the without model
+ (e_meeting_model_etable_view_to_model_row): ditto
+
2002-03-04 Damon Chaplin <damon@ximian.com>
* gui/tasks-control.c: added support for printing the Tasks table.