Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-07 | irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default | Sebastien Helleu | |
2013-12-07 | irc: add option irc.look.ban_mask_default (bug #26571) | Sebastien Helleu | |
2013-12-07 | irc: improve /help of command/command_delay/autojoin options in servers | Sebastien Helleu | |
2013-12-06 | irc: add option irc.network.lag_max | Sebastien Helleu | |
2013-12-06 | doc: update auto-generated files with hdata | 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-12-02 | doc: use syntax key[xxx] for key bindings in quickstart guide | Sebastien Helleu | |
2013-12-02 | doc: replace @k(xxx) by key[xxx] for key bindings in docs | Sebastien Helleu | |
The new syntax is more readable in source files (same result in HTML docs). | |||
2013-12-01 | core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text ↵ | Sebastien Helleu | |
in messages | |||
2013-12-01 | core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse video ↵ | Sebastien Helleu | |
in messages | |||
2013-12-01 | core: add missing access to hdata "buffer_visited" | Sebastien Helleu | |
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-20 | doc: use asciidoc attribute for date of docs (fix cmake warning) | Sebastien Helleu | |
CMake was displaying some warnings about a space in argument used for asciidoc command: -a date=`date "+%F"` Warning displayed: CMake Warning (dev) in doc/en/CMakeLists.txt: Syntax Warning in cmake code at /path/to/doc/en/CMakeLists.txt:41:82 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. | |||
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu | |
2013-11-17 | doc: update auto-generated files with WeeChat options | Sebastien Helleu | |
2013-11-12 | doc: fix build of man page (add missing copy of file cmdline_options.xx.txt) | Sebastien Helleu | |
2013-11-11 | doc: fix warnings on build of man page with a2x 8.6.9 | Sebastien Helleu | |
The -D/--destination-dir displays a warning for non HTML doc (so for man page). So the man page is copied to the build directory before being built. | |||
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title ↵ | Sebastien Helleu | |
(evaluated string) | |||
2013-11-09 | core: add infos "term_width" and "term_height" | 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-09 | doc: add bar item "buffer_zoom" in user's guide | 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-07 | doc: add link to download page for remote interfaces (user's guide) | Sebastien Helleu | |
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-23 | doc: replace "Act:" by "H:" in hotlist (user's guide) | Sebastien Helleu | |
2013-10-23 | doc: add jabber.py and bitlbee/minbif in list of features (user's guide) | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_number | Sebastien Helleu | |
2013-10-20 | doc: use asciidoc system attribute {sys:command} for year in copyright of ↵ | Sebastien Helleu | |
man page | |||
2013-10-20 | core: add warning about value 0 in help of some history options | Sebastien Helleu | |
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands | |||
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: use asciidoc attribute for year in copyright of man page | Sebastien Helleu | |
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-10-13 | doc: add nick modes in screen layout (user's guide) | Sebastien Helleu | |
2013-10-12 | doc: use a build directory in example of compilation with autotools (user's ↵ | Sebastien Helleu | |
guide) | |||
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-08 | Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to ↵ | Sebastien Helleu | |
build man page" This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access. | |||
2013-10-08 | core: remove unneeded dependencies docbook-xml and docbook-xsl to build man page | Sebastien Helleu | |
2013-10-06 | core: add options to customize default text search in buffers | Sebastien Helleu | |
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message) | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |