comparison ChangeLog.API @ 16084:a5a831a5f186

Patch cleanups: * Whitespace consistency * Comment cleanups * if (foo) g_free(foo); fixes * other small stuff, I'm sure This closes ticket #78.
author Richard Laager <rlaager@wiktel.com>
date Fri, 13 Apr 2007 04:15:14 +0000
parents 1a12ce76c4f4
children 9467b72b6230 634b96915d2e
comparison
equal deleted inserted replaced
16083:f2a4b05407d7 16084:a5a831a5f186
358 read from or write to. 358 read from or write to.
359 * gaim_privacy_deny and gaim_privacy_allow 359 * gaim_privacy_deny and gaim_privacy_allow
360 * gaim_gtk_blist_set_headline 360 * gaim_gtk_blist_set_headline
361 * gaim_gtk_set_urgent 361 * gaim_gtk_set_urgent
362 * GtkGaimScrollBook and its functions. 362 * GtkGaimScrollBook and its functions.
363 * purple_markup_unescape_entity()
364 * purple_markup_get_css_property()
363 365
364 Signals - Changed: (See the Doxygen docs for details on all signals.) 366 Signals - Changed: (See the Doxygen docs for details on all signals.)
365 * Signal propagation now stops after a handler returns a non-NULL value. 367 * Signal propagation now stops after a handler returns a non-NULL value.
366 This value is now returned. Previously, all registered handlers were 368 This value is now returned. Previously, all registered handlers were
367 called and the value from the last handler was used. 369 called and the value from the last handler was used.