Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2013-09-16 | doc: fix typos in french translations and docs | Sebastien Helleu | |
2013-08-25 | core: display day change message dynamically (do not store it as a line in ↵ | Sebastien Helleu | |
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change. | |||
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-08-17 | doc: capitalize first word of text in table cells | Sebastien Helleu | |
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu | |
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg | |||
2013-08-14 | doc: fix emphasized text in plugin API reference and relay protocol | Sebastien Helleu | |
2013-08-10 | core: change type of hashtable key hash to unsigned long, return item ↵ | Sebastien Helleu | |
pointer in functions hashtable_set(_with_size) The key hash has been changed from unsigned int to unsigned long, and now the callback can return any value (not only between 0 and size-1), the modulo is computed after the call to the callback by the hashtable functions. Functions hashtable_set and hashtable_set_with_size were returning 1 if OK, 0 if error. Now they return pointer to hashtable item, or NULL if error. | |||
2013-08-09 | core: add "callback_free_key" in hashtable | Sebastien Helleu | |
2013-08-08 | core: fix typo coeur -> cœur (in french) | Sebastien Helleu | |
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-08-03 | doc: fix typo in examples for function bar_new (plugin API reference) | Sebastien Helleu | |
2013-07-27 | api: add new function strlen_screen | Sebastien Helleu | |
2013-07-23 | doc: fix typo in example for function string_eval_expression (plugin API ↵ | Sebastien Helleu | |
reference) | |||
2013-07-03 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2013-05-23 | doc: update WeeChat URLs (for new site design) | Sebastien Helleu | |
2013-04-21 | api: add new function hdata_search | Sebastien Helleu | |
2013-04-18 | api: add property "completion_freeze" for function buffer_set: do not stop ↵ | Sebastien Helleu | |
completion when command line is updated | |||
2013-03-29 | doc: fix C example of function weechat_nicklist_get_next_item (plugin API ↵ | stfn | |
reference) | |||
2013-03-22 | ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of ↵ | Sebastien Helleu | |
function config_new_option (bug #31050) | |||
2013-03-16 | doc: add link to weechat.org/info in scripting guide (URL transfer) and ↵ | Sebastien Helleu | |
plugin API reference (function hook_process) | |||
2013-03-08 | core: add signals and hsignals for nicklist events | Sebastien Helleu | |
New signals: nicklist_group_removing and nicklist_nick_removing. New hsignals: nicklist_group_added, nicklist_nick_added, nicklist_group_removing, nicklist_nick_removing, nicklist_group_changed, nicklist_nick_changed. | |||
2013-03-03 | core: add count for groups, nicks, and total in nicklist | Sebastien Helleu | |
2013-03-01 | doc: add missing signals in plugin API reference (nicklist_group_changed and ↵ | Sebastien Helleu | |
nicklist_nick_changed) | |||
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-20 | doc; fix typos in plugin API reference | Sebastien Helleu | |
2013-02-19 | doc: fix link to function weechat_config_write in plugin API reference | Sebastien Helleu | |
2013-02-13 | doc: fix prototype of function weechat_config_section_free in plugin API ↵ | Sebastien Helleu | |
reference | |||
2013-02-12 | core: add signal "window_opened" (task #12464) | Sebastien Helleu | |
2013-02-10 | doc: fix typos in french translations and plugin API reference | Sebastien Helleu | |
2013-02-08 | doc: add missing signals in plugin API reference (buffer_merged/unmerged, ↵ | Sebastien Helleu | |
key_bind/unbind, window_closing/closed) | |||
2013-01-26 | core: use default hash/comparison callback for keys of type ↵ | Sebastien Helleu | |
integer/pointer/time in hashtable | |||
2013-01-20 | doc: fix examples of function weechat_hook_connect (plugin API reference) | stfn | |
2013-01-10 | doc: fix buffer argument for function "command": NULL value means current ↵ | Sebastien Helleu | |
buffer, not core buffer (bug #38057) | |||
2013-01-06 | api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵ | Sebastien Helleu | |
hook_hsignal (stop sending the signal immediately) | |||
2013-01-04 | doc: update signals arguments in plugin API reference | Sebastien Helleu | |
2013-01-03 | doc: add note about double tab in function weechat_printf, to display ↵ | Sebastien Helleu | |
message without time/alignment (plugin API reference) | |||
2013-01-01 | aspell: add signal "aspell_suggest" (sent when new suggestions are displayed) | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-12-04 | doc: fix style for prefixes in function weechat_prefix (plugin API reference) | Sebastien Helleu | |
2012-11-22 | api: use hashtable "options" for command arguments in function ↵ | Sebastien Helleu | |
hook_process_hashtable (optional, default is a split of string with command) | |||
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API |