Revision d2390a53e366c7e1793b6a38ecf11af7eb514a65

faceprint at pidgin.im faceprint at pidgin.im
Wed Apr 11 01:15:40 EDT 2007


o   -----------------------------------------------------------------
|   Revision: d2390a53e366c7e1793b6a38ecf11af7eb514a65
|   Ancestor: 9764e45cdc34f5eea027659463336d4bcb81e5c0
|   Author: faceprint
|   Date: 2004-09-03T21:53:36
|   Branch: im.pidgin.gaim.oldstatus
|   
|   Modified files:
|           ChangeLog ChangeLog.win32 plugins/ChangeLog.API po/ChangeLog
|           src/plugin.h
|   
|   ChangeLog: 
|   
|   [gaim-migrate @ 10840]
|   a better idea...
|   ============================================================
|   --- ChangeLog	7ba27696042cbcae86c343b33eb971bcb4c3d6e5
|   +++ ChangeLog	b5db19af7cff277dce7f86bdecd05c194d33ab57
|   @@ -1,5 +1,5 @@ Gaim: The Pimpin' Penguin IM Client that
|    Gaim: The Pimpin' Penguin IM Client that's good for the soul!
|   -version 0.83:
|   +version 1.0.0:
|    	New Features:
|    	* Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
|    	* Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
|   ============================================================
|   --- ChangeLog.win32	34dcbd9c13e9fae0f493c244add0b7995b992698
|   +++ ChangeLog.win32	e9bdfcb237e3282faf2039bd1850d5c32c29f8a6
|   @@ -1,4 +1,4 @@
|   -version 0.83:
|   +version 1.0.0:
|    	* The "Start Gaim on Windows starup" setting is preserved
|    	  when Gaim is reinstalled (Daniel Atallah)
|    
|   ============================================================
|   --- plugins/ChangeLog.API	9bd999b38725b466393b3c2834307516dfcadc0f
|   +++ plugins/ChangeLog.API	fbad9f0849afb186cefc0b7c173f27bfb55b93ee
|   @@ -1,10 +1,10 @@ Gaim: The Pimpin' Penguin IM Client that
|    Gaim: The Pimpin' Penguin IM Client that's good for the soul!
|    
|   -version 0.83:
|   -	Protocol Plugin API: v8
|   +version 1.0.0:
|    	* Added: get_chat_name to the GaimPluginProtocolInfo struct
|    	* Changed: gaim_blist_update_buddy_presence(), presence changed to
|    		type gboolean
|   +	* Changed: the versioning scheme, and all the plugin structs
|    
|    version 0.82 (08/26/2004):
|    	Gaim API:
|   ============================================================
|   --- po/ChangeLog	9e11e1ac3d51eb8e2aac6e1172f251bce16c3545
|   +++ po/ChangeLog	55be23870f5ee01b2c49046c5544d1dc15ff1076
|   @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone that'
|    Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
|    
|   +version 1.0.0:
|   +
|    version 0.82-1(08/27/2004)
|    	* Finnish translation updated (Arto Alakulju)
|    
|   ============================================================
|   --- src/plugin.h	0a63e02f840e71e3ceef5a07963fd4fb71fb1898
|   +++ src/plugin.h	6602d13b6518e08e6e7a587b3170df18e65a0154
|   @@ -59,7 +59,7 @@ typedef enum
|    
|    #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01
|    
|   -#define GAIM_PLUGIN_MAGIC 0xc0cac01a /* this must be greater than 4 */
|   +#define GAIM_PLUGIN_MAGIC 5 /* once we hit 6.0.0, I think we can remove this */
|    
|    /**
|     * Detailed information about a plugin.

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from d2390a53e366c7e1793b6a38ecf11af7eb514a65


More information about the Commits mailing list