comparison ChangeLog.API @ 16104:f0f9d94928ee

merge of '5f2da9b1c55764e371254bcde18f34bb07edcc03' and 'a260d59abbc78e7dec2a658c8292c60e1d8dd9fe'
author Richard Nelson <wabz@pidgin.im>
date Sat, 14 Apr 2007 12:38:31 +0000
parents b048d48cc633
children 08db93bbd798
comparison
equal deleted inserted replaced
16101:cbb2ee5464b4 16104:f0f9d94928ee
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.0.0: 3 version 2.0.0:
4 Please note all functions, defines, and data structures have been
5 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
6 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are
7 now purple_*. Please consult our doxygen documentation for a complete
8 reference.
9
10 The gaim-compat.h header exists to provide an API compatibility layer
11 for libpurple functions. As an API compatibility layer, it must be
12 included at compile time to be of use.
13
4 Changed: 14 Changed:
5 * All the status stuff. Yay! 15 * All the status stuff. Yay!
6 * gaim_prefs_connect_callback(), added handle parameter 16 * gaim_prefs_connect_callback(), added handle parameter
7 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your 17 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your
8 own widgets to it 18 own widgets to it