comparison ChangeLog.API @ 18052:627f9d40ca1b

propagate from branch 'im.pidgin.pidgin' (head 5f583403bf6a3522123918b975ce234ffd86f3b4) to branch 'im.pidgin.pidgin.2.1.0' (head a3f0a9ddc360d16c2a0bb1dbde9cccec230882e9)
author Luke Schierer <lschiere@pidgin.im>
date Wed, 06 Jun 2007 12:20:11 +0000
parents 58e28ccf08e6
children 37a0a0f5122c
comparison
equal deleted inserted replaced
17525:6d0bc0b23440 18052:627f9d40ca1b
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
3 version 2.1.0 (??/??/????):
4 Added:
5 * purple-remote: added getstatus command
6 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that
7 slash commands are "native" to the protocol
8 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message
9 should not be auto-linkified
10 * PurpleEventLoopUiOps.timeout_add_seconds
11 UIs can now use better scheduling for whole-second timers. For
12 example, clients based on the glib event loop can now use
13 g_timeout_add_seconds().
14 * pidgin_create_window()
15 * purple_core_ensure_single_instance()
16 This is for UIs to use to ensure only one copy is running.
17 * purple_dbus_is_owner()
18 * purple_image_data_calculate_filename()
19 * purple_timeout_add_seconds()
20 Callers should prefer this to purple_timeout_add() for timers
21 longer than 1 second away. Be aware of the rounding, though.
22 * purple_timeout_add_seconds()
23 Callers should prefer this to purple_timeout_add() for timers
24 longer than 1 second away. Be aware of the rounding, though.
25 * purple_conversation_get_extended_menu
26 * purple_conversation_do_command
27 * pidgin_retrieve_user_info, shows immediate feedback when getting
28 information about a user.
29 * gtk_imhtml_setup_entry
30 * purple_xfer_get_remote_user
31 * purple_blist_node_get_type
32
33 Changed:
34 * pidgin_separator returns the separator added to the menu.
35 * pidgin_append_menu_action returns the menuitem added to the menu.
36
37 Signals - Added: (See the Doxygen docs for details on all signals.)
38 * "conversation-extended-menu"
39
40 Finch - Added:
41 * finch_retrieve_user_info
2 42
3 version 2.0.0 (5/3/2007): 43 version 2.0.0 (5/3/2007):
4 Please note all functions, defines, and data structures have been 44 Please note all functions, defines, and data structures have been
5 re-namespaced to match the new names of Pidgin, Finch, and libpurple. 45 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
6 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are 46 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are