README.mingw

Tue, 29 Jul 2003 04:27:31 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 29 Jul 2003 04:27:31 +0000
changeset 6322
35fdae8a156f
parent 4904
141d6bd56fd2
child 14638
b0fa76dac93f
permissions
-rw-r--r--

[gaim-migrate @ 6821]
This is:
-Alphabetize the translation things in ChangeLog
-Spell Brian Tarricone's name correctly (I hope...)
-A fix for a crash when renaming a group containing a chat, thanks to
javabsp. Me gusta this change.
-Make the rename group dialog use gaim_request_input(). The old dialog
may be a bit prettier, but this one uses the request code, which means
less work for UIs, which rocks.
-Change the TRUE and FALSE defines in aim.h to be more compatible with c++.
Thanks to Zack Rusin for this change.
-Declare aim.h as a C file when it is used in a c++ program. This should
let libfaim be used in C++ programs such as kopete. Thanks again to
Zack Rusin.
-Rename aimutil_itemidx() to aimutil_itemindex(). "idx" is not a standard
abbreviation, and code is written once and read many times--it should be
easily readable.
-Not an automatic laundry folding machine. So I'm going to do that.
(Fold my laundry)
(Not automatically)
(yet)

3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 How to build Gaim using MinGw
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 =============================
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
4900
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
4 Since these instructions are constantly changing and in order for me to
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
5 avoid maintaining two versions of these instructions please refer to:
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
6
4904
141d6bd56fd2 [gaim-migrate @ 5238]
Herman Bloggs <herman@bluedigits.com>
parents: 4900
diff changeset
7 http://gaim.sourceforge.net/win32
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8
4900
594e21d12814 [gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents: 4128
diff changeset
9 - Herman
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10

mercurial