Mercurial > pidgin.yaz
comparison HACKING @ 684:b29c92be568b
[gaim-migrate @ 694]
bmiller translated perl to C so now gaim can import winaim lists. oh yeah,
the permit/deny stuff isn't quite working right. argh.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 15 Aug 2000 17:02:00 +0000 |
parents | 9a01b3fb1a9d |
children | a9758452f3c4 |
comparison
equal
deleted
inserted
replaced
683:2186b43872b7 | 684:b29c92be568b |
---|---|
11 debugging information is printed to the debug window (which can be turned | 11 debugging information is printed to the debug window (which can be turned |
12 on in the preferences) whether or not --enable-debug was selected. Most | 12 on in the preferences) whether or not --enable-debug was selected. Most |
13 of the information that's printed is useless anyway though; so the | 13 of the information that's printed is useless anyway though; so the |
14 --enable-debug option really doesn't do a whole lot. | 14 --enable-debug option really doesn't do a whole lot. |
15 | 15 |
16 This was written around August 8, 2000. It's now August 15, 2000, and I'm | |
17 sure a lot of it is already out of date. | |
18 | |
16 | 19 |
17 PROGRAM FLOW | 20 PROGRAM FLOW |
18 ============ | 21 ============ |
19 | 22 |
20 Before gaim does anything you can see, it initializes itself, which is | 23 Before gaim does anything you can see, it initializes itself, which is |