# HG changeset patch # User Richard Laager # Date 1176524610 0 # Node ID 9467b72b623084b51800bbcead03b7524ae2ad09 # Parent 770e2f91d8f170927bc340088c7d83a6572c20ed Adding a note to ChangeLog.API to briefly document that API. I shamelessly stole this wording from Kevin. Thanks Kevin! diff -r 770e2f91d8f1 -r 9467b72b6230 ChangeLog.API --- a/ChangeLog.API Sat Apr 14 03:09:03 2007 +0000 +++ b/ChangeLog.API Sat Apr 14 04:23:30 2007 +0000 @@ -1,6 +1,16 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul version 2.0.0: + Please note all functions, defines, and data structures have been + re-namespaced to match the new names of Pidgin, Finch, and libpurple. + All gaim_gtk_* functions are now pidgin_*, former libgaim functions are + now purple_*. Please consult our doxygen documentation for a complete + reference. + + The gaim-compat.h header exists to provide an API compatibility layer + for libpurple functions. As an API compatibility layer, it must be + included at compile time to be of use. + Changed: * All the status stuff. Yay! * gaim_prefs_connect_callback(), added handle parameter