comparison ChangeLog.API @ 25635:efaecb71baad

propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9) to branch 'im.pidgin.pidgin.vv' (head 3ed39e8792f4a2e92ef5a3c7f4fb14251c9dae11)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Mar 2008 07:39:15 +0000
parents c72af988f33a
children 93df1d72fd01 019052a807a3
comparison
equal deleted inserted replaced
25634:741a702033e0 25635:efaecb71baad
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,