Mercurial > pidgin.yaz
comparison HACKING @ 2655:c4ad36781d1b
[gaim-migrate @ 2668]
it's 10:50
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 01 Nov 2001 18:50:39 +0000 |
parents | e9faa7435b2a |
children | 0e70fe072ab4 |
comparison
equal
deleted
inserted
replaced
2654:edd8cc296a06 | 2655:c4ad36781d1b |
---|---|
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; either post it on sf.net/projects/gaim in the patches | 33 and send it off; either post it on sf.net/projects/gaim in the patches |
34 section, or email it to gaim@marko.net. | 34 section, or email it to gaim@marko.net. |
35 | 35 |
36 This file was last modified by $Author: warmenhoven $ on | 36 This file was last modified by $Author: warmenhoven $ on |
37 $Date: 2001-10-16 19:37:11 -0400 (Tue, 16 Oct 2001) $. Do not expect any information contained | 37 $Date: 2001-11-01 13:50:39 -0500 (Thu, 01 Nov 2001) $. Do not expect any information contained |
38 within to be current or correct. | 38 within to be current or correct. |
39 | |
40 Here's something new. Someone requested that I comment the code. No. I'm | |
41 a lazy bastard, and I understand most of the code, so I don't need the | |
42 comments. I understand that some of you do though. So give me the names | |
43 of specific functions that you'd like commented and I'll see what I can | |
44 do. It's more likely that those comments will be updated with the code | |
45 than this file is, though even that is still unlikely. | |
39 | 46 |
40 | 47 |
41 CODING STYLE | 48 CODING STYLE |
42 ============ | 49 ============ |
43 | 50 |