From: Sean E. <sea...@us...> - 2002-08-26 01:05:24
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv2819 Modified Files: Tag: gtk1-stable ChangeLog README configure.ac configure.in gaim.desktop gaim_applet.desktop Log Message: :) Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.509.2.6 retrieving revision 1.509.2.7 diff -u -d -r1.509.2.6 -r1.509.2.7 --- ChangeLog 25 Aug 2002 23:57:08 -0000 1.509.2.6 +++ ChangeLog 26 Aug 2002 01:05:21 -0000 1.509.2.7 @@ -1,6 +1,8 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! version 0.59.1 + * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases. + Development will continue in our main branch in GTK+ 2 only. * Fixed a security bug in the manual browser setting (Thanks Robert McQueen) * Now using libiconv for better i18n support (Thanks Junichi @@ -9,6 +11,7 @@ Colascione) * Fix for HTTP proxies (thanks, Ethan Blanton) * Read proxy environment variables. (thanks, Christian Hammond) + * Use the pretty gaim.png for our menu entry. * Added support for gettext 0.11.x. version 0.59 (06/24/2002): Index: README =================================================================== RCS file: /cvsroot/gaim/gaim/README,v retrieving revision 1.28 retrieving revision 1.28.2.1 diff -u -d -r1.28 -r1.28.2.1 --- README 30 Mar 2002 10:22:29 -0000 1.28 +++ README 26 Aug 2002 01:05:21 -0000 1.28.2.1 @@ -10,6 +10,12 @@ MSN, IRC, and Jabber. Gaim is NOT endorsed by, nor affiliated with, AOL nor any other company in ANY way. +0.59.x +====== +This version of Gaim is a stable branch. These releases are bugfix +releases for GTK+ 1.2. Development will continue on our main branch +in GTK+ 2 only. + BUILD ===== Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.70.2.2 retrieving revision 1.70.2.3 diff -u -d -r1.70.2.2 -r1.70.2.3 --- configure.ac 25 Aug 2002 23:57:08 -0000 1.70.2.2 +++ configure.ac 26 Aug 2002 01:05:21 -0000 1.70.2.3 @@ -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.59.1cvs]) +AM_INIT_AUTOMAKE([gaim], [0.59.1]) AC_PREREQ([2.50]) Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.118.2.2 retrieving revision 1.118.2.3 diff -u -d -r1.118.2.2 -r1.118.2.3 --- configure.in 25 Aug 2002 23:57:08 -0000 1.118.2.2 +++ configure.in 26 Aug 2002 01:05:21 -0000 1.118.2.3 @@ -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.59.1cvs]) +AM_INIT_AUTOMAKE([gaim], [0.59.1]) Index: gaim.desktop =================================================================== RCS file: /cvsroot/gaim/gaim/gaim.desktop,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -d -r1.4 -r1.4.2.1 --- gaim.desktop 14 May 2002 02:29:39 -0000 1.4 +++ gaim.desktop 26 Aug 2002 01:05:21 -0000 1.4.2.1 @@ -2,7 +2,7 @@ Name=Gaim Comment=Multi-protocol Instant Messaging Client Exec=gaim -Icon=gaim.xpm +Icon=gaim.png Info=Gaim Terminal=0 Type=Application Index: gaim_applet.desktop =================================================================== RCS file: /cvsroot/gaim/gaim/Attic/gaim_applet.desktop,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- gaim_applet.desktop 2 Jun 2000 21:48:50 -0000 1.3 +++ gaim_applet.desktop 26 Aug 2002 01:05:21 -0000 1.3.2.1 @@ -2,6 +2,6 @@ Name=Gaim Comment=Client for AOL IM Exec=gaim_applet --activate-goad-server=gaim_applet -Icon=gaim.xpm +Icon=gaim.png Terminal=0 Type=Application |