Age | Commit message (Collapse) | Author |
|
|
|
|
|
guide) (closes #1284)
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1280)
|
|
|
|
|
|
|
|
|
|
|
|
A number of spelling/grammar fixes, some restructured sentences to improve
readability and replacement of previous names for Apple Macintosh's OS with the
current 'macOS' name.
Also added some more references to User's guide documentation sections.
Also clarified that a window can not only display 1 buffer, but also a set of
merged buffers.
Finally, added a version note about the /script command.
|
|
|
|
|
|
|
|
|
|
|
|
WeeChat home (deleted on exit)
|
|
This fixes a compilation issue on FreeBSD 11.0.
|
|
|
|
|
|
The C compiler flag "-fsigned--char" is used to force "char" data type to be
always signed (which is what WeeChat expects).
On ARM systems, char is unsigned by default, which is causing problems when
WeeChat stores -1 in the notify_level (type: char).
|
|
|
|
API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make WeeChat screenshots link more descriptive.
|
|
|
|
|
|
|
|
Fix regex in relay.network.allowed_ips doc
|
|
|
|
|
|
|