Revision 5a482c0632eb3d10e5e59f53970fdc0b87bf5a60

nosnilmot at pidgin.im nosnilmot at pidgin.im
Sat Mar 17 13:58:24 EDT 2007


o   -----------------------------------------------------------------
|   Revision: 5a482c0632eb3d10e5e59f53970fdc0b87bf5a60
|   Ancestor: 5f143cc3705a2d4d47a82080e946b85025ab5910
|   Author: nosnilmot at pidgin.im
|   Date: 2007-03-17T16:49:03
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           doc/C-HOWTO.dox
|   
|   ChangeLog: 
|   
|   internal.h is a private, uninstalled, header that should not be used by
|   third party plugins.
|   
|   
|   ============================================================
|   --- doc/C-HOWTO.dox	43030d7faccb057be3426e62db6c690a6e24cc7a
|   +++ doc/C-HOWTO.dox	fb03b968aedbd05598fb06743bfebb76ad400d1a
|   @@ -22,13 +22,10 @@
|      generally set the prefix to /usr/local.  This shouldn't be a problem, except
|      that most packages compile and install Gaim with /usr as the prefix.
|    
|   -  All plugins must have @c GAIM_PLUGINS defined.  You can choose to include
|   -  @c internal.h to do this, but if you choose to do it this way it must be
|   -  included before any other Gaim files.  Likewise, if you choose to manually
|   -  define @c GAIM_PLUGINS, the definition must be before including any Gaim
|   -  files.  Failure to do so will produce the 'plugin foo could not be loaded for
|   -  an unknown reason'.  This is one of the hardest unknown reasons to track
|   -  down, so let's try to avoid it at all costs ;)
|   +  All plugins must have @c GAIM_PLUGINS defined, the definition must be before
|   +  including any Gaim files.  Failure to do so will produce the 'plugin foo
|   +  could not be loaded for an unknown reason'.  This is one of the hardest
|   +  unknown reasons to track down, so let's try to avoid it at all costs ;)
|    
|     @section hello_world Hello World!
|      I know every tutorial has a hello world, so why should Gaim be any different?

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


More information about the Commits mailing list