Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add option "tags" for command /debug | Sebastien Helleu | |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-06-01 | core: add option "infolists" for command /debug | Sebastien Helleu | |
2011-05-16 | core: add horizontal scrolling for buffers with free content (command ↵ | Sebastien Helleu | |
/window scroll_horiz) (task #11112) | |||
2011-05-15 | core: add missing arguments filename and name in /help plugin | Sebastien Helleu | |
2011-05-11 | core: fix argument name in /help color | Sebastien Helleu | |
2011-05-07 | core: fix balance of windows | Sebastien Helleu | |
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu | |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task ↵ | Sebastien Helleu | |
#11001) | |||
2011-04-17 | core: add automatic reset of color pairs, new option ↵ | Sebastien Helleu | |
weechat.look.color_pairs_auto_reset | |||
2011-04-11 | core: add messages counts in hotlist for each buffer, option ↵ | Sebastien Helleu | |
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other | |||
2011-03-18 | Add optional bar name in command /bar default | Sebastien Helleu | |
2011-03-09 | Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵ | Sebastien Helleu | |
#10880) | |||
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu | |
2011-02-10 | Add option "memory" to command /debug | Sebastien Helleu | |
2011-02-09 | Update german translations | Sebastien Helleu | |
2011-02-08 | Fix typo in /help color: minimum color number for alias is 0 and not 1 | Sebastien Helleu | |
2011-02-07 | Improve display of commands lists in /help (add arguments -list and -listfull) | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-02-02 | Rename options add/del by alias/unalias in command /color | Sebastien Helleu | |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu | |
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator) | |||
2011-01-01 | Update command /color in user guide | Sebastien Helleu | |
2011-01-01 | Add new command /color | Sebastien Helleu | |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu | |
2010-10-10 | Fix typo in french translation | Sebastien Helleu | |
2010-10-01 | Add missing tag "no_log" in /help filter | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |
2010-08-14 | Add note about regex (split into 2 regex) in /help filter | Sebastien Helleu | |
2010-08-14 | Update user guide | Sebastien Helleu | |
2010-07-17 | Update docs | Sebastien Helleu | |
2010-05-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu | |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu | |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-23 | Reformat examples in help of some commands | Sebastien Helleu | |
2010-03-22 | Add list of tags in /help filter | Sebastien Helleu | |
2010-03-21 | Fix typo in /help alias | Sebastien Helleu | |
2010-03-19 | Move /away command from irc plugin to core | Sebastien Helleu | |
2010-02-09 | Add new option weechat.look.time_format to customize default format for ↵ | Sebastien Helleu | |
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) | |||
2010-02-09 | Rename command /silence to /mute | Sebastien Helleu | |
2010-02-09 | Add new command /silence | Sebastien Helleu | |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu | |
2010-02-02 | Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵ | Sebastien Helleu | |
channel modes (bug #23961) | |||
2009-12-18 | Add optional arguments in /help quit | Sebastien Helleu | |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and ↵ | Sebastien Helleu | |
available colors | |||
2009-11-06 | Fix typos in translations | Sebastien Helleu | |
2009-10-05 | Add option grab_key_command for /input (bound by default to alt-k) | Sebastien Helleu | |
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command | |||
2009-09-04 | Fix typos in some messages | Sebastien Helleu | |