comparison plugins/ChangeLog.API @ 10100:fad5d3354cc1

[gaim-migrate @ 11123] The slashing begins. I moved the formatting bindings to gtk_binding stuff from a key_press_event. This will not interfere with gtkrc keybindings. I'm hoping moving GDK_Enter here will fix the input method bug, but I'll try that some other time. This took me FOREVER to figure out. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Oct 2004 03:14:46 +0000
parents 9fdbfe832fac
children 60db14d54914
comparison
equal deleted inserted replaced
10099:c49cc5b818cf 10100:fad5d3354cc1
4 * Changed: All the status stuff. Yay! 4 * Changed: All the status stuff. Yay!
5 * Changed: gaim_prefs_connect_callback(), added handle parameter 5 * Changed: gaim_prefs_connect_callback(), added handle parameter
6 * Added: gaim_prefs_disconnect_by_handle() 6 * Added: gaim_prefs_disconnect_by_handle()
7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the
8 /gaim/gtk/sound/mute preference) 8 /gaim/gtk/sound/mute preference)
9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it
10 easier to add your own widgets to it
9 11
10 version 1.0.0 (09/17/2004): 12 version 1.0.0 (09/17/2004):
11 * Added: get_chat_name to the GaimPluginProtocolInfo struct 13 * Added: get_chat_name to the GaimPluginProtocolInfo struct
12 * Changed: gaim_blist_update_buddy_presence(), presence changed to 14 * Changed: gaim_blist_update_buddy_presence(), presence changed to
13 type gboolean 15 type gboolean