Fixing UnicodeDecodeError in buddy's alias
[python-purple] / conversation_cbs.pxd
2009-02-28 Ragner MagalhaesReplaced c_purple* with purple* for most files.
2009-02-28 Ragner MagalhaesRemoved aliases for C-libpurple functions.
2009-02-28 Ragner MagalhaesInitial 'dev' branch commit.
2009-02-28 Ragner MagalhaesUpdated conversation_cbs.pxd.
2009-02-28 Ragner MagalhaesFixed debug messages warning.
2009-02-28 Ragner MagalhaesFixed wrong assertion when sender name is NULL.
2009-02-28 Ragner MagalhaesAdded sender alias to write-im callback.
2009-02-28 Ragner MagalhaesUpdated callback strings to comply with libpurple.
2009-02-28 Ragner MagalhaesBetter handling of c/python strings.
2009-02-28 Ragner MagalhaesConversation: who added
2009-02-28 Ragner MagalhaesConversation support
2009-02-28 Ragner MagalhaesAdding _write_im_cb to MainWindow class
2009-02-28 Ragner MagalhaesMore cosmetics.
2009-02-28 Ragner MagalhaesAdded PurpleAccountUiOps callbacks. (Updated)
2009-02-28 Ragner MagalhaesAdded initial support for user-specified conversation...