Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu | |
2013-11-09 | api: add support of infos with format `${info:name,arguments}` in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
2013-11-04 | doc: use one line titles and less chars for delimited blocks/tables in ↵ | Sebastien Helleu | |
asciidoc files | |||
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-09-30 | core: update italian translations | Marco Paolone | |
2013-09-20 | core: add proxy options username/password in /help secure | Sebastien Helleu | |
2013-09-19 | relay: add support of secured data in option relay.network.password ↵ | Sebastien Helleu | |
(evaluate content) (patch from Nils Görs) | |||
2013-08-20 | core: improve help of command /away | Sebastien Helleu | |
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ↵ | Sebastien Helleu | |
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both | |||
2013-08-07 | core: fix typo in /help secure | Sebastien Helleu | |
2013-08-04 | api: add support of colors with format "${color:xxx}" in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
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-02 | core: update translations | Sebastien Helleu | |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-28 | doc: update auto-generated files with WeeChat commands | Sebastien Helleu | |
2013-07-20 | core: update translations | Sebastien Helleu | |
2013-07-05 | core: add completion "-quit" for command /upgrade | Sebastien Helleu | |
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch. | |||
2013-07-02 | core: add missing period in /help upgrade | Sebastien Helleu | |
2013-05-18 | core: update italian translations | Marco Paolone | |
2013-04-25 | core: fix typo in /help eval | Sebastien Helleu | |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu | |
2013-02-16 | doc: update auto-generated files for commands | Sebastien Helleu | |
2013-02-03 | core: update italian translations | Marco Paolone | |
2013-01-29 | core: add "/debug tags" in /help filter | Nils Görs | |
2012-12-20 | core: add option "diff" for command /set (list options with changed value) | Peter Boström | |
2012-11-02 | core: expand buffer local variables in evaluation of expressions (command ↵ | Sebastien Helleu | |
/eval and function "string_eval_expression" in plugin API) | |||
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-10-18 | core: add option "-quit" for command /upgrade (save session and quit without ↵ | Sebastien Helleu | |
restarting WeeChat, for delayed restoration) | |||
2012-09-20 | core: fix IPv6 example in /proxy command | stfn | |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu | |
2012-07-30 | doc: update italian translations and docs | Marco Paolone | |
2012-07-29 | core: add option "swap" for command /buffer (task #11373) | Nils Görs | |
2012-05-20 | doc: update italian translations and user guide | Marco Paolone | |
2012-05-05 | core: add description of "command" in /help key | Sebastien Helleu | |
2012-04-16 | doc: update italian translations and user guide | Marco Paolone | |
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵ | Sebastien Helleu | |
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick. | |||
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-02-06 | core: update italian translations | Marco Paolone | |
2012-01-24 | core: move option "scroll_unread" from command /input to /window | Sebastien Helleu | |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-16 | core: update italian translations | Marco Paolone | |
2011-12-25 | core: change mouse state when option weechat.look.mouse is changed | Sebastien Helleu | |
2011-12-07 | core: add option "hooks" for command /debug | Sebastien Helleu | |
2011-11-17 | doc: update italian translations and docs | Marco Paolone | |
2011-11-08 | core: add option "jump_last_buffer_displayed" for command /input (key: ↵ | Sebastien Helleu | |
alt+"/") (task #11553) | |||
2011-10-29 | core: add optional arguments for command /plugin load/reload/autoload | Sebastien Helleu | |
2011-10-27 | core: update examples in /help filter | Sebastien Helleu | |
2011-10-27 | core: remove wrong example in /help bar (scroll bar using buffer name) | Sebastien Helleu | |
2011-10-21 | doc: update italian translations and docs | Marco Paolone | |