diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-06-04 02:02:56 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-04 02:02:56 +0800 |
commit | 3048b4c9decd91d7c5baa0a9ec29f98a91976f1a (patch) | |
tree | ba6f25a662319846fd160fdb8d2211cc058f11af /calendar/ChangeLog | |
parent | dae1aa0ac0d5aa9e220f9de63b30f65ee0961665 (diff) | |
download | gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.tar.gz gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.tar.zst gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.zip |
Merge from release branch.
svn path=/trunk/; revision=26178
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index abf48025b2..cf2cc952df 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -23,6 +23,13 @@ "client_changed signal on the TaskPage. (client_changed_cb): set menu sensibility when the client changes. +2004-06-02 JP Rosevear <jpr@novell.com> + + * gui/alarm-notify/alarm-notify.c (process_removal_in_hash): free + the correct uri, preventing bad memory corruption + (list_changed_cb): track the removals in a list so we don't + clobber the hash table data during the foreach loop + 2004-06-02 Chris Toshok <toshok@ximian.com> * gui/migration.c (migrate_calendars): remove absolute_uri from @@ -63,6 +70,7 @@ * gui/dialogs/calendar-setup.glade: remove edit dialogs and name the tables. + 2004-06-01 Rodrigo Moya <rodrigo@novell.com> Fixes #59369 |