summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
2009-06-13Display buffer name in hotlist if buffers are merged with same numberSebastien Helleu
2009-06-13Remove all merged buffers from hotlist, instead of only current selected bufferSebastien Helleu
2009-06-13Fix IRC mode parsing when receiving modes with arguments (bug #26793)Sebastien Helleu
2009-06-13Do not refresh buffer if displayed line is filtered (hidden)Sebastien Helleu
2009-06-13Update ChangeLog and NEWSSebastien Helleu
2009-06-13Fix english typos in docs (patch from jdhore)Sebastien Helleu
2009-06-13Fix typoSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-06-12Fix line filtering after /upgrade when filter applies on one buffer onlySebastien Helleu
2009-06-12Fix refresh of hidden bars (patch #6837)Sebastien Helleu
2009-06-12Fix bug with some utf-8 chars in input lineSebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or name...Sebastien Helleu
2009-06-11Improve completion for script plugins commandsSebastien Helleu
2009-06-11Fix display bug with color/attribute chars (< 32) in command line (bug #26749)Sebastien Helleu
2009-06-11Fix typo with plural of "ignore"Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-11Remove debian directory from package built with make distSebastien Helleu
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Add variable "active" in buffer infolistSebastien Helleu
2009-06-10Fix help of /wait command (missing '/' in examples)Sebastien Helleu
2009-06-10Display error if command "/key bind" has not enough argumentsSebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-10Fix bug with cmake options for building script pluginsSebastien Helleu
2009-06-07Fix some bugs in asciidoc detection, add detection of source-highlight (neede...Emmanuel Bouthenot
2009-06-07Change the way to detect gnutls (using pkg-config instead of libgnutls-config)Emmanuel Bouthenot
2009-06-07Fix display problem with bar item "away" in IRC pluginSebastien Helleu
2009-06-06Update ChangeLogSebastien Helleu
2009-06-04Fix bug with /buffer close N1-N2Sebastien Helleu
2009-06-03Fix display of bold/reverse/underline color attributes in barsSebastien Helleu
2009-06-02Add note about ports < 1024 (reserved for root) for listening ports (options ...Sebastien Helleu
2009-06-02Add note about recommended locale (UTF-8) in FAQSebastien Helleu
2009-06-02Fix set of color options with ++N or --N, to add/subtract integer value to colorSebastien Helleu
2009-06-02Add note about alt+k for binding keys in /help keySebastien Helleu
2009-06-02Add cmake detection for asciidoc versionSebastien Helleu
2009-05-28Add color for bar item "away" (irc.color.item_away)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-21Fix jump to previous buffer with alt-digitSebastien Helleu
2009-05-21Fix display bug with text in IRC action that contains bold char (text truncat...Sebastien Helleu
2009-05-19New default value "0" for option irc.network.lag_disconnect (do not disconnec...Sebastien Helleu
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-19Fix crash with /upgrade (problem when closing buffers)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task #9390...Sebastien Helleu
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu
2009-05-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-17Add function "config_is_set_plugin" in plugin/script APISebastien Helleu