# HG changeset patch # User Sadrul Habib Chowdhury # Date 1176536342 0 # Node ID b048d48cc633371154f100d59c6783dc57010ddd # Parent 8e0a9b2f5a2eaa077ad3af5861ace25f1f6d6a16# Parent 9467b72b623084b51800bbcead03b7524ae2ad09 merge of '1eb0be7082a7d25b66cdd441b3fdb604ad46796f' and '8c1d064292cef3d80d7ebd830d6f217d56aec047' diff -r 8e0a9b2f5a2e -r b048d48cc633 ChangeLog.API --- a/ChangeLog.API Sat Apr 14 07:23:05 2007 +0000 +++ b/ChangeLog.API Sat Apr 14 07:39:02 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 diff -r 8e0a9b2f5a2e -r b048d48cc633 pidgin.spec.in --- a/pidgin.spec.in Sat Apr 14 07:23:05 2007 +0000 +++ b/pidgin.spec.in Sat Apr 14 07:39:02 2007 +0000 @@ -460,6 +460,9 @@ %endif %changelog +* Thu Apr 12 2007 Stu Tomlinson +- Actually move libpurple.so.* to the libpurple RPM + * Wed Apr 11 2007 Stu Tomlinson - Separate out libpurple, libpurple-devel and finch-devel