Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-21 | Merge branch 'trigger' | Sebastien Helleu | |
2014-02-15 | doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-02-15 | core: move function string_replace before string_replace_regex | Sebastien Helleu | |
2014-02-14 | doc: add function string_convert_escaped_chars in plugin API reference | Sebastien Helleu | |
2014-02-14 | doc: add function string_split_shell in plugin API reference | Sebastien Helleu | |
2014-02-14 | doc: add function string_replace_regex in plugin API reference | Sebastien Helleu | |
2014-02-14 | doc: add function hashtable_dup in plugin API reference | Sebastien Helleu | |
2014-02-12 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2014-02-11 | core: add signals "key_combo_{default|search|cursor}" | Sebastien Helleu | |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-02-02 | doc: add French developer's guide | Sebastien Helleu | |
2014-01-30 | doc: replace weeget.py by script plugin in plugin API reference | Sebastien Helleu | |
2014-01-29 | core: fix typos in translations and docs | Sebastien Helleu | |
2014-01-23 | doc: move asciidoc attributes from command line into files | Sebastien Helleu | |
2014-01-23 | irc: use MONITOR instead of ISON for /notify when it is available on server ↵ | Sebastien Helleu | |
(task #11477) (patch from Nils Görs) | |||
2014-01-22 | api: add function "infolist_search_var" | Sebastien Helleu | |
2014-01-21 | doc: update description of signal "signal_sigwinch" (plugin API reference) | Sebastien Helleu | |
2014-01-21 | core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized) | Sebastien Helleu | |
2014-01-15 | doc: fix errors in prototype and example of functions tolower/toupper ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-01-13 | core: fix typo in /help weechat.look.highlight_regex | Sebastien Helleu | |
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 | 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: update function network_connect_to (plugin API reference) | Sebastien Helleu | |
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 | 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-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 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-10 | doc: add note about things not allowed in callback of function ↵ | Sebastien Helleu | |
hook_completion (plugin API reference) | |||
2013-12-08 | core: add signal "buffer_cleared" | Sebastien Helleu | |
2013-12-04 | doc: add missing property "print_hooks_enabled" in function buffer_set ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2013-12-04 | core: add buffer property "day_change" to hide messages for the day change ↵ | Sebastien Helleu | |
in specific buffers | |||
2013-11-28 | core: revert check of layout when switching to a buffer using value "auto" ↵ | Sebastien Helleu | |
in buffer_set This reverts commits 14cf7bd20fb3f00b18343464c175a0c4e3556149 and 262dff4b87ebf14a11fe83899fe168bc5a72ffe6. The initial fix was for a problem with irc autojoin and layout: the current window has not appropriate buffer (as defined in layout) if it is not the latest channel in "autojoin" option. So the way to fix this problem is to set the value of option irc.look.buffer_switch_autojoin to off. | |||
2013-11-23 | doc: update description for value "auto" in function buffer_set with ↵ | Sebastien Helleu | |
property "display" (plugin API reference) Since commit 14cf7bd20fb3f00b18343464c175a0c4e3556149, the value "auto" will switch buffer only if there is no layout defined for the current window, or if the buffer displayed is NOT the buffer in the layout (so if the buffer is defined in the layout, no switch). | |||
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu | |
2013-11-09 | core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵ | Sebastien Helleu | |
(patch #8204) (patch from Nils Görs) | |||
2013-11-04 | doc: use one line titles and less chars for delimited blocks/tables in ↵ | Sebastien Helleu | |
asciidoc files | |||
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-10-20 | doc: fix layout of HTML docs when they are printed | Sebastien Helleu | |
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio. | |||
2013-10-19 | doc: add version >= 0.4.2 for new format of callback in function ↵ | Sebastien Helleu | |
bar_item_new (plugin API reference) |