Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv29141
Modified Files:
configure.ac configure.in
Log Message:
A GNOME2 docklet. This follows the opendesktop.org specs used by GNOME2 and
(I think) KDE in Redhat's null (I don't think vanilla KDE supports it yet)
For GNOME--you will need to have the GNOME Panel Notification Area installed.
This replaces the applet--thanks Robert McQueen.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: configure.ac configure.in plugins/Makefile.am src/aim.c
CVS: src/buddy.c src/core.h src/module.c src/multi.c src/perl.c
CVS: src/server.c src/ui.h
CVS: ----------------------------------------------------------------------
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- configure.ac 8 Sep 2002 15:22:48 -0000 1.80
+++ configure.ac 14 Sep 2002 23:27:25 -0000 1.81
@@ -336,6 +336,7 @@
pixmaps/protocols/yahoo/Makefile
pixmaps/protocols/oscar/Makefile
plugins/Makefile
+ plugins/docklet/Makefile
plugins/ticker/Makefile
po/Makefile.in
sounds/Makefile
Index: configure.in
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.in,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- configure.in 7 Sep 2002 19:53:13 -0000 1.129
+++ configure.in 14 Sep 2002 23:27:26 -0000 1.130
@@ -334,6 +334,7 @@
pixmaps/protocols/yahoo/Makefile
pixmaps/protocols/oscar/Makefile
plugins/Makefile
+ plugins/docklet/Makefile
plugins/ticker/Makefile
po/Makefile.in
sounds/Makefile
|