[Commits] Revision 6bfd7f3f9bd034def884bed56ff76598fbdabf12

monotone server user monotone at pidgin.im
Sun Feb 4 03:46:40 EST 2007


-----------------------------------------------------------------
Revision: 6bfd7f3f9bd034def884bed56ff76598fbdabf12
Ancestor: ba67deb6b16fd91d563e214066be919dc100e992
Author: markdoliner at pidgin.im
Date: 2007-02-04T08:46:24
Branch: im.pidgin.pidgin

Modified files:
        COPYRIGHT NEWS configure.ac gaim.spec.in
        libpurple/plugins/mono/GetBuddyBack.cs
        libpurple/plugins/mono/MPlugin.cs
        libpurple/protocols/oscar/misc.c pidgin/gaimcombobox.c
        pidgin/gaimcombobox.h pidgin/pidgin.h

ChangeLog: 

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 */
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6bfd7f3f9bd034def884bed56ff76598fbdabf12.diff
Type: text/x-diff
Size: 10060 bytes
Desc: not available
Url : http://pidgin.im/pipermail/commits/attachments/20070204/e63bd5e3/attachment-0001.diff 


More information about the Commits mailing list