Index: plugins/ChangeLog.API =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/ChangeLog.API,v retrieving revision 1.7 diff -u -p -r1.7 ChangeLog.API --- plugins/ChangeLog.API 11 Jun 2004 00:08:29 -0000 1.7 +++ plugins/ChangeLog.API 16 Jun 2004 16:33:19 -0000 @@ -4,10 +4,15 @@ version 0.79: Gaim API: * gaim_url_parse() now takes two additional parameters, which are used for returning the username and password from the URL, if they exist. + * Removed: gaim_blist_save() * Added: has_focus UI op to GaimConversationUiOps and GaimConvWindowUiOps. * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). + Protocol Plugin API: v5 + * Changed: add_buddy, add_buddies, remove_buddy and remove_buddies to + take GaimBuddy's and GaimGroup's consistently + version 0.78 (05/30/2004): Plugin API: v4 * Added: actions - for plugins to add to the new Plugin Actions menu Index: src/prpl.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/prpl.h,v retrieving revision 1.165 diff -u -p -r1.165 prpl.h --- src/prpl.h 15 Jun 2004 02:37:23 -0000 1.165 +++ src/prpl.h 16 Jun 2004 16:33:19 -0000 @@ -306,8 +306,8 @@ struct _GaimPluginProtocolInfo /* It's not like we're going to run out of integers for this version number, but we only want to really change it once per release. */ -/* GAIM_PRPL_API_VERSION last changed for version: 0.78 */ -#define GAIM_PRPL_API_VERSION 4 +/* GAIM_PRPL_API_VERSION last changed for version: 0.79 */ +#define GAIM_PRPL_API_VERSION 5 #ifdef __cplusplus extern "C" {