changelog
- Wed, 12 Nov 2008 05:14:03 +0000
- by Richard Laager <rlaager@pidgin.im> [Wed, 12 Nov 2008 05:14:03 +0000] rev 20471
- merge of '77693555855fe9cd3215414f79964dba346cc5fa'
and '19a87e98e5857ad0289f2c760d460f7f1dbbb42d'
- Sun, 20 May 2007 06:19:49 +0000
- by William Ehlhardt <williamehlhardt@gmail.com> [Sun, 20 May 2007 06:19:49 +0000] rev 20470
- merge of 'b98e72d4089afb8a1879e5fe9627cfb132ee88de'
and 'b2836a24d81e7a1bd1d21b3aea8794b094391344'
- Thu, 25 Jan 2007 17:45:45 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 17:45:45 +0000] rev 20469
- 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 */
}
- Thu, 25 Jan 2007 08:29:50 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 08:29:50 +0000] rev 20468
- 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."
- Thu, 25 Jan 2007 08:27:41 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 08:27:41 +0000] rev 20467
- Show "(experimental)" next to the enable-mono option
when calling "./configure --help"
- Thu, 25 Jan 2007 08:11:21 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 08:11:21 +0000] rev 20466
- sf patch #1639901, from Saleem Abdulrasool
Fix the build failure of the Mono example dlls due to the
Mono API change
- Thu, 25 Jan 2007 07:54:39 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 07:54:39 +0000] rev 20465
- Add line breaks to Evan's NEWS entry
- Thu, 25 Jan 2007 07:47:05 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 07:47:05 +0000] rev 20464
- sf patch #1640011, from Celso Pinto
Patch for gaim.spec that fixes dependencies on SUSE
- Thu, 25 Jan 2007 07:32:30 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Thu, 25 Jan 2007 07:32:30 +0000] rev 20463
- Allow localization of the xmpp console plugin
- Mon, 22 Jan 2007 02:19:52 +0000
- by Ethan Blanton <elb@pidgin.im> [Mon, 22 Jan 2007 02:19:52 +0000] rev 20462
- Mark didn't read the comment above the line he changed. ;-)
This will prevent beta7 from being appended until the # is replaced
with %.