Age | Commit message (Expand) | Author |
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 #1... | Sebastien Helleu |
2011-02-24 | Replace char "%" by "!" for reverse video in color attributes | Sebastien Helleu |
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu |
2011-02-17 | Add attributes for colors ("*": bold, "%": reverse, "_": underline) | Sebastien Helleu |
2011-02-10 | Add option "memory" to command /debug | 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 | Remove unneeded spaces | 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 s... | Sebastien Helleu |
2011-02-02 | Rename options add/del by alias/unalias in command /color | Sebastien Helleu |
2011-02-01 | Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (... | Sebastien Helleu |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu |
2011-01-20 | Fix bug when closing color buffer with command /buffer close N | Sebastien Helleu |
2011-01-05 | Revert "Fix bug with /upgrade: check existence of binary even when command is... | Sebastien Helleu |
2011-01-04 | Fix bug with /upgrade: check existence of binary even when command is execute... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2011-01-01 | Add new command /color | Sebastien Helleu |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg... | Sebastien Helleu |
2010-11-28 | Use tag "no_highlight" for options/values printed by command /set | Sebastien Helleu |
2010-11-01 | Use constant WEECHAT_RC_OK instead of 0 in function command_reload_file | Sebastien Helleu |
2010-10-31 | Remove dead assignments | Sebastien Helleu |
2010-10-15 | Fix bug with buffer name in "/bar scroll" command | Sebastien Helleu |
2010-10-10 | Allow null value for hashtable entries | Sebastien Helleu |
2010-10-10 | Add tag "nick_xxx" in IRC messages | 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 | Add info about upgrade process in /help upgrade | Sebastien Helleu |
2010-08-14 | If null value is allowed for an option, display it in /help option | Sebastien Helleu |
2010-08-12 | Use window pointers instead of buffer pointers in gui-input.c | Sebastien Helleu |
2010-08-12 | Use similar behaviour for keys bound to local or global history (bug #30759) | Sebastien Helleu |
2010-07-28 | Use tags "no_log" and "cmd_history" for output of command /history (output is... | Sebastien Helleu |
2010-07-16 | Use '!' to reverse a regex in a filter (to keep lines matching regex and hide... | Sebastien Helleu |
2010-07-07 | Improve output of /plugin list and listfull | Sebastien Helleu |
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-05-26 | Fix display bug with description of option in /help option if description is ... | Sebastien Helleu |
2010-05-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + underscor... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
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 examp... | Sebastien Helleu |
2010-03-23 | Fix alignment of keys in output of /key when some keys contain wide chars | Sebastien Helleu |
2010-03-23 | Reformat examples in help of some commands | Sebastien Helleu |
2010-03-22 | Fix typos in /help window and /help logger | Sebastien Helleu |
2010-03-22 | Add list of tags in /help filter | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |