Nils Görs
|
f6fdecb846
|
doc: update German documentation
|
2023-02-21 12:25:23 +01:00 |
|
Sébastien Helleu
|
188583256e
|
doc/user: make XDG directory fallback more clear in table
|
2023-02-16 21:39:02 +01:00 |
|
Sébastien Helleu
|
3466c716ae
|
doc/user: move "Upgrade" chapter after "Running WeeChat"
|
2023-02-10 19:00:01 +01:00 |
|
Nils Görs
|
958ddee8fd
|
core: update German translations
|
2023-01-29 13:20:28 +01:00 |
|
Sébastien Helleu
|
fd746a04d6
|
core: force ctrl keys to lower case when they are added (closes #1875)
|
2023-01-29 12:41:28 +01:00 |
|
Sébastien Helleu
|
754ab33946
|
core: remove build with autotools
CMake is now the only way to build WeeChat.
|
2023-01-08 14:19:41 +01:00 |
|
Sébastien Helleu
|
41fd26fe79
|
core: move /input buffer switch/zoom actions to command /buffer
Actions moved:
* `/input switch_active_buffer` -> `/buffer switch`
* `/input switch_active_buffer_previous` -> `/buffer switch -previous`
* `/input zoom_merged_buffer` -> `/buffer zoom`
|
2022-12-25 22:47:18 +01:00 |
|
Sébastien Helleu
|
0c29d4c5b6
|
core: move /input set_unread actions to commands /allbuf and /buffer set
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
|
2022-12-25 21:44:27 +01:00 |
|
Sébastien Helleu
|
babe1e7a42
|
core: move /input hotlist actions to new command /hotlist
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-25 18:50:57 +01:00 |
|
Sébastien Helleu
|
c9796a3141
|
core: move /input jump actions to command /buffer jump
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-25 17:00:37 +01:00 |
|
Nils Görs
|
32496d1705
|
core: update German translations
|
2022-12-14 22:38:45 +01:00 |
|
Sébastien Helleu
|
5b9b1e175b
|
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
|
2022-12-10 16:37:03 +01:00 |
|
Sébastien Helleu
|
70998a53de
|
doc/user: add missing supported format for trigger regex
|
2022-11-09 08:12:54 +01:00 |
|
Nils Görs
|
2e4a033f0d
|
doc: update German documentation
|
2022-11-07 13:21:12 +01:00 |
|
Sébastien Helleu
|
7555993bbc
|
trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (closes #1510)
|
2022-11-06 09:14:14 +01:00 |
|
Trygve Aaberge
|
03899e5ea5
|
doc: Fix typo in highlight_disable_regex option name
The section describes highlight_disable_regex, but the example used
highlight_regex instead.
|
2022-11-05 21:37:25 +01:00 |
|
Sébastien Helleu
|
319abf4fd0
|
python: remove support of Python 2.x
|
2022-10-15 22:56:06 +02:00 |
|
Nils Görs
|
1fd5dd4c34
|
doc: update German documentation
|
2022-10-06 15:02:08 +02:00 |
|
Sébastien Helleu
|
ae61137216
|
trigger: add variable ${tg_hook_type} (closes #1765)
|
2022-09-30 21:32:27 +02:00 |
|
Sébastien Helleu
|
fd43ad6387
|
core: fix compilation with zstd < 1.4.0
Note: zstd ≥ 0.8.1 is now required to compile WeeChat.
|
2022-09-29 15:59:01 +02:00 |
|
Nils Görs
|
5cfcec7212
|
doc: update German documentation
|
2022-09-29 11:06:13 +02:00 |
|
Sébastien Helleu
|
9817372553
|
doc/user: add chapter on log file rotation/compression
|
2022-09-29 09:46:43 +02:00 |
|
Sébastien Helleu
|
7711ed95c5
|
logger: add options to rotate and compress log files (closes #314)
New options:
- logger.file.rotation_compression_level
- logger.file.rotation_compression_type
- logger.file.rotation_size_max
|
2022-09-28 20:52:59 +02:00 |
|
Nils Görs
|
be6a29a596
|
doc: update German documentation
|
2022-09-27 10:56:11 +02:00 |
|
Sébastien Helleu
|
01cf98e8fb
|
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
The key ctrl+w now deletes one word until whitespace.
The new key alt+backspace deletes one word (same behavior as ctrl+w in previous
releases).
|
2022-09-18 23:26:49 +02:00 |
|
Nils Görs
|
ae273b2714
|
core: update German translations
|
2022-07-28 13:45:27 +02:00 |
|
Sébastien Helleu
|
68ad24f2df
|
core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex" (closes #1798)
|
2022-07-24 22:43:48 +02:00 |
|
Sébastien Helleu
|
a37c46c21e
|
doc: use non-breaking spaces before links to notes
|
2022-07-22 17:24:44 +02:00 |
|
Nils Görs
|
8fb7987633
|
doc: update German documentation
|
2022-07-09 00:35:09 +02:00 |
|
Sébastien Helleu
|
aee4d283c9
|
doc/user: add arrow and open external links in new tab
|
2022-06-26 22:23:54 +02:00 |
|
Sébastien Helleu
|
d3cdccc274
|
doc/user: replace TOR by Tor
|
2022-06-26 16:38:05 +02:00 |
|
Sébastien Helleu
|
42a0a19828
|
doc/user: add a chapter on supported IRCv3 extensions
|
2022-06-25 08:53:18 +02:00 |
|
Sébastien Helleu
|
031819173b
|
doc: change formatting in asciidoctor tables
|
2022-06-23 20:43:46 +02:00 |
|
Sébastien Helleu
|
8ac67ff540
|
doc: add trailing slashes in URLs
|
2022-06-18 16:05:11 +02:00 |
|
Sébastien Helleu
|
b8ef7e2f65
|
doc/user: add missing server option "autojoin_dynamic"
|
2022-06-18 12:49:03 +02:00 |
|
Sébastien Helleu
|
487406cfd9
|
doc/user: fix column size
|
2022-06-10 12:41:13 +02:00 |
|
Nils Görs
|
cd4db84feb
|
doc: update German documentation
|
2022-06-10 09:16:39 +02:00 |
|
Sébastien Helleu
|
55a796f30b
|
doc/user: add chapter on custom bar items
|
2022-06-07 21:04:34 +02:00 |
|
Sébastien Helleu
|
f3d2f9bbe1
|
doc/user: fix links to commands
|
2022-05-30 22:11:40 +02:00 |
|
Nils Görs
|
46033a7ee9
|
doc: update German documentation
|
2022-04-18 10:58:35 +02:00 |
|
Sébastien Helleu
|
674f52bf58
|
core: add bar item "spacer"
|
2022-04-18 09:52:01 +02:00 |
|
Sébastien Helleu
|
9fceaa465d
|
doc/user: add install of binary package with brew on macOS
|
2022-04-09 19:36:11 +02:00 |
|
Sébastien Helleu
|
95d0b89d1d
|
doc/user: add chapter on containers
|
2022-03-28 23:18:44 +02:00 |
|
Sébastien Helleu
|
6e75f93e1f
|
doc/user: translate FreeBSD installation instructions (issue #1760)
|
2022-03-13 20:40:32 +01:00 |
|
Sébastien Helleu
|
214e3cb1c2
|
doc/user: fix style in tables
|
2022-02-21 18:26:11 +01:00 |
|
Nils Görs
|
b4a14ef1dd
|
doc: update German documentation
|
2022-02-21 08:58:00 +01:00 |
|
Sébastien Helleu
|
601bd7e0b8
|
doc/user: update dependencies using versions from Debian Bullseye
|
2022-02-20 16:12:21 +01:00 |
|
Sébastien Helleu
|
d3a9ce29fc
|
doc/user: add missing dependency on ruby-pygments.rb to build doc
|
2022-02-20 09:09:54 +01:00 |
|
Sébastien Helleu
|
e0db08c782
|
debian: change dependency libargon2-0-dev to libargon2-dev (debian bug #1005703)
|
2022-02-19 10:18:38 +01:00 |
|
Sébastien Helleu
|
ec86c33789
|
doc/user: add supported C++ compilers in dependencies
|
2022-02-01 20:33:17 +01:00 |
|