summaryrefslogtreecommitdiff
path: root/doc/de
AgeCommit message (Collapse)Author
2012-06-30doc: update list of contributors in user guideSebastien Helleu
2012-06-30irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME ↵Sebastien Helleu
(task #12150)
2012-06-14core: add callback "nickcmp" for nick comparison in buffersSebastien Helleu
2012-06-13doc: add command /buffer to set notify level in user guideSebastien Helleu
2012-06-10doc: add chapters "Buffers and windows" and "Notify levels" in user guideSebastien Helleu
2012-06-10core: add horizontal separator between windows, two new options to toggle ↵Sebastien Helleu
horizontal/vertical separators between windows New boolean options, enabled by default: - weechat.look.window_separator_horizontal - weechat.look.window_separator_vertical
2012-06-09doc: add commands to download weeget.py in quickstart guideSebastien Helleu
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg ↵Sebastien Helleu
for highlight when nick is offline)
2012-06-09core: add options to use different color for offline nicks in prefix (patch ↵Sebastien Helleu
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-06-04rmodifier: reallow names beginning with "#" for rmodifiersSebastien Helleu
2012-06-04rmodifier: prohibit names beginning with "#" for rmodifiersSebastien Helleu
2012-06-04alias: prohibit names beginning with "#" for aliases (bug #36584)Sebastien Helleu
2012-06-02doc: update german translations and user guideNils Görs
2012-05-20doc: fix regex for filtering voice messages on bitlbee serverSebastien Helleu
2012-05-20doc: update german translations and user guideNils Görs
2012-05-18doc: update hdata "irc_server" (add "chanmodes") in plugin API referenceSebastien Helleu
2012-05-05core: add description of "command" in /help keySebastien Helleu
2012-05-03doc: update list of contributors in user guideSebastien Helleu
2012-05-03doc: fix recommended version of Python in user guideSebastien Helleu
2012-04-16core: update hdata "key" (add "score") in plugin API referenceSebastien Helleu
2012-04-11core: fix help of option weechat.completion.nick_completerSebastien Helleu
2012-04-09doc: update list of translators in user guideSebastien Helleu
2012-04-09doc: update help of command /disconnect in user guideSebastien Helleu
2012-04-07core: convert options weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
2012-04-03irc: fix help of option irc.color.mirc_remapSebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵Sebastien Helleu
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
2012-03-29doc: argument "shutdown_function" is optional in function register ↵Sebastien Helleu
(scripting guide)
2012-03-28logger: add colors for backlog lines and end of backlog (task #11966)Sebastien Helleu
2012-03-28core: update german translationsNils Görs
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵Sebastien Helleu
messages whose nick is the same as previous message) (task #11965)
2012-03-26irc: allow more than one nick in command /inviteSebastien Helleu
2012-03-23doc: add missing command "/set weechat.look.align_end_of_lines time" in ↵Sebastien Helleu
question about URLs (FAQ)
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-23doc: update hdata "irc_channel" (add "names_received") in plugin API referenceSebastien Helleu
2012-03-13doc: update german translations, FAQ and user guideNils Görs
2012-03-12irc: fix redirection of message when message is queued for sending on serverSebastien Helleu
2012-03-12irc: add signals and tags in messages for irc notify (patch from Quentin ↵Sebastien Helleu
Glidic) (task #11887)
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one
2012-03-05api: add list "gui_buffer_last_displayed" in hdata "buffer"Sebastien Helleu
2012-03-04core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to ↵Sebastien Helleu
weechat.look.paste_bracketed
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-02-29doc: rewrite sentence about command /charset in FAQSebastien Helleu
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-26irc: add search for lower case nicks in option irc.look.nick_color_forceSebastien Helleu
2012-02-26doc: add japanese translator in user guideSebastien Helleu
2012-02-24doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide)Sebastien Helleu
2012-02-24doc: add gdb commands to log output in a file (user guide)Sebastien Helleu
2012-02-21doc: update german translations and FAQNils Görs
2012-02-20core: update german translationsNils Görs