comparison ChangeLog.API @ 22884:fdda2b8a4146

propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651) to branch 'im.pidgin.pidgin.custom_smiley' (head ddcc6eb918167735a0768b1a2976c95b5b15e213)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 05 Mar 2008 17:18:09 +0000
parents c72af988f33a
children 93df1d72fd01 019052a807a3
comparison
equal deleted inserted replaced
22883:09f426ca9ca7 22884:fdda2b8a4146
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.4.0 (??/??/????): 3 version 2.4.0 (02/29/2008):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * purple_certificate_add_ca_search_path. (Florian Quèze) 6 * purple_certificate_add_ca_search_path. (Florian Quèze)
7 * purple_gai_strerror. 7 * purple_gai_strerror.
8 * purple_major_version, purple_minor_version, 8 * purple_major_version, purple_minor_version,
9 purple_micro_version variables are exported by version.h, 9 purple_micro_version variables are exported by version.h,
10 giving the version of libpurple in use at runtime. 10 giving the version of libpurple in use at runtime.
11 * purple_util_set_current_song, purple_util_format_song_info 11 * purple_util_set_current_song, purple_util_format_song_info
12 * purple_ip_address_is_valid
12 * Some accessor functions to the Roomlist API: 13 * Some accessor functions to the Roomlist API:
13 * purple_roomlist_get_fields 14 * purple_roomlist_get_fields
14 * purple_roomlist_room_get_type 15 * purple_roomlist_room_get_type
15 * purple_roomlist_room_get_name 16 * purple_roomlist_room_get_name
16 * purple_roomlist_room_get_parent 17 * purple_roomlist_room_get_parent
41 * purple_chat_get_account 42 * purple_chat_get_account
42 * purple_chat_get_components 43 * purple_chat_get_components
43 * purple_connection_get_prpl 44 * purple_connection_get_prpl
44 * purple_xfer_get_start_time 45 * purple_xfer_get_start_time
45 * purple_xfer_get_end_time 46 * purple_xfer_get_end_time
47 * purple_serv_got_private_alias for prpls to call after receiving a
48 private alias from the server.
46 49
47 Pidgin: 50 Pidgin:
48 Added: 51 Added:
49 * pidgin_create_dialog to create a window that closes on escape. Also 52 * pidgin_create_dialog to create a window that closes on escape. Also
50 added utility functions pidgin_dialog_get_vbox_with_properties, 53 added utility functions pidgin_dialog_get_vbox_with_properties,