Age | Commit message (Collapse) | Author |
|
|
|
|
|
(issue #1974)
|
|
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.
|
|
|
|
focus data (closes #1955)
These variables are the same as "_chat_bol" and "_chat_eol" except that they
stop at the beginning of the focused line (not the whole message displayed, in
case message has multiple lines separated by "\n").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"relay_client_irc_out"
|
|
|
|
|
|
|
|
The record functions are moved to tests-record.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.color.chat_status_enabled (issue #1820)
|
|
|
|
Fixes #1913
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`ENABLE_SCRIPTS`
The Javascript plugin is not built by default any more since v2.9 and must be
explicitly enabled with `-DENABLE_JAVASCRIPT=ON`.
|
|
docs (closes #1901)
|
|
|
|
|
|
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
|
|
|
|
|
|
(issue #1503)
|
|
|
|
|
|
|
|
The weechat.spec was obsolete and openSUSE has its own here:
https://build.opensuse.org/package/view_file/server:irc/weechat/weechat.spec?expand=1
|