Sebastien Helleu
3019187178
core: update ChangeLog
2014-02-21 13:40:24 +01:00
Sebastien Helleu
f97f406efb
core: update translations
2014-02-21 13:39:35 +01:00
Sebastien Helleu
078f549c4a
rmodifier: return WEECHAT_RC_ERROR in command /rmodifier if arguments are wrong/missing
2014-02-21 13:39:26 +01:00
Sebastien Helleu
eb26e13814
relay: return WEECHAT_RC_ERROR in command /relay if arguments are wrong/missing
2014-02-21 13:39:03 +01:00
Sebastien Helleu
a3253378b7
script: return WEECHAT_RC_ERROR in command /script if arguments are wrong/missing
2014-02-21 13:38:46 +01:00
Sebastien Helleu
84edf5443a
guile: return WEECHAT_RC_ERROR in command /guile if arguments are wrong/missing
2014-02-21 13:38:27 +01:00
Sebastien Helleu
9e2e59c3e1
tcl: return WEECHAT_RC_ERROR in command /tcl if arguments are wrong/missing
2014-02-21 13:38:11 +01:00
Sebastien Helleu
cf827580f5
lua: return WEECHAT_RC_ERROR in command /lua if arguments are wrong/missing
2014-02-21 13:37:58 +01:00
Sebastien Helleu
decbaf306d
ruby: return WEECHAT_RC_ERROR in command /ruby if arguments are wrong/missing
2014-02-21 13:37:46 +01:00
Sebastien Helleu
d86d6013ef
perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missing
2014-02-21 13:37:31 +01:00
Sebastien Helleu
18fd85de7d
python: return WEECHAT_RC_ERROR in command /python if arguments are wrong/missing
2014-02-21 13:37:17 +01:00
Sebastien Helleu
2dbcffc93e
logger: return WEECHAT_RC_ERROR in command /logger if arguments are wrong/missing
2014-02-21 13:36:39 +01:00
Sebastien Helleu
f535aad9fc
irc: use same return code and message in all commands when arguments are wrong/missing
2014-02-21 13:10:05 +01:00
Sebastien Helleu
898c9dc195
charset: remove unneeded test in command /charset
2014-02-21 13:09:43 +01:00
Sebastien Helleu
01c7f1cc6a
alias: use same return code and message in all commands when arguments are wrong/missing
2014-02-21 13:09:24 +01:00
Sebastien Helleu
aa81067ad0
core: use same return code and message in all commands when arguments are wrong/missing
2014-02-21 13:08:20 +01:00
Sebastien Helleu
f78f42d833
irc: add note about option irc.network.whois_double_nick in /help whois
2014-02-20 11:44:30 +01:00
Sebastien Helleu
cdadbdec0d
irc: set option irc.network.whois_double_nick to "off" by default
2014-02-20 11:40:45 +01:00
Sebastien Helleu
b400be0486
trigger: add option "addreplace" in command /trigger (used by /trigger recreate)
...
Now the command "/trigger recreate" does not delete the trigger any more.
Instead the option "addreplace" is used in input, so the existing trigger
is overwritten if the command is sent.
2014-02-20 11:20:23 +01:00
Sebastien Helleu
f8a5c26d96
alias: change default command for alias /beep to "/print -beep"
2014-02-20 11:02:36 +01:00
Sebastien Helleu
f376893681
core: add option "-beep" in command /print
2014-02-20 11:00:24 +01:00
Sebastien Helleu
975b9c8912
core: add contributor to AUTHORS
2014-02-20 08:42:48 +01:00
Sebastien Helleu
a15184a9bd
irc: fix parsing of nick/host when there is nothing after in message (malformed message)
2014-02-20 08:39:18 +01:00
Felix Eckhofer
7fb84bdb03
irc: fix parsing of nick in host when '!' is not found (bug #41640 )
2014-02-20 08:35:23 +01:00
Sebastien Helleu
36641bc3d3
core: add missing option "rename" in /help filter and in command completion
2014-02-19 10:35:39 +01:00
Sebastien Helleu
194b362e23
doc: add chapter about secured data in user's guide
2014-02-18 19:26:55 +01:00
Sebastien Helleu
8e1ad0b1f0
doc: fix some title levels in Japanese user's guide
2014-02-18 19:18:53 +01:00
Sebastien Helleu
7b37bf701e
guile: fix module used after unload of a script
2014-02-17 22:01:14 +01:00
Sebastien Helleu
be159f42a8
lua: fix interpreter used after unload of a script
2014-02-17 22:00:16 +01:00
Sebastien Helleu
77058acc0a
perl: fix context used after unload of a script
2014-02-17 21:57:51 +01:00
Sebastien Helleu
5ac3d538b8
python: fix interpreter used after unload of a script
2014-02-17 21:56:21 +01:00
Sebastien Helleu
652ec24449
core: allow empty arguments for command /print
2014-02-17 11:12:36 +01:00
Sebastien Helleu
86b0c99029
trigger: add option "addoff" in command /trigger (add a trigger in disabled state)
2014-02-16 18:57:43 +01:00
Sebastien Helleu
45db2e9668
core: update ChangeLog (add option "bare" in command /window)
2014-02-16 16:22:19 +01:00
Sebastien Helleu
39be4e3387
core: add bare display mode (for easy text selection and click on URLs)
...
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
2014-02-16 11:29:03 +01:00
Sebastien Helleu
20a70c80f8
core: add missing feature in ChangeLog for v0.4.3 (use one date format when day changes from day to day+1)
2014-02-16 10:07:13 +01:00
Sebastien Helleu
508437b6e7
doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (plugin API reference)
2014-02-15 13:16:00 +01:00
Sebastien Helleu
360f900d92
core: move function string_replace before string_replace_regex
2014-02-15 12:59:05 +01:00
Sebastien Helleu
7aba5f713f
core: add trigger plugin in Cygwin packaging
2014-02-15 12:48:49 +01:00
Sebastien Helleu
e664e7f698
core: add trigger plugin in debian packaging (in package weechat-plugins)
2014-02-15 12:48:31 +01:00
Sebastien Helleu
1637c2b64f
doc: add trigger plugin in docgen.py
2014-02-15 12:47:52 +01:00
Sebastien Helleu
69ee211b26
trigger: add file trigger.conf in man page
2014-02-15 12:47:02 +01:00
Sebastien Helleu
56f74ae768
trigger: remove triggers in /help trigger that are already default triggers
2014-02-15 11:25:19 +01:00
Sebastien Helleu
4028e5c200
trigger: update help of options trigger.trigger.xxx.{arguments|command}
2014-02-15 11:18:39 +01:00
Sebastien Helleu
2a5b2c6705
trigger: add trigger plugin in developer's guide
2014-02-15 10:48:45 +01:00
Sebastien Helleu
151a0c0190
trigger: update description of command /trigger
2014-02-14 19:42:12 +01:00
Sebastien Helleu
b32193bee5
trigger: remove the return code with /trigger input/output/recreate for modifier and focus hooks
2014-02-14 19:17:27 +01:00
Sebastien Helleu
4fc2db8df4
trigger: fix return code of focus callback
2014-02-14 19:07:31 +01:00
Sebastien Helleu
fe33f7d019
trigger: allow restart of trigger only if trigger is enabled
2014-02-14 18:41:15 +01:00
Sebastien Helleu
8e63a9a52f
trigger: add option trigger.look.enabled (can be changed with /trigger enable|disable|toggle)
2014-02-14 18:35:29 +01:00