aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 59e5c894e1..3fa534a4cd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,18 @@
2004-01-06 JP Rosevear <jpr@ximian.com>
+ * gui/dialogs/comp-editor.c (comp_editor_finalize): we don't put
+ any signal handlers on the client or source client now, but we do
+ on the view
+ (real_set_e_cal): no signal handlers on the client
+ (obj_modified_cb): we are guaranteed this is a signal for our
+ component
+ (obj_removed_cb): ditto
+ (listen_for_changes): listen for changes on the object
+ (save_comp): use above since the source_client changed
+ (real_edit_comp): use above since the comp changed
+
+2004-01-06 JP Rosevear <jpr@ximian.com>
+
* gui/e-select-names-renderer.c (esnr_activated): if we are
de-activated, the editing is done
(esnr_start_editing): listen for activated signal on the control