Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|
|
(issue #1484)
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lua and guile)
When there was a call to a hook callback during the eval, the output buffer was
cleared too late, and displayed multiple times in the buffer.
This commit clears the buffer even before we display it (this display can
trigger a hook callback).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to commit 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For now this works only in python, perl, ruby and guile.
|
|
|
|
|
|
|
|
|
|
|
|
callback from string to integer (in scripts)
|
|
hook_fd
|
|
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
|
|
|
|
|
|
expected (closes #718)
|
|
|