Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
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). | |||
2018-12-09 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-11-29 | core: use https for all links where secured http is supported | 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-04 | api: add functions string_base_{encode,decode}, remove functions ↵ | Sébastien Helleu | |
string_{encode,decode}_base64 | |||
2018-11-02 | api: return integer in function string_encode_base64 | Sébastien Helleu | |
2018-10-14 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-10-09 | core: add repeat of string in evaluation of expressions with ↵ | Sébastien Helleu | |
"repeat:count,string" (closes #958) | |||
2018-09-01 | doc: add missing comma in example of function config_new_option (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-08-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-08-17 | doc: split list of modifiers into two tables (plugin API reference) | Sébastien Helleu | |
2018-08-15 | doc: fix typos in plugin API reference | Sébastien Helleu | |
2018-08-15 | doc: add more info about line, print and modifier functions for new lines ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2018-08-12 | api: add function hook_line | Sébastien Helleu | |
2018-06-11 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-06-02 | core: add reverse of string in evaluation of expressions with "rev:" (closes ↵ | Sébastien Helleu | |
#1200) | |||
2018-05-31 | core: send buffer pointer (when possible) in signal "hotlist_changed" ↵ | Sébastien Helleu | |
(closes #1133) When a buffer is added or updated in the hotlist, the buffer pointer is sent. When the hotlist is cleared or resorted, the buffer pointer is NULL. | |||
2018-05-26 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-05-21 | doc: add note about "list" options for curl in function ↵ | Sébastien Helleu | |
hook_process_hashtable (plugin API reference) | |||
2018-05-21 | doc: add example of URL with custom HTTP headers in function ↵ | Sébastien Helleu | |
hook_process_hashtable (plugin API reference) | |||
2018-04-21 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-04-07 | doc: add version 2.2 in Python example for function string_format_size ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2018-04-07 | api: add function string_format_size in scripting API | Sébastien Helleu | |
2018-03-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-03-25 | irc: send whole IRC message including IRCv3 tags in the signals irc_in, ↵ | Sébastien Helleu | |
irc_in2, irc_raw_in and irc_raw_in2 (issue #787) | |||
2018-03-24 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-03-20 | doc: add more info about the reload callback in function config_new (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2018-03-06 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-03-01 | doc: add more info about return value of function hdata_move (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-01-21 | doc: rename callback name in example of function hook_process (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2018-01-20 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu | |
2018-01-08 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-12-03 | doc: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-11-26 | doc: translate doc on weechat_plugin pointer in other languages (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2017-11-18 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-11-03 | doc: add info about strings not translated in functions gettext/ngettext ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2017-10-28 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-10-24 | api: add support of prefix "quiet:" in function key_unbind() to quietly ↵ | Sébastien Helleu | |
remove keys | |||
2017-10-17 | core: allow floating point and hexadecimal numbers in comparison of ↵ | Sébastien Helleu | |
evaluated values | |||
2017-09-23 | core: fix typo: Javascript -> JavaScript | Sébastien Helleu | |
2017-09-03 | doc: add PHP plugin in plugin API reference | Sébastien Helleu | |
2017-08-26 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-08-22 | doc: add links to other docs in plugin API reference | Sébastien Helleu | |
2017-08-21 | core: add flag "input_get_empty" in buffer | Sébastien Helleu | |
The default value is 0 (legacy behavior). When it is set to 1, an empty input (just by pressing Return with nothing in input) is sent to the input callback, which receives an empty string. | |||
2017-08-20 | doc: fix name of dynamic string functions (plugin API reference) | Sébastien Helleu | |
2017-08-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |