Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv14705
Modified Files:
ChangeLog TODO configure.ac
Log Message:
fun stuff.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- ChangeLog 2001/10/18 19:55:19 1.327
+++ ChangeLog 2001/10/18 20:56:58 1.328
@@ -1,6 +1,10 @@
Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
version 0.47:
+ * Better font loading (pays attention to charset now)
+ (thanks Arkadiusz Miskiewicz)
+ * Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
+ * Open Mail button for when you get new mail (Yahoo and MSN)
version 0.46 (10/18/2001):
* New applet icons (courtesy David Raeman)
Index: TODO
===================================================================
RCS file: /cvsroot/gaim/gaim/TODO,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- TODO 2001/10/03 09:48:33 1.121
+++ TODO 2001/10/18 20:56:59 1.122
@@ -50,6 +50,7 @@
that you can "send" more than one message before you're
actually connected. This is actually a bug that it doesn't do
this already.
+ Permit/Deny
Need some way of indicating "invite" in IM window
File Transfer
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- configure.ac 2001/10/18 19:55:19 1.21
+++ configure.ac 2001/10/18 20:56:59 1.22
@@ -100,7 +100,7 @@
AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no")
if test "$enable_debug" = yes ; then
- CFLAGS="$CFLAGS -Wall -g"
+ CFLAGS="$CFLAGS -Wall -g3"
AC_DEFINE(DEBUG)
fi
|