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
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
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
ac82063928
core: add asciidoc attributes in files ChangeLog/NEWS
2014-02-14 15:06:02 +01:00
Sebastien Helleu
ec9adea198
core: use item "buffer_last_number" instead of "buffer_count" by default in status bar
2014-02-13 22:34:20 +01:00
Sebastien Helleu
03abd78355
core: sync debian files with debian git repository
2014-02-13 22:10:27 +01:00
Jason A. Donenfeld
c324610226
core: fix freeze/crash in gnutls (bug #41576 )
...
The link is now made against pthread on all platforms.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com >
2014-02-13 16:09:35 +01:00
Sebastien Helleu
f821a94cc4
irc: use a more explicit error when the creation of a temporary server failed
2014-02-13 10:06:25 +01:00
Sebastien Helleu
f057e86390
doc: update auto-generated files with hdata
2014-02-13 10:05:17 +01:00
Sebastien Helleu
271f92a66d
doc: fix typo in plugin API reference
2014-02-12 13:31:22 +01:00
Sebastien Helleu
44411f123a
core: fix cmake warning CMP0007 on "make uninstall" (bug #41528 )
2014-02-12 10:33:21 +01:00
Sebastien Helleu
f324a1589d
core: add signals "key_combo_{default|search|cursor}"
2014-02-11 20:09:02 +01:00
Sebastien Helleu
a9aca06545
core: ignore return value of 'write' in function hook_set (fix compiler warning)
2014-02-11 11:55:05 +01:00
Sebastien Helleu
04cb8dd4da
core: replace compiler flag -W by -Wextra (new name)
2014-02-11 11:50:05 +01:00
Sebastien Helleu
4f5865ddfe
core: sync debian files with debian git repository
2014-02-11 10:29:54 +01:00
Sebastien Helleu
eef3b57075
core: split key command when the key is created (improve speed when executing commands of a key)
2014-02-10 21:10:45 +01:00
Sebastien Helleu
437767c0ca
api: add integer return code for functions hook_{signal|hsignal}_send
2014-02-10 17:42:53 +01:00
Sebastien Helleu
a0bf3938f1
core: display a warning in case of inconsistency between the options weechat.look.save_{config|layout}_on_exit
2014-02-09 12:51:34 +01:00
Sebastien Helleu
190f5dd5f2
core: add more info in /help weechat.look.hotlist_sort
2014-02-09 12:43:18 +01:00
Sebastien Helleu
8564d9c7ef
Version 0.4.4-dev
2014-02-09 12:04:13 +01:00
Sebastien Helleu
f25dd0c81e
Version 0.4.3
v0.4.3
2014-02-09 09:52:53 +01:00
Sebastien Helleu
2b4401339a
doc: clean temporary files used to build man pages (autotools)
2014-02-08 23:40:21 +01:00
Sebastien Helleu
7b0e01265b
doc: add missing Polish docs in Makefile.am
2014-02-08 23:38:31 +01:00
Ryuunosuke Ayanokouzi
1eedace713
doc: update Japanese translations, user/developer's guide and plugin API reference
2014-02-08 15:15:18 +01:00
Sebastien Helleu
43fb54f51d
core: fix apply of layout when buffers that are not in layout are before some buffers in layout
...
Now when a layout is applied, the buffers in layout are inserted/sorted
first in the new list. Then the other buffers (not in layout) are added
after this loop, and then they are added after all layout buffers.
2014-02-07 17:07:45 +01:00
Sebastien Helleu
bbd212c675
weercd.py: use /usr/bin/env in python shebang
2014-02-07 15:01:39 +01:00