diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-09 00:32:36 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-09 00:32:36 +0800 |
commit | ec7b287514d9577597e69e78e5b8611eea34e37f (patch) | |
tree | 8a284b9f82c3b989196172e1cea7e3c0a4b76968 /addressbook/ChangeLog | |
parent | 9c1323a11f1298d5b1ecb93aba85637b30924f84 (diff) | |
download | gsoc2013-evolution-ec7b287514d9577597e69e78e5b8611eea34e37f.tar.gz gsoc2013-evolution-ec7b287514d9577597e69e78e5b8611eea34e37f.tar.zst gsoc2013-evolution-ec7b287514d9577597e69e78e5b8611eea34e37f.zip |
new function, used by the context menu.
2001-08-08 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-reflow-adapter.c (open_card): new
function, used by the context menu.
(e_addressbook_reflow_adapter_right_click): put "Open" at the top
of the menu. also, disable "Delete" if the addressbook isn't
writable.
svn path=/trunk/; revision=11794
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 42114f1a0b..f218211573 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2001-08-08 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-reflow-adapter.c (open_card): new + function, used by the context menu. + (e_addressbook_reflow_adapter_right_click): put "Open" at the top + of the menu. also, disable "Delete" if the addressbook isn't + writable. + +2001-08-08 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (rfc2254_escape): escape *, \, (, and ), as per rfc2254. (func_contains): escape the string. |