comparison plugins/ChangeLog.API @ 11339:b1f3c0d247f5

[gaim-migrate @ 13552] I guess I should document this, huh? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:35:10 +0000
parents 10066662176a
children 202a3b3c5a88
comparison
equal deleted inserted replaced
11338:17142948653e 11339:b1f3c0d247f5
95 See the Doxygen documentation for the details. 95 See the Doxygen documentation for the details.
96 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel", 96 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel",
97 "file-recv-complete", "file-send-accept", "file-send-start", 97 "file-recv-complete", "file-send-accept", "file-send-start",
98 "file-send-cancel", and "file-send-complete" signals. See 98 "file-send-cancel", and "file-send-complete" signals. See
99 the Doxygen documentation for the details. 99 the Doxygen documentation for the details.
100 * Changed: GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN.
101 * Changed: GAIM_CONV_IM to GAIM_CONV_TYPE_IM.
102 * Changed: GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT.
103 * Changed: GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC.
104 * Changed: GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
100 105
101 version 1.0.0 (09/17/2004): 106 version 1.0.0 (09/17/2004):
102 * Added: get_chat_name to the GaimPluginProtocolInfo struct 107 * Added: get_chat_name to the GaimPluginProtocolInfo struct
103 * Changed: gaim_blist_update_buddy_presence(), presence changed to 108 * Changed: gaim_blist_update_buddy_presence(), presence changed to
104 type gboolean 109 type gboolean