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

Fixed completion of redefined commands removed by plugins (bug #19176)

This commit is contained in:
Sebastien Helleu
2007-03-01 09:06:04 +00:00
parent f1fdc469c4
commit 018b440004
8 changed files with 86 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ ChangeLog - 2007-03-01
Version 0.2.4 (under dev!):
* fixed completion of redefined commands removed by plugins (bug #19176)
* fixed memory leaks in perl and python plugins (bug #19163)
* added "call" option to /key command, added new key function "insert" to
insert text on command line (task #6468)