diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-10-08 02:26:46 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-10-08 02:26:46 +0800 |
commit | df5623729472bac4b80d8c68bc93b29d68f68140 (patch) | |
tree | 27132d4856e899c1e161a0feba96f463ea4d635c /calendar/ChangeLog | |
parent | fe4a9b93de19146309bf95f3ebaf1314069c1503 (diff) | |
download | gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar.gz gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar.bz2 gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar.lz gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar.xz gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.tar.zst gsoc2013-evolution-df5623729472bac4b80d8c68bc93b29d68f68140.zip |
moved the pilot_status = MOD up, so even a CHANGE_SUMMARY will set the
* calendar.c (calendar_object_changed): moved the pilot_status =
MOD up, so even a CHANGE_SUMMARY will set the modified flag.
* calendar-conduit.c: more _free calls, vamped the noise on output.
svn path=/trunk/; revision=1320
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 77cfeabff4..809a352f80 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +1999-10-07 Eskil Olsen <deity@eskil.dk> + + * calendar.c (calendar_object_changed): moved the pilot_status = + MOD up, so even a CHANGE_SUMMARY will set the modified flag. + + * calendar-conduit.c: more _free calls, vamped the noise on output. + +1999-10-06 Eskil Olsen <deity@eskil.dk> + + * *conduit*[ch]: checks return values from gpilotd_init/connect. + + * calender.c (vcalendar_create_from_calendar): removed a set + of cleanVObject cleanStrTbl, since the freed memory that the + function returned. + 1999-09-27 Timur Bakeyev <mc@bat.ru> * timeutil.c (time_from_isodate): Use tm.gmtoff or timezone to get |