log

age author description
2007-05-03 Sean Egan Remove the icon file
2007-05-03 Sean Egan kill the Help > About star icon
2007-05-03 Hylke Bons Kill the 'ear' icon
2007-05-03 Ethan Blanton Stu pointed out that I made an error, and Josh made it clear that the
2007-05-03 Evan Schoenberg If we're sent text/plain by an AIM client and it specifies a charset, we can now use that charset via oscar_encoding_extract() instead of ignoring it and therefore assuming UTF-8
2007-05-03 Evan Schoenberg Protect icon with ref/unref guards since it may be freed over the course of the while() loop. I thought this would fix #398, but something else is wrong, too.
2007-05-03 Sadrul Habib Chowdhury Remove two warnings, one compile-time, one runtime. Plug two leaks, both runtime.
2007-05-03 Daniel Atallah Additional fix for another crash similar to #412.
2007-05-03 Richard Laager Anything used to the gaim_buddy_icons_find semantics would leak.
2007-05-03 Richard Laager merge of '97e870becfebf23b3637ffafe51a21ace03dadcc'
2007-05-03 Richard Laager Rework purple_buddy_icons_find() to return a reference for the caller, which
2007-05-03 Stu Tomlinson I don't know why I thought these were necessary here.
2007-05-03 Stu Tomlinson merge of '2243863663e3841c304af2c4ab1db4fbb766eb7e'
2007-05-03 Stu Tomlinson Finish the removal of purple_presence_remove_buddy() and
2007-05-03 Sadrul Habib Chowdhury Do not build the context menu if one is already being shown.
2007-05-03 Nathan Walp merge of '57b4e954f5830e1dddd9bffb697deb057fb35943'
2007-05-03 Nathan Walp this should fix jabber buddy icons (but it will re-introduce the behavior of overwriting your vCard whenever you sign in).
2007-05-03 Luke Schierer merge of '1059632ecbace7c85e35918f6c6d139494fdc250'
2007-05-03 Stu Tomlinson Proabably fixes ticket #578, it's the recommended way of initializing NSS
2007-05-03 Stu Tomlinson Fix ticket #559:
2007-05-03 Mark Doliner This is ugly and probably not a "correct" fix, but it seems to fix
2007-05-03 Mark Doliner Change a few functions to free a linked list while iterating through
2007-05-03 Mark Doliner I noticed a new error code a few days ago: "IP address connecting too
2007-05-03 Mark Doliner merge of '45d1b5cb6bcf0cce3082b5b48045a5b708ed27d5'
2007-05-03 Ka-Hing Cheung merge of '2771f100bd7470cecd0f1ff5497c5ba679c43278'
2007-05-03 Sean Egan Don't play the same sound twice within 2 seconds. Maybe this will fix Luke's gst problems. It fixes #140 in either case
2007-05-03 Sean Egan Remove AOL emblem
2007-05-03 Sean Egan Update gaim-compat.h for API changeS
2007-05-03 Sean Egan Give offline buddies that support offline messaging a higher score than offline buddies that don't.
2007-05-03 Sean Egan Change some of the PurplePresence stuff to reflect how it's actually used
2007-05-03 Sean Egan Apparently there needs to be a space between the exclamation point and the filename
2007-05-03 Sean Egan add them to makefile.am
2007-05-03 Sean Egan Some hidden smileys back.
2007-05-03 Sean Egan We're told by users that Hiptop is not the same thing as mobile, and should not be treated as such.
2007-05-03 Daniel Atallah merge of '7032201189ec1dc62ce932ab6e6b2d6f95ca6f7b'
2007-05-03 Etan Reisner Add the function_list.pl script to the dist tarball. It's useful for people
2007-05-03 Luke Schierer zh_TW.po updated by acli
2007-05-03 Luke Schierer hu.po updated by kelemeng
2007-05-03 Luke Schierer updated ja.po from taihana
2007-05-03 Daniel Atallah This fixes #412. Apparently gtk_file_chooser_set_filename() doesn't like it when the filename specified doesn't actually exist. This is a GTK+ bug, which I will report.
2007-05-02 Daniel Atallah merge of 'adfb9df43624e2797f0706cd8d96efdec4640b26'
2007-05-02 Stu Tomlinson Remove 'comments' from the end of QQ smiley definitions.
2007-05-02 Daniel Atallah Update 4bit tray icons.
2007-05-02 Sadrul Habib Chowdhury Add a python script plugins/startup.py which will first check whether a
2007-05-02 Sadrul Habib Chowdhury gchar returning functions should also be exposed for dbus.
2007-05-02 Sadrul Habib Chowdhury Expose some utility function to dbus.
2007-05-02 Sadrul Habib Chowdhury Fix context menu unusualness in the buddylist.
2007-05-02 Richard Laager merge of '5f4a03fa07b74453c3b8312c388af42739fd16db'
2007-05-02 Evan Schoenberg merge of '92952767b5290dd3324e325476ad8aecd0e2a3f1'
2007-05-02 Evan Schoenberg The last name from /etc/passwd may have additional comma-delimited data which we should ignore when determining the default Bonjour name. Fixes #477
2007-05-02 Richard Laager Fix #pidgwin in .po files.
2007-05-02 Kevin Stange A few more changes to whitespace to make the file more readable
2007-05-02 Kevin Stange Added back the :-/ smiley to ICQ as well, since it'll probably be found missing there by someone. I also fixed up the whitespace on all the Yahoo smileys to make the theme a little more readable.
2007-05-02 Daniel Atallah Bump the spellchecking download timeout to 10 seconds.
2007-05-02 Daniel Atallah Don't automatically proceed to the installer's "Finished" page - allow the log to be reviewed and make the user choose to move on. (Fixes #456).
2007-05-02 Daniel Atallah Fix some installer issues (#416, #433)
2007-05-02 Sadrul Habib Chowdhury Fix this spectacularly braindead code. I must've been on the good stuff when I wrote this. Fixes #364.
2007-05-02 Sadrul Habib Chowdhury We don't really need an active connection to get the name of a chat.
2007-05-02 Sadrul Habib Chowdhury merge of '1222310dce4224af3958f2c83c4894f4f32d7ebc'
2007-05-02 Sadrul Habib Chowdhury Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
2007-05-03 Ka-Hing Cheung patch from chckens to make MSN emoticon codes more consistent with the
2007-05-02 Nathan Walp if you're offline, and right-click on a group, you shouldn't be presented
2007-05-02 Evan Schoenberg Fix a crash if userinfo->itmsurl is NULL on Windows / OS X
2007-05-02 Sean Egan forgot the icons.
2007-05-01 Luke Schierer merge of 'a2807c22fd57a663e23edf2038c1a172c779f921'
2007-05-01 Daniel Atallah Fix #470 (change spellchecker language to not select every language)
2007-05-01 Luke Schierer an updated af.po from fwolff
2007-05-01 Kevin Stange Fix #478: :-/ smiley is broken
2007-05-01 Luke Schierer merge of '4b34ba91b3be407b1921ddbb7a7ff43a418af188'
2007-05-01 Luke Schierer disapproval of revision 'dbf636254e3583cfa0c136ce175dbb91756e4302'
2007-05-01 Luke Schierer zh_CN from fundawang
2007-05-03 Stu Tomlinson Fix this reference to the build dir for includes
2007-05-03 Stu Tomlinson gnt should reference genmarshal in the srcdir to allow building in a
2007-05-03 Stu Tomlinson Now that version.h is a generated source file, we need to add
2007-05-01 Sean Egan Forgot to add the ico file
2007-05-01 Sean Egan And make them used
2007-05-01 Sean Egan New tray icons from hbons
2007-05-01 Sadrul Habib Chowdhury I believe this fixes #439.
2007-05-01 Ethan Blanton eperez correctly pointed out that there is no reason to disallow the
2007-05-01 Richard Laager Revert the s/Jabber/XMPP/ here as well.
2007-05-01 Luke Schierer merge of 'b7add4f0aed4d53f564e4fde2227f70a42923e31'
2007-05-01 Luke Schierer merge of '65b5bccbe0e6fa4f2c4894ecd8b53505171a44a0'
2007-05-01 Richard Laager Ticket #473: Updated Simplified Chinese translation for pidgin
2007-05-01 Richard Laager merge of 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
2007-05-01 Casey Harkins merge of '89aee9cfd6a64bcb3656a2ba271a600f3558f891'
2007-05-01 Sean Egan Documentation update
2007-05-01 Etan Reisner merge of 'c5e7969e6df3aa79a90a1841303171954f97bc53'
2007-05-01 Etan Reisner Clean up a bunch of the perl api stuff. Eventually I'll dump the entire list
2007-05-01 Etan Reisner Remove the const-c and const-xs stuff and replace it with real constants
2007-05-31 Jeffrey Connelly Stylistic improvements - use type *name instead of type* name for pointers
2007-05-31 Jeffrey Connelly Enable usage of RC4 in libpurple, now that it is in 2.0.1.
2007-05-23 Jeffrey Connelly Use MsimMessage via msim_send(), instead of msim_send_raw(). This is a more
2007-05-22 Jeffrey Connelly Add partial implementation of MsimMessage (not used anywhere yet).
2007-05-20 Jeffrey Connelly Replacement magic numbers by symbolic constants.
2007-05-20 Jeffrey Connelly Clean up a few TODO's.
2007-05-20 Jeffrey Connelly Add field type codes.
2007-05-20 Jeffrey Connelly Incomplete attempt at using msim_send() instead of msim_send_raw().
2007-05-20 Jeffrey Connelly Implement msim_pack(), msim_sendh(), msim_send().
2007-05-13 Jeffrey Connelly Do not localize any debug messages, as described in #648.
2007-05-10 Jeffrey Connelly Use _ for translations in msimprpl. See #648.
2007-05-10 Jeffrey Connelly Use g_return_if_fail() instead of g_assert(), as to not crash the whole program.
2007-05-09 Jeffrey Connelly Check for RC4 in libpurple on plugin initialization.
2007-05-06 Jeffrey Connelly Re-add RC4 code from Samba, whose use is enabled by not defining
2007-05-05 Jeffrey Connelly Add note about logging in using email address.
2007-05-04 Jeffrey Connelly Add initializers for reserved fields in plugin and prpl structures.
2007-05-01 Jeffrey Connelly Update for Pidgin 2.0.0beta7.
2007-05-01 Jeffrey Connelly explicit merge of '92e787fa231318dd21ddc9dd68f17b636033b13e'
2007-05-12 Richard Nelson Let windows know when the workspace they are in is being hidden/shown
2007-04-30 Richard Nelson propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)
2007-05-01 Stu Tomlinson - Run gtk-update-icon-cache on installation/uninstallation
2007-05-01 Luke Schierer disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
2007-05-01 Richard Laager s/Jabber/XMPP/ in user-visible places.