aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-04-10 10:40:48 +0800
committerChris Toshok <toshok@src.gnome.org>2001-04-10 10:40:48 +0800
commitbdb627f2439cdff4c1acd0ed05bcd16d3b45c139 (patch)
tree6244c913c951831c29a83e3d33623c930e749102 /addressbook/ChangeLog
parentfc3440ee9c435bc2fa30fb695caa853d71c17557 (diff)
downloadgsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.gz
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.bz2
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.lz
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.xz
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.tar.zst
gsoc2013-evolution-bdb627f2439cdff4c1acd0ed05bcd16d3b45c139.zip
stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same.
2001-04-09 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-component.c (remove_folder): stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same. (get_dnd_selection): same. (factory_fn): add the accepted drag types ("text/x-vard") to folder_types. svn path=/trunk/; revision=9210
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7d37f1ed39..39afc758c0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,15 @@
2001-04-09 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-component.c (remove_folder): stubbed,
+ #if 0'ed
+ (xfer_folder): same.
+ (populate_context_menu): same.
+ (get_dnd_selection): same.
+ (factory_fn): add the accepted drag types ("text/x-vard") to
+ folder_types.
+
+2001-04-09 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/e-minicard.c (e_minicard_event): on BUTTON_PRESS: if
it's button 1, store the button x, y, and set drag_button_down to
TRUE. on BUTTON_RELEASE: always set drag_button_down to FALSE.