Fixes for cython 0.11-2.
[python-purple] / libpurple /
2009-02-28 Ragner MagalhaesFixing support to request_action callback
2009-02-28 Ragner MagalhaesFixing to use active status when account is idle
2009-02-28 Ragner MagalhaesUpdated add_buddy on Account class.
2009-02-28 Ragner MagalhaesAdded request_authorize/close_account_request.
2009-02-28 Ragner MagalhaesAdded missing methods to libpurple/status.pxd.
2009-02-28 Ragner MagalhaesUpdated libpurple/pounce.pxd
2009-02-28 Ragner MagalhaesFixing exception in purple.Purple.__core_ui_ops_ui_pref...
2009-02-28 Ragner MagalhaesUpdated hack to avoid recursive loops.
2009-02-28 Ragner MagalhaesReplaced c_purple* with purple* for most files.
2009-02-28 Ragner MagalhaesAdding new functions to get protocol's default options
2009-02-28 Ragner MagalhaesRemovind Account's dependency and adding _get_structure...
2009-02-28 Ragner MagalhaesRemoved aliases for C-libpurple functions.
2009-02-28 Ragner MagalhaesFixing cython error to purple_account_set_status bind
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesFixed debug messages warning.
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAdded delete accounts function
2009-02-28 Ragner MagalhaesAdding connect/disconnect functions to Account
2009-02-28 Ragner MagalhaesBetter handling of c/python strings.
2009-02-28 Ragner MagalhaesAdded binds for functions from libpurple which return...
2009-02-28 Ragner MagalhaesModified account functions.
2009-02-28 Ragner MagalhaesAdded more properties to account and buddy.
2009-02-28 Ragner MagalhaesReplaced attach_signals with signal_connect method...
2009-02-28 Ragner MagalhaesConversation support
2009-02-28 Ragner MagalhaesAdded privacy.pxd definition.
2009-02-28 Ragner MagalhaesAdded misssing structures on blist.pxd and glib.pxd.
2009-02-28 Ragner MagalhaesFix for accountopt, cosmetics and fix for union definition.
2009-02-28 Ragner MagalhaesAdding bind to PurpleAccountOption
2009-02-28 Ragner MagalhaesAdding enum PurplePrefType
2009-02-28 Ragner MagalhaesAdded missing structures on connection.pxd.
2009-02-28 Ragner MagalhaesAdded missing structures on conversation.pxd.
2009-02-28 Ragner MagalhaesAdded missing structures on blist.pxd.
2009-02-28 Ragner MagalhaesAdding Classes Plugin and PluginInfo
2009-02-28 Ragner MagalhaesAdding struct PurplePluginProtocolInfo
2009-02-28 Ragner MagalhaesFixed definition of union inside PurplePresence structu...
2009-02-28 Ragner MagalhaesFixed blist.pxd recursive call from other .pxd files.
2009-02-28 Ragner MagalhaesFixed accounts.pxd recursive call from other .pxd files.
2009-02-28 Ragner MagalhaesAdded libpurple/value.pxd. (UPDATE)
2009-02-28 Ragner MagalhaesAdded missing definitions on blist.pxd.
2009-02-28 Ragner MagalhaesAdded PurpleRequestUiOps callbacks. (UPDATE)
2009-02-28 Ragner MagalhaesAdded PurpleNotifyUiOps callbacks.
2009-02-28 Ragner MagalhaesAdded PurpleBlistUiOps callbacks.
2009-02-28 Ragner MagalhaesAdded PurpleConnectionUiOps callbacks.
2009-02-28 Ragner MagalhaesAdded PurpleAccountUiOps callbacks. (Updated)
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAdd get/set proxyinfo methods to Account class
2009-02-28 Ragner MagalhaesAdd class ProxyInfo
2009-02-28 Ragner MagalhaesSimplifyed definitions call, moved signal callback...
2009-02-28 Ragner MagalhaesCosmetics.
2009-02-28 Ragner MagalhaesAll includes now uses cimport. Moved .pxd files from...
2009-02-28 Ragner MagalhaesGet buddies bindings
2009-02-28 Ragner MagalhaesAdded missing UI operation structures.
2009-02-28 Ragner MagalhaesAdded majority of libpurple functions used by pidgin...
2009-02-28 Ragner MagalhaesMore fixes to BFP.
2009-02-28 Ragner MagalhaesFixed last BFP.
2009-02-28 Ragner MagalhaesBFP, fixes structures definitions, categorizes each...