Mercurial > pidgin
diff ChangeLog @ 7295:c7f0a4397d9e
[gaim-migrate @ 7879]
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.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 18 Oct 2003 01:58:02 +0000 |
parents | d03a411d50d3 |
children | 153fbf9b6a7f |
line wrap: on
line diff
--- a/ChangeLog Fri Oct 17 21:29:15 2003 +0000 +++ b/ChangeLog Sat Oct 18 01:58:02 2003 +0000 @@ -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.