Update of /cvsroot/gaim/gaim/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21744/plugins
Modified Files:
Tag: oldstatus
ChangeLog.API
Log Message:
Added a warning about the parts of prefix.h that might not be compiled into
gaim.
Index: ChangeLog.API
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/ChangeLog.API,v
retrieving revision 1.34.2.4
retrieving revision 1.34.2.5
diff -u -d -p -r1.34.2.4 -r1.34.2.5
--- ChangeLog.API 26 Nov 2004 18:13:17 -0000 1.34.2.4
+++ ChangeLog.API 30 Nov 2004 03:39:24 -0000 1.34.2.5
@@ -3,6 +3,12 @@ Gaim: The Pimpin' Penguin IM Client that
version 1.1.0:
* Added: gaim_utf8_salvage
* Added: binary relocation support in prefix.h
+ WARNING: If your plugin uses anything inside the
+ #ifdef ENABLE_BINRELOC from prefix.h, it won't be
+ loadable on a copy of Gaim compiled without binreloc
+ support. In particular, watch out for the autoconf-like
+ macros, and accidently including them through internal.h,
+ which you probably shouldn't be including anyway.
version 1.0.0 (09/17/2004):
* Added: get_chat_name to the GaimPluginProtocolInfo struct
|