1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)

This commit is contained in:
Sebastien Helleu
2005-05-31 15:09:54 +00:00
parent 4d4a667094
commit 1de7b52aa2
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2005-05-24
ChangeLog - 2005-05-31
Version 0.1.3 (under dev!):
* fixed crash when using Alt-S or Alt-X on DCC buffer (Alt-D)
* fixed startup crash when config file (~/.weechat/weechat.rc) is not found
* improved Perl/Python libs detection for ./configure script
+2 -1
View File
@@ -1,10 +1,11 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2005-05-24
ChangeLog - 2005-05-31
Version 0.1.3 (under dev!):
* fixed crash when using Alt-S or Alt-X on DCC buffer (Alt-D)
* fixed startup crash when config file (~/.weechat/weechat.rc) is not found
* improved Perl/Python libs detection for ./configure script