comparison ChangeLog @ 9923:248c3f88ce99

[gaim-migrate @ 10815] (14:24:22) datallah: LSchiere2: http://www.butfer.com/gaim-patches/log_filename_escaping.patch deals with creating logs for screennames that have characters that are not valid for filenames (14:25:34) datallah: i may write a conversion script for existing log files (particularly because it will cause all irc and yahoo chats not to be found) (14:25:49) datallah: oh.. not irc chats... only yahoo chats (14:26:10) LSchiere2: can yahoo chats be found now? (14:26:35) datallah: yeah... they all have a ':' in them which is not a valid filename character in win32 (14:26:51) LSchiere2: i see. so they can be found on unix but not on win32 (14:27:51) datallah: LSchiere2: yeah, as far as i know committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Aug 2004 18:28:35 +0000
parents 1806abd8ccbc
children cee849d17167
comparison
equal deleted inserted replaced
9922:b03884f4eda6 9923:248c3f88ce99
7 * Ability to receive offline messages in character encodings 7 * Ability to receive offline messages in character encodings
8 other than ASCII (thanks to Nick Sukharev) 8 other than ASCII (thanks to Nick Sukharev)
9 9
10 Bug Fixes: 10 Bug Fixes:
11 * Compile with gtk 2.5.x (Gary Kramlich) 11 * Compile with gtk 2.5.x (Gary Kramlich)
12 * Escape invalid characters in log names (Daniel Atallah)
12 13
13 version 0.82.1 (08/27/2004): 14 version 0.82.1 (08/27/2004):
14 Bug Fixes: 15 Bug Fixes:
15 * Fix a crash when changing the preference for how to display buttons 16 * Fix a crash when changing the preference for how to display buttons
16 on conversation windows 17 on conversation windows