diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-26 21:41:02 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-26 21:41:02 +0000 |
commit | 83bfc1d808e63691b2f3081f903aa05684c379b6 (patch) | |
tree | f6df6f0ccecdff16979691b99053ca0c1140bea9 /ChangeLog | |
parent | 4278e1faa85d60746004c47687b5834c135a54bb (diff) |
script eval: unsafe, undocumented, not permitted by default
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ be optional too, and default to nil or [] (resp. single- and multi-word parameters) unless an alternative is provided in the :defaults hash for the message map options. + * Script plugin: new (UNSAFE!) eval function. Not documented in help. + Not permitted by default. 2006-08-25 Mark Kretschmann <markey@web.de> |