You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(106) |
Oct
(334) |
Nov
(246) |
Dec
(145) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(53) |
Mar
(232) |
Apr
(109) |
May
(137) |
Jun
(63) |
Jul
(26) |
Aug
(263) |
Sep
(193) |
Oct
(507) |
Nov
(440) |
Dec
(241) |
2003 |
Jan
(567) |
Feb
(195) |
Mar
(504) |
Apr
(481) |
May
(524) |
Jun
(522) |
Jul
(594) |
Aug
(502) |
Sep
(643) |
Oct
(508) |
Nov
(430) |
Dec
(377) |
2004 |
Jan
(361) |
Feb
(251) |
Mar
(219) |
Apr
(499) |
May
(461) |
Jun
(419) |
Jul
(314) |
Aug
(519) |
Sep
(416) |
Oct
(247) |
Nov
(305) |
Dec
(382) |
2005 |
Jan
(267) |
Feb
(282) |
Mar
(327) |
Apr
(338) |
May
(189) |
Jun
(400) |
Jul
(462) |
Aug
(530) |
Sep
(316) |
Oct
(523) |
Nov
(481) |
Dec
(650) |
2006 |
Jan
(536) |
Feb
(361) |
Mar
(287) |
Apr
(146) |
May
(101) |
Jun
(169) |
Jul
(221) |
Aug
(498) |
Sep
(300) |
Oct
(236) |
Nov
(209) |
Dec
(205) |
2007 |
Jan
(30) |
Feb
(23) |
Mar
(26) |
Apr
(15) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christian H. <ch...@us...> - 2002-08-18 19:32:09
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/zephyr Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.5 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.6 @@ -76,6 +76,8 @@ \ zephyr.c +libzephyr_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/oscar Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.8 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.9 @@ -42,6 +42,7 @@ util.c \ oscar.c +liboscar_a_CFLAGS = $(AM_CFLAGS) else |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/toc Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.4 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.5 @@ -13,6 +13,8 @@ libtoc_a_SOURCES = toc.c +libtoc_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/yahoo Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.9 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.10 @@ -13,6 +13,8 @@ libyahoo_a_SOURCES = crypt.c yahoo.c +libyahoo_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/irc Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.5 +++ Makefile.am 18 Aug 2002 19:32:04 -0000 1.6 @@ -13,6 +13,8 @@ libirc_a_SOURCES = irc.c +libirc_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/msn In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/msn Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.7 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.8 @@ -13,6 +13,8 @@ libmsn_a_SOURCES = msn.c +libmsn_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/gg In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/gg Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/gg/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.4 +++ Makefile.am 18 Aug 2002 19:32:04 -0000 1.5 @@ -18,6 +18,8 @@ iconv_string.h \ gg.c +libgg_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/napster In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/napster Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/napster/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.3 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.4 @@ -11,6 +11,8 @@ libnapster_a_SOURCES = napster.c +libnapster_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:08
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv13325/src/protocols/jabber Modified Files: Makefile.am Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 4 Apr 2002 03:04:56 -0000 1.4 +++ Makefile.am 18 Aug 2002 19:32:05 -0000 1.5 @@ -53,6 +53,8 @@ \ jabber.c +libjabber_a_CFLAGS = $(AM_CFLAGS) + else st = |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:07
|
Update of /cvsroot/gaim/gaim/m4 In directory usw-pr-cvs1:/tmp/cvs-serv13325/m4 Modified Files: gnome.m4 Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: gnome.m4 =================================================================== RCS file: /cvsroot/gaim/gaim/m4/gnome.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gnome.m4 23 Mar 2000 03:16:06 -0000 1.1 +++ gnome.m4 18 Aug 2002 19:32:04 -0000 1.2 @@ -43,6 +43,8 @@ fi fi, want_gnome=yes) + + GNOME_GNORBA_HOOK([],$2) if test "x$want_gnome" = xyes; then @@ -53,7 +55,6 @@ AC_MSG_CHECKING(if $GNOME_CONFIG works) if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then AC_MSG_RESULT(yes) - GNOME_GNORBA_HOOK([],$2) GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`" GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`" GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`" @@ -98,7 +99,7 @@ if test -n "$3"; then n="$3" for i in $n; do - AC_MSG_CHECKING(extra library $i) + AC_MSG_CHECKING(extra library \"$i\") case $i in applets) AC_SUBST(GNOME_APPLETS_LIBS) |
From: Christian H. <ch...@us...> - 2002-08-18 19:32:07
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv13325 Modified Files: ChangeLog configure.ac configure.in Log Message: This hopefully adds automake 1.6 support to gaim. I have not tested it, though it came from a guy who uses 1.6, so I'd hope it works. It doesn't break 1.4. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.521 retrieving revision 1.522 diff -u -d -r1.521 -r1.522 --- ChangeLog 11 Aug 2002 06:42:16 -0000 1.521 +++ ChangeLog 18 Aug 2002 19:32:04 -0000 1.522 @@ -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. + * Added support for automake 1.6. * Buddy Ticker made a plugin. version 0.59 (06/24/2002): Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- configure.ac 18 Aug 2002 18:21:08 -0000 1.76 +++ configure.ac 18 Aug 2002 19:32:04 -0000 1.77 @@ -151,10 +151,11 @@ fi fi fi + +GNOME_INIT_HOOK([], nofail, applets) if test "x$enable_gnome" = "xyes" ; then if test "x$enable_panel" = "xyes" ; then - GNOME_INIT(applets) GNOME_X_CHECKS CFLAGS="$CFLAGS $GNOME_INCLUDEDIR" AC_DEFINE(USE_APPLET) @@ -361,6 +362,7 @@ AC_DEFINE(GAIM_PLUGINS) AM_CONDITIONAL(PLUGINS, test "x$enable_plugins" = "xyes") else + AM_CONDITIONAL(PLUGINS, false) enable_plugins=no enable_prpls=no fi @@ -368,6 +370,7 @@ if test "x$enable_prpls" = "xyes" ; then AM_CONDITIONAL(PRPLS, test "x$enable_plugins" = "xyes") else + AM_CONDITIONAL(PRPLS, false) enable_prpls=no fi Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- configure.in 18 Aug 2002 18:21:08 -0000 1.124 +++ configure.in 18 Aug 2002 19:32:04 -0000 1.125 @@ -150,10 +150,11 @@ fi fi fi + +GNOME_INIT_HOOK([], nofail, applets) if test "x$enable_gnome" = "xyes" ; then if test "x$enable_panel" = "xyes" ; then - GNOME_INIT(applets) GNOME_X_CHECKS CFLAGS="$CFLAGS $GNOME_INCLUDEDIR" AC_DEFINE(USE_APPLET) @@ -358,6 +359,7 @@ AC_DEFINE(GAIM_PLUGINS) AM_CONDITIONAL(PLUGINS, test "x$enable_plugins" = "xyes") else + AM_CONDITIONAL(PLUGINS, false) enable_plugins=no enable_prpls=no fi @@ -365,6 +367,7 @@ if test "x$enable_prpls" = "xyes" ; then AM_CONDITIONAL(PRPLS, test "x$enable_plugins" = "xyes") else + AM_CONDITIONAL(PRPLS, false) enable_prpls=no fi |
From: Christian H. <ch...@us...> - 2002-08-18 18:28:51
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv30253 Modified Files: acinclude.m4 Log Message: Sorry about that. Index: acinclude.m4 =================================================================== RCS file: /cvsroot/gaim/gaim/acinclude.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- acinclude.m4 13 Jul 2002 07:34:29 -0000 1.1 +++ acinclude.m4 18 Aug 2002 18:28:48 -0000 1.2 @@ -388,3 +388,5 @@ AC_SUBST(GTK_LIBS) rm -f conf.gtktest ]) + +AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) |
From: Christian H. <ch...@us...> - 2002-08-18 18:21:23
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28124 Removed Files: config.rpath Log Message: Nobody likes this file. Go away. --- config.rpath DELETED --- |
From: Christian H. <ch...@us...> - 2002-08-18 18:21:10
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28042 Modified Files: autogen.sh configure.ac configure.in Log Message: This should work a little bit better for everyone. Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- autogen.sh 18 Aug 2002 18:00:43 -0000 1.19 +++ autogen.sh 18 Aug 2002 18:21:08 -0000 1.20 @@ -62,16 +62,9 @@ if [ $USE_AUTOPOINT -eq 1 ]; then mv -f m4 m4~ - - echo n | autopoint --force || exit; - - # Now restore the things that brain-dead gettext modified. - [ -e configure.in~ ] && mv -f configure.in~ configure.in - [ -e configure.ac~ ] && mv -f configure.ac~ configure.ac - [ -e Makefile.am~ ] && mv -f Makefile.am~ Makefile.am + echo n | autopoint --force || abort; rm -rf m4 mv -f m4~ m4 - mv -f po/Makevars.template po/Makevars else echo n | gettextize --copy --force || exit; fi Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- configure.ac 11 Aug 2002 06:42:16 -0000 1.75 +++ configure.ac 18 Aug 2002 18:21:08 -0000 1.76 @@ -16,6 +16,7 @@ ALL_LINGUAS="bg cs da de es fi fr hu it ja ko nl pl ru sk sv zh_CN zh_TW" +AM_GNU_GETTEXT_VERSION(0.10.40) AM_GNU_GETTEXT AC_CYGWIN Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- configure.in 15 Aug 2002 04:04:23 -0000 1.123 +++ configure.in 18 Aug 2002 18:21:08 -0000 1.124 @@ -16,6 +16,7 @@ ALL_LINGUAS="bg cs da de es fi fr hu it ja ko nl pl ru sk sv zh_CN zh_TW" +AM_GNU_GETTEXT_VERSION(0.10.40) AM_GNU_GETTEXT AC_CYGWIN |
From: Christian H. <ch...@us...> - 2002-08-18 18:00:46
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv22766 Modified Files: autogen.sh Log Message: Now we use autopoint. Sadly, nothing has changed. Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- autogen.sh 18 Aug 2002 17:25:38 -0000 1.18 +++ autogen.sh 18 Aug 2002 18:00:43 -0000 1.19 @@ -10,11 +10,18 @@ exit 1 } -(gettextize --version) < /dev/null > /dev/null 2>&1 || { - echo; - echo "You must have gettext installed to compile Gaim"; - echo; - exit; +USE_AUTOPOINT=1 + +(autopoint --version) < /dev/null > /dev/null 2>&1 || { + + USE_AUTOPOINT=0 + + (gettextize --version) < /dev/null > /dev/null 2>&1 || { + echo; + echo "You must have gettext installed to compile Gaim"; + echo; + exit; + } } (libtoolize --version) < /dev/null > /dev/null 2>&1 || { @@ -53,31 +60,22 @@ echo "Running gettextize, please ignore non-fatal messages...." -# Get the major version of gettext. -GETTEXT_VER=`gettextize --version | sed -n 's/^.*[0-9]\+\.\([0-9]\+\)\..*$/\1/p'` - -# Decide how we want to run gettext. -if [ $GETTEXT_VER -eq 11 ]; then +if [ $USE_AUTOPOINT -eq 1 ]; then mv -f m4 m4~ - # Gettext is pure evil. It DEMANDS that we press Return no matter - # what. This gets rid of their happy "feature" of doom. - sed 's:read .*< /dev/tty::' `which gettextize` > gaim-gettextize - chmod +x gaim-gettextize - echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort - rm gaim-gettextize + echo n | autopoint --force || exit; - # Now restore the things that brain-dead gettext modified. + # Now restore the things that brain-dead gettext modified. [ -e configure.in~ ] && mv -f configure.in~ configure.in [ -e configure.ac~ ] && mv -f configure.ac~ configure.ac [ -e Makefile.am~ ] && mv -f Makefile.am~ Makefile.am rm -rf m4 mv -f m4~ m4 - mv -f po/Makevars.template po/Makevars else echo n | gettextize --copy --force || exit; fi + echo "Running libtoolize, please ignore non-fatal messages...." echo n | libtoolize --copy --force || exit; |
From: Christian H. <ch...@us...> - 2002-08-18 17:37:19
|
Update of /cvsroot/gaim/gaim/po In directory usw-pr-cvs1:/tmp/cvs-serv16948 Modified Files: bg.po cs.po da.po de.po es.po fi.po fr.po hu.po it.po ja.po ko.po nl.po pl.po ru.po sk.po sv.po zh_CN.po zh_TW.po Log Message: Stop the madness!!! Index: bg.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/bg.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- bg.po 8 Aug 2002 18:11:15 -0000 1.4 +++ bg.po 18 Aug 2002 17:37:12 -0000 1.5 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.60\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-04-16 04:54+0200\n" "Last-Translator: Hristo Todorov <ig...@bo...>\n" "Language-Team: Bulgarian <bg...@li...>\n" @@ -24,11 +24,11 @@ msgid "Gaim Chat" msgstr "Gaim - ×àò" [...1276 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Ðåãèñòðàöèîííà èíôî" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "?Ðåãèñòðèðàíå?" @@ -3473,6 +3451,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Ïîêàçâà àâåð Ticker" #~ msgid "General Options" #~ msgstr "Îáùè" Index: cs.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/cs.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cs.po 8 Aug 2002 18:11:15 -0000 1.3 +++ cs.po 18 Aug 2002 17:37:13 -0000 1.4 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.48\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-05-05 17:15GMT+1\n" "Last-Translator: Honza Král <hk...@ce...>\n" "Language-Team: Èeský jazyk <cs...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1188 lines suppressed...] "new accounts." msgstr "" "Momentlnì nemáte ¾ádný protokol, který je schopen zaregistrovat nový úèet." -#: src/prpl.c:666 +#: src/prpl.c:668 #, fuzzy msgid "Gaim - Registration" msgstr "Gaim - Registrace" -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "" -#: src/prpl.c:698 +#: src/prpl.c:700 #, fuzzy msgid "Register" msgstr "Registrovat" Index: da.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/da.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- da.po 8 Aug 2002 18:11:15 -0000 1.3 +++ da.po 18 Aug 2002 17:37:13 -0000 1.4 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GAIM 0.55\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-04-01 23:04+0200\n" "Last-Translator: Lars Sarauw Hansen <sa...@dk...>\n" "Language-Team: Danish <da...@kl...>\n" @@ -26,11 +26,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1176 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Registreringsinformation" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Registrér" @@ -3494,6 +3494,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Vis status løbende i separat vindue" #~ msgid "General Options" #~ msgstr "Generelle indstillinger" Index: de.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/de.po,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- de.po 8 Aug 2002 18:11:15 -0000 1.37 +++ de.po 18 Aug 2002 17:37:13 -0000 1.38 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.9.19\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-03-31 11:29+0200\n" "Last-Translator: Karsten Weiss <kn...@gm...>\n" "Language-Team: de <de...@li...>\n" @@ -33,11 +33,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1179 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Anmeldungsinformationen" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Anmelden" @@ -3532,6 +3532,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Buddy-Ticker zeigen" #~ msgid "General Options" #~ msgstr "Allgemeine Einstellungen" Index: es.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/es.po,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- es.po 8 Aug 2002 18:11:15 -0000 1.24 +++ es.po 18 Aug 2002 17:37:13 -0000 1.25 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.60\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-02-23 18:05+0100\n" "Last-Translator: Alex Villar <al...@te...>\n" "Language-Team: <es...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim Conversaciones" [...1188 lines suppressed...] @@ -3518,6 +3519,9 @@ msgid "Someone says your name in chat" msgstr "" +#~ msgid "Show Buddy Ticker" +#~ msgstr "Mostrar ventana de noticias" + #~ msgid "Away from the computer" #~ msgstr "Ausente" @@ -3881,9 +3885,6 @@ #~ msgid "%d/%d Buddies Online" #~ msgstr "%d/%d Amigos Conectados" - -#~ msgid "Toggle Logging" -#~ msgstr "Habilitar/Deshabilitar Registro" #~ msgid "%sChat" #~ msgstr "%sHablar" Index: fi.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/fi.po,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- fi.po 8 Aug 2002 18:11:15 -0000 1.9 +++ fi.po 18 Aug 2002 17:37:13 -0000 1.10 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.59\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-03-23 20:32+0200\n" "Last-Translator: Tero Kuusela <te...@su...>\n" "Language-Team: Finnish <fi...@li...>\n" @@ -22,11 +22,11 @@ msgid "Gaim Chat" msgstr "Gaim Ryhmäkeskustelu" [...1176 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Rekisteröintitiedot" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Rekisteröi" @@ -3449,6 +3449,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "Joku sanoo nimesi ryhmäkeskustelussa" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Näytä rullaava tuttavataulu" #~ msgid "General Options" #~ msgstr "Yleiset valinnat" Index: fr.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/fr.po,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- fr.po 8 Aug 2002 18:11:15 -0000 1.31 +++ fr.po 18 Aug 2002 17:37:13 -0000 1.32 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.9.20\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-07-10 13:17GMT\n" "Last-Translator: sebfrance <seb...@if...>\n" "Language-Team: fr <fr...@li...>\n" @@ -26,11 +26,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1179 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Information d'enregistrement" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "S'enregistrer" @@ -3526,6 +3526,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "Quelqu'un a dit votre pseudo dans le chat" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Afficher la barre de Contact (Ticker)" #~ msgid "General Options" #~ msgstr "Options Générales" Index: hu.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/hu.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- hu.po 8 Aug 2002 18:11:16 -0000 1.3 +++ hu.po 18 Aug 2002 17:37:14 -0000 1.4 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.60\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-05-12 19:00+0100\n" "Last-Translator: Zoltan Sutto <sut...@br...>\n" "Language-Team: HU <hu...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - Csevegés" [...1172 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Regisztrációs adatok" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Regisztráció" @@ -3483,6 +3483,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Partner óra mutatása" #~ msgid "General Options" #~ msgstr "Általános beállítások" Index: it.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/it.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- it.po 8 Aug 2002 18:11:16 -0000 1.5 +++ it.po 18 Aug 2002 17:37:14 -0000 1.6 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.53\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-03-13 19:26+0100\n" "Last-Translator: Salvatore di Maggio <tit...@li...>\n" "Language-Team: Italian <it...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1179 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Informazioni sulla registrazione" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Registra" @@ -3517,6 +3517,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Mostra segnalini Contatti" #~ msgid "General Options" #~ msgstr "Opzioni generali" Index: ja.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/ja.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ja.po 8 Aug 2002 18:11:16 -0000 1.3 +++ ja.po 18 Aug 2002 17:37:14 -0000 1.4 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim version 0.56\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-04-22 13:12+0900\n" "Last-Translator: Ryosuke Kutsuna <ry...@co...>\n" "Language-Team: Japanese\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - ¥Á¥ã¥Ã¥È" [...1175 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "ÅÐÏ¿¾ðÊó" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "ÅÐÏ¿" @@ -3478,6 +3478,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Ãç´Ö¥Á¥§¥Ã¥¯¤Îɽ¼¨" #~ msgid "General Options" #~ msgstr "°ìÈÌŪ¤Ê¥ª¥×¥·¥ç¥ó" Index: ko.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/ko.po,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ko.po 8 Aug 2002 18:11:16 -0000 1.27 +++ ko.po 18 Aug 2002 17:37:14 -0000 1.28 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.58\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-06-03 09:02+0900\n" "Last-Translator: A Lee <al...@de...>\n" "Language-Team: artsilly and alee team\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "°¡ÀÓ - äÆÃ" [...1173 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "µî·Ï Á¤º¸" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "µî·Ï" @@ -3477,6 +3477,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Ä£±¸ ã±â â º¸¿©ÁÜ" #~ msgid "General Options" #~ msgstr "ÀÏ¹Ý ¿É¼Ç" Index: nl.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/nl.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- nl.po 8 Aug 2002 18:11:16 -0000 1.5 +++ nl.po 18 Aug 2002 17:37:14 -0000 1.6 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim 0.60\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-03-02 16:25+0100\n" "Last-Translator: Reinier Lamers <tux...@pl...>\n" "Language-Team: nl <nl...@li...>\n" @@ -25,11 +25,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1182 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "" -#: src/prpl.c:698 +#: src/prpl.c:700 #, fuzzy msgid "Register" msgstr "Wissen" @@ -3549,6 +3549,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Buddy Ticker tonen" #~ msgid "" #~ "Relax, help is just around the corner. The first thing you'll need to do " Index: pl.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/pl.po,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- pl.po 8 Aug 2002 18:11:16 -0000 1.19 +++ pl.po 18 Aug 2002 17:37:14 -0000 1.20 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.60\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-06-30 07:59+0100\n" "Last-Translator: Przemys³aw Su³ek <pb...@li...>\n" "Language-Team: POLISH <pl...@li...>\n" @@ -22,11 +22,11 @@ msgid "Gaim Chat" msgstr "Gaim Czat" [...1175 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Informacje rejestracji" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Rejestruj" @@ -3449,6 +3449,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "Kto¶ wymawia Twoje imiê na czacie" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Poka¿ wska¼nik kumpli" #~ msgid "General Options" #~ msgstr "Opcje ogólne" Index: ru.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/ru.po,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ru.po 8 Aug 2002 18:11:16 -0000 1.11 +++ ru.po 18 Aug 2002 17:37:14 -0000 1.12 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.48\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-03-22 14:05+0300\n" "Last-Translator: Grigory Bakunov <bl...@as...>\n" "Language-Team: RUSSIAN <RU...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - þÁÔ" [...1179 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "òÅÇÉÓÔÒÁÃÉÏÎÎÁÑ ÉÎÆÏÒÍÁÃÉÑ" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "òÅÇÉÓÔÒÁÃÉÑ" @@ -3501,6 +3501,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "ðÏËÁÚÁÔØ ÔÉËËÅÒ" #~ msgid "General Options" #~ msgstr "ïÓÎÏ×ÎÙÅ ÐÁÒÁÍÅÔÒÙ" Index: sk.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/sk.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sk.po 8 Aug 2002 18:11:16 -0000 1.5 +++ sk.po 18 Aug 2002 17:37:14 -0000 1.6 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim 0.48\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2001-02-22 00:00\n" "Last-Translator: Daniel Re¾ný <da...@re...>\n" "Language-Team: SK <SK...@li...>\n" @@ -23,11 +23,11 @@ msgid "Gaim Chat" msgstr "Gaim - Chat" [...1171 lines suppressed...] "You do not currently have any protocols available that are able to register " "new accounts." msgstr "" -#: src/prpl.c:666 +#: src/prpl.c:668 #, fuzzy msgid "Gaim - Registration" msgstr "Gaim - Konverzácie" -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "" -#: src/prpl.c:698 +#: src/prpl.c:700 #, fuzzy msgid "Register" msgstr "Zru¹i»" Index: sv.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/sv.po,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- sv.po 8 Aug 2002 18:11:16 -0000 1.7 +++ sv.po 18 Aug 2002 17:37:15 -0000 1.8 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gaim\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-05-19 03:54+0200\n" "Last-Translator: Christian Rose <me...@me...>\n" "Language-Team: Swedish <sv...@li...>\n" @@ -24,11 +24,11 @@ msgid "Gaim Chat" msgstr "Gaim-chatt" [...1175 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "Registreringsinformation" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "Registrera" @@ -3481,6 +3481,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "Någon säger ditt namn i chatt" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "Visa kompistickare" #~ msgid "General Options" #~ msgstr "Allmänna inställningar" Index: zh_CN.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/zh_CN.po,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- zh_CN.po 8 Aug 2002 18:11:17 -0000 1.23 +++ zh_CN.po 18 Aug 2002 17:37:15 -0000 1.24 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.9.19\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2000-06-17 17:55+08\n" "Last-Translator: hashao <ha...@ch...>\n" "Language-Team: Simplified Chinese <zh...@li...>\n" @@ -25,11 +25,11 @@ msgid "Gaim Chat" msgstr "Gaim ÁÄÌì" [...1198 lines suppressed...] @@ -3565,6 +3566,9 @@ msgid "Someone says your name in chat" msgstr "" +#~ msgid "Show Buddy Ticker" +#~ msgstr "ÏÔʾÅóÓÑÀà±ðͼÐÎ" + #~ msgid "General Options" #~ msgstr "Ò»°ãÑ¡Ïî" @@ -3933,9 +3937,6 @@ #~ msgid "%d/%d Buddies Online" #~ msgstr "%d/%d ÅóÓÑÀ´ÁË" - -#~ msgid "Toggle Logging" -#~ msgstr "´ò¿ª£¯¹Ø±Õ¼Ç¼" #~ msgid "%sChat" #~ msgstr "ÁÄÌì" Index: zh_TW.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/zh_TW.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- zh_TW.po 8 Aug 2002 18:11:17 -0000 1.5 +++ zh_TW.po 18 Aug 2002 17:37:15 -0000 1.6 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Gaim\n" -"POT-Creation-Date: 2002-08-08 02:18-0700\n" +"POT-Creation-Date: 2002-08-18 10:33-0700\n" "PO-Revision-Date: 2002-07-09 17:02+0800\n" "Last-Translator: Paladin Liu <pa...@ms...>\n" "Language-Team: Chinese (Traditional) <zh...@li...>\n" @@ -25,11 +25,11 @@ msgid "Gaim Chat" msgstr "Gaim - è天" [...1170 lines suppressed...] -#: src/prpl.c:681 +#: src/prpl.c:683 msgid "Registration Information" msgstr "註åè³è¨" -#: src/prpl.c:698 +#: src/prpl.c:700 msgid "Register" msgstr "註å" @@ -3405,6 +3405,9 @@ #: src/sound.c:74 msgid "Someone says your name in chat" msgstr "æäººå¨è天室䏿尿¨çåå" + +#~ msgid "Show Buddy Ticker" +#~ msgstr "顯示好åçæ èµ°é¦¬ç" #~ msgid "General Options" #~ msgstr "ä¸è¬é¸é " |
From: Christian H. <ch...@us...> - 2002-08-18 17:25:41
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv14022 Modified Files: autogen.sh Log Message: I love how every version of gettext overcomes one of my hacks. What are they trying to do, lose all support from developers? Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- autogen.sh 18 Aug 2002 09:34:37 -0000 1.17 +++ autogen.sh 18 Aug 2002 17:25:38 -0000 1.18 @@ -62,7 +62,7 @@ # Gettext is pure evil. It DEMANDS that we press Return no matter # what. This gets rid of their happy "feature" of doom. - sed 's:read < /dev/tty::' `which gettextize` > gaim-gettextize + sed 's:read .*< /dev/tty::' `which gettextize` > gaim-gettextize chmod +x gaim-gettextize echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort rm gaim-gettextize |
From: Sean E. <sea...@us...> - 2002-08-18 17:01:16
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv8648/src Modified Files: prefs.c Log Message: I know I already committed this. Index: prefs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/prefs.c,v retrieving revision 1.235 retrieving revision 1.236 diff -u -d -r1.235 -r1.236 --- prefs.c 18 Aug 2002 00:02:01 -0000 1.235 +++ prefs.c 18 Aug 2002 17:01:13 -0000 1.236 @@ -596,7 +596,7 @@ typingbutton = gaim_button(_("Notify buddies that you are typing to them"), &misc_options_new, OPT_MISC_STEALTH_TYPING, vbox); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(typingbutton), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(typingbutton))); - misc_options ^= OPT_MISC_STEALTH_TYPING; + misc_options_new ^= OPT_MISC_STEALTH_TYPING; gtk_widget_show(vbox); @@ -626,7 +626,7 @@ gaim_labeled_spin_button(vbox, _("New window width:"), &buddy_chat_size_new.width, 25, 9999); gaim_labeled_spin_button(vbox, _("New window height:"), &buddy_chat_size_new.height, 25, 9999); gaim_labeled_spin_button(vbox, _("Entry widget height:"), &buddy_chat_size_new.entry_height, 25, 9999); - gaim_button(_("Raise windows on events"), &chat_options, OPT_CHAT_POPUP, vbox); + gaim_button(_("Raise windows on events"), &chat_options_new, OPT_CHAT_POPUP, vbox); gtk_widget_show (vbox); |
From: Christian H. <ch...@us...> - 2002-08-18 09:34:40
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv10704 Modified Files: autogen.sh Log Message: Yeah, this too. Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- autogen.sh 18 Aug 2002 09:26:36 -0000 1.16 +++ autogen.sh 18 Aug 2002 09:34:37 -0000 1.17 @@ -69,6 +69,7 @@ # Now restore the things that brain-dead gettext modified. [ -e configure.in~ ] && mv -f configure.in~ configure.in + [ -e configure.ac~ ] && mv -f configure.ac~ configure.ac [ -e Makefile.am~ ] && mv -f Makefile.am~ Makefile.am rm -rf m4 mv -f m4~ m4 |
From: Christian H. <ch...@us...> - 2002-08-18 09:26:41
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv8367 Modified Files: autogen.sh Log Message: Okay, rant time. Anybody who has experienced this problem will appreciate this. Gettext 0.11.x is, as we all know, evil. People have been complaining that, now that 0.11.x actually works, they're getting the following message: "Press Return to acknowledge the previous ___." It had been assumed that the previous paragraphs were the reasons for the pause. However, you always get at least one error. It's hard-coded in. It's more of a "friendly reminder," really. On top of that, even if there were no errors, the pause after the message is also hard-coded in outside of any conditionals. You CANNOT get rid of it by "fixing" anything in the tree. It's always there. On top of that, take a look at these lines: echo "Press Return to acknowledge the previous $count." # Read from /dev/tty, not stdin, so that gettextize cannot be abused by # non-interactive tools. read < /dev/tty See that? They specifically coded it so you cannot bypass it. This commit bypasses it. We're copying gettextize to gaim-gettextize and removing that read line, running it, removing gaim-gettextize. Nasty hack, but it works. You can all thank me when I wake up tomorrow. :) Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- autogen.sh 8 Aug 2002 18:11:15 -0000 1.15 +++ autogen.sh 18 Aug 2002 09:26:36 -0000 1.16 @@ -60,7 +60,12 @@ if [ $GETTEXT_VER -eq 11 ]; then mv -f m4 m4~ - echo n | gettextize --copy --force --intl --no-changelog || abort + # Gettext is pure evil. It DEMANDS that we press Return no matter + # what. This gets rid of their happy "feature" of doom. + sed 's:read < /dev/tty::' `which gettextize` > gaim-gettextize + chmod +x gaim-gettextize + echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort + rm gaim-gettextize # Now restore the things that brain-dead gettext modified. [ -e configure.in~ ] && mv -f configure.in~ configure.in |
From: Sean E. <sea...@us...> - 2002-08-18 00:02:07
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv16285/src Modified Files: prefs.c Log Message: Sound prefs bugfix. No, there aren't any sound prefs for gtk1.2. Get over it. Index: prefs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/prefs.c,v retrieving revision 1.234 retrieving revision 1.235 diff -u -d -r1.234 -r1.235 --- prefs.c 11 Aug 2002 06:42:16 -0000 1.234 +++ prefs.c 18 Aug 2002 00:02:01 -0000 1.235 @@ -196,7 +196,6 @@ if (sound_file[r]) g_free(sound_file[r]); sound_file[r] = sound_file_new[r]; - sound_file_new[r] = NULL; } if (away_options != away_options_new) set_away_options(); @@ -1119,11 +1118,16 @@ static void test_sound(GtkWidget *button, gpointer i_am_NULL) { guint32 tmp_sound = sound_options; + char *save_me=NULL; if (!(sound_options & OPT_SOUND_WHEN_AWAY)) sound_options ^= OPT_SOUND_WHEN_AWAY; if (!(sound_options & sounds[sound_row_sel].opt)) sound_options ^= sounds[sound_row_sel].opt; + save_me = sound_file[sound_row_sel]; + sound_file[sound_row_sel] = sound_file_new[sound_row_sel]; play_sound(sound_row_sel); + + sound_file[sound_row_sel] = save_me; sound_options = tmp_sound; } |
From: Christian H. <ch...@us...> - 2002-08-16 21:55:12
|
Update of /cvsroot/gaim/gaim/plugins/ticker In directory usw-pr-cvs1:/tmp/cvs-serv13033 Modified Files: .cvsignore Log Message: Sssshhhhh Index: .cvsignore =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/ticker/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 11 Aug 2002 06:42:16 -0000 1.1 +++ .cvsignore 16 Aug 2002 21:55:09 -0000 1.2 @@ -1,3 +1,6 @@ Makefile Makefile.in .libs +.deps +*.la +*.lo |
From: Christian H. <ch...@us...> - 2002-08-16 21:54:41
|
Update of /cvsroot/gaim/gaim/plugins/ticker In directory usw-pr-cvs1:/tmp/cvs-serv12820 Modified Files: Makefile.am Log Message: This looks much better. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/ticker/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 11 Aug 2002 06:42:16 -0000 1.1 +++ Makefile.am 16 Aug 2002 21:54:37 -0000 1.2 @@ -1,25 +1,19 @@ -CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\" plugindir = $(libdir)/gaim -if PLUGINS - -tickersources = ticker.c gtkticker.so - -all: - $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c gtkticker.c -o tmpgtkticker.lo $(PLUGIN_CFLAGS) - $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c ticker.c -o tmpticker.lo $(PLUGIN_CFLAGS) - $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmpticker.la -rpath $(plugindir) tmpgtkticker.lo tmpticker.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) - @rm -f tmpticker.lo tmpgtkticker.lo tmpticker.o tmpgtkticker.o libtmpgtkticker.la libticker.la - @cp .libs/libtmpticker.so* ticker.so - @rm -f .libs/libtmpticker.* +ticker_la_LDFLAGS = -module -avoid-version -clean distclean: - rm -rf $(plugin_DATA) .libs +if PLUGINS -install: - cp ticker.so $(plugindir) +plugin_LTLIBRARIES = ticker.la +ticker_la_SOURCES = \ + gtkticker.c \ + gtkticker.h \ + ticker.c endif -EXTRA_DIST = ticker.c gtkticker.c gtkticker.h +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src \ + -DVERSION=\"$(VERSION)\" |
From: Sean E. <sea...@us...> - 2002-08-16 20:24:24
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv14797/src Modified Files: list.c Log Message: Thanks 162923752. Index: list.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/list.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- list.c 12 Apr 2002 02:15:24 -0000 1.14 +++ list.c 16 Aug 2002 20:24:20 -0000 1.15 @@ -799,7 +799,7 @@ toc_build_config(g, buf, 8192 - 1, TRUE); fprintf(f, "%s\n", buf); fclose(f); - chmod(buf, S_IRUSR | S_IWUSR); + chmod(path, S_IRUSR | S_IWUSR); } else { debug_printf("unable to write %s\n", path); } |
From: Sean E. <sea...@us...> - 2002-08-16 14:57:18
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv22866/src Modified Files: buddy.c Log Message: <iain> SeanEgan: remving the right alignment of the help menu will be a good start then :) Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy.c,v retrieving revision 1.320 retrieving revision 1.321 diff -u -d -r1.320 -r1.321 --- buddy.c 11 Aug 2002 06:42:16 -0000 1.320 +++ buddy.c 16 Aug 2002 14:57:15 -0000 1.321 @@ -2757,7 +2757,6 @@ menuitem = gaim_new_item(NULL, _("Help")); gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), menu); - gtk_menu_item_right_justify(GTK_MENU_ITEM(menuitem)); gtk_menu_bar_append(GTK_MENU_BAR(menubar), menuitem); gaim_new_item_with_pixmap(menu, _("Online Help"), add_small_xpm, GTK_SIGNAL_FUNC(open_url), WEBSITE"documentation.php", GDK_F1, 0, NULL); |