log

age author description
Sun, 09 Mar 2008 21:34:32 +0000 Andrew Gaul some memleak fixes from Andrew Gaul again:
Sun, 09 Mar 2008 19:17:35 +0000 Stu Tomlinson merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'
Sun, 09 Mar 2008 18:47:09 +0000 Evan Schoenberg If we receive a Full Name and no nickname, use the Full Name as the serverside alias for an XMPP contact. If we receive just a nickname or both a full name and a nickname, prefer the nickname.
Sun, 09 Mar 2008 18:47:09 +0000 Mark Doliner Some AIM screen names have periods in them, but it's like impossible
Sun, 09 Mar 2008 16:52:07 +0000 Stu Tomlinson Fix Topic in chat node tooltips, and turn on using the transient chat node
Sun, 09 Mar 2008 16:46:04 +0000 Stu Tomlinson Make "Show when offline" work on group nodes too, which sets the flag for
Sun, 09 Mar 2008 16:43:33 +0000 Stu Tomlinson Escape conversation title for use in infopane so that ampersands don't
Sun, 09 Mar 2008 13:53:47 +0000 Stu Tomlinson Avoid a compile warning when building with NetworkManager support because
Sun, 09 Mar 2008 13:42:54 +0000 Stu Tomlinson Improve "Get Info" parsing on MSN - ignore all URLs in fields instead of
Sat, 08 Mar 2008 17:17:57 +0000 Ethan Blanton Increase XMPP ping timeout from 20s to 120s
Sat, 08 Mar 2008 01:07:04 +0000 Sadrul Habib Chowdhury merge of '83a8dbf04d73ded7b026f8b63a26f5656d8fb25b'
Fri, 07 Mar 2008 20:52:43 +0000 Jochen Kemnade another update for the German translation
Fri, 07 Mar 2008 18:55:32 +0000 Mark Doliner This is pretty important for our 7 zephyr users.
Fri, 07 Mar 2008 18:52:19 +0000 Mark Doliner merge of '6b600951723c4797bafdc840f751b75c3f0f95af'
Fri, 07 Mar 2008 16:57:40 +0000 Stu Tomlinson Add some notable items to the ChangeLog
Fri, 07 Mar 2008 22:03:24 +0000 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
Fri, 07 Mar 2008 16:56:02 +0000 Sadrul Habib Chowdhury merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'
Fri, 07 Mar 2008 04:01:20 +0000 Ethan Blanton Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Fri, 07 Mar 2008 16:51:36 +0000 Sadrul Habib Chowdhury The names history-next and history-prev were backwards! Make them right, and add c-n/c-p bindings as the default bindings. Thanks to shofixti for reporting the bug. Fixes #4593.
Fri, 07 Mar 2008 01:27:25 +0000 Sadrul Habib Chowdhury This fixes some cases of the 1-px height bug.
Thu, 06 Mar 2008 16:45:45 +0000 Sadrul Habib Chowdhury finch port of e4b22781 ('Tell gstreamer not to fork').
Thu, 06 Mar 2008 17:00:51 +0000 Jochen Kemnade German translation update
Thu, 06 Mar 2008 15:55:39 +0000 Sadrul Habib Chowdhury merge of '372b94fab52b770bd853506200652575d0588539'
Thu, 06 Mar 2008 15:54:30 +0000 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
Wed, 05 Mar 2008 17:18:09 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
Thu, 06 Mar 2008 11:34:11 +0000 Will Thompson Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
Thu, 06 Mar 2008 07:41:52 +0000 Mark Doliner Patch #3874 from beret. There was a similar patch #2712 from rschnz,
Thu, 06 Mar 2008 07:29:39 +0000 Mark Doliner I realized that I don't like initializing variables when I declare
Thu, 06 Mar 2008 06:59:56 +0000 Mark Doliner Fix a missing a comma
Thu, 06 Mar 2008 00:04:03 +0000 Evan Schoenberg Added some comments and debug logging to yahoo_process_ignore() gleaned from libyahoo2's implementation, from which I guess our prpl was forked (?) given how similar many functions are.