arza
c3b85da2d0
doc: add non-official support channel #weechat-fi in user's guide
2017-04-18 03:45:08 +03:00
Sébastien Helleu
67fe4beb70
core: update translations
2017-04-08 14:53:32 +02:00
Sébastien Helleu
fab7a8bdfd
core: add Curl options for versions 7.50.0 to 7.52.0
2017-04-06 07:23:52 +02:00
Sébastien Helleu
2ab0b3b0a9
doc: remove trailing whitespace in docs
2017-04-05 08:17:32 +02:00
Sébastien Helleu
36661af744
doc: update German auto-generated files
2017-04-04 07:13:50 +02:00
Nils Görs
f12ab59a78
core: update German translations
2017-04-03 21:32:15 +02:00
Sébastien Helleu
20bb762e28
buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty
...
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
2017-04-02 08:37:47 +02:00
Sébastien Helleu
b29f18d7ea
aspell: add options to control delimiters in suggestions ( closes #940 )
...
New options:
- aspell.color.suggestion_delimiter_dict
- aspell.color.suggestion_delimiter_word
- aspell.look.suggestion_delimiter_dict
- aspell.look.suggestion_delimiter_word
Option renamed:
- aspell.color.suggestions -> aspell.color.suggestion
2017-04-01 12:26:48 +02:00
Sébastien Helleu
f0c8da2f05
buflist: add mouse support
...
New options:
- buflist.look.mouse_jump_visited_buffer
- buflist.look.mouse_move_buffer
- buflist.look.mouse_wheel
New keys added by buflist plugin:
- @item(buflist):button1* => hsignal:buflist_mouse
- @item(buflist):button2* => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
2017-03-30 20:39:37 +02:00
Sébastien Helleu
0436fff31b
buflist: add option buflist.format.number
2017-03-29 20:00:36 +02:00
Sébastien Helleu
ee82ba7461
doc: fix note about libncursesw5-dev dependency in user's guide
2017-03-27 21:40:02 +02:00
Sébastien Helleu
0fbca41d88
doc: rewrite note about libncursesw5-dev dependency in user's guide
2017-03-27 21:32:01 +02:00
Sébastien Helleu
f99c866f35
core: add cut of string with max chars displayed in evaluation of expressions
...
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
2017-03-27 21:14:51 +02:00
Sébastien Helleu
9d0ae31fce
buflist: add option buflist.look.display_conditions
2017-03-25 22:14:32 +01:00
Sébastien Helleu
9816c8cbce
buflist: add option buflist.look.signals_refresh
2017-03-25 21:39:59 +01:00
Sébastien Helleu
370fbeb5a3
doc: add command /buflist in user's guide
2017-03-25 15:20:31 +01:00
Sébastien Helleu
fb66eeec79
core: update translations
2017-03-25 15:13:18 +01:00
Sébastien Helleu
6b8c5381d4
doc: add buflist plugin in FAQ
2017-03-25 14:19:48 +01:00
Sébastien Helleu
b77e0a2c6f
doc: add buflist plugin in user's guide
2017-03-25 14:19:48 +01:00
Sébastien Helleu
a8bf5eb7ba
core: add hotlist pointer in buffer structure
2017-03-25 14:19:48 +01:00
Sébastien Helleu
c18be9da21
buflist: load plugin after some other plugins by shifting plugins priority
2017-03-25 14:18:19 +01:00
Sébastien Helleu
abbfc9664a
doc: add file buflist.conf in man page
2017-03-25 14:18:19 +01:00
Nils Görs
3fd8012729
core: update German translations
2017-03-12 21:35:04 +01:00
Sébastien Helleu
e4e18d106e
doc: add Gnutls CA file path for OS X (with homebrew openssl) in FAQ ( closes #739 )
2017-03-12 20:58:09 +01:00
Sébastien Helleu
b372a34b71
doc: list some remote interfaces for weechat relay protocol in user's guide
2017-03-04 23:26:00 +01:00
Sébastien Helleu
e52400841a
doc: update German auto-generated files
2017-02-19 07:44:39 +01:00
Sébastien Helleu
7fbdc08f3a
core: update translations and auto-generated doc files
2017-02-18 13:06:15 +01:00
Nils Görs
b8a399ced9
doc: update German documentation
2017-02-11 19:57:11 +01:00
Sébastien Helleu
e76471a2e0
doc: update instructions to connect to freenode via Tor (user's guide) ( closes #908 )
2017-02-10 07:56:12 +01:00
Nils Görs
658b166a41
doc: update German documentation
2017-01-27 23:46:57 +01:00
Sébastien Helleu
3c29cff2a5
core, alias: add xgettext comment on some command help strings
...
The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
2017-01-22 13:50:05 +01:00
Sébastien Helleu
42da33e625
doc: update auto-generated files
2017-01-08 12:13:10 +01:00
Sébastien Helleu
d2b8c2883b
core: update translations and auto-generated doc files
2017-01-07 07:59:38 +01:00
Sébastien Helleu
e6465d7041
doc: update auto-generated files
2017-01-06 23:00:01 +01:00
Sébastien Helleu
7c5ae208fd
doc: update German auto-generated files
2017-01-06 20:26:53 +01:00
Sébastien Helleu
990c0bc121
exec: add option "-oc" in command /exec to execute commands in process output ( closes #877 )
...
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
2017-01-06 19:22:24 +01:00
Sébastien Helleu
3752e97be1
doc: update German auto-generated files
2017-01-01 13:15:37 +01:00
Sébastien Helleu
705d86e684
core: update copyright dates
2017-01-01 11:32:04 +01:00
Sébastien Helleu
668bb3a4ad
api: add info "uptime" (WeeChat uptime)
2016-12-31 18:28:55 +01:00
Sébastien Helleu
3218befa1e
doc: update German auto-generated files
2016-12-21 08:53:49 +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
c899c9bfe7
doc: update German auto-generated files
2016-12-18 18:49:52 +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
540ff92280
doc: update auto-generated files with WeeChat options
2016-12-17 08:00:51 +01:00
Sébastien Helleu
f18a32e160
irc: add examples in help of usermode server option
2016-12-15 21:21:35 +01:00
Sébastien Helleu
6da99d8749
doc: update German auto-generated files
2016-12-12 07:50:25 +01:00
Sébastien Helleu
36c9317077
irc: evaluate content of server option "usermode"
2016-12-11 13:50:38 +01:00
Sébastien Helleu
ab490e10c7
irc: rename server option "umodes" to "usermode"
2016-12-11 13:43:34 +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