Mercurial > pidgin.yaz
comparison ChangeLog.API @ 28216:4a4e9d309fc0
ft: Allow the UI to overloadthe use of fread/fwrite. Closes #9844.
Patch from Jan "HanzZ" Kaluza with a few changes by darkrain42.
committer: Paul Aurich <paul@darkrain42.org>
| author | hanzz@soc.pidgin.im |
|---|---|
| date | Mon, 10 Aug 2009 15:57:35 +0000 |
| parents | 14ce47859540 |
| children | 4c6ea36672dc |
comparison
equal
deleted
inserted
replaced
| 28214:2075b5cb608e | 28216:4a4e9d309fc0 |
|---|---|
| 16 * blist-node-added and blist-node-removed signals (see | 16 * blist-node-added and blist-node-removed signals (see |
| 17 blist-signals.dox) | 17 blist-signals.dox) |
| 18 * Three Blist UI ops used to overload libpurple's built-in saving | 18 * Three Blist UI ops used to overload libpurple's built-in saving |
| 19 of the buddy list to blist.xml. If a UI implements these, it probably | 19 of the buddy list to blist.xml. If a UI implements these, it probably |
| 20 wants to add the buddies itself and not call purple_blist_load. | 20 wants to add the buddies itself and not call purple_blist_load. |
| 21 * Three File Transfer UI ops used to overload libpurple's use of fread | |
| 22 and fwrite for saving a file locally. These allow a UI to stream a | |
| 23 file through a socket without buffering the file on the local disk. | |
| 21 * Jabber plugin signals (see jabber-signals.dox) | 24 * Jabber plugin signals (see jabber-signals.dox) |
| 22 * purple_account_remove_setting | 25 * purple_account_remove_setting |
| 23 * purple_buddy_destroy | 26 * purple_buddy_destroy |
| 24 * purple_buddy_get_protocol_data | 27 * purple_buddy_get_protocol_data |
| 25 * purple_buddy_set_protocol_data | 28 * purple_buddy_set_protocol_data |
| 63 * purple_request_field_set_ui_data | 66 * purple_request_field_set_ui_data |
| 64 * purple_ssl_connect_with_ssl_cn | 67 * purple_ssl_connect_with_ssl_cn |
| 65 * purple_strequal | 68 * purple_strequal |
| 66 * purple_utf8_strip_unprintables | 69 * purple_utf8_strip_unprintables |
| 67 * purple_util_fetch_url_request_len_with_account | 70 * purple_util_fetch_url_request_len_with_account |
| 71 * purple_xfer_ui_ready | |
| 68 * xmlnode_from_file | 72 * xmlnode_from_file |
| 69 * xmlnode_get_parent | 73 * xmlnode_get_parent |
| 70 * xmlnode_set_attrib_full | 74 * xmlnode_set_attrib_full |
| 71 | 75 |
| 72 Changed: | 76 Changed: |
