Mercurial > pidgin.yaz
comparison NEWS @ 15539:7ae72b7c02b1
sf patch #1640011, from Celso Pinto
Patch for gaim.spec that fixes dependencies on SUSE
Add line breaks to Evan's NEWS entry
sf patch #1639901, from Saleem Abdulrasool
Fix the build failure of the Mono example dlls due to the
Mono API change
Show "(experimental)" next to the enable-mono option
when calling "./configure --help"
sf patch #1644019, from good ol' Ka-Hing Cheung
"fix compiling on gtk 2.4. xmppconsole.c is the culprit.
gtk_combo_box_get_active_text is defined in gtk 2.6 but not 2.4."
Sun apparently doesn't like when void functions return
the return value from another void function. For example:
void func1(void) {
printf("hi");
}
void func2(void) {
return func1(); /* this line causes a warning */
}
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 04 Feb 2007 08:46:24 +0000 |
parents | d39a4d3f7750 |
children | cc3c50816cc9 |
comparison
equal
deleted
inserted
replaced
15538:3138d800cb42 | 15539:7ae72b7c02b1 |
---|---|
8 | 8 |
9 Nathan: Beta6 rocks. That is all. | 9 Nathan: Beta6 rocks. That is all. |
10 | 10 |
11 Gary: Long time no news. My silence will end soon ;) | 11 Gary: Long time no news. My silence will end soon ;) |
12 | 12 |
13 Evan: My first news! I knocked out a nice collection of crashes, thanks in part to my ever-patient Adium beta testers. Gaim 2.0.0 is going to be delicious. :) | 13 Evan: My first news! I knocked out a nice collection of crashes, |
14 thanks in part to my ever-patient Adium beta testers. Gaim 2.0.0 | |
15 is going to be delicious. :) | |
14 | 16 |
15 2.0.0beta5 (11/9/2006): | 17 2.0.0beta5 (11/9/2006): |
16 Sean: Another release in our endless stream in betas. This one's | 18 Sean: Another release in our endless stream in betas. This one's |
17 pretty awesome; and it fixes major bugs introduced in previous | 19 pretty awesome; and it fixes major bugs introduced in previous |
18 ones. | 20 ones. |