Mercurial > pidgin
comparison HACKING @ 1710:f42ce672c560
[gaim-migrate @ 1720]
various fixes (for plugins especially), other updates. made WEBSITE macro so it's easy to change (not that i think it'll be changing again), updated some files to reflect that change.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 13 Apr 2001 10:50:33 +0000 |
parents | 7fc1a25e567b |
children | bf2434d36e54 |
comparison
equal
deleted
inserted
replaced
1709:11d0deb44a36 | 1710:f42ce672c560 |
---|---|
31 (don't bother with two trees, or even two copies of the same file). Then | 31 (don't bother with two trees, or even two copies of the same file). Then |
32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' | 32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' |
33 and send it off. | 33 and send it off. |
34 | 34 |
35 This file was last modified by $Author: warmenhoven $ on | 35 This file was last modified by $Author: warmenhoven $ on |
36 $Date: 2001-03-27 16:01:29 -0500 (Tue, 27 Mar 2001) $. | 36 $Date: 2001-04-13 06:50:33 -0400 (Fri, 13 Apr 2001) $. |
37 | 37 |
38 | 38 |
39 PROGRAM FLOW | 39 PROGRAM FLOW |
40 ============ | 40 ============ |
41 | 41 |
316 libxode and libjabber, which were written by the Jabber developers. | 316 libxode and libjabber, which were written by the Jabber developers. |
317 | 317 |
318 plugins/napster.c: Napster | 318 plugins/napster.c: Napster |
319 Rob wrote napster.c, and since it is only one file it stands by | 319 Rob wrote napster.c, and since it is only one file it stands by |
320 itself. | 320 itself. |
321 | |
322 plugins/zephyr: Zephyr | |
323 zephyr.c is the only file in this directory by Eric; all the other | |
324 files are part of the Zephyr library from MIT. | |
321 | 325 |
322 | 326 |
323 HOW THE BUDDY LIST WORKS | 327 HOW THE BUDDY LIST WORKS |
324 ======================== | 328 ======================== |
325 | 329 |