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

scripts: do now allow empty script name in function "register"

This commit is contained in:
Sebastien Helleu
2013-01-22 09:26:11 +01:00
parent 1edabb98f5
commit 0e3bec6d2e
13 changed files with 180 additions and 187 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.4.1-dev, 2013-01-20
v0.4.1-dev, 2013-01-22
Version 0.4.1 (under dev!)
@@ -9,6 +9,7 @@ Version 0.4.1 (under dev!)
* guile: fix compilation with guile 2.0
* perl: simplify code to load scripts
* scripts: do now allow empty script name in function "register"
Version 0.4.0 (2013-01-20)
--------------------------