annotate .cvsignore @ 4151:1a5dcfa1823e

[gaim-migrate @ 4377] Why do I make these things so long? I'm defective, that's why. Mr. Walp pointed out a problem with "allow only peeps in my buddy list" for ICQ, so I fixed that. One important problem: If you set your permdeny to "allow only peeps in my buddy list," and then add or remove someone from your buddy list, it will not update the allow/deny list on the server. And that's a bad thing. I changed an error message string or 4 in oscar.c for various reasons. 1) I feel that "he/she" is much better than "it." If you disagree, please let me know, because I'm not sure of the correct phrasing. 2) There is only 1 unknown reason, it just applies to multiple messages. I shuffled some of the clientauto functions around in oscar.c to make it more uniform. I intend to look into why status messages aren't working well soon. I added some semblance of more advanced ICQ info support to libfaim. There's also a bit of support in oscar.c for it, but making it display itself nicely will take a little work, so I'll do it later. A patch from the good Mr. Blanton taking out a non-ascii character from oscar.c (my bad). A patch from the good Mr. Blanton adding support for i18n to away messages and aim profile info. Questions for the good Mr. Blanton: 1) Line 59 of info.c, in the first half of that if statement, should profile_len also be &&'ed in with the other 2? 2) I changed a gaim_parse_user_info so that it works for non-unicode away messages and profiles. Or so I think. 3) I changed little bits of your patch to appease my annoyingness, so it might not cvs update cleanly for you. Sorry. I organized the ChangeLog entries for 0.60. I tried to put stuff that I thought was more important near the top of each category. Please change stuff around, because I'm pretty sure it could be better. Breathe in, breathe out, breathe in, breathe out... Tied to a wheel... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 29 Dec 2002 17:12:05 +0000
parents 286e44e665e1
children 88920ce27a9f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 config.h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 libtool
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 config.status
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 intl
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ABOUT-NLS
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6 config.guess
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 config.sub
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8 ltconfig
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
9 ltmain.sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10 install-sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
11 mkinstalldirs
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
12 missing
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13 aclocal.m4
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 configure
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
15 config.h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
16 stamp-h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17 Makefile.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
18 config.log
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
19 config.cache
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
20 Makefile
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
21 stamp-h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
22 gaim.spec
2168
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
23 depcomp
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
24 stamp-h1
2263
52e4d896b7f1 [gaim-migrate @ 2273]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2168
diff changeset
25 configure.in
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
26 autom4te*.cache
3356
8647a5b37b5c [gaim-migrate @ 3375]
Christian Hammond <chipx86@chipx86.com>
parents: 3355
diff changeset
27 configure.2.1x
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
28 confdefs.h
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
29 *.swp
3702
d82147d95f6b [gaim-migrate @ 3833]
Rob Flynn <gaim@robflynn.com>
parents: 3358
diff changeset
30 win32-install-dir
3703
286e44e665e1 [gaim-migrate @ 3834]
Rob Flynn <gaim@robflynn.com>
parents: 3702
diff changeset
31 .temp-gettextize