Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv32097
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
Compiles without GdkPixbuf again.
Sorry about that :-[
-
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -d -r1.401 -r1.402
--- ChangeLog 2 Mar 2002 04:52:20 -0000 1.401
+++ ChangeLog 2 Mar 2002 19:39:57 -0000 1.402
@@ -1,5 +1,9 @@
Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
+version 0.54
+ * Compiles without GdkPixbuf again
+ * GtkIMHtml will refresh when you set a new GTK+ theme
+
version 0.53 (02/28/2002):
* Updated Polish Translation (thanks Przemyslaw Sulek)
* Slovak translation added (Thanks Daniel Rezny)
Index: NEWS
===================================================================
RCS file: /cvsroot/gaim/gaim/NEWS,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- NEWS 2 Mar 2002 04:52:20 -0000 1.116
+++ NEWS 2 Mar 2002 19:39:58 -0000 1.117
@@ -1,5 +1,7 @@
-=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul!
+0.54
+
0.53 (02/28/2002):
Rob: Well, we missed yesterday's release. That's Okay, I head a
nasty headache. You can all just deal. ;-)
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- configure.ac 21 Feb 2002 12:59:25 -0000 1.45
+++ configure.ac 2 Mar 2002 19:39:58 -0000 1.46
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/aim.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.53])
+AM_INIT_AUTOMAKE([gaim], [0.54])
AC_PATH_PROG(sedpath, sed)
|