diff options
author | JP Rosevear <jpr@ximian.com> | 2004-07-27 10:29:11 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-07-27 10:29:11 +0800 |
commit | d5a5d18cb16de2a36d7d1edf640dc5bb5a698289 (patch) | |
tree | da50c67c032e0137db70ab314bb9a669c4597e78 /calendar/ChangeLog | |
parent | 8cfdad88c98a0e7a7f09e7ae07cff451a9c6cce4 (diff) | |
download | gsoc2013-evolution-d5a5d18cb16de2a36d7d1edf640dc5bb5a698289.tar.gz gsoc2013-evolution-d5a5d18cb16de2a36d7d1edf640dc5bb5a698289.tar.zst gsoc2013-evolution-d5a5d18cb16de2a36d7d1edf640dc5bb5a698289.zip |
Fixes #61058
2004-07-25 JP Rosevear <jpr@ximian.com>
Fixes #61058
* gui/e-week-view.c (process_component_recur_cb): add but don't
prepend
(process_component): use above as call back so we can pass the
prepend bool
(e_week_view_add_event): take a prepend bool and prepend to the
events array if asked so the event will be shown first when drawn
(e_week_view_do_key_press): If the event can't be fit on the
screen, ie not even one event can be shown in the day, don't try
to edit it
svn path=/trunk/; revision=26741
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c65e88d134..5c3a3703bb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2004-07-25 JP Rosevear <jpr@ximian.com> + + Fixes #61058 + + * gui/e-week-view.c (process_component_recur_cb): add but don't + prepend + (process_component): use above as call back so we can pass the + prepend bool + (e_week_view_add_event): take a prepend bool and prepend to the + events array if asked so the event will be shown first when drawn + (e_week_view_do_key_press): If the event can't be fit on the + screen, ie not even one event can be shown in the day, don't try + to edit it + 2004-07-26 Rodney Dawes <dobey@novell.com> * gui/dialogs/event-page.glade: Fix mnemonic for "Location" to not |