diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-28 12:26:30 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-28 12:26:30 +0800 |
commit | 350fde81677a44e5203a38c833e5175c3b649de2 (patch) | |
tree | fcf8a53c086d9a34fc0492b98a51128d54ba3753 /addressbook/ChangeLog | |
parent | f91435fc0c0186d48079dc44d8626135eba92462 (diff) | |
download | gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.gz gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.bz2 gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.lz gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.xz gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.zst gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.zip |
Added double click to open contact editor.
2000-05-25 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c,
gui/component/e-addressbook-model.c,
gui/component/e-addressbook-model.h: Added double click to open
contact editor.
svn path=/trunk/; revision=3239
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dce6ae2305..3b0e4e5576 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2000-05-25 Christopher James Lahey <clahey@helixcode.com> + * gui/component/addressbook.c, + gui/component/e-addressbook-model.c, + gui/component/e-addressbook-model.h: Added double click to open + contact editor. + +2000-05-25 Christopher James Lahey <clahey@helixcode.com> + * gui/component/addressbook.c: Removed some columns. 2000-05-25 Ettore Perazzoli <ettore@helixcode.com> |