Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | buflist: add missing items buflist4 and buflist5 in help on command/options ↵ | Sébastien Helleu | |
and user's guide | |||
2023-09-09 | doc/user: add missing actions on script buffer | Sébastien Helleu | |
2023-09-09 | doc/user: add missing key alt+L (input `L`) on script buffer | Sébastien Helleu | |
2023-09-08 | doc/user: add missing actions `p` and `v` on fset buffer | Sébastien Helleu | |
2023-09-06 | irc: remove default CTCP replies FINGER and USERINFO from user's guide ↵ | Sébastien Helleu | |
(issue #1974) | |||
2023-08-30 | doc/user: add section "buffer" in chapter on WeeChat options (issue #352) | Sébastien Helleu | |
2023-08-28 | core: add key ctrl+z to suspend WeeChat process (closes #985) | Sébastien Helleu | |
2023-08-24 | core: add option `setauto` in command `/buffer` (issue #352) | Sébastien Helleu | |
2023-08-22 | build: update build dependency from libncursesw5-dev to libncurses-dev | Sébastien Helleu | |
2023-08-16 | doc/user: add chapter on cursor mode (issue #1282) | Sébastien Helleu | |
2023-08-16 | core: add parameters and key bindings to move to edges of current area with ↵ | Sébastien Helleu | |
commands `/cursor go` and `/cursor move` (closes #1282) | |||
2023-08-15 | doc/user: remove old note in French doc | Sébastien Helleu | |
2023-08-15 | doc/user: improve look of clicked buttons in mouse bindings | Sébastien Helleu | |
2023-08-14 | doc/user: add mouse, keys and input for /list buffer | Sébastien Helleu | |
2023-08-14 | doc/user: fix command bound to left mouse button in fset buffer | Sébastien Helleu | |
2023-07-12 | irc: evaluate options irc.ctcp.* (issue #1974) | Sébastien Helleu | |
2023-07-08 | irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ↵ | Sébastien Helleu | |
(issue #1974) | |||
2023-07-08 | core: 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-23 | doc/user: fix typo in French translation | Sébastien Helleu | |
2023-06-15 | doc/user: fix URL to plugin API reference | Sébastien Helleu | |
2023-06-12 | doc/user: update dependencies versions to Debian Bookworm | Sébastien Helleu | |
2023-06-12 | doc/user: fix description of key ctrl+q in search context | Sébastien Helleu | |
2023-06-03 | doc/user: add new FIFO syntax (issue #1950) | Sébastien Helleu | |
2023-06-03 | doc: fix formatting issues with links that target a blank window | Sébastien Helleu | |
2023-05-26 | doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages | Sébastien Helleu | |
2023-05-23 | doc/user: move IRCv3 chapter outside "Servers" | Sébastien Helleu | |
2023-05-23 | irc: add support of capability "echo-message" (closes #139) | Sébastien Helleu | |
2023-05-20 | doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt | Sébastien Helleu | |
2023-05-15 | doc/user: update note about chars replaced in IRC tags (trigger) | Sébastien Helleu | |
2023-05-14 | irc: add support of capability "draft/multiline" (closes #1923) | Sébastien Helleu | |
2023-05-04 | doc/user: add missing French translation for cursor key `l` | Sébastien Helleu | |
2023-05-03 | irc: add support of capability "batch" (closes #1292) | Sébastien Helleu | |
2023-04-25 | core: add cursor key l to quote focused line | Trygve Aaberge | |
Fixes #1913 | |||
2023-04-17 | doc/user: update links to release notes | Sébastien Helleu | |
2023-04-12 | irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903) | Sébastien Helleu | |
2023-04-12 | relay: rename "ssl" options and protocol to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-12 | irc: rename "ssl" options to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-05 | irc: search options `irc.ctcp.*` with lower case ctcp string | Sébastien Helleu | |
2023-04-03 | doc/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-31 | doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵ | Sébastien Helleu | |
docs (closes #1901) | |||
2023-03-30 | doc: 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-26 | doc/user: add keys to move and delete in a single line and whole input ↵ | Sébastien Helleu | |
(issue #1503) | |||
2023-02-16 | doc/user: make XDG directory fallback more clear in table | Sébastien Helleu | |
2023-02-10 | doc/user: move "Upgrade" chapter after "Running WeeChat" | Sébastien Helleu | |
2023-01-29 | core: force ctrl keys to lower case when they are added (closes #1875) | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2022-12-25 | core: 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-25 | core: 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-25 | core: 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-25 | core: 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` |