diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-01-11 14:06:42 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-01-11 14:06:42 +0800 |
commit | d17adcedf443dde2018070d868e53e75790d5936 (patch) | |
tree | 39d79c4e1eeb877a575e417e23cb18ad64c69faa | |
parent | 7f1950793858a168674fd9859b25864dd47cbc21 (diff) | |
download | gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar.gz gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar.bz2 gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar.lz gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar.xz gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.tar.zst gsoc2013-evolution-d17adcedf443dde2018070d868e53e75790d5936.zip |
Commit the ChangeLog for the fixes I just accidently committed:
2002-01-11 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-compare.c (name_synonyms): Added a couple
of names here.
* gui/component/select-names/e-select-names-text-model.c
(e_select_names_text_model_get_nth_obj): Removed an unused
variable.
svn path=/trunk/; revision=15294
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2d9f097917..055ce37e1e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2002-01-11 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-card-compare.c (name_synonyms): Added a couple + of names here. + + * gui/component/select-names/e-select-names-text-model.c + (e_select_names_text_model_get_nth_obj): Removed an unused + variable. + +2002-01-11 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h (create_alphabet): Use toggle buttons here. Fixes Ximian bug #10734. |