Mercurial > pidgin.yaz
annotate AUTHORS @ 3402:2490433b7417
[gaim-migrate @ 3421]
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. :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 18 Aug 2002 09:26:36 +0000 |
parents | b9dd12ebea83 |
children | 16f7f9451814 |
rev | line source |
---|---|
0 | 1 gaim - the Pimpin' Penguin IM Clone that's Good for the Soul |
1606 | 2 ============================================================ |
0 | 3 |
1606 | 4 Developers: |
5 ---------- | |
1670 | 6 Rob Flynn <rob@marko.net> - Main developer (send patches here) |
1781
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
7 AIM: RobFlynn |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
8 ICQ: 1358450 |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
9 MSN: rmf410@hotmail.com |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
10 Yahoo: IBRRob |
be3d18c9d8d9
[gaim-migrate @ 1791]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1670
diff
changeset
|
11 Jabber: robflynn@jabber.org |
2966 | 12 |
2993 | 13 Sean Egan <bj91704@binghamton.edu> - Developer |
2966 | 14 AIM: SeanEgn |
2993 | 15 ICQ: 96642211 |
16 MSN: SeanEgn@hotmail.com | |
17 Yahoo: SeanEgn | |
18 Jabber: SeanEgn@jabber.org | |
2966 | 19 |
1606 | 20 Syd Logan - Hacker and Designated Driver (lazy bum) |
1044 | 21 |
2939
06a61bda8173
[gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2318
diff
changeset
|
22 Decklin Foster |
06a61bda8173
[gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2318
diff
changeset
|
23 Ben Miller |
06a61bda8173
[gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2318
diff
changeset
|
24 Nathan Walp |
2997 | 25 Mark Doliner |
2939
06a61bda8173
[gaim-migrate @ 2952]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2318
diff
changeset
|
26 |
2318
a7bfb5dfab25
[gaim-migrate @ 2328]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2142
diff
changeset
|
27 We've got an IRC room now too, #gaim on irc.openprojects.net. Come check us out. |
1044 | 28 |
1606 | 29 Retired: |
30 -------- | |
0 | 31 Jim Duchek <jimduchek@ou.edu> - Former Maintainer |
1044 | 32 Mark Spencer <markster@marko.net> - Original Author |
3115
b9dd12ebea83
[gaim-migrate @ 3130]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2997
diff
changeset
|
33 Eric Warmenhoven <eric@warmenhoven.org> |
b9dd12ebea83
[gaim-migrate @ 3130]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2997
diff
changeset
|
34 Adam Fritzler |