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: Rob F. <rob...@us...> - 2002-02-02 02:28:47
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26356 Modified Files: about.c Log Message: potato Index: about.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/about.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- about.c 2002/01/26 09:49:15 1.61 +++ about.c 2002/02/02 02:28:44 1.62 @@ -131,9 +131,10 @@ gtk_widget_show(label); text = gtk_text_new(NULL, NULL); - gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL, - _("Rob Flynn (maintainer) ro...@ma...\nEric Warmenhoven war...@ya...\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) mar...@ma..."), - 194); + + gtk_text_insert (GTK_TEXT (text), NULL, NULL, NULL, + _("Active Developers\n====================\nRob Flynn (maintainer) [ ro...@ma... ]\nSean Egan (coder) [ bj...@bi... ]\n\nCrazy Patch Writers\n===================\nBenjamin Miller\nDecklin Foster\n\nRetired Developers\n===================\nJim Duchek\nEric Warmenhoven [ war...@ya... ]\nMark Spencer (original author) [ mar...@ma... ]"), 369); + gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); gtk_widget_show(text); |
From: Rob F. <rob...@us...> - 2002-01-31 21:44:51
|
Update of /cvsroot/gaim/gaim/doc In directory usw-pr-cvs1:/tmp/cvs-serv18683/doc Modified Files: CREDITS Log Message: heh Index: CREDITS =================================================================== RCS file: /cvsroot/gaim/gaim/doc/CREDITS,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- CREDITS 2002/01/26 09:49:15 1.31 +++ CREDITS 2002/01/31 21:44:48 1.32 @@ -65,7 +65,7 @@ G. Sumner Hayes <IM: SumnerFool> Security Patches Brian Ryner for a little make file patch :) -Ryan C. Gordon +Ryan C. Gordon - I still think you look like Silent Bob. Elliot Tobin <el...@bh...> A big thanks to the X-Chat developers, who were kind enough to |
From: Rob F. <rob...@us...> - 2002-01-30 22:30:20
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv8408/src/protocols/oscar Modified Files: oscar.c Log Message: Updated German translation and fixed one more booboo in oscar. Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- oscar.c 2002/01/30 13:43:20 1.94 +++ oscar.c 2002/01/30 22:30:15 1.95 @@ -1451,11 +1451,10 @@ g_snprintf(buf, sizeof(buf), nummissed == 1 ? - _("You missed %d message from %s because %s invalid.") : - _("You missed %d messages from %s because %s invalid."), + _("You missed %d message from %s because it was invalid.") : + _("You missed %d messages from %s because they were invalid."), nummissed, - userinfo->sn, - nummissed == 1 ? "it was" : "they were"); + userinfo->sn); break; case 1: /* Message too large */ @@ -1482,7 +1481,7 @@ g_snprintf(buf, sizeof(buf), nummissed == 1 ? - _("You missed %d message from %s because they are too evil.") : + _("You missed %d message from %s because it was too evil.") : _("You missed %d messages from %s because they are too evil."), nummissed, userinfo->sn); |
From: Rob F. <rob...@us...> - 2002-01-30 22:30:20
|
Update of /cvsroot/gaim/gaim/po In directory usw-pr-cvs1:/tmp/cvs-serv8408/po Modified Files: de.po Log Message: Updated German translation and fixed one more booboo in oscar. Index: de.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/de.po,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- de.po 2001/10/18 12:12:36 1.30 +++ de.po 2002/01/30 22:30:15 1.31 @@ -1,284 +1,1226 @@ # German translation for "Gaim" # Copyright (C) YEAR Free Software Foundation, Inc. +# Daniel Seifert <gai...@ds...>, 2001. +# Karsten Weiss <kn...@gm...>, 2002. +# +# TODO: +# - "Direct IM" besser übersetzen? +# +# 2002-01-30 Karsten Weiss <kn...@gm...> +# * Aktualisierung +# * Infinitivische Formulierungen [...4049 lines suppressed...] -msgid "Could not write file header!" -msgstr "Konnte Dateikopf nicht schreiben!" - -#: src/toc.c:1794 -msgid "Gaim - Save As..." -msgstr "Gaim - Speichere als..." - -#: src/toc.c:1833 -#, c-format -msgid "%s requests %s to accept %d file%s: %s (%.2f %s)%s%s" -msgstr "%s bittet %s, %d Datei%s zu akzeptieren: %s (%.2f %s)%s%s " - -#: src/toc.c:1838 -#, c-format -msgid "%s requests you to send them a file" -msgstr "%s fragt nach Zusendung einer Datei" - +#: src/server.c:995 +msgid "More Info" +msgstr "Mehr Informationen" |
From: Rob F. <rob...@us...> - 2002-01-30 22:30:19
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv8408 Modified Files: ChangeLog Log Message: Updated German translation and fixed one more booboo in oscar. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- ChangeLog 2002/01/30 06:41:31 1.386 +++ ChangeLog 2002/01/30 22:30:15 1.387 @@ -6,6 +6,7 @@ * Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) * Updated Simplified Chinese Translation (Thanks Rocky S. Lee) + * Updated German Translation (Thanks Karsten Weiss) version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs |
From: Rob F. <rob...@us...> - 2002-01-30 13:43:23
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv9631 Modified Files: oscar.c Log Message: Oops. =) Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- oscar.c 2002/01/30 13:41:19 1.93 +++ oscar.c 2002/01/30 13:43:20 1.94 @@ -1450,9 +1450,10 @@ /* Invalid (0) */ g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s because %s invalid."), + nummissed == 1 ? + _("You missed %d message from %s because %s invalid.") : + _("You missed %d messages from %s because %s invalid."), nummissed, - nummissed == 1 ? "" : "s", userinfo->sn, nummissed == 1 ? "it was" : "they were"); break; @@ -1462,7 +1463,7 @@ sizeof(buf), nummissed == 1 ? _("You missed %d message from %s because it was too large.") : - _("You missed %s messages from %s because they were too large."), + _("You missed %d messages from %s because they were too large."), nummissed, userinfo->sn); break; |
From: Rob F. <rob...@us...> - 2002-01-30 13:41:23
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv7648 Modified Files: oscar.c Log Message: Wow, that was pretty sad.. :-P Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- oscar.c 2002/01/30 04:52:00 1.92 +++ oscar.c 2002/01/30 13:41:19 1.93 @@ -1214,7 +1214,7 @@ struct gaim_connection *gc = d->gc; struct oscar_data *od = (struct oscar_data *)gc->proto_data; struct direct_im *dim; - char *host; int port = FAIM_LOGIN_PORT; + char *host; int port = 4443; int i; debug_printf("Accepted DirectIM.\n"); |
From: Rob F. <rob...@us...> - 2002-01-30 06:41:36
|
Update of /cvsroot/gaim/gaim/po In directory usw-pr-cvs1:/tmp/cvs-serv9426/po Modified Files: zh_CN.po Log Message: Updated Chinese Translation Index: zh_CN.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/zh_CN.po,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- zh_CN.po 2001/10/18 12:12:37 1.16 +++ zh_CN.po 2002/01/30 06:41:32 1.17 @@ -1,6 +1,8 @@ # Simplified Chinese translation for Gaim. # Copyright (C) YEAR Free Software Foundation, Inc. # Hashao <ha...@ch...>, 2000. +# +# Updated by Rocky S. Lee <ro...@gn...>, Jan 2002 # # ÇëËæ±ãÐÞÕý£¬Ìí¼Ó£¬¸üУ¬Á칦¡£ÎÒûÓÐÒãÁ¦³¤ÆÚά»¤¡£¶àл msgid "" @@ -15,30 +17,26 @@ "Content-Transfer-Encoding: 8bit\n" [...2354 lines suppressed...] #~ msgstr "Ñ¡Ïî" -#, fuzzy #~ msgid "Allow Anyone" #~ msgstr "ÈκÎÈ˶¼¿ÉÒÔ" #~ msgid "Sounds go through GNOME" #~ msgstr "ÉùÒôͨ¹ý GNOME" -#, fuzzy #~ msgid "Internal HTML Widget (Quite likely a bad idea!)" #~ msgstr "ÄÚ²¿³¬Îı¾Îļþ¿Ø¼þ £¨×îºÃ±ðÓã¡£©" #~ msgid "Connection" #~ msgstr "Á¬½Ó" -#, fuzzy #~ msgid "Permit/Deny" #~ msgstr "Ö»ÔÊÐíijЩÈË" |
From: Rob F. <rob...@us...> - 2002-01-30 06:41:36
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv9426 Modified Files: ChangeLog Log Message: Updated Chinese Translation Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- ChangeLog 2002/01/30 02:40:59 1.385 +++ ChangeLog 2002/01/30 06:41:31 1.386 @@ -5,6 +5,7 @@ * Updated Polish Translation (thanks Przemyslaw Sulek) * Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) + * Updated Simplified Chinese Translation (Thanks Rocky S. Lee) version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs |
From: Rob F. <rob...@us...> - 2002-01-30 04:52:03
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv22785/protocols/toc Modified Files: toc.c Log Message: no more plural hacks Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- toc.c 2001/12/22 08:08:37 1.40 +++ toc.c 2002/01/30 04:52:00 1.41 @@ -1940,8 +1940,11 @@ size /= 1024; index++; } - g_snprintf(buf, sizeof(buf), _("%s requests %s to accept %d file%s: %s (%.2f %s)%s%s"), - ft->user, ft->gc->username, ft->files, (ft->files == 1) ? "" : "s", + g_snprintf(buf, sizeof(buf), + ft->files == 1 ? + _("%s requests %s to accept %d file: %s (%.2f %s)%s%s") : + _("%s requests %s to accept %d files: %s (%.2f %s)%s%s"), + ft->user, ft->gc->username, ft->files, ft->filename, size, sizes[index], (ft->message) ? "\n" : "", (ft->message) ? ft->message : ""); } else { |
From: Rob F. <rob...@us...> - 2002-01-30 04:52:03
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv22785/protocols/oscar Modified Files: oscar.c Log Message: no more plural hacks Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- oscar.c 2002/01/15 04:07:08 1.91 +++ oscar.c 2002/01/30 04:52:00 1.92 @@ -1421,6 +1421,10 @@ args = va_arg(ap, struct aim_incomingim_ch2_args *); ret = incomingim_chan2(sess, fr->conn, userinfo, args); + } else if (channel == 3) { + printf("Chan 3\n"); + } else if (channel == 4) { + printf("Chan 4\n"); } va_end(ap); @@ -1456,45 +1460,49 @@ /* Message too large */ g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s because %s too large."), + nummissed == 1 ? + _("You missed %d message from %s because it was too large.") : + _("You missed %s messages from %s because they were too large."), nummissed, - nummissed == 1 ? "" : "s", - userinfo->sn, - nummissed == 1 ? "it was" : "they were"); + userinfo->sn); break; case 2: /* Rate exceeded */ g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s because the rate limit has been exceeded."), + nummissed == 1 ? + _("You missed %d message from %s because the rate limit has been exceeded.") : + _("You missed %d messages from %s because the rate limit has been exceeded."), nummissed, - nummissed == 1 ? "" : "s", userinfo->sn); break; case 3: /* Evil Sender */ g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s because they are too evil."), + nummissed == 1 ? + _("You missed %d message from %s because they are too evil.") : + _("You missed %d messages from %s because they are too evil."), nummissed, - nummissed == 1 ? "" : "s", userinfo->sn); break; case 4: /* Evil Receiver */ g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s because you are too evil."), + nummissed == 1 ? + _("You missed %d message from %s because you are too evil.") : + _("You missed %d messages from %s because you are too evil."), nummissed, - nummissed == 1 ? "" : "s", userinfo->sn); break; default: g_snprintf(buf, sizeof(buf), - _("You missed %d message%s from %s for unknown reasons."), + nummissed == 1 ? + _("You missed %d message from %s for unknown reasons.") : + _("You missed %d messages from %s for unknown reasons."), nummissed, - nummissed == 1 ? "" : "s", userinfo->sn); break; } |
From: Rob F. <rob...@us...> - 2002-01-30 04:39:36
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv19957 Modified Files: xstream.c Log Message: hmm Index: xstream.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/xstream.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- xstream.c 2001/07/31 01:00:38 1.1 +++ xstream.c 2002/01/30 04:39:34 1.2 @@ -18,6 +18,7 @@ */ #include <libxode.h> +#include <time.h> /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */ |
From: Rob F. <rob...@us...> - 2002-01-30 04:36:22
|
Update of /cvsroot/gaim/gaim/doc In directory usw-pr-cvs1:/tmp/cvs-serv19447 Modified Files: gaim.1 Log Message: burp Index: gaim.1 =================================================================== RCS file: /cvsroot/gaim/gaim/doc/gaim.1,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- gaim.1 2002/01/26 09:49:15 1.44 +++ gaim.1 2002/01/30 04:36:19 1.45 @@ -195,10 +195,10 @@ Each protocol has it's own specific options that can be found in the protocol-specific tab on the modify screen. .SH PERL -/fBGaim/fR allows for perl scripting. This submenu provides for the loading of individual perl scripts and for the unloading of all of them. See PERL-HOWTO for more information about perl scripting. +\fBGaim\fR allows for perl scripting. This submenu provides for the loading of individual perl scripts and for the unloading of all of them. See PERL-HOWTO for more information about perl scripting. .SH PLUGINS -/fBGain/fR allows for dynamic loading of plugins. The plugin window shows the paths to loaded plugins on the left, and the name and description of the plugin on the right. +\fBGain\fR allows for dynamic loading of plugins. The plugin window shows the paths to loaded plugins on the left, and the name and description of the plugin on the right. You may load and unload plugins using the appropriate buttons. @@ -233,7 +233,7 @@ .B Hide groups with no online buddies This feature will only display a folder representing a group if there is at least one online buddy in it. .TP -.B Shoe numbers in groups +.B Show numbers in groups This feature displays the number of buddies in each group and the number of these online in the \fBBuddy List\fR. .TP .B Show buddy type icons |
From: Rob F. <rob...@us...> - 2002-01-30 02:41:02
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28852 Modified Files: ChangeLog Log Message: Ho Hum Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- ChangeLog 2002/01/25 15:33:48 1.384 +++ ChangeLog 2002/01/30 02:40:59 1.385 @@ -3,6 +3,8 @@ version 0.52: * Better buddy icon transparency (thanks SeanEgan) * Updated Polish Translation (thanks Przemyslaw Sulek) + * Fixed a little bug with connecting via proxy (thanks + for reminding me of this, Manish Singh) version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs |
From: Rob F. <rob...@us...> - 2002-01-30 02:41:02
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv28852/src Modified Files: proxy.c Log Message: Ho Hum Index: proxy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/proxy.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- proxy.c 2001/12/21 23:27:48 1.39 +++ proxy.c 2002/01/30 02:40:59 1.40 @@ -321,7 +321,7 @@ debug_printf("connecting to %s:%d via %s:%d using HTTP\n", host, port, proxyhost, proxyport); - if (!(sin = gaim_gethostbyname(proxyhost, port))) { + if (!(sin = gaim_gethostbyname(proxyhost, proxyport))) { g_free(phb); return -1; } @@ -440,7 +440,7 @@ debug_printf("connecting to %s:%d via %s:%d using SOCKS4\n", host, port, proxyhost, proxyport); - if (!(sin = gaim_gethostbyname(proxyhost, port))) { + if (!(sin = gaim_gethostbyname(proxyhost, proxyport))) { g_free(phb); return -1; } @@ -663,7 +663,7 @@ debug_printf("connecting to %s:%d via %s:%d using SOCKS5\n", host, port, proxyhost, proxyport); - if (!(sin = gaim_gethostbyname(proxyhost, port))) { + if (!(sin = gaim_gethostbyname(proxyhost, proxyport))) { g_free(phb); return -1; } |
From: Eric W. <war...@us...> - 2002-01-26 09:49:18
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv11044/src Modified Files: about.c Log Message: so long, and thanks for all the fish Index: about.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/about.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- about.c 2001/12/20 20:02:07 1.60 +++ about.c 2002/01/26 09:49:15 1.61 @@ -132,8 +132,8 @@ text = gtk_text_new(NULL, NULL); gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL, - _("Rob Flynn (maintainer) ro...@ma...\nEric Warmenhoven (lead coder) war...@ya...\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) mar...@ma..."), - 208); + _("Rob Flynn (maintainer) ro...@ma...\nEric Warmenhoven war...@ya...\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) mar...@ma..."), + 194); gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); gtk_widget_show(text); |
From: Eric W. <war...@us...> - 2002-01-26 09:49:18
|
Update of /cvsroot/gaim/gaim/doc In directory usw-pr-cvs1:/tmp/cvs-serv11044/doc Modified Files: CREDITS gaim.1 Log Message: so long, and thanks for all the fish Index: CREDITS =================================================================== RCS file: /cvsroot/gaim/gaim/doc/CREDITS,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- CREDITS 2001/09/29 23:06:30 1.30 +++ CREDITS 2002/01/26 09:49:15 1.31 @@ -5,9 +5,9 @@ Authors: Rob Flynn <IM: RobFlynn> rf...@bl... -Eric Warmenhoven <IM: EWarmenhoven> war...@ya... Syd Logan Jim Duchek <IM: zilding> jim...@ou... +Eric Warmenhoven war...@ya... Mark Spencer <IM: markster97> mar...@ma... Other Contributors: Index: gaim.1 =================================================================== RCS file: /cvsroot/gaim/gaim/doc/gaim.1,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- gaim.1 2002/01/24 20:39:15 1.43 +++ gaim.1 2002/01/26 09:49:15 1.44 @@ -367,13 +367,13 @@ .PP Rob Flynn <ro...@ma...> \- AIM: RobFlynn .br - Eric Warmenhoven <war...@ya...> \- AIM: EWarmenhoven -.br Syd Logan The retired authors of \fBgaim\fR are: .PP Jim Duchek <ji...@li...> \- AIM: Zilding +.br + Eric Warmenhoven <war...@ya...> .br Mark Spencer <mar...@ma...> \- AIM: Markster97 |
From: Eric W. <war...@us...> - 2002-01-26 09:49:18
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv11044 Modified Files: AUTHORS README Log Message: so long, and thanks for all the fish Index: AUTHORS =================================================================== RCS file: /cvsroot/gaim/gaim/AUTHORS,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- AUTHORS 2001/09/20 08:13:25 1.15 +++ AUTHORS 2002/01/26 09:49:15 1.16 @@ -9,17 +9,17 @@ MSN: rm...@ho... Yahoo: IBRRob Jabber: rob...@ja... -Eric Warmenhoven <war...@ya...> - Second in Command (patches here too) - AIM: EWarmenhoven - ICQ: 22994591 - MSN: war...@ho... - Yahoo: warmenhoven - Jabber: war...@ja... Syd Logan - Hacker and Designated Driver (lazy bum) +Sean Egan +Decklin Foster +Ben Miller +Nathan Walp + We've got an IRC room now too, #gaim on irc.openprojects.net. Come check us out. Retired: -------- Jim Duchek <jim...@ou...> - Former Maintainer Mark Spencer <mar...@ma...> - Original Author +Eric Warmenhoven <war...@ya...> Index: README =================================================================== RCS file: /cvsroot/gaim/gaim/README,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- README 2001/12/22 00:31:01 1.26 +++ README 2002/01/26 09:49:15 1.27 @@ -1,9 +1,9 @@ gaim ======================== Rob Flynn <ro...@ma...> IM: RobFlynn (currnet maintainer) -Eric Warmenhoven <war...@ya...> IM: EWarmenhoven (lead devel) Syd Logan - Super Hacker and Resident Designated Driver Jim Duchek <jim...@ou...> IM: Zilding (former maintainer) +Eric Warmenhoven <war...@ya...> (retired) Mark Spencer <mar...@ma...> Gaim is an IM client that supports many protocols, including AIM, ICQ, |
From: Rob F. <rob...@us...> - 2002-01-25 15:33:52
|
Update of /cvsroot/gaim/gaim/po In directory usw-pr-cvs1:/tmp/cvs-serv28542/po Modified Files: pl.po Log Message: Hmmmm Index: pl.po =================================================================== RCS file: /cvsroot/gaim/gaim/po/pl.po,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- pl.po 2001/11/30 07:59:37 1.6 +++ pl.po 2002/01/25 15:33:48 1.7 @@ -4,251 +4,285 @@ # msgid "" msgstr "" -"Project-Id-Version: gaim 0.49\n" -"POT-Creation-Date: 2001-11-29 12:57-0800\n" -"PO-Revision-Date: 2001-11-30 8:30+0200\n" +"Project-Id-Version: gaim 0.51\n" +"POT-Creation-Date: 2002-01-24 13:58-0500\n" +"PO-Revision-Date: 2002-02-25 9:30+0200\n" "Last-Translator: Przemys³aw Su³ek <pb...@li...>\n" "Language-Team: POLISH <pl...@li...>\n" [...3174 lines suppressed...] +#~ msgstr "" +#~ "Uspokój siê, pomoc jest tu¿ za rogiem. Pierwsz± rzecz±, której bêdziesz " +#~ "potrzebowa³ jest konto AIM; mo¿esz je dostaæ na http://aim.aol.com/. Po " +#~ "prostu kliknij przycisk mówi±cy \"Nowy u¿ytkownik\" i ju¿ mo¿esz utworzyæ " +#~ "nowe konto. Je¶li masz ju¿ konto, wprowad¼ nazwê u¿ytkownika i has³o w " +#~ "okno logowania, które pokazuje siê po starcie Gaim, i naci¶nij przycisk " +#~ "Zapisz siê. Gdy ju¿ jeste¶ dostêpny, mo¿esz porozmawiaæ z którym¶ z " +#~ "twórców w celu uzyskania wiêkszej ilo¶ci pomocnych rad; informacje na ich " +#~ "temat znajdziesz w pliku Authors w ¼ród³ach Gaim lub w " + +#~ msgid "" +#~ "contactinfo.php. If you can't get online and still need more assistance, " +#~ "feel free to email us at ga...@ma.... Thanks for using Gaim!" +#~ msgstr "" +#~ "contactinfo.php. Je¶li nie jeste¶ dostêpny a wci±¿ potrzebujesz pomocy, " +#~ "nie miej wstrêtu napisac do nas majla na adres ga...@ma.... Dziêki za " +#~ "korzystanie z Gaim!" + +#~ msgid "Help!" +#~ msgstr "Pomocy!" |
From: Rob F. <rob...@us...> - 2002-01-25 15:33:51
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv28542 Modified Files: ChangeLog Log Message: Hmmmm Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- ChangeLog 2002/01/24 21:43:09 1.383 +++ ChangeLog 2002/01/25 15:33:48 1.384 @@ -2,6 +2,7 @@ version 0.52: * Better buddy icon transparency (thanks SeanEgan) + * Updated Polish Translation (thanks Przemyslaw Sulek) version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs |
From: Adam F. <mi...@us...> - 2002-01-25 04:49:42
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv13026 Modified Files: ui.h server.c conversation.c Log Message: I'm never committing to gaim again. Really. You've got to believe me on this. Index: ui.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/ui.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ui.h 2001/12/21 10:23:04 1.27 +++ ui.h 2002/01/25 04:49:39 1.28 @@ -339,6 +339,7 @@ extern void raise_convo_tab(struct conversation *); extern void set_convo_title(struct conversation *); extern void show_conv(struct conversation *); +void set_convo_name(struct conversation *c, const char *nname); extern struct conversation *new_conversation(char *); extern void delete_conversation(struct conversation *); extern void surround(GtkWidget *, char *, char *); Index: server.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/server.c,v retrieving revision 1.216 retrieving revision 1.217 diff -u -d -r1.216 -r1.217 --- server.c 2002/01/01 09:49:04 1.216 +++ server.c 2002/01/25 04:49:39 1.217 @@ -639,6 +639,8 @@ else if (cnv->makesound && (sound_options & OPT_SOUND_RECV)) play_sound(RECEIVE); + set_convo_name(cnv, name); + write_to_conv(cnv, message, away | WFLAG_RECV, NULL, mtime, len); } Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.325 retrieving revision 1.326 diff -u -d -r1.325 -r1.326 --- conversation.c 2002/01/24 21:43:09 1.325 +++ conversation.c 2002/01/25 04:49:39 1.326 @@ -134,6 +134,14 @@ return; } +void set_convo_name(struct conversation *c, const char *nname) +{ + + g_snprintf(c->name, sizeof(c->name), "%s", nname); + + return; +} + struct conversation *new_conversation(char *name) { struct conversation *c; |
From: Rob F. <rob...@us...> - 2002-01-24 21:43:14
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv2385 Modified Files: ChangeLog Log Message: Let's try this for a little while and see what we think. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.382 retrieving revision 1.383 diff -u -d -r1.382 -r1.383 --- ChangeLog 2002/01/24 20:39:15 1.382 +++ ChangeLog 2002/01/24 21:43:09 1.383 @@ -1,6 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! version 0.52: + * Better buddy icon transparency (thanks SeanEgan) version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs |
From: Rob F. <rob...@us...> - 2002-01-24 21:43:12
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv2385/src Modified Files: conversation.c Log Message: Let's try this for a little while and see what we think. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.324 retrieving revision 1.325 diff -u -d -r1.324 -r1.325 --- conversation.c 2001/12/22 08:08:36 1.324 +++ conversation.c 2002/01/24 21:43:09 1.325 @@ -3112,11 +3112,11 @@ c->icon_timer = gtk_timeout_add(delay * 10, redraw_icon, c); } - gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 0); + gdk_pixbuf_render_pixmap_and_mask(scale, &pm, &bm, 100); gdk_pixbuf_unref(scale); frame = gtk_frame_new(NULL); - gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_IN); + gtk_frame_set_shadow_type(GTK_FRAME(frame), bm ? GTK_SHADOW_NONE : GTK_SHADOW_IN); gtk_box_pack_start(GTK_BOX(c->bbox), frame, FALSE, FALSE, 5); gtk_widget_show(frame); |
From: Rob F. <rob...@us...> - 2002-01-24 20:39:18
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv15772 Modified Files: ChangeLog NEWS configure.ac Log Message: Da da da Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.381 retrieving revision 1.382 diff -u -d -r1.381 -r1.382 --- ChangeLog 2002/01/23 18:01:12 1.381 +++ ChangeLog 2002/01/24 20:39:15 1.382 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.52: + version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- NEWS 2002/01/24 16:58:35 1.110 +++ NEWS 2002/01/24 20:39:15 1.111 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.52: + 0.51 (01/24/2002): Rob: Well, here we go. I FINALLY got around to making a release after over a month, Sorry for the delay, all. Things got really Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- configure.ac 2002/01/05 03:28:16 1.41 +++ configure.ac 2002/01/24 20:39:15 1.42 @@ -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.51]) +AM_INIT_AUTOMAKE([gaim], [0.52]) AC_PATH_PROG(sedpath, sed) |
From: Rob F. <rob...@us...> - 2002-01-24 20:39:18
|
Update of /cvsroot/gaim/gaim/doc In directory usw-pr-cvs1:/tmp/cvs-serv15772/doc Modified Files: gaim.1 Log Message: Da da da Index: gaim.1 =================================================================== RCS file: /cvsroot/gaim/gaim/doc/gaim.1,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- gaim.1 2001/12/16 02:29:56 1.42 +++ gaim.1 2002/01/24 20:39:15 1.43 @@ -21,7 +21,7 @@ .\" USA. .TH gaim 1 .SH NAME -Gaim v0.51 \- Instant Messaging client +Gaim v0.52 \- Instant Messaging client .SH SYNOPSIS .TP 5 \fBgaim \fI[options]\fR |