diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-24 11:25:53 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-24 11:25:53 +0800 |
commit | 8d63772a7dffe54c6320a70021110e33dfe7c1ba (patch) | |
tree | 8414f5588b54d8df4b006b4effd8e6cc740f70a6 /addressbook/ChangeLog | |
parent | 9e945f485b3dd9456db54f1004eb37b31acbe412 (diff) | |
download | gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar.gz gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar.bz2 gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar.lz gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar.xz gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.tar.zst gsoc2013-evolution-8d63772a7dffe54c6320a70021110e33dfe7c1ba.zip |
Unicode in addressbook basically works, including simple searching
svn path=/trunk/; revision=4997
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 14ffc2f9c2..4493f31f32 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2000-08-23 Lauris Kaplinski <lauris@helixcode.com> + + * backend/pas/pas-backend-file.c (func_contains): Use e_utf8_strstrcase + + * contact-editor/e-contact-editor-fullname.c (fill_in_field): Use e_utf8 wrapper + (extract_field): Same + + * contact-editor/e-contact-editor.c (full_name_clicked): Don't crash + + * ename/Makefile.am: Link demo with libeutil.la + + * ename/test-ename-western-gtk.c (full_changed_cb): Use e_utf8 wrapper + + * gui/component/addressbook.c (find_contact_cb): Use e_utf8 wrapper + (search_entry_activated): Same + 2000-08-22 Christopher James Lahey <clahey@helixcode.com> * gui/search/e-addressbook-search-dialog.c: Fix an error in the |