diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-06 02:40:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-06 02:40:05 +0800 |
commit | 58c180fef9256a6152e1095d57e3844f9879d1f4 (patch) | |
tree | 98a5561e5adebd115d51e1bcacafe3532e8b3253 /addressbook/ChangeLog | |
parent | 1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8 (diff) | |
download | gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.gz gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.zst gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.zip |
Use collate for sorting rather than the normal string sort. This fixes bug
2002-12-05 Jeffrey Stedfast <fejj@ximian.com>
* gui/component/select-names/e-select-names.etspec: Use collate
for sorting rather than the normal string sort. This fixes bug
#26335 without causing bug #33933 :-)
svn path=/trunk/; revision=19015
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index faa71cc119..3ec5dd65c9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-12-05 Jeffrey Stedfast <fejj@ximian.com> + + * gui/component/select-names/e-select-names.etspec: Use collate + for sorting rather than the normal string sort. This fixes bug + #26335 without causing bug #33933 :-) + 2002-11-30 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only |