# HG changeset patch # User Etan Reisner # Date 1106232056 0 # Node ID 8f2b74c5aa24dcfce0bf515d3279c88f7d941c77 # Parent 940f0d8ce38019cdb108f37c37f98d9f18a3e84e [gaim-migrate @ 11860] The text replacement now sorts entries alphabetically thanks Richard Laager. committer: Tailor Script diff -r 940f0d8ce380 -r 8f2b74c5aa24 ChangeLog --- a/ChangeLog Thu Jan 20 03:16:04 2005 +0000 +++ b/ChangeLog Thu Jan 20 14:40:56 2005 +0000 @@ -15,12 +15,14 @@ * Smiley selection dialog rewritten to look nicer (Nathan Fredrickson) * If Gaim is exited with the buddy list hidden in the docklet, it will remain hidden when Gaim is started again (Scott Shedden) - * Contacts will auto-expand when dragging into the buddy list. + * Contacts will auto-expand when dragging into the buddy list * SSL support for IRC connections (Daniel Atallah) * Add a "Last Seen" field to tooltips for buddies in your buddy list (Richard Laager) * Buddy icons in buddy list tooltips (Felipe Contreras) - * Custom smileys for MSN (maquina) + * Custom smileys for MSN (Irving Cordova) + * Entries in the text replacement plugin are now sorted alphabetically + (Richard Laager) Bug fixes: * Some memory leaks plugged (Miah Gregory, Felipe Contreras) diff -r 940f0d8ce380 -r 8f2b74c5aa24 plugins/spellchk.c --- a/plugins/spellchk.c Thu Jan 20 03:16:04 2005 +0000 +++ b/plugins/spellchk.c Thu Jan 20 14:40:56 2005 +0000 @@ -136,6 +136,8 @@ } } g_free(ibuf); + gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(model), + 0, GTK_SORT_ASCENDING); }