summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-04-18 23:52:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-04-18 23:52:32 +0200
commitba115ce11351ce482a83f673f5cea5753265b725 (patch)
tree33907f4815b784f8b2047ded1ad000c18009afd3 /ChangeLog
parent0f3a31540564b114781d015d84786a1ddfe23071 (diff)
downloadweechat-ba115ce11351ce482a83f673f5cea5753265b725.zip
Replace "joker" by "wildcard"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf1ed6eb..e80c35073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ Version 0.3.2 (2010-04-18)
* core: add command line option "-s" (or "--no-script") to start WeeChat
without loading any script
* core: improve plugins autoload (option weechat.plugin.autoload): allow to
- use "*" as joker and "!" to prevent a plugin from being autoloaded
+ use "*" as wildcard and "!" to prevent a plugin from being autoloaded
(task #6361)
* core: remove unneeded space after time on each line if option
weechat.look.buffer_time_format is set to empty value (bug #28751)