log

age author description
Sat, 28 Jul 2007 05:30:19 +0000 Sean Egan Email notification signals from charkins. Fixes #1324
Sat, 28 Jul 2007 05:08:42 +0000 Sean Egan merge of '3dd9d75f17fcb12e23540b249c7b0503fccdb94c'
Sat, 28 Jul 2007 05:06:06 +0000 Ka-Hing Cheung I don't have NEWS
Sat, 28 Jul 2007 04:35:41 +0000 Etan Reisner Commit a patch by bibliochat to handle an XMPP MUC status code that I pushed
Sat, 28 Jul 2007 05:08:08 +0000 Sean Egan Tooltips in infopanes
Sat, 28 Jul 2007 04:27:18 +0000 Sean Egan ChangeLog and NEWS
Sat, 28 Jul 2007 02:37:46 +0000 Sean Egan Cool! Override GtkTextView's size allocate function in GtkIMHtml to make sure that it stays scrolled to the bottom whenever it's resized. Fixes a major annoyance and possibly #938
Fri, 27 Jul 2007 23:55:03 +0000 Sean Egan I think this might fix #1127
Fri, 27 Jul 2007 22:13:17 +0000 Sean Egan Screenname auto-completion filtering by Leonardo Fernandes, Fixes #519
Fri, 27 Jul 2007 17:48:30 +0000 Luke Schierer merge of '8fd54462a6faac01b88f24dc2970faa9a28c1978'
Fri, 27 Jul 2007 16:40:24 +0000 Bj«Órn Voigt fixes #2287
Fri, 27 Jul 2007 16:36:27 +0000 Mi«ßu Moldovan fixes #2284
Fri, 27 Jul 2007 16:34:01 +0000 Luke Schierer forgot these
Fri, 27 Jul 2007 16:33:30 +0000 Dmitry Beloglazov fixes #2257
Fri, 27 Jul 2007 16:26:05 +0000 Peter Hjalmarsson fixes #2242
Fri, 27 Jul 2007 16:45:44 +0000 Daniel Atallah Fix distcheck.
Fri, 27 Jul 2007 16:13:34 +0000 Sadrul Habib Chowdhury merge of '4f8fceee3836599ee91cd637f42647433a481086'
Fri, 27 Jul 2007 16:08:18 +0000 Sadrul Habib Chowdhury Make the infopane context-menu look more like a buddylist context menu.
Fri, 27 Jul 2007 15:46:03 +0000 Daniel Atallah Make sure we delete all generated files with the mingw clean make target.
Fri, 27 Jul 2007 10:48:24 +0000 Sadrul Habib Chowdhury merge of '004a538ba55a170d9662546cda8d93eb7d64507b'
Fri, 27 Jul 2007 10:44:24 +0000 Sadrul Habib Chowdhury merge of '391beabbbe9b94205d5c2d9ef073ecff207da387'
Fri, 27 Jul 2007 08:24:11 +0000 Mark Doliner Fix a comment typo
Fri, 27 Jul 2007 08:22:45 +0000 Mark Doliner This function wasn't used. I think it was intended for when Adam
Fri, 27 Jul 2007 03:47:09 +0000 Ka-Hing Cheung merge of '48f62c11849f8d3ade036cacace03635cf7985ec'
Thu, 26 Jul 2007 15:21:23 +0000 Daniel Atallah Fix memory leak (also includes an efficiency rearrangement for the xmlnode parsing that has been sitting on my machine for a while).
Thu, 26 Jul 2007 05:02:00 +0000 Ka-Hing Cheung make us forget the password if the user didn't choose save password
Fri, 27 Jul 2007 00:33:21 +0000 Sean Egan Redraw infopane after setting icons. I'm not sure why I need to do this. I'll look into it later. Fixes #1892
Fri, 27 Jul 2007 00:05:40 +0000 Sean Egan Fix idle reporting as discussed on devel@. Poll as needed when we're not idle, and poll frequently (once every three seconds) when we are. Fixes #1357
Wed, 25 Jul 2007 21:42:15 +0000 Sean Egan Remove Chinese characters from QQ smiley theme. GtkIMHtml does not properly handle smileys that use multi-byte characters, causing problems like http://img501.imageshack.us/img501/3457/pidginscreenshotoz2.jpg . That gtkimhtml bug should be fixed on its own, but according to mhuetsch the Chinese characters are just the descriptions and shouldn\'t be included in the file anyway. Fixes #1043 Fixes #1340 Fixes #716
Fri, 27 Jul 2007 10:44:11 +0000 Sadrul Habib Chowdhury Fix memory leak by freeing the list returned by gtk_container_get_children.