summaryrefslogtreecommitdiff
path: root/doc/de/autogen
AgeCommit message (Collapse)Author
2012-07-27irc: add help on values for option irc.look.nick_completion_smartSebastien Helleu
2012-07-27doc: update german translations and docsNils Görs
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option ↵Sebastien Helleu
relay.network.ssl_cert_key (task #12044)
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-15irc: describe possible values in /help irc.look.display_awaySebastien Helleu
2012-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to ↵Nils Görs
initial buffer after reaching end of hotlist) The option is "on" by default, which is old behaviour.
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵Sebastien Helleu
(task #12022)
2012-07-05aspell: add new option aspell.check.enabled, add options ↵Sebastien Helleu
enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988) New options in command /aspell: - "enable": enable aspell - "disable": disable aspell - "toggle": toggle aspell Options renamed in command /aspell: - "enable" renamed to "setdict" (set dictionary for current buffer) - "disable" renamed to "deldict" (delete dictionary used on current buffer) - "dictlist" renamed to "listdict" (show installed dictionaries)
2012-07-03doc: update german translations and user guideNils Görs
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-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-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: 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-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 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-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-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-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-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-21doc: update german translations and FAQNils Görs
2012-02-20core: update german translationsNils Görs
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu
2012-02-09core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= ↵Sebastien Helleu
7.24.0)
2012-02-04doc: update german translations, user guide and scripting guideNils Görs
2012-01-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu