summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Add color for channel IRC notices (patch #6841)Sebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
2009-06-13Fix english typos in docs (patch from jdhore)Sebastien Helleu
2009-06-13Fix typoSebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or ↵Sebastien Helleu
name in status bar
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
jump
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Fix help of /wait command (missing '/' in examples)Sebastien 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-07Fix some bugs in asciidoc detection, add detection of source-highlight ↵Emmanuel Bouthenot
(needed by asciidoc to build doc)
2009-06-02Add note about ports < 1024 (reserved for root) for listening ports (options ↵Sebastien Helleu
xfer.network.port_range and relay.network.listen_port_range)
2009-06-02Add note about recommended locale (UTF-8) in FAQSebastien 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-19New default value "0" for option irc.network.lag_disconnect (do not ↵Sebastien Helleu
disconnect on high lag)
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task ↵Sebastien Helleu
#9390, task #7239)
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 ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-17Add function "config_is_set_plugin" in plugin/script APISebastien Helleu
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-05-15Convert some docs to asciidoc format, add tester's guide, remove some ↵Sebastien Helleu
obsolete docs
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵Sebastien Helleu
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-05-12Fix git command to clone repository in docSebastien Helleu
2009-05-11Change version from 0.2.7-dev to 0.3.0-devSebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-08Improve completion: allow a command to use completion of another command ↵Sebastien Helleu
(used by alias plugin)
2009-05-05Add description of notify levels in /help bufferSebastien Helleu
2009-05-03Fix help of /set command (remove french words)Sebastien Helleu
2009-05-03Add irc info "irc_current_server" (returned only if one buffer is used for ↵Sebastien Helleu
all servers)
2009-05-02Add data string argument in all callbacks of script API, display script name ↵Sebastien Helleu
in error messages for scripts
2009-04-24Remove old docs for notify pluginSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Fix typo: easyly -> easilySebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-21Add new option weechat.look.jump_current_to_previous_bufferSebastien Helleu
2009-04-18Fix typo in docSebastien Helleu
2009-04-17Add list of signals in developer guideSebastien Helleu
2009-04-17Fix typo in docSebastien Helleu
2009-04-16Add list of modifiers in developer guideSebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and ↵Sebastien Helleu
infolists from user guide to developer guide