gaim/www

Parents 26e5e14e0398
Children 3968649275e2
I introduced this, but I don't know if I'll have time to fix it before release, so I'm documenting it here.
--- a/htdocs/gary/bugs.xml Sun Sep 11 14:55:28 2005 -0400
+++ b/htdocs/gary/bugs.xml Mon Sep 12 16:37:20 2005 -0400
@@ -417,4 +417,10 @@
<foundby>someone</foundby>
<foundon>some time ago</foundon>
</bug>
+ <bug>
+ <number>45</number>
+ <description>Doing a Conversation -> Save As only saves the text visible in the conversation window. If you've used Conversation -> Clear (Ctrl-L), the file saved doesn't have the entire conversation. This was introduced when I removed the history variable from GaimConversation. We can always revert that change, but it would be nicer if there was a way to do this without duplicating the contents of the conversation. If nothing else, the current markup could be saved (appended) to a variable when Clear is used, and the Save As function could concatenate the markup from that variable and the markup currently in the GtkImHtml to geti the full conversation.</description>
+ <foundby>rlaager</foundby>
+ <foundon>2005-09-12</foundon>
+ </bug>
</gaim>