From: Sean E. <sea...@us...> - 2003-10-18 01:58:05
|
Update of /cvsroot/gaim/gaim In directory sc8-pr-cvs1:/tmp/cvs-serv24105 Modified Files: ChangeLog Log Message: I added a search feature to conversations. I actually did most of this a while ago for the log viewer. GtkIMHtml has some functions to handle searching itself. I just added a new item to the conversation menu to handle it. This should be useful for long IRC channel backlogs and the sorts. It's case-sensitive right now. That kinda sucks, but that's all GTK lets me do. GtkSourceView has some nice case-insensitive search functions that I'll likely bring in before the release. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.825 retrieving revision 1.826 diff -u -d -p -r1.825 -r1.826 --- ChangeLog 17 Oct 2003 20:04:58 -0000 1.825 +++ ChangeLog 18 Oct 2003 01:58:01 -0000 1.826 @@ -1,6 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! version 0.72 + * Added a search feature to conversations. * Fixed a crash in the Add Chat dialog when selecting an account that doesn't support chats. Closes bug #821606. * If SSL is not enabled, MSN will load, but error on connect. |