comparison ChangeLog.API @ 16779:52342adf4303

Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 02 May 2007 03:22:11 +0000
parents c39af5774c3e
children 90184b199e58
comparison
equal deleted inserted replaced
16776:9a2ec0a033b5 16779:52342adf4303
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.