comparison plugins/ChangeLog.API @ 10823:c1bb12625b3f

[gaim-migrate @ 12485] ChangeLog.API updates for those last logger changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 14 Apr 2005 04:08:10 +0000
parents 0555ec6f3eaa
children 8d52201620d0
comparison
equal deleted inserted replaced
10822:5c5120837bab 10823:c1bb12625b3f
36 * Removed: serv_login 36 * Removed: serv_login
37 * Removed: serv_close 37 * Removed: serv_close
38 * Removed: serv_finish_login 38 * Removed: serv_finish_login
39 * Changed: keep_alive in GaimConnection is renamed to keepalive 39 * Changed: keep_alive in GaimConnection is renamed to keepalive
40 * Removed: gaim_chat_get_display_name 40 * Removed: gaim_chat_get_display_name
41 * Added: gaim_log_common_writer, gaim_log_common_lister,
42 gaim_log_common_sizer, and gaim_log_get_log_dir
43 to allow log formats that use standard Gaim log directory
44 to use Gaim's built-in code for these purposes.
45 * Added: GaimLogCommonLoggerData struct for a basic logger_data
46 struct to be used with "common" logger functions.
41 47
42 Signals: 48 Signals:
43 * Changed: "received-im-msg and "received-chat-msg" to match, both 49 * Changed: "received-im-msg and "received-chat-msg" to match, both
44 now pass a conversation pointer and flags 50 now pass a conversation pointer and flags
45 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 51 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both