comparison ChangeLog.API @ 25427:2cf7d6a20e68

Add a GtkIMHtml function that causes the widget to actually insert a newline when the user presses the return key. This is used in the saved status editor and the gtkrequest html input box. Implementing this was kind of a pain. I think it would be better if gtkimhtml.c didn't do anything with return and we changed gtkconv to watch for that key press and send the message.
author Mark Doliner <mark@kingant.net>
date Wed, 28 Jan 2009 08:57:55 +0000
parents b87a1e43389e
children 4b8c4870b13a
comparison
equal deleted inserted replaced
25426:7942287364c2 25427:2cf7d6a20e68
45 Added: 45 Added:
46 * gtk_imhtml_class_register_protocol 46 * gtk_imhtml_class_register_protocol
47 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, 47 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
48 gtk_imhtml_link_activate functions to process GtkIMHtmlLink 48 gtk_imhtml_link_activate functions to process GtkIMHtmlLink
49 objects from GtkIMHtml protocol callbacks. 49 objects from GtkIMHtml protocol callbacks.
50 * gtk_imhtml_set_return_inserts_newline
50 * pidgin_blist_set_theme 51 * pidgin_blist_set_theme
51 * pidgin_blist_get_theme 52 * pidgin_blist_get_theme
52 * pidgin_sound_is_customized 53 * pidgin_sound_is_customized
53 * pidgin_utils_init, pidgin_utils_uninit 54 * pidgin_utils_init, pidgin_utils_uninit
54 55