1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Fixed crash when doing "/part something" on a server buffer (bug #17201)

This commit is contained in:
Sebastien Helleu
2006-07-25 15:26:41 +00:00
parent 9909adc0a4
commit 2f6a4140d6
4 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2006-07-22
ChangeLog - 2006-07-25
Version 0.2.0 (under dev!):
* fixed crash when doing "/part something" on a server buffer (bug #17201)
* charsets are now checked when set by /charset command
* added "look_save_on_exit" option (patch from Emanuele Giaquinta)
* fixed crash on DCC buffer under Darwin 8 (bug #17115)