summaryrefslogtreecommitdiff
path: root/doc/de/autogen/plugin_api/completions.txt
AgeCommit message (Collapse)Author
2013-04-16doc: update german translations and docsNils Görs
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-02-04doc: update german translations and scripting guideNils Görs
2013-01-31aspell: optimization on spellers to improve speed (save state by buffer), ↵Sebastien Helleu
add info "aspell_dict", add completion "aspell_dicts" Two hashtables have been added to store the spellers currently used (in all buffers) and info for each buffer: array with pointers to spellers and state of aspell for this buffer. Therefore the spellers are not destroyed and created again on each buffer switch, or each time screen is refreshed when window is split.
2012-09-18doc: update german translations, FAQ and quickstart guideNils Görs
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-06-02doc: update german translations and user guideNils Görs
2012-03-13doc: update german translations, FAQ and user guideNils Görs
2012-02-21doc: update german translations and FAQNils Görs
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-08-15doc: update german translationsSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-05core: add context "search" for keys (to define keys used during search in ↵Sebastien Helleu
buffer with ctrl+"r")
2011-05-04doc: update german translations and docsSebastien Helleu
2011-04-15doc: update german translations and user guideSebastien Helleu
2011-01-31Update german translationsSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien 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-02Update german translationsSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-11-20Update german translationsSebastien Helleu
2010-11-09Complete with alias value for second argument of command /aliasSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" ↵Sebastien Helleu
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers).
2010-09-08Update german translations and user guideSebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-07-27Update german translationsSebastien Helleu
2010-06-14Add german user guideSebastien Helleu