Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-07 | core: change default color of "mouse_status" item to lightgreen | Sébastien Helleu | |
2023-04-07 | core: add item "mouse_status" in default status bar | Sébastien Helleu | |
2023-04-07 | core: fix comment in bump version script | Sébastien Helleu | |
2023-04-07 | Update Japanese translations | Grady Martin | |
This fixes a small typo. | |||
2023-04-05 | doc: add BYPRODUCTS in doc-autogen target | Sébastien Helleu | |
This is needed for Ninja and the "clean" target now removes all auto-generated files. | |||
2023-04-05 | core: fix pointer to hash and hash_temp in doc generator | Sébastien Helleu | |
2023-04-05 | tests: add tests on function irc_server_alloc_with_url | Sébastien Helleu | |
2023-04-05 | irc: display a warning if command name in option `irc.msgbuffer.*` is not ↵ | Sébastien Helleu | |
lower case | |||
2023-04-05 | irc: display a warning if CTCP name in option `irc.ctcp.*` is not lower case | 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-04-03 | core: ensure tag/commit are not done upon startup, do not undo tag/commit in ↵ | Sébastien Helleu | |
case of error | |||
2023-04-03 | irc: don't switch to buffer of joined channel if it was not manually joined ↵ | Sébastien Helleu | |
nor present in server autojoin option | |||
2023-04-02 | core: add script release.sh | Sébastien Helleu | |
2023-04-02 | core: add script bump_version.sh | Sébastien Helleu | |
2023-04-02 | irc: update autojoin option with redirected channels when autojoin_dynamic ↵ | Sébastien Helleu | |
is enabled (closes #1898) | |||
2023-04-01 | core: update German translations | Nils Görs | |
2023-04-01 | core, plugins: set options to NULL by default, refactor config init functions | Sébastien Helleu | |
2023-04-01 | alias: rename all aliases to lower case on upgrade (issue #1872) | Sébastien Helleu | |
2023-03-31 | core: update German translations | Nils Görs | |
2023-03-31 | ci: enable build of incomplete docs on macOS | Sébastien Helleu | |
2023-03-31 | doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵ | Sébastien Helleu | |
docs (closes #1901) | |||
2023-03-31 | irc: fix target buffer for commands 432/433 when the nickname looks like a ↵ | Sébastien Helleu | |
channel | |||
2023-03-31 | build: add condition to enable gcc/g++ specific options | Sébastien Helleu | |
This fixes warnings with clang. | |||
2023-03-31 | core: replace key `meta2-` by `meta-[` in comments | Sébastien Helleu | |
2023-03-31 | doc/faq: replace key `meta2-` by `meta-[` | Sébastien Helleu | |
2023-03-31 | core: fix key `meta-[O` (unfocus with xterm) (closes #1900) | Sébastien Helleu | |
2023-03-31 | core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900) | Sébastien Helleu | |
It seems no terminal return such codes any more for pgup/pgdn, and `meta-[I` is conflicting with the xterm terminal "focus in" key code. The keys are also removed from config when converting old keys, but only if they are bound to the default command (`/window page_up` for `meta2-I` and `/window page_down` for `meta2-G`). | |||
2023-03-31 | core: update German translations | Nils Görs | |
2023-03-30 | core: update translations | Sébastien Helleu | |
2023-03-30 | logger: add info "logger_log_file" | Sébastien Helleu | |
2023-03-30 | spell: check buffer pointer received in info "spell_dict" | Sébastien Helleu | |
2023-03-30 | core: update translations | Sébastien Helleu | |
2023-03-30 | doc: update Ubuntu Bionic Debian patch to remove asciidoctor option | Sébastien Helleu | |
The option "--failure-level" has been added in Asciidoctor 1.5.7 and the version in Ubuntu Bionic is 1.5.5. | |||
2023-03-30 | ci: disable build of doc when NLS is disabled | Sébastien Helleu | |
2023-03-30 | ci: disable build of doc on macOS | Sébastien Helleu | |
Since the PHP plugin is not built, the doc can not be built any more (all plugins must be compiled to generate autogen files). | |||
2023-03-30 | doc: remove unnecessary empty lines in autogen files | Sébastien Helleu | |
2023-03-30 | doc: update autogen files only if changed, add autogen dependencies on docs | Sébastien Helleu | |
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-29 | doc: make asciidoctor fail on any warning | Sébastien Helleu | |
2023-03-28 | core: add separate function to get translated help for values of color options | Sébastien Helleu | |
2023-03-28 | core: check that infolist is not NULL in next/prev/reset_item_cursor functions | Sébastien Helleu | |
2023-03-27 | doc: sort commands by plugins in auto-generated files | Sébastien Helleu | |
2023-03-27 | core: remove extra separator in Serbian translation | Sébastien Helleu | |
2023-03-27 | core: add missing space in Polish translation | Sébastien Helleu | |
2023-03-27 | doc: update German auto-generated files | Sébastien Helleu | |
2023-03-27 | core: update German translations | Nils Görs | |
2023-03-26 | core: update ChangeLog (issue #1504) | Sébastien Helleu | |
2023-03-26 | core: update translations (issue #1504) | Sébastien Helleu | |
2023-03-26 | core: Add an option to start multiline input text on a new line | Trygve Aaberge | |
This does the same as the lead_linebreak option in multiline.pl. That is, when the input contains more than one line, the first line will be displayed beneath the previous items in the bar. This is practical because all the lines in the input will be aligned. Related to #1498 |