log

age author description
2008-01-17 Mark Doliner Apparently gcc gives a warning here even though it's perfectly valid
2008-01-17 Mark Doliner rlaager suggested the possibility of documenting this. Sure, why not?
2008-01-17 Mark Doliner Minor improvements to the default_action used in purple_action_request
2008-01-17 Mark Doliner Improve oscar's default actions a tad bit
2008-01-17 Mark Doliner * Clarify the documentation for purple_request_action's 'default_ation'
2008-01-17 John Bailey Plug a leak.
2008-01-17 John Bailey Since I needed to bring back yahoo_convert_to_numeric, I figured I could at
2008-01-17 John Bailey merge of '773c6dde93b5b2109d9c627dca717dd6c5468094'
2008-01-16 Richard Laager (13:48:49) Stu Tomlinson (nosnilmot): rlaager: printf() should probably
2008-01-16 Richard Laager Use g_strerror() instead of strerror() in a few places.
2008-01-20 Will Thompson Improve some PurpleAcountOption documentation, and sanify some whitespace.
2008-01-16 Mark Doliner Only try to set the itmsurl attribute for the available status. I'd
2008-01-16 Mark Doliner It's ok for us to use == here because status_id is set to one of these
2008-01-16 Mark Doliner merge of '15fcc72f6db29d572909078a86fb269698314506'
2008-01-16 Mark Doliner Two performance/network bandwidth related changes here, care of meebo.
2008-01-16 Mark Doliner merge of '167b1c9f831eb7790b419ee62343bb62ad1be92b'
2008-01-16 Mark Doliner Fix a memleak that doesn't matter because it's in a child process
2008-01-17 John Bailey disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
2008-01-16 John Bailey const-ify paramteters to some of the new API I added. I thought I did this already.
2008-01-16 John Bailey Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
2008-01-16 John Bailey Get rid of an unnecessary allocation.
2008-01-15 Will Thompson Clarify documentation of purple_account_set_status_list(), and use @copydoc to
2008-01-15 Mark Doliner merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'
2008-01-15 Mark Doliner Update some comments in oscar's prpl callback structs
2008-01-15 John Bailey ChangeLog the /notice stuff I added to IRC a while ago and forgot about.
2008-01-15 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
2008-01-15 Etan Reisner Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,
2008-01-15 Etan Reisner disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'
2008-01-15 Etan Reisner Remove a variable that isn't used anywhere, if it was supposed to do something
2008-01-14 Daniel Atallah Prevent a crash caused by freed memory being accessed.
2008-01-14 Daniel Atallah Some more little leak fixes.
2008-01-14 Daniel Atallah Don't keep a handle to the "pidgin_is_running" mutex in the installer - this causes the uninstaller to fail. There probably is a better solution, but this works for now.
2008-01-14 Daniel Atallah Plug a small leak.
2008-01-14 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
2008-01-14 Mark Doliner I forgot that we're supposed to be using g_strerror() to guarantee a
2008-01-14 Mark Doliner More of ticket #1344 from o_sukhodolsky, which rlaager has been
2008-01-14 Mark Doliner I'm gonna try adding in an easter egg here, see what people thing.
2008-01-14 Richard Laager Fix a compiler warning:
2008-01-14 Richard Laager merge of '464169ffadabb173b3052074b132f38025b2e88d'
2008-01-14 Jeffrey Connelly merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'
2008-01-14 Jeffrey Connelly Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.
2008-01-13 John Bailey Fix overzealous hyphenation in the ChangeLog's text.
2008-01-13 John Bailey Update the ChangeLog.API to reflect my API additions.
2008-01-13 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
2008-01-17 Sadrul Habib Chowdhury Focus the button for the default action, if possible.
2008-01-13 Sadrul Habib Chowdhury Make sure the 'connection-error' signal doesn't cause a dbus error message.
2008-01-13 Sadrul Habib Chowdhury merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82'
2008-01-13 Sadrul Habib Chowdhury Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
2008-01-13 Mark Doliner merge of '735c3286464306d43a2109836ecbdc3bc26b479f'
2008-01-13 John Bailey From what little I could see, it appears that for Yahoo Japan there is only
2008-01-13 John Bailey Fix a typo that's technically correct but is irritating me.
2008-01-12 Sadrul Habib Chowdhury Make setting 'now listening' actually work, thanks to khc.
2008-01-12 Sadrul Habib Chowdhury Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).
2008-01-12 Sadrul Habib Chowdhury It turns out the tree-models need to be unref'ed.
2008-01-12 Sadrul Habib Chowdhury Clean up an earlier commit. Fixes CID #379, and #378.
2008-01-12 Sadrul Habib Chowdhury Fix CID #380 by using an assigned variable.
2008-01-17 Sean Egan disapproval of revision '4b5e932e01a84088124dee9791809545cdc9240b'
2008-01-17 Sean Egan disapproval of revision '3a3d731ceddf62d569fa8c7488782167189f44c1'
2008-01-12 Sadrul Habib Chowdhury Use the 'invisible' property for text-tags (only in GTK+2.8 or above). This allows toggling on/off the timestamps on existing conversation history. References #3829.
2008-01-12 Sadrul Habib Chowdhury merge of '3dc120bb73d0a2d3ce3f6339e0882bd0321e24c8'