log

age author description
2008-08-08 Mark Doliner Add a note for translators, because they probably have no idea what
2008-08-07 Mark Doliner Add a changelog entry about two things I changed
2008-08-07 Éric Boumaour Update to the French translation for 2.5.0 release.
2008-08-07 Éric Boumaour merge of '3008474548ddd234f222ed5a0be3066e2ea0da0b'
2008-08-07 Ka-Hing Cheung take an extra reference to PurpleXfer so we can check whether the whole
2008-08-07 Ka-Hing Cheung removed an unused function
2008-08-07 Daniel Atallah Remove various opaque UiOps functions from the perl loader as they aren't useable.
2008-08-07 Daniel Atallah Fix purple_str_strip_char and purple_util_chrreplace to be able to work.
2008-08-07 Daniel Atallah Another Perl patch from Zsombor Welker to add more functions.
2008-08-07 Daniel Atallah Another Perl loader patch from Zsombor Welker, this one adds some missing pref
2008-08-07 Daniel Atallah Remove a bunch of *_init() and *_uninit() functions that don't make sense for
2008-08-07 Daniel Atallah Some Perl bindings fixes and additions from Zsombor Welker.
2008-08-07 Daniel Atallah Patch from John Hanauer to enable formatted string entry field in perl plugins.
2008-08-07 Daniel Atallah Some cleanup and a couple leak fixes.
2008-08-07 Daniel Atallah Add NULL checking to purple_markup_linkify().
2008-08-06 Jochen Kemnade German translation update
2008-08-06 Timo Jyrinki Update for 2.5.0. Used XGETTEXT_ARGS=--no-location this time...
2008-08-06 Stu Tomlinson Add files with new translatable strings to POTFILES.in
2008-08-06 Mark Doliner We talked about this and decided it was probably cleaner to not use
2008-08-06 Mark Doliner Remove two files from POTFILES.in that have been removed from the
2008-08-27 Justin Rodriguez clean up formatting, and added render settings for the names/markup on the blist
2008-08-26 Justin Rodriguez theme loader cleanup, and remove a few warnings
2008-08-10 Justin Rodriguez Changed PurpleTheme build function to only return PurpleTheme*
2008-08-10 Justin Rodriguez fixes initialize icon theme bug by pre-loading the theme
2008-08-08 Justin Rodriguez fixed some leaks and made theme loading safer
2008-08-08 Justin Rodriguez Fixes blist theme bug in buddy markup
2008-08-08 Justin Rodriguez Clean up status icon themes a bit
2008-08-08 Justin Rodriguez fized the icon diplay bug with the icon theme
2008-08-08 Justin Rodriguez Add the icon theme files, and re-work some things
2008-08-08 Justin Rodriguez partially working status icon theme stuff
2008-08-06 Justin Rodriguez merge of '3a9f71b3ea427344c6b6e95c63c3559bef222013'
2008-08-06 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
2008-08-05 Mark Doliner Hopefully fix the XMPP contact flipping/swapping between groups bug
2008-08-05 Daniel Atallah Patch from "Chris G." to extend the yahoo privacy to picture requests to help
2008-08-04 Daniel Atallah Fix win32 build
2008-08-04 Mark Doliner Get rid of a compile warning in qq:
2008-08-04 Mark Doliner Get rid of an unused variable. I think this has probably been sitting
2008-08-04 Mark Doliner Get rid of a compile warning:
2008-08-03 SHiNE CsyFeK 2008.08.03 - csyfek <csyfek(at)gmail.com>
2008-08-02 Hylke Bons Updated tray icons.
2008-08-02 SHiNE CsyFeK 2008.08.02 - csyfek <csyfek(at)gmail.com>
2008-08-02 Ka-Hing Cheung at least don't crash when we can't read whatever we are reading
2008-08-01 Hylke Bons Update make file for bunny.png.
2008-08-01 Hylke Bons Updated birthday emblem and emote-select icon.
2008-08-01 Hylke Bons Forgot the new bunny.
2008-08-01 Hylke Bons Object icons refresh for MSNP15.
2008-08-01 Hylke Bons Hope this works...
2008-08-01 Ethan Blanton merge of '0d858a8978355a1e8b7305b64b87db51e44e9978'
2008-08-01 Evan Schoenberg Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
2008-08-01 Elliott Sales de Andrade merge of '1036d6fc1c09bf3b42c737dab42d188245f16b17'
2008-08-01 Elliott Sales de Andrade Don't crash if MsnSession is NULL when checking for ability to send a
2008-08-01 Elliott Sales de Andrade Update MSN's last_received time when we receive something on the NS
2008-08-01 Elliott Sales de Andrade Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
2008-08-01 Elliott Sales de Andrade On MSN, escape the password since it's in an XML document. Didn't
2008-07-30 Daniel Atallah This should have been part of the previous commit related to no longer
2008-07-30 Daniel Atallah Don't distribute the MIT Kerberos libraries with the win32 build anymore.
2008-07-30 Daniel Atallah Fix a crash in the win32 loader when %PATH% isn't set.
2008-07-30 Daniel Atallah Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).
2008-07-30 Daniel Atallah Add error handling for visiblity to why Perl plugins fail to load.
2008-07-30 Daniel Atallah Cleanup unnecessary casts and etc.