Mercurial > pidgin
comparison HACKING @ 7531:2c165d32f104
[gaim-migrate @ 8144]
i hate spelling
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 16 Nov 2003 15:44:30 +0000 |
parents | e64060a18be7 |
children | ffed55cbdd67 |
comparison
equal
deleted
inserted
replaced
7530:af075ccd23c6 | 7531:2c165d32f104 |
---|---|
144 | 144 |
145 account.[ch]: | 145 account.[ch]: |
146 This controls the GaimAccount struct, which stores information | 146 This controls the GaimAccount struct, which stores information |
147 on each account a user registers with gaim. Usernames, pass- | 147 on each account a user registers with gaim. Usernames, pass- |
148 words, user info, alias, user specific options, and everything | 148 words, user info, alias, user specific options, and everything |
149 else controled from within the account editor (and then some) | 149 else controlled from within the account editor (and then some) |
150 are handled via this code. | 150 are handled via this code. |
151 | 151 |
152 accountopt.[ch]: | 152 accountopt.[ch]: |
153 Api and implemenation for account options. I'm not precisely | 153 Api and implemenation for account options. I'm not precisely |
154 sure how this meshes with account.[ch] | 154 sure how this meshes with account.[ch] |
163 | 163 |
164 blist.[ch]: | 164 blist.[ch]: |
165 This takes care of the buddy list backend, the blist.xml file, | 165 This takes care of the buddy list backend, the blist.xml file, |
166 importing old buddy list files, and related things like | 166 importing old buddy list files, and related things like |
167 finding buddies and groups. buddies, contacts, and groups | 167 finding buddies and groups. buddies, contacts, and groups |
168 are controled from these files. | 168 are controlled from these files. |
169 | 169 |
170 buddy_chat.c: | 170 buddy_chat.c: |
171 This takes care of the buddy chat stuff. This used to be a lot bigger | 171 This takes care of the buddy chat stuff. This used to be a lot bigger |
172 until the chat and IM windows got merged in the code. Now it mostly | 172 until the chat and IM windows got merged in the code. Now it mostly |
173 just takes care of chat-specific stuff, like ignoring people and | 173 just takes care of chat-specific stuff, like ignoring people and |