Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-23 | core: update translations (issue #1055, issue #1312) | Sébastien Helleu | |
2019-02-20 | doc: update German auto-generated files | Sébastien Helleu | |
2019-02-19 | core: update translations (issue #1299) | Sébastien Helleu | |
2019-02-19 | spell: rename "aspell" plugin to "spell" (issue #1299) | Sébastien Helleu | |
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict | |||
2019-02-09 | doc: update Polish auto-generated files | Sébastien Helleu | |
2019-02-09 | doc: updated polish translation | Krzysztof Korościk | |
2019-02-03 | core: update translations | Sébastien Helleu | |
2019-02-03 | Fix typo "part or words" -> "part of words" | arza | |
2019-02-03 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2019-01-31 | doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication ↵ | Sébastien Helleu | |
(user's guide) | |||
2019-01-27 | doc: update German documentation | Nils Görs | |
2019-01-27 | doc: add example with command "/input set_unread" in question about terminal ↵ | Sébastien Helleu | |
focus (issue #1295) | |||
2019-01-26 | core: do not automatically add a space when completing "nick:" at the ↵ | Sébastien Helleu | |
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": " | |||
2019-01-26 | doc: fix regex examples to be compatible with FreeBSD | Sébastien Helleu | |
The following special sequences are not supported in regular expressions on FreeBSD: - "\w": replaced with "[a-zA-Z0-9_]" - "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice only spaces could be a problem when we use this sequence). | |||
2019-01-20 | script: add missing input actions "A" and "v" in /help script | Sébastien Helleu | |
2019-01-20 | buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist ↵ | Sébastien Helleu | |
(same action as F1/F2) | |||
2019-01-20 | core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist ↵ | Sébastien Helleu | |
(same action as F11/F12) | |||
2019-01-13 | doc: add missing file test-irc-protocol.cpp in developer's guide | Sébastien Helleu | |
2019-01-12 | doc: update German documentation | Nils Görs | |
2019-01-12 | doc: add question about autojoin option in FAQ (closes #1287) | Sébastien Helleu | |
2019-01-11 | tests: add tests on function irc_config_check_autojoin | Sébastien Helleu | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-12-22 | doc: update German auto-generated file | Sébastien Helleu | |
2018-12-22 | core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵ | Sébastien Helleu | |
#1286) | |||
2018-12-14 | doc: update German auto-generated files | Sébastien Helleu | |
2018-12-13 | core: update German translations | Nils Görs | |
2018-12-13 | doc: add example of aspell dict for all channels of an IRC server (user's ↵ | Sébastien Helleu | |
guide) (closes #1284) | |||
2018-12-09 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2018-12-09 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-11-30 | doc: update German documentation | Nils Görs | |
2018-11-29 | doc: add "WeeChat" term for core command /filter (FAQ) | Sébastien Helleu | |
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-24 | doc: update German documentation | Nils Görs | |
2018-11-19 | doc: translate FAQ changes in other languages (issue #1280) | Sébastien Helleu | |
2018-11-19 | doc: add question "How can I disable highlights for specific nicks?" in FAQ ↵ | Filip H.F. "FiXato" Slagter | |
(closes #1280) | |||
2018-11-19 | doc: update German auto-generated file | Sébastien Helleu | |
2018-11-18 | doc: update German documentation | Nils Görs | |
2018-11-18 | Merge branch 'master' of github.com:weechat/weechat | Nils Görs | |
2018-11-18 | core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272) | Sébastien Helleu | |
2018-11-18 | doc: translate FAQ changes in other languages (issue #1272) | Sébastien Helleu | |
2018-11-18 | doc: spelling/grammar fixes & documentation links added (FAQ) (closes #1272) | Filip H.F. "FiXato" Slagter | |
A number of spelling/grammar fixes, some restructured sentences to improve readability and replacement of previous names for Apple Macintosh's OS with the current 'macOS' name. Also added some more references to User's guide documentation sections. Also clarified that a window can not only display 1 buffer, but also a set of merged buffers. Finally, added a version note about the /script command. | |||
2018-11-17 | core: update German translations | Nils Görs | |
2018-11-17 | exec: add option exec.command.shell to customize the shell used with /exec -sh | Sébastien Helleu | |
2018-11-17 | core: add command line option "-t" (or "--temp-dir") to create a temporary ↵ | Sébastien Helleu | |
WeeChat home (deleted on exit) | |||
2018-11-16 | doc: update German auto-generated file | Sébastien Helleu | |
2018-11-13 | doc: add missing variable "pointer" to make C compiler really happy (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2018-11-13 | doc: fix name of compiled plugin example (plugin API reference) | Sébastien Helleu | |
2018-11-12 | doc: update German auto-generated files | Sébastien Helleu | |
2018-11-12 | core: update German translations | Nils Görs | |