comparison ChangeLog.API @ 25476:6cbc4478977b

merge of '6ede43d45490ec8d91a1bf2f5877b461519b474b' and 'e21158cc8e22e73a3703ee15a65535114427a105'
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 02 May 2007 19:01:24 +0000
parents 52342adf4303
children 90184b199e58
comparison
equal deleted inserted replaced
25474:3b014d70e7c9 25476:6cbc4478977b
388 * gaim_gtk_blist_set_headline 388 * gaim_gtk_blist_set_headline
389 * gaim_gtk_set_urgent 389 * gaim_gtk_set_urgent
390 * GtkGaimScrollBook and its functions. 390 * GtkGaimScrollBook and its functions.
391 * purple_markup_unescape_entity() 391 * purple_markup_unescape_entity()
392 * purple_markup_get_css_property() 392 * purple_markup_get_css_property()
393 * purple_group_get_name()
393 394
394 Signals - Changed: (See the Doxygen docs for details on all signals.) 395 Signals - Changed: (See the Doxygen docs for details on all signals.)
395 * Signal propagation now stops after a handler returns a non-NULL value. 396 * Signal propagation now stops after a handler returns a non-NULL value.
396 This value is now returned. Previously, all registered handlers were 397 This value is now returned. Previously, all registered handlers were
397 called and the value from the last handler was used. 398 called and the value from the last handler was used.