diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-20 18:30:15 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-20 18:30:15 +0800 |
commit | 563ca6075aaed1bfd08f984aefd6facb82f3107e (patch) | |
tree | 2ffa63a535a5cde30f807fa93a347807148992b3 /addressbook/ChangeLog | |
parent | 4f973e115c7ae253b22b48261c67d10887b28afa (diff) | |
download | gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.gz gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.bz2 gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.lz gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.xz gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.zst gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.zip |
Added #include <gal/widgets/e-unicode.h>.
2001-10-20 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c: Added #include
<gal/widgets/e-unicode.h>.
* gui/widgets/e-minicard-control.c: Made this display the number
of extra cards in the attachment as well as made it save them all
to the local addressbook if the person selects the button. Fixes
Ximian bug #9507.
svn path=/trunk/; revision=13820
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dc0281bddf..301c492dcf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2001-10-20 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c: Added #include + <gal/widgets/e-unicode.h>. + + * gui/widgets/e-minicard-control.c: Made this display the number + of extra cards in the attachment as well as made it save them all + to the local addressbook if the person selects the button. Fixes + Ximian bug #9507. + +2001-10-20 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-minicard.c (e_minicard_event): Changed this to not grab on a right click. Fixes Ximian bug #12660. |