summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
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-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
2009-04-11Add support of many templates for completion of command arguments, rename ↵Sebastien Helleu
default completion items
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
2009-04-03Add missing key bindings in docSebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick ↵Sebastien Helleu
completion, on by default)
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / ↵Sebastien Helleu
speakers_highlights
2009-04-01Fix bug with partial completionsSebastien Helleu
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other".
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-29Add missing autogen doc files in makefilesSebastien Helleu
2009-03-29Update docSebastien Helleu
2009-03-26Update script API in doc (developer guide)Sebastien Helleu
2009-03-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵Sebastien Helleu
utf-8 chars, add function utf8_char_int to API
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-20Fix typo in docSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Fix typo in docSebastien Helleu
2009-03-15Add new option irc.look.display_old_topic to display old topic when channel ↵Sebastien Helleu
topic is changed
2009-03-15Fix typo in developer guideSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of ↵Sebastien Helleu
always forcing it to on (bug #25770)
2009-03-06Add new hook type "process": launch command with fork and catch result ↵Sebastien Helleu
(rc/stdout/stderr) via callback
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu