comparison ChangeLog.API @ 16097:9467b72b6230

Adding a note to ChangeLog.API to briefly document that API. I shamelessly stole this wording from Kevin. Thanks Kevin!
author Richard Laager <rlaager@wiktel.com>
date Sat, 14 Apr 2007 04:23:30 +0000
parents a5a831a5f186
children b048d48cc633
comparison
equal deleted inserted replaced
16096:770e2f91d8f1 16097:9467b72b6230
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