Age | Commit message (Collapse) | Author |
|
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
|
|
|
|
(issue #1577)
|
|
|
|
|
|
alias_replace_args
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matters (issue #1872)
|
|
(issue #1872)
|
|
sensitive (issue #1872)
|
|
(issue #1872)
|
|
|
|
CMake is now the only way to build WeeChat.
|
|
|
|
|
|
|
|
|
|
"localvar" to "listvar"
The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still
recognized by WeeChat, to stay compatible with any extension/script calling
it (or referencing it in the documentation).
It is deprecated and will be removed in a future release.
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|
|
|
|
|
|
|
|
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
|
|
|