summaryrefslogtreecommitdiff
path: root/doc/de/weechat_user.de.adoc
AgeCommit message (Collapse)Author
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error.
2023-06-23core: update German translationsNils Görs
2023-06-15doc/user: fix URL to plugin API referenceSébastien Helleu
2023-06-12doc/user: update dependencies versions to Debian BookwormSébastien Helleu
2023-06-12doc/user: fix description of key ctrl+q in search contextSébastien Helleu
2023-06-04doc: update German documentationNils Görs
2023-06-03doc/user: add new FIFO syntax (issue #1950)Sébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-05-29doc: update German documentationNils Görs
2023-05-26doc/user: rewrite IRC smart filter chapter, add detail on all filtered messagesSébastien Helleu
2023-05-25core: update German translationsNils Görs
2023-05-23doc/user: move IRCv3 chapter outside "Servers"Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-20doc: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-05-15doc/user: update note about chars replaced in IRC tags (trigger)Sébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-03core: update German translationsNils Görs
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-04-26doc: update German documentationNils Görs
2023-04-25core: add cursor key l to quote focused lineTrygve Aaberge
Fixes #1913
2023-04-17doc/user: update links to release notesSébastien Helleu
2023-04-12irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903)Sébastien Helleu
2023-04-12relay: rename "ssl" options and protocol to "tls" (issue #1903)Sébastien Helleu
2023-04-12irc: rename "ssl" options to "tls" (issue #1903)Sébastien Helleu
2023-04-12core: update German translationsNils Görs
2023-04-05irc: search options `irc.ctcp.*` with lower case ctcp stringSébastien Helleu
2023-04-03doc/user: remove Javascript from plugins compiled with CMake option ↵Sébastien Helleu
`ENABLE_SCRIPTS` The Javascript plugin is not built by default any more since v2.9 and must be explicitly enabled with `-DENABLE_JAVASCRIPT=ON`.
2023-03-31core: update German translationsNils Görs
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵Sébastien Helleu
docs (closes #1901)
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add ↵Sébastien Helleu
parameter `--doc-gen` Changes: - build of doc now requires weechat-headless, translations and all plugins - convert docgen.py to C - remove `autogen_*` files from repository - add command line parameter `--doc-gen` in `weechat-headless` to build autogen files - build .mo files with directories like the installed ones (eg: "<lang>/LC_MESSAGES/weechat.mo") - remove javascript chapter from user's guide
2023-03-27core: update German translationsNils Görs
2023-03-26doc/user: add keys to move and delete in a single line and whole input ↵Sébastien Helleu
(issue #1503)
2023-02-21doc: update German documentationNils Görs
2023-02-16doc/user: make XDG directory fallback more clear in tableSébastien Helleu
2023-02-10doc/user: move "Upgrade" chapter after "Running WeeChat"Sébastien Helleu
2023-01-29core: update German translationsNils Görs
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
CMake is now the only way to build WeeChat.
2022-12-25core: move `/input` buffer switch/zoom actions to command `/buffer`Sébastien Helleu
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom`
2022-12-25core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`Sébastien Helleu
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread`
2022-12-25core: move `/input` hotlist actions to new command `/hotlist`Sébastien Helleu
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all`
2022-12-25core: move `/input` jump actions to command `/buffer jump`Sébastien Helleu
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
2022-12-14core: update German translationsNils Görs
2022-12-10core: add color attributes "blink" and "dim" (half bright) (closes #1855)Sébastien Helleu
2022-11-09doc/user: add missing supported format for trigger regexSébastien Helleu
2022-11-07doc: update German documentationNils Görs
2022-11-06trigger: add regex command "y" to translate chars, set default regex command ↵Sébastien Helleu
to "s" (regex replace) (closes #1510)
2022-11-05doc: Fix typo in highlight_disable_regex option nameTrygve Aaberge
The section describes highlight_disable_regex, but the example used highlight_regex instead.
2022-10-15python: remove support of Python 2.xSébastien Helleu
2022-10-06doc: update German documentationNils Görs