aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-12 04:15:16 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-12 04:15:16 +0800
commit2175169690175866675a79081b37158877b79d31 (patch)
tree97974e5744ad08e85f8b37d08871e71c7630dfd5 /addressbook/ChangeLog
parent0479b8d9a06faa76dd5622fd8549f380f8cac242 (diff)
downloadgsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar.gz
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar.bz2
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar.lz
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar.xz
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.tar.zst
gsoc2013-evolution-2175169690175866675a79081b37158877b79d31.zip
Include addressbook-config.h here as this file uses it.
2002-04-11 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c: Include addressbook-config.h here as this file uses it. * gui/component/select-names/e-select-names.c (SPEC, SPEC2): Made this dialog searchable by typing in the ETable. * gui/widgets/e-addressbook-model.c: Include e-addressbook-util.h here. * gui/widgets/e-addressbook-reflow-adapter.c (e_addressbook_reflow_adapter_right_click), gui/widgets/e-addressbook-view.c (table_right_click): Fixed a memory leak here by using "selection-done" signal. * gui/widgets/e-addressbook-reflow-adapter.c, gui/widgets/e-addressbook-reflow-adapter.h, gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard-view.c: Added a right click menu for areas that aren't cards. svn path=/trunk/; revision=16440
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e90ccee469..994aec5ec6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,24 @@
+2002-04-11 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/component/addressbook-component.c: Include
+ addressbook-config.h here as this file uses it.
+
+ * gui/component/select-names/e-select-names.c (SPEC, SPEC2): Made
+ this dialog searchable by typing in the ETable.
+
+ * gui/widgets/e-addressbook-model.c: Include e-addressbook-util.h
+ here.
+
+ * gui/widgets/e-addressbook-reflow-adapter.c
+ (e_addressbook_reflow_adapter_right_click),
+ gui/widgets/e-addressbook-view.c (table_right_click): Fixed a
+ memory leak here by using "selection-done" signal.
+
+ * gui/widgets/e-addressbook-reflow-adapter.c,
+ gui/widgets/e-addressbook-reflow-adapter.h,
+ gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard-view.c:
+ Added a right click menu for areas that aren't cards.
+
2002-04-09 Dan Winship <danw@ximian.com>
* backend/ebook/e-book-util.c (e_book_load_default_book): Update