Sébastien Helleu
a4ab81021f
Merge pull request #870 from rofl0r/fix_configure_cachevars
...
core: fix misnamed configure cache variables
2016-12-22 20:55:00 +01:00
rofl0r
66f545f846
core: fix misnamed configure cache variables
...
these 3 configure tests were bogus in that they didnt return a result:
```
checking for flock() support...
checking for execinfo.h and backtrace...
checking for eat_newline_glitch support...
```
looking at config.log reveals:
```
configure:24327: checking for eat_newline_glitch support
configure:24344: gcc -c -g -O2 -DHAVE_GNUTLS -D_FILE_OFFSET_BITS=64 ...
conftest.c: In function 'main':
conftest.c:134:2: error: assignment of read-only location '*(cur_term->flags ...
configure:24344: $? = 1
configure: failed program was:
...
configure:24351: result:
```
but due to the misnamed variables configure ended up enabling
eat_newline_glitch.
fixes #814
2016-12-22 19:37:10 +00:00
Sébastien Helleu
3218befa1e
doc: update German auto-generated files
2016-12-21 08:53:49 +01:00
Nils Görs
c50fab9103
core: update German translations
2016-12-21 08:27:08 +01:00
Sébastien Helleu
000238fd34
core: fix typo in /help weechat.look.align_multiline_words
2016-12-20 22:38:37 +01:00
Sébastien Helleu
c36a6a094d
Merge pull request #868 from neutric/patch-1
...
Grammar correction
2016-12-20 22:04:05 +01:00
neutric
31a64d2457
Grammar correction
2016-12-20 21:49:10 +01:00
Sébastien Helleu
c899c9bfe7
doc: update German auto-generated files
2016-12-18 18:49:52 +01:00
Nils Görs
1f12b3afb8
core: update German translations
2016-12-18 18:10:04 +01:00
Sébastien Helleu
b49c510d20
core: add more info about features in README
2016-12-18 13:39:35 +01:00
Sébastien Helleu
5eb6c650a1
doc: display default values of options on a separate line (user's guide)
2016-12-18 11:06:29 +01:00
Sébastien Helleu
228040dc04
core: link with resolv library only on Mac OS X
...
This fixes build on FreeBSD.
2016-12-17 20:33:39 +01:00
Sébastien Helleu
e098a0dc54
core: fix compilation on Mac OS X ( closes #276 )
...
The resolver functions like res_init() require link with resolv.
2016-12-17 17:52:33 +01:00
Sébastien Helleu
540ff92280
doc: update auto-generated files with WeeChat options
2016-12-17 08:00:51 +01:00
Sébastien Helleu
8ad3b9afe9
core: update ChangeLog ( closes #411 , closes #802 )
2016-12-17 08:00:08 +01:00
Sébastien Helleu
016bdcd31f
core: improve /help weechat.look.align_multiline_words
2016-12-17 07:57:46 +01:00
Sébastien Helleu
e671e20e0c
Merge remote-tracking branch 'origin/pr/802'
2016-12-17 07:51:47 +01:00
Sébastien Helleu
f18a32e160
irc: add examples in help of usermode server option
2016-12-15 21:21:35 +01:00
Nils Görs
9050ef757e
core: update German translations
2016-12-13 18:49:40 +01:00
Sébastien Helleu
6c1815d3d1
core, xfer: display more information on fork errors (issue #573 )
2016-12-13 18:24:46 +01:00
Sébastien Helleu
6da99d8749
doc: update German auto-generated files
2016-12-12 07:50:25 +01:00
Nils Görs
299e9c00de
core: update German translations
2016-12-11 20:06:45 +01:00
Sébastien Helleu
36c9317077
irc: evaluate content of server option "usermode"
2016-12-11 13:50:38 +01:00
Sébastien Helleu
39a8b9810b
core: update ChangeLog ( closes #377 , closes #820 )
2016-12-11 13:44:20 +01:00
Sébastien Helleu
ab490e10c7
irc: rename server option "umodes" to "usermode"
2016-12-11 13:43:34 +01:00
Sébastien Helleu
50a50d0339
Merge remote-tracking branch 'origin/pr/820'
2016-12-11 13:06:05 +01:00
Nils Görs
94cab4d33a
doc: update German documentation
2016-12-07 09:18:25 +01:00
Sébastien Helleu
ca217a84f4
doc: add package "weechat-plugins" in install of binary packages (user's guide)
2016-12-04 18:27:21 +01:00
Sébastien Helleu
de436e42fe
doc: add command "apt-get build-dep weechat" in user's guide
2016-12-04 18:23:53 +01:00
Sébastien Helleu
095f9ead1b
doc: remove obsolete sentence in tester's guide
2016-12-04 15:45:43 +01:00
Sébastien Helleu
351a7a493f
doc: add missing info in signal "xxx_script_install" (plugin API reference)
2016-12-04 15:08:56 +01:00
Sébastien Helleu
768bceca36
doc: fix French translation of "callback"
2016-12-04 15:02:07 +01:00
Sébastien Helleu
5b9d40aca3
doc: fix typo in developer's guide
2016-12-04 13:17:12 +01:00
Sébastien Helleu
c008fa68b7
doc: add non-breaking spaces in French docs before colons and semicolons
2016-12-04 13:13:41 +01:00
Sébastien Helleu
bd3dfb4827
doc: update German auto-generated files
2016-12-04 10:16:55 +01:00
Nils Görs
3a8053f797
core: update German translations
2016-12-04 09:57:39 +01:00
Sébastien Helleu
28fde407f4
irc: evaluate content of server option "ssl_fingerprint" ( closes #858 )
2016-12-03 09:44:18 +01:00
Sébastien Helleu
a864da7b3b
core: add extra notes about options renamed in ReleaseNotes
2016-12-03 08:45:04 +01:00
Sébastien Helleu
4c6d9e14d1
script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded ( closes #855 )
2016-12-01 19:34:23 +01:00
Sébastien Helleu
827c013aa7
core: replace "core" by constant PLUGIN_CORE
2016-11-30 21:30:17 +01:00
Sébastien Helleu
cbefb9677b
core: update ChangeLog
2016-11-30 21:24:40 +01:00
Sébastien Helleu
b27982382a
core: add command prefix in completion of /command
2016-11-30 21:21:05 +01:00
Sébastien Helleu
fa3ada831d
core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
2016-11-29 23:36:55 +01:00
Sébastien Helleu
d0af6b8dce
core: add optional arguments in completion template, sent to the callback
2016-11-29 20:01:35 +01:00
Sébastien Helleu
93ef6b0a3e
core: add option "time" in command /debug
2016-11-28 21:52:14 +01:00
Sébastien Helleu
9c76d80d4d
doc: fix style of commands in plugin API reference
2016-11-27 17:48:48 +01:00
Sébastien Helleu
64f05204f9
api: move functions hook_completion* after hook_command
2016-11-27 17:34:15 +01:00
Sébastien Helleu
6e82e6618c
doc: add note about options in chapter on format of lines (user's guide)
2016-11-27 08:27:29 +01:00
Sébastien Helleu
9d530c5dbd
doc: fix typo in English developer's guide
2016-11-27 08:20:35 +01:00
Sébastien Helleu
461d1f0073
doc: add missing punctuation in some table cells
2016-11-26 23:19:41 +01:00