diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-23 11:26:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-23 11:26:30 +0800 |
commit | bf39da80e51a03ff8f6eb712d18a97d98d67e116 (patch) | |
tree | a74d487f118a10c3b1a3de2c8446ec78363cfa56 /calendar/ChangeLog | |
parent | 9b02c881ef67ec81d137f6478d783e2b1f4efbf1 (diff) | |
download | gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.gz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.bz2 gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.lz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.xz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.zst gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.zip |
New function to keep the ecal marked properly (create_ecal): move more
2000-12-22 JP Rosevear <jpr@helixcode.com>
* gui/goto.c (ecal_date_range_changed): New function to keep the
ecal marked properly
(create_ecal): move more creation code here, update marks
(goto_dialog_init_widgets): listen for date_range_changed signal
in the ecal
* gui/calendar-commands.c (init_calendar): Remove ancient gnomecal
cruft
* gui/mark.[hc], gui/prop.c: Remove ancient gnomecal code that is
no longer needed, last bit of bug 904
svn path=/trunk/; revision=7133
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 19dff51e65..749deb02c0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,19 @@ 2000-12-22 JP Rosevear <jpr@helixcode.com> + * gui/goto.c (ecal_date_range_changed): New function to keep the + ecal marked properly + (create_ecal): move more creation code here, update marks + (goto_dialog_init_widgets): listen for date_range_changed signal + in the ecal + + * gui/calendar-commands.c (init_calendar): Remove ancient gnomecal + cruft + + * gui/mark.[hc], gui/prop.c: Remove ancient gnomecal code that is + no longer needed, last bit of bug 904 + +2000-12-22 JP Rosevear <jpr@helixcode.com> + * gui/goto-dialog.glade.h: translations * gui/goto-dialog.glade: new glade file for goto dialog |