Sébastien Helleu
737a16b7de
doc: fix default conditions of beep trigger (user guide)
2018-08-11 09:38:54 +02:00
Nils Görs
6140aac57f
doc: update German documentation
2018-07-29 20:41:17 +02:00
Sébastien Helleu
b3fc7c1b1a
core: update weechat.org URLs to match latest version of the site
2018-07-29 11:03:24 +02:00
Sébastien Helleu
2047d4f1f7
doc: replace features page with remote interfaces (FAQ)
2018-07-29 10:57:39 +02:00
Sébastien Helleu
ac5f26367a
core: add contributor in AUTHORS.adoc (issue #1228 )
2018-07-28 22:29:19 +02:00
Sébastien Helleu
9b3ec88559
Merge pull request #1228 from Redfoxmoon3/master
...
don't overwrite user installed GNU auto* files
2018-07-28 22:21:53 +02:00
Ørjan Malde
ea4aad0b1d
don't overwrite user installed GNU auto* files
...
autoreconf -f overwrites user installed GNU auto* files like config.sub and config.guess
2018-07-27 21:32:27 +02:00
Sébastien Helleu
9fb8ca649e
core: update ChangeLog (issue #1162 )
2018-07-27 07:53:17 +02:00
Sébastien Helleu
a14973816b
Merge pull request #1225 from weechatter/partial_completion
...
gui: fix uncleared completion item (#1162 )
2018-07-27 07:51:36 +02:00
Sébastien Helleu
7d7ca34a41
core: allow partial buffer name in command /buffer close ( closes #1226 )
2018-07-27 07:48:02 +02:00
Sébastien Helleu
b7d6be5936
scripts: fix duplicated lines in output of script eval (python, perl, ruby, 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-25 20:19:26 +02:00
Nils Görs
b934e874d0
gui: fix uncleared completion item ( #1162 )
2018-07-21 12:50:39 +02:00
Sébastien Helleu
df27a3b76a
core: send signal "key_pressed" for mouse code only if the string is UTF-8 valid ( closes #1220 )
2018-07-15 15:09:31 +02:00
Jos Ahrens
738585d9e2
doc: mention there is an option to enable crash core files (user's guide)
...
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-15 14:18:07 +02:00
Jos Ahrens
62ad65ef45
core: improve instructions to report the crash
2018-07-15 14:09:34 +02:00
Sébastien Helleu
20a23484ed
Merge pull request #1223 from l/master/translation/ja_JP
...
doc: update Japanese translations
2018-07-14 20:42:39 +02:00
Sébastien Helleu
a3179c8c0d
Version 2.3-dev
2018-07-14 13:36:04 +02:00
Sébastien Helleu
c47916ac8e
Version 2.2
v2.2
2018-07-14 12:35:10 +02:00
AYANOKOUZI, Ryuunosuke
dd0b04d057
doc: update Japanese translations
2018-07-14 09:00:00 +09:00
Sébastien Helleu
e0cecefb0f
tests: fix compiler warnings on calls to snprintf
2018-07-13 22:35:39 +02:00
Sébastien Helleu
2682fb450d
lua: fix macros used to return values
2018-07-13 21:25:51 +02:00
Sébastien Helleu
bf48efffec
relay: fix compiler warnings on calls to snprintf
2018-07-13 21:25:07 +02:00
Sébastien Helleu
a205886d7a
core: fix compiler warnings on calls to snprintf
2018-07-13 21:24:40 +02:00
Sébastien Helleu
a8faa69610
Version 2.2-rc2
v2.2-rc2
2018-07-12 21:37:48 +02:00
Nils Görs
32c698fe21
doc: update German documentation
2018-07-12 20:22:43 +02:00
Krzysztof Korościk
30db245b77
doc: updated polish translation
2018-07-12 19:53:03 +02:00
Sébastien Helleu
184395eeb5
doc: update Japanese auto-generated files
2018-07-12 19:34:44 +02:00
Sébastien Helleu
503f07de8d
Merge pull request #1222 from l/master/translation/ja_JP
...
core: update Japanese translations
2018-07-12 19:33:07 +02:00
Sébastien Helleu
de1ade02c3
python: fix crash when loading a script with Python >= 3.7 ( closes #1219 )
2018-07-12 19:27:37 +02:00
Sébastien Helleu
7554febf7e
python: add detection of Python 3.7
2018-07-12 19:24:56 +02:00
Sébastien Helleu
426405c997
doc: add a trigger to jump to buffer number ≥ 100 in FAQ
2018-07-12 07:54:42 +02:00
AYANOKOUZI, Ryuunosuke
72548cb401
core: update Japanese translations
2018-07-12 09:00:00 +09:00
Sébastien Helleu
5b3f2ad466
irc: add nick, host and log tags in message displayed in private buffer when the nick comes back on the server ( closes #1221 )
2018-07-11 07:36:11 +02:00
Sébastien Helleu
7bd8fb4686
buflist: fix crash when setting the option buflist.look.signals_refresh with a list of signals
2018-07-10 20:30:10 +02:00
Sébastien Helleu
3d0e26ce39
doc: update Polish auto-generated files
2018-07-09 07:04:40 +02:00
Krzysztof Korościk
007a40cb5b
po: updated polish translation
2018-07-09 00:51:38 +02:00
Krzysztof Korościk
0834c9c966
doc: updated polish translation
2018-07-08 17:49:28 +02:00
Sébastien Helleu
833d1ebd7d
core: add contributor in AUTHORS.adoc (issue #1216 )
2018-07-08 15:44:35 +02:00
Jos Ahrens
e84d742709
core: split issue template into 3 files (bug report, feature request, question)
2018-07-08 15:43:21 +02:00
Sébastien Helleu
d4e9d81a48
Version 2.2-rc1
v2.2-rc1
2018-07-08 14:50:33 +02:00
Sébastien Helleu
14a929341e
fset: fix memory leak when switching the format with ctrl-X
2018-07-08 14:48:06 +02:00
Sébastien Helleu
c17ab6aa00
fset: fix truncation of option values when the length is greater than 4096 ( closes #1218 )
2018-07-08 14:46:19 +02:00
Nils Görs
5f17516d59
doc: update German documentation
2018-07-07 22:55:04 +02:00
Sébastien Helleu
7d97b1b85b
doc: use /unset command instead of /set xxx null (quickstart guide)
2018-07-07 17:43:50 +02:00
Sébastien Helleu
4aa0e570d0
doc: add default triggers in user's guide
2018-07-07 07:54:11 +02:00
Sébastien Helleu
5decae145f
relay: fix socket creation for relay server on OpenBSD ( closes #1213 )
...
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it
is read-only).
2018-07-01 15:39:34 +02:00
Sébastien Helleu
6292896021
irc: add channel color in message 354 with missing parameters (issue #1212 )
2018-06-24 09:46:29 +02:00
Sébastien Helleu
db690fbf91
irc: do not display message 354 with missing parameters if there's an automatic check of WHOX on the channel (issue #1212 )
2018-06-24 08:29:10 +02:00
Sébastien Helleu
a5962cf7f5
irc: display message 354 (WHOX) received with missing parameters ( closes #1212 )
2018-06-23 22:17:18 +02:00
Sébastien Helleu
24d2413fdc
core: add default value of option weechat.look.hotlist_add_conditions in release notes
2018-06-22 20:59:35 +02:00