org.guifications.plugins: 54b545430496e96c5f07e3ea1bf3a958315ecbf3
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Wed Nov 21 11:40:05 CST 2007
-----------------------------------------------------------------
Revision: 54b545430496e96c5f07e3ea1bf3a958315ecbf3
Ancestor: 26096ed90efacda94807fcd33547e54ebabf2ec1
Author: rekkanoryo at guifications.org
Date: 2007-11-21T17:39:07
Branch: org.guifications.plugins
Modified files:
album/album.h autoreply/autoreply.c awaynotify/awaynotify.c
bash/bash.c bit/bit.c blistops/blistops.c
broadcast/broadcast.c buddytime/buddytime.c
buddytime/gtkbuddytime.c chronic/chronic.c
convbadger/convbadger.c
dewysiwygification/dewysiwygification.c dice/dice.c
difftopic/difftopic.c eight_ball/eight_ball.c
enhancedhist/enhanced_hist.c gRIM/gRIM.c groupmsg/groupmsg.c
hideconv/hideconv.c ignore/ignore.c infopane/infopane.c
irc-more/irc-more.c irchelper/irchelper.c irssi/irssi.c
irssi/lastlog.c irssi/layout.c irssi/textfmt.c
irssi/window.c lastseen/lastseen.c listhandler/listhandler.h
mystatusbox/mystatusbox.c napster/napster.c
nicksaid/nicksaid.c oldlogger/oldlogger.c
plonkers/plonkers.c schedule/pidgin-schedule.c
schedule/schedule.h sepandtab/sepandtab.c
showoffline/showoffline.c simfix/simfix.c
slashexec/slashexec.c snpp/snpp.c sslinfo/sslinfo.c
stocker/stocker.c stocker/stocker_prefs.c
switchspell/switchspell.c talkfilters/talkfilters.c
timelog/log-widget.c timelog/range-widget.c
timelog/timelog.c xchat-chats/xchat-chats.c
xmmsremote/xmmsremote.c
ChangeLog:
Make a note for inexperienced patch writers telling them to leave the
'#include "../common/pp_internal.h"' lines alone.
-----------------------------------------------------------------
This revision's diffstat output:
album/album.h | 1 +
autoreply/autoreply.c | 1 +
awaynotify/awaynotify.c | 1 +
bash/bash.c | 1 +
bit/bit.c | 1 +
blistops/blistops.c | 1 +
broadcast/broadcast.c | 1 +
buddytime/buddytime.c | 2 ++
buddytime/gtkbuddytime.c | 2 ++
chronic/chronic.c | 1 +
convbadger/convbadger.c | 2 ++
dewysiwygification/dewysiwygification.c | 1 +
dice/dice.c | 1 +
difftopic/difftopic.c | 1 +
eight_ball/eight_ball.c | 1 +
enhancedhist/enhanced_hist.c | 2 ++
gRIM/gRIM.c | 1 +
groupmsg/groupmsg.c | 1 +
hideconv/hideconv.c | 1 +
ignore/ignore.c | 2 +-
infopane/infopane.c | 1 +
irc-more/irc-more.c | 2 +-
irchelper/irchelper.c | 1 +
irssi/irssi.c | 1 +
irssi/lastlog.c | 1 +
irssi/layout.c | 1 +
irssi/textfmt.c | 1 +
irssi/window.c | 1 +
lastseen/lastseen.c | 1 +
listhandler/listhandler.h | 1 +
mystatusbox/mystatusbox.c | 1 +
napster/napster.c | 1 +
nicksaid/nicksaid.c | 1 +
oldlogger/oldlogger.c | 1 +
plonkers/plonkers.c | 1 +
schedule/pidgin-schedule.c | 1 +
schedule/schedule.h | 1 +
sepandtab/sepandtab.c | 1 +
showoffline/showoffline.c | 1 +
simfix/simfix.c | 1 +
slashexec/slashexec.c | 1 +
snpp/snpp.c | 1 +
sslinfo/sslinfo.c | 1 +
stocker/stocker.c | 1 +
stocker/stocker_prefs.c | 7 +++----
switchspell/switchspell.c | 1 +
talkfilters/talkfilters.c | 1 +
timelog/log-widget.c | 1 +
timelog/range-widget.c | 1 +
timelog/timelog.c | 1 +
xchat-chats/xchat-chats.c | 1 +
xmmsremote/xmmsremote.c | 1 +
52 files changed, 58 insertions(+), 6 deletions(-)
-------------- next part --------------
============================================================
--- album/album.h b95d821eeaf17cffb13adfd8f99683c2d619c034
+++ album/album.h 3b2cd272fa9b9bd28c35c654aa727aa5557e0c95
@@ -22,6 +22,7 @@
#ifndef _ALBUM_H_
#define _ALBUM_H_
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <account.h>
============================================================
--- autoreply/autoreply.c 9d6131feeb03d3a56156c63ce88fe5a3fdd81bac
+++ autoreply/autoreply.c 9b21faa15aa179c7814f2b3794c9aa71ffc5bd13
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "core-plugin_pack-autoreply"
============================================================
--- awaynotify/awaynotify.c 909f09f9a03d69952fca6335f0c6b895fec5d95e
+++ awaynotify/awaynotify.c fc9b2b8038adb28e07fdd7769a3cf2d34f5b9d8a
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <blist.h>
============================================================
--- bash/bash.c 95fe8f4235cc14e161454dff4a7d332aaae14e57
+++ bash/bash.c cf3eba3f6dc840686047db1c1f7e665277768c83
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
/* libc */
============================================================
--- bit/bit.c 96d4a94ee0bb0cfd8a30d8ed34685567a41131c2
+++ bit/bit.c cded91b89f8ffcc9e0426dc12f4fe36cd9c151e4
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <buddyicon.h>
============================================================
--- blistops/blistops.c 80041c1c0418b0434fa9ace4170204cc15f11460
+++ blistops/blistops.c d5c7bbe0b579a9fe9db2564fbc38793aba068080
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gdk/gdk.h>
============================================================
--- broadcast/broadcast.c 274f008ef4d38a53c7f971656b56489627e6e32a
+++ broadcast/broadcast.c 1558953910e158c43401041d22187598383c2697
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <blist.h>
============================================================
--- buddytime/buddytime.c 064892480640d2dee03b4fd3156f42408be73000
+++ buddytime/buddytime.c 422d3ac6b0909fe94f2369fc633363e8e3cd2dbc
@@ -24,6 +24,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
+
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include "buddytime.h"
============================================================
--- buddytime/gtkbuddytime.c 4bd3b7ec09f838bb8285f5349949841c1d10b49d
+++ buddytime/gtkbuddytime.c 95a1fa0ccf99394bf793750a1c29e0040dfd37f9
@@ -24,6 +24,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
+
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_STATIC_NAME "gtkbuddytime"
============================================================
--- chronic/chronic.c 8aaa138100ffc2a39c79b7fe8c655c32913e49a0
+++ chronic/chronic.c 1f90eacd9c1ad729c089548cda16f87f30bd349b
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
/* libc */
============================================================
--- convbadger/convbadger.c febf539017bf5c318b234520d5d5398400bb123f
+++ convbadger/convbadger.c 3be1fb6958928eff6dcd3d1625d80e5f54512cb3
@@ -16,6 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gtk/gtk.h>
============================================================
--- dewysiwygification/dewysiwygification.c d92c36a8630274f9f16c323d9978c2b9c97948c0
+++ dewysiwygification/dewysiwygification.c 9d18d7e9dc5e681e399b3ab567fbdf0e6f1d1267
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <debug.h>
============================================================
--- dice/dice.c 48c27063a9894d4c595660416d39fdd12cf02c94
+++ dice/dice.c 507109bb51c7e1e79bdd1a8dfdfdd1f86a8a987b
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <time.h>
============================================================
--- difftopic/difftopic.c 8db35b25f8fbb57d2bbeaf183da3beffe2a0d2d1
+++ difftopic/difftopic.c 4dde959b4d23cb9cf54b43e462629e47cec1973a
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-difftopic"
============================================================
--- eight_ball/eight_ball.c 7a919f80738fd5a6f68006a24508c00276f19003
+++ eight_ball/eight_ball.c b738591d794a94c9e6db22f4217171b02c146c04
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
/* libc */
============================================================
--- enhancedhist/enhanced_hist.c 01534d58de08e59a4e1bf891b2328c06b9a36624
+++ enhancedhist/enhanced_hist.c 0b507776f65d834f257adc598ea0a9f1021d86b1
@@ -23,12 +23,14 @@
* Ankit Singla
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
/* Purple headers */
#include <conversation.h>
#include <debug.h>
#include <log.h>
+#include <plugin.h>
#include <pluginpref.h>
#include <prefs.h>
#include <signals.h>
============================================================
--- gRIM/gRIM.c 70ced231f32f8d66d47b748e8c45a4455cc8fdfd
+++ gRIM/gRIM.c 4c903ce2ebe36d5d9fb5eff8e009c8bdcb02888c
@@ -26,6 +26,7 @@
* 08:19 < grim> i was going to use my nick as an example but decided against that..
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <time.h>
============================================================
--- groupmsg/groupmsg.c d4189e52d66291bab9f157e2ec1805c8b3e702b4
+++ groupmsg/groupmsg.c 3444e0a650785c27a44157c29e5c095bf01b44de
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <debug.h>
============================================================
--- hideconv/hideconv.c 509d5f4f5dbe5b68872e8eba83f84649932dbc61
+++ hideconv/hideconv.c 80b810e9988f8863d754f5b8d97355ed854b03b8
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-hideconv"
============================================================
--- ignore/ignore.c 1c1de2b7678a9263aa055056a461bc69a7077183
+++ ignore/ignore.c c59b5f4a2605735994ae4da5b2176886d21e6693
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-/* Pack/Local headers */
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <account.h>
============================================================
--- infopane/infopane.c fe284831f2e8d876ee70470dbca636195318c21b
+++ infopane/infopane.c 7cac4b1079c07caa8bb5a757334f2022463a96c4
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include "pidgin.h"
============================================================
--- irc-more/irc-more.c 4fc3d11e6c3191856e1d142caae6cbc6d69a29ba
+++ irc-more/irc-more.c 42ad74d9c33c7355c12fd95c5648fadb892833a5
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-/* Pack/Local headers */
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <accountopt.h>
============================================================
--- irchelper/irchelper.c 3f7dfdb10543721f3fe2dfaaf8cd77033972d4eb
+++ irchelper/irchelper.c e0f1d96248943df3f7f1267c8d75da654bb6d6fd
@@ -23,6 +23,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <string.h>
============================================================
--- irssi/irssi.c 17245f8d11039bf372bdb946e5b4bd9337707c6f
+++ irssi/irssi.c b103fcd4570b8164ab211d60659d148721114acd
@@ -19,6 +19,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
/* define these so the plugin info struct way at the bottom is cleaner */
============================================================
--- irssi/lastlog.c ea2004486993461ae830a1cfa592667f8c5feca7
+++ irssi/lastlog.c 55bfb5cadad7a785e415242d9d106e87d43e1788
@@ -19,6 +19,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <string.h>
============================================================
--- irssi/layout.c ad8e94695f57af16b1db641bf7e11bff30c2fe11
+++ irssi/layout.c 1945979b878d3b4cb98b0273d4a1fc5c9fc37bf3
@@ -19,6 +19,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <blist.h>
============================================================
--- irssi/textfmt.c ec5429e0d7b3f36b3fa50d31c2ca420e5400c376
+++ irssi/textfmt.c 9e8d1d1198084e0dff68d3e4acd680f492e972f4
@@ -19,6 +19,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#ifdef HAVE_REGEX_H
============================================================
--- irssi/window.c 7ad5a4091c637cd6063340558745b3f69f2ce89b
+++ irssi/window.c 0bcbda0044b5d871a4fe19c476c48ec6dab6000b
@@ -19,6 +19,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gtk/gtk.h>
============================================================
--- lastseen/lastseen.c a4949214af2b80590262823a0f09ee011a02c553
+++ lastseen/lastseen.c d6ae41e76beb65ab0b720e118b45dabea5397a68
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <plugin.h>
============================================================
--- listhandler/listhandler.h 9b55b54a5c3913f6f64dd4025ca7a4e307359918
+++ listhandler/listhandler.h b3e141cb717f662b2459bf8d0dd32de8a7fa2f3b
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <string.h>
============================================================
--- mystatusbox/mystatusbox.c cb41d49fb3dca3773e5bf3c21a9d629d34dbe9e1
+++ mystatusbox/mystatusbox.c b72706924563122942194a69d142ee5272d2df2f
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-mystatusbox"
============================================================
--- napster/napster.c 9f16af095f6912cb0231493910173225ca2429a2
+++ napster/napster.c e64a5b61b253ff0393b97f996c140203a1d0b28a
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <account.h>
============================================================
--- nicksaid/nicksaid.c bceae257d634d5ad6f140d9f3f03d6cd007b812d
+++ nicksaid/nicksaid.c ab71714b93ee64a290ecd824ff5631629d9553f7
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-nicksaid"
============================================================
--- oldlogger/oldlogger.c 13f8ec88682816728b0929ecc08d096570241c39
+++ oldlogger/oldlogger.c 18594607f354a8c93d2fcaae14dde9f68870bca8
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define OLDLOGGER_PLUGIN_ID "core-plugin_pack-oldlogger"
============================================================
--- plonkers/plonkers.c 885b7aa4c46ceb61607d61e9bc1f3c8a1d054c26
+++ plonkers/plonkers.c b05f683496b1ca6ccc7f81084915e0905caefe35
@@ -19,6 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gtk/gtk.h>
============================================================
--- schedule/pidgin-schedule.c 466ca1523375deeb5951bb2af1c25c7f743392c2
+++ schedule/pidgin-schedule.c 3a6730981f45af634e5bafa1e448b1b88d83ffbf
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-schedule"
============================================================
--- schedule/schedule.h d49811f5bebf88eb938a76e0c403db69b3115c23
+++ schedule/schedule.h 7c788b7ae1e335883e8b8a1abd09cbea70767f56
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <account.h>
============================================================
--- sepandtab/sepandtab.c 2d15f427383c35f42dd107735cac622efa5b2185
+++ sepandtab/sepandtab.c 0b87d7055e15f210dc4e11c2f57ebea45f1ce533
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <conversation.h>
============================================================
--- showoffline/showoffline.c c226c6a1bbfc025e550f5bb128269354e929f76b
+++ showoffline/showoffline.c 1be119dd3056d8d778d194bc2590a9113346c8d0
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <debug.h>
============================================================
--- simfix/simfix.c e60fd6564838e36a2325f07b28f385a42a0ad1ad
+++ simfix/simfix.c 0d60ec6c1ddeaafe649544e40e58254f9fcadf68
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <plugin.h>
============================================================
--- slashexec/slashexec.c 1f9b4eba86842841b3e5c310fc28f707afabe3b8
+++ slashexec/slashexec.c f3431bc2790366b1bdf14f8bcd531b0fc4f02db7
@@ -26,6 +26,7 @@
* care to translate messages users will see in the main interface. Debug
* window messages are not important. - rekkanoryo */
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <stdarg.h>
============================================================
--- snpp/snpp.c 9af07efe6ae5e0c8f08270e2757433aaa8fc8c11
+++ snpp/snpp.c 2001d0bb8d89e4b9dc3b8b94645529a06d4d9484
@@ -19,6 +19,7 @@
*
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define _GNU_SOURCE
============================================================
--- sslinfo/sslinfo.c da8337bc50fdacad046355e4ba5ac812397ece97
+++ sslinfo/sslinfo.c 8ec6ad52a6762a263cb5408723c1864061afc5a5
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <string.h>
============================================================
--- stocker/stocker.c c3b422e5de5aab7f84e4eb319f5c7934fbe41d70
+++ stocker/stocker.c 4fce31576ab052026da52b6f759e435a0e533d85
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gdk/gdk.h>
============================================================
--- stocker/stocker_prefs.c 062b69239f80aa63debff5d37b9bc734a4fec417
+++ stocker/stocker_prefs.c 13b2c10b263f77f59a2f62daf9a54f0b7a3ee225
@@ -17,12 +17,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02111-1301, USA.
*/
-#ifdef HAVE_CONFIG_H
-# include "../pp_config.h"
-#endif
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
+#include "../common/pp_internal.h"
+
#include "stocker_prefs.h"
-#include "../common/pp_internal.h"
#include <gtkprefs.h>
#include <gtkutils.h>
============================================================
--- switchspell/switchspell.c 118649659696c9acf5595fbad3a470e9ccadee6c
+++ switchspell/switchspell.c c913c707be42117de3928939035d219abd0b6abd
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-switchspell"
============================================================
--- talkfilters/talkfilters.c eedfa15d2dbb93d9a175d24525e1d55a64467de4
+++ talkfilters/talkfilters.c 87d7c3172b3906db0475426b89d2a587b6d17302
@@ -12,6 +12,7 @@
-- allow saving different filters for different buddies (or accounts)
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <stdio.h>
============================================================
--- timelog/log-widget.c 89fb921903f7891acb39188584bc5e63167b24c8
+++ timelog/log-widget.c b36875a8a93b5cc5382472ef96176a0e11f02f58
@@ -23,6 +23,7 @@
* 02111-1307, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <stdio.h>
============================================================
--- timelog/range-widget.c 90d2ac082e20eb3da730003c5fd7d745723e9070
+++ timelog/range-widget.c c5d313dd00959e1f59e2b80f14b1bf2067a0b978
@@ -21,6 +21,7 @@
* 02111-1307, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <stdio.h>
============================================================
--- timelog/timelog.c 317a5ef2f7cdff1bd586f5fcb917c544600e5c43
+++ timelog/timelog.c 8cb84bea26a7500c9ea15363db0e5836b150b572
@@ -21,6 +21,7 @@
* 02111-1307, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <stdio.h>
============================================================
--- xchat-chats/xchat-chats.c 01d5f54c0f0ff3ebc15959a05e0a69b4c66e99ec
+++ xchat-chats/xchat-chats.c d138895bb415e614a6ee7f1ab9b3e6edc013f16b
@@ -18,6 +18,7 @@
* 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#define PLUGIN_ID "gtk-plugin_pack-xchat-chats"
============================================================
--- xmmsremote/xmmsremote.c 439c46dce77f59833c585316d2a3ad95a27ed161
+++ xmmsremote/xmmsremote.c b6808a77f08e5b28f0703c652cb2765010a1476f
@@ -17,6 +17,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
*/
+/* If you can't figure out what this line is for, DON'T TOUCH IT. */
#include "../common/pp_internal.h"
#include <gtk/gtk.h>
More information about the Plugins-commits
mailing list