Mercurial > pidgin
comparison HACKING @ 1619:0bdc891164ad
[gaim-migrate @ 1629]
I he good have a grammar good.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 19 Mar 2001 22:40:07 +0000 |
parents | ab5dd2c7e7f8 |
children | 7fc1a25e567b |
comparison
equal
deleted
inserted
replaced
1618:b4349bb68302 | 1619:0bdc891164ad |
---|---|
39 on in the preferences) whether or not --enable-debug was selected. Most | 39 on in the preferences) whether or not --enable-debug was selected. Most |
40 of the information that's printed is useless anyway though; so the | 40 of the information that's printed is useless anyway though; so the |
41 --enable-debug option really doesn't do a whole lot. | 41 --enable-debug option really doesn't do a whole lot. |
42 | 42 |
43 This file was last modified by $Author: warmenhoven $ on | 43 This file was last modified by $Author: warmenhoven $ on |
44 $Date: 2001-03-10 04:34:31 -0500 (Sat, 10 Mar 2001) $. | 44 $Date: 2001-03-19 17:40:07 -0500 (Mon, 19 Mar 2001) $. |
45 | 45 |
46 | 46 |
47 PROGRAM FLOW | 47 PROGRAM FLOW |
48 ============ | 48 ============ |
49 | 49 |
127 away.c: | 127 away.c: |
128 This takes care of most of the away stuff: setting the away message | 128 This takes care of most of the away stuff: setting the away message |
129 (do_away_message); coming back (do_im_back); drawing the away window; | 129 (do_away_message); coming back (do_im_back); drawing the away window; |
130 etc. Away messages work really oddly due to multiple connections and | 130 etc. Away messages work really oddly due to multiple connections and |
131 multiple protocols; I think there are really only two or three people | 131 multiple protocols; I think there are really only two or three people |
132 who know it all they work and I don't think any of us know why it works | 132 who know how it works and I don't think any of us know why it works |
133 that way. | 133 that way. |
134 | 134 |
135 browser.c: | 135 browser.c: |
136 Code for opening a browser window. Most of the code is trying to deal | 136 Code for opening a browser window. Most of the code is trying to deal |
137 with Netscape. The most important function here is open_url. Have fun. | 137 with Netscape. The most important function here is open_url. Have fun. |