Age | Commit message (Collapse) | Author |
|
|
|
script (/script show)
|
|
|
|
|
|
|
|
the commands fit on a single line
|
|
interface is initialized
|
|
modes on server (bug #39582)
|
|
|
|
The AND ("&&") takes precedence over the OR ("||").
Before the fix:
>> 1 || 1 && 0
== [0]
After the fix:
>> 1 || 1 && 0
== [1]
Since the "&&" has higher priority, expression is evaluated as:
"1 || (1 && 0)".
|
|
reference)
|
|
(bug #39548)
|
|
option aspell.color.suggestions
|
|
option weechat.network.gnutls_ca_file (task #12725)
|
|
|
|
(bug #39538)
|
|
|
|
|
|
|
|
(and not beyond the end)
|
|
|
|
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
|
|
|
|
(bug #39415)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with a NULL value (bug #39419)
|
|
A "-dummy" option has been added too, just to prevent accidental completion with
"-quit" (which is the first option completed).
Thanks to stfn for initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options) (debian packaging)
|
|
"Build-Depends" (debian packaging)
Packages asciidoc, source-highlight, xsltproc, docbook-xml and docbook-xsl are
now used to build man page in the package weechat-curses, which is not
arch-independent.
So these dependencies are moved from "Build-Depends-Indep" to "Build-Depends".
|
|
|