Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is now required after the changes introduced by commit
156d855787475deab27833219a188a4accf42558 in version 2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay client (user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
guide)
|
|
|
|
|
|
|
|
|
|
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
|
|
|
|
This is required for add_library() with INTERFACE library type.
|
|
|
|
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
|
|
(user's guide)
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
(same action as F1/F2)
|
|
(same action as F11/F12)
|
|
guide) (closes #1284)
|
|
|
|
|
|
|
|
|
|
authentication factor in weechat protocol
|
|
|
|
|
|
trigger
|
|
|
|
|