comparison ChangeLog @ 9763:b85df3f44350

[gaim-migrate @ 10631] "Can someone test this patch, diff'ed with 0.81 (anoncvs is down, as usual). http://javabsp.org/software/gaim/syslog_fd_leak.diff This keeps the double .system 0 length files from being created everytime you list the system log, which for some reason aren't closed (although reading from the code, they should be). Anyhow, since they are not created anymore, they won't waste any fd's. Another change that I've made, previously gaim is logging chats to logs/<prpl>/<my sn>.chat/<chatroom name>/<date-time>, now it's logging to logs/<prpl>/<my sn>/<chatroom name>.chat>/<date-time>. I think this makes more sense. Oh, and gaim_normalize is not meant to be called a second time while expecting the value of the first call to remain what it should be." --Ka-Hing Cheung committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 16 Aug 2004 03:24:00 +0000
parents 3f97624e7753
children 22e55a5d9265
comparison
equal deleted inserted replaced
9762:3f97624e7753 9763:b85df3f44350
12 sound events to be triggered (Nathan Fredrickson) 12 sound events to be triggered (Nathan Fredrickson)
13 * Remotely canceled file transfers in MSN are now noticed, so that we 13 * Remotely canceled file transfers in MSN are now noticed, so that we
14 don't accidentally cancel the file transfer and crash Gaim 14 don't accidentally cancel the file transfer and crash Gaim
15 (Felipe Contreras) 15 (Felipe Contreras)
16 * The chat invite button has a correct label (Stu Tomlinson) 16 * The chat invite button has a correct label (Stu Tomlinson)
17 * The system log should leak fewwer file descriptors now (Ka-Hing Cheung)
17 18
18 version 0.81 (08/05/2004): 19 version 0.81 (08/05/2004):
19 New Features: 20 New Features:
20 * The autorecon plugin will somewhat remember state information(Yosef 21 * The autorecon plugin will somewhat remember state information(Yosef
21 Radchenko) 22 Radchenko)