summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-27don't overwrite user installed GNU auto* filesØrjan Malde
autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess
2018-07-27core: update ChangeLog (issue #1162)Sébastien Helleu
2018-07-27Merge pull request #1225 from weechatter/partial_completionSébastien Helleu
gui: fix uncleared completion item (#1162)
2018-07-27core: allow partial buffer name in command /buffer close (closes #1226)Sébastien Helleu
2018-07-25scripts: fix duplicated lines in output of script eval (python, perl, ruby, ↵Sébastien Helleu
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).
2018-07-21gui: fix uncleared completion item (#1162)Nils Görs
2018-07-15core: send signal "key_pressed" for mouse code only if the string is UTF-8 ↵Sébastien Helleu
valid (closes #1220)
2018-07-15doc: mention there is an option to enable crash core files (user's guide)Jos Ahrens
For people skimming the section, it will not be immediately clear to them, especially since everything seems to suggest this option is enabled by default.
2018-07-15core: improve instructions to report the crashJos Ahrens
2018-07-14Merge pull request #1223 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2018-07-14Version 2.3-devSébastien Helleu
2018-07-14Version 2.2Sébastien Helleu
2018-07-14doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-07-13tests: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-13lua: fix macros used to return valuesSébastien Helleu
2018-07-13relay: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-13core: fix compiler warnings on calls to snprintfSébastien Helleu
2018-07-12Version 2.2-rc2Sébastien Helleu
2018-07-12doc: update German documentationNils Görs
2018-07-12doc: updated polish translationKrzysztof Korościk
2018-07-12doc: update Japanese auto-generated filesSébastien Helleu
2018-07-12Merge pull request #1222 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-07-12python: fix crash when loading a script with Python >= 3.7 (closes #1219)Sébastien Helleu
2018-07-12python: add detection of Python 3.7Sébastien Helleu
2018-07-12doc: add a trigger to jump to buffer number ≥ 100 in FAQSébastien Helleu
2018-07-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-07-11irc: add nick, host and log tags in message displayed in private buffer when ↵Sébastien Helleu
the nick comes back on the server (closes #1221)
2018-07-10buflist: fix crash when setting the option buflist.look.signals_refresh with ↵Sébastien Helleu
a list of signals
2018-07-09doc: update Polish auto-generated filesSébastien Helleu
2018-07-09po: updated polish translationKrzysztof Korościk
2018-07-08doc: updated polish translationKrzysztof Korościk
2018-07-08core: add contributor in AUTHORS.adoc (issue #1216)Sébastien Helleu
2018-07-08core: split issue template into 3 files (bug report, feature request, question)Jos Ahrens
2018-07-08Version 2.2-rc1Sébastien Helleu
2018-07-08fset: fix memory leak when switching the format with ctrl-XSébastien Helleu
2018-07-08fset: fix truncation of option values when the length is greater than 4096 ↵Sébastien Helleu
(closes #1218)
2018-07-07doc: update German documentationNils Görs
2018-07-07doc: use /unset command instead of /set xxx null (quickstart guide)Sébastien Helleu
2018-07-07doc: add default triggers in user's guideSébastien Helleu
2018-07-01relay: fix socket creation for relay server on OpenBSD (closes #1213)Sébastien Helleu
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it is read-only).
2018-06-24irc: add channel color in message 354 with missing parameters (issue #1212)Sébastien Helleu
2018-06-24irc: do not display message 354 with missing parameters if there's an ↵Sébastien Helleu
automatic check of WHOX on the channel (issue #1212)
2018-06-23irc: display message 354 (WHOX) received with missing parameters (closes #1212)Sébastien Helleu
2018-06-22core: add default value of option weechat.look.hotlist_add_conditions in ↵Sébastien Helleu
release notes
2018-06-17core: update ChangeLog (issue #1208)Sébastien Helleu
2018-06-17core: add contributor in AUTHORS.adoc (issue #1208)Sébastien Helleu
2018-06-15Update configure.ac for v8 pluginChris Hills
Explicitly link with -lpthread to fix detection and compilation on some Linux distributions.
2018-06-15doc: update German documentationNils Görs
2018-06-15doc: update auto-generated filesSébastien Helleu
2018-06-14core: update German translationsNils Görs