Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | core: fix typo in arguments description of command /mute | Sebastien Helleu | |
2014-01-17 | doc: add Japanese developer's guide | Ryuunosuke Ayanokouzi | |
2014-01-17 | doc: fix typo in developer's guide | Sebastien Helleu | |
2014-01-16 | core: set max value for option weechat.look.hotlist_names_count to ↵ | Sebastien Helleu | |
GUI_BUFFERS_MAX (10000) | |||
2014-01-15 | doc: fix errors in prototype and example of functions tolower/toupper ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-01-15 | core: add option weechat.look.tab_width | Sebastien Helleu | |
2014-01-14 | core: add completion "plugins_installed" | Sebastien Helleu | |
2014-01-14 | doc: update Japanese FAQ | Ryuunosuke Ayanokouzi | |
2014-01-13 | core: fix typo in /help weechat.look.highlight_regex | Sebastien Helleu | |
2014-01-13 | doc: add Japanese plugin API reference, update Japanese translations and docs | Ryuunosuke Ayanokouzi | |
2014-01-12 | doc: move some tables in plugin API reference | Sebastien Helleu | |
2014-01-12 | doc: fix typos in plugin API reference | Sebastien Helleu | |
2014-01-12 | doc: use infinitive form for description of functions in french plugin API ↵ | Sebastien Helleu | |
reference | |||
2014-01-12 | doc: move table with signals below all arguments and return value in ↵ | Sebastien Helleu | |
function hook_signal (plugin API reference) | |||
2014-01-11 | doc: add missing functions strlen_screen and hook_set in scripting guide | Sebastien Helleu | |
2014-01-11 | api: add stdin options in functions hook_process_hashtable and hook_set ↵ | Sebastien Helleu | |
(task #10847, task #13031) The function hook_set has been added in script API. | |||
2014-01-09 | core: add "POSIX extended" in description of options/commands/functions ↵ | Sebastien Helleu | |
using regular expressions | |||
2014-01-09 | doc: add missing function "string_has_highlight_regex" in italian plugin API ↵ | Sebastien Helleu | |
reference | |||
2014-01-09 | doc: update function network_connect_to (plugin API reference) | Sebastien Helleu | |
2014-01-06 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2014-01-06 | xfer: add option xfer.file.auto_check_crc32 (patch #7963) | Sebastien Helleu | |
Thanks to Andrew Potter for the patch. | |||
2014-01-05 | doc: add note about function hdata_update at the beginning of hdata chapter ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-01-05 | core: fix crash with hdata_update on shared strings, add hdata type ↵ | Sebastien Helleu | |
"shared_string" (bug #41104) | |||
2014-01-02 | doc: fix description of xfer signals in plugin API reference | Sebastien Helleu | |
2014-01-01 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-31 | doc: add missing value for property "active" in function buffer_get_integer ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2013-12-31 | doc: fix typos in plugin API reference | Sebastien Helleu | |
2013-12-30 | doc: fix description of arguments in some "set" functions (plugin API reference) | Sebastien Helleu | |
2013-12-30 | core: rename option "add" to "store" in command /layout | Sebastien Helleu | |
2013-12-29 | doc: fix typo in return value of function weechat_list_prev (plugin API ↵ | Sebastien Helleu | |
reference) | |||
2013-12-24 | irc: fix typo in /help irc.look.highlight_{channel|pv|server} | Sebastien Helleu | |
2013-12-23 | doc: add missing spaces | Sebastien Helleu | |
2013-12-23 | doc: remove obsolete command line option -k/--keys in man page | Sebastien Helleu | |
2013-12-23 | doc: add polish man page and user's guide, update polish translations and FAQ | Krzysztof Koroscik | |
2013-12-23 | core: replace darkgray color as default value of options | Sebastien Helleu | |
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default" | |||
2013-12-22 | doc: update example of copyright in source file (developer's guide) | Sebastien Helleu | |
2013-12-21 | core: update german translations | Nils Görs | |
2013-12-18 | core: add support of UTF-8 chars in horizontal/vertical separators | Sebastien Helleu | |
2013-12-18 | core: add option weechat.look.window_auto_zoom, disable automatic zoom by ↵ | Sebastien Helleu | |
default when terminal becomes too small for windows | |||
2013-12-17 | doc: add coordinate 222 for problem with mouse coordinates (FAQ) | Sebastien Helleu | |
2013-12-16 | irc: add option irc.look.smart_filter_mode (task #12499) | Sebastien Helleu | |
2013-12-15 | core: add support of logical and/or for argument "tags" in function hook_print | Sebastien Helleu | |
2013-12-15 | core: fix some translation of "tags" in french | Sebastien Helleu | |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option ↵ | Sebastien Helleu | |
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict. | |||
2013-12-14 | core: add note about support of "*" for tags in /help filter | Sebastien Helleu | |
2013-12-14 | core: add logical "and" between tags in filters, weechat.look.highlight_tags ↵ | Sebastien Helleu | |
and buffer property "highlight_tags" The logical "and" is made with the separator "+". Example: "irc_notice+nick_toto,nick_test" will match a notice from nick "toto" or any message from nick "test". | |||
2013-12-13 | core: rename options save/reset to add/del in command /layout | Sebastien Helleu | |
The "save" option does not save to disk (so it was a bit confusing with /save command); therefore it is renamed to "add". The "reset" option does not really reset but delete things in the layout (or the layout itself); therefore it is renamed to "del" (for consistency, like other commands in WeeChat core and plugins). | |||
2013-12-11 | core: update translations | Sebastien Helleu | |
2013-12-11 | irc: add note about command /disconnect in /help connect | Sebastien Helleu | |