comparison plugins/ChangeLog.API @ 10849:c203cd637f95

[gaim-migrate @ 12521] sf patch #1185449, from Richard Laager "As the comment in gtkconv.c says, saving a duplicate copy of the entire conversation is completely bogus. Saving a copy of a conversation is a UI thing (if the UI is only showing the last five messages, for example, that's all the user would expect to be saved). Therefore, there's no problem having the UI save its own buffer. The GTK+ UI is already doing this with the imhtml object. This patch removes the history from GaimConversation and uses the buffer in the imhtml object when saving a conversation. It also adds <html>, <head>, <title>, and <body> tags to the file to make it a bit more valid. This patch is extremely likely to break plugins because it changes the size of the GaimConversation struct. As such, if this is committed, I recommend the developers recompile non-default plugins. This broke Gaim-Encryption for me, hence the warning." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Apr 2005 04:21:39 +0000
parents 8d52201620d0
children 2409700be3dc
comparison
equal deleted inserted replaced
10848:98de05966d6d 10849:c203cd637f95
42 gaim_log_common_sizer, and gaim_log_get_log_dir 42 gaim_log_common_sizer, and gaim_log_get_log_dir
43 to allow log formats that use standard Gaim log directory 43 to allow log formats that use standard Gaim log directory
44 to use Gaim's built-in code for these purposes. 44 to use Gaim's built-in code for these purposes.
45 * Added: GaimLogCommonLoggerData struct for a basic logger_data 45 * Added: GaimLogCommonLoggerData struct for a basic logger_data
46 struct to be used with "common" logger functions. 46 struct to be used with "common" logger functions.
47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history,
48 and GaimConversation->history. Use gtk_imhtml_get_markup
49 instead.
47 50
48 Signals: 51 Signals:
49 * Changed: "received-im-msg and "received-chat-msg" to match, both 52 * Changed: "received-im-msg and "received-chat-msg" to match, both
50 now pass a conversation pointer and flags 53 now pass a conversation pointer and flags
51 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 54 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both