Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv5184
Modified Files:
ChangeLog configure.ac configure.in
Log Message:
Pluginzed the ticker. the ticker will load itself if the old ticker option
was set.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- ChangeLog 8 Aug 2002 18:11:15 -0000 1.520
+++ ChangeLog 11 Aug 2002 06:42:16 -0000 1.521
@@ -33,6 +33,7 @@
* TOC no longer compiles statically by default--use OSCAR
* ICQ plugin no longer gets built--use OSCAR
* Added support for gettext 0.11.x.
+ * Buddy Ticker made a plugin.
version 0.59 (06/24/2002):
* Hungarian translation added (Thanks, Sutto Zoltan)
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- configure.ac 7 Aug 2002 23:29:09 -0000 1.74
+++ configure.ac 11 Aug 2002 06:42:16 -0000 1.75
@@ -432,6 +432,7 @@
pixmaps/protocols/msn/Makefile
pixmaps/protocols/yahoo/Makefile
plugins/Makefile
+ plugins/ticker/Makefile
po/Makefile.in
sounds/Makefile
src/Makefile
Index: configure.in
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.in,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- configure.in 7 Aug 2002 23:29:09 -0000 1.121
+++ configure.in 11 Aug 2002 06:42:16 -0000 1.122
@@ -429,6 +429,7 @@
pixmaps/protocols/msn/Makefile
pixmaps/protocols/yahoo/Makefile
plugins/Makefile
+ plugins/Makefile
po/Makefile.in
sounds/Makefile
src/Makefile
|