Sébastien Helleu
9a03e554e3
doc: update auto-generated files with hdata
2017-05-06 21:26:44 +02:00
Sébastien Helleu
2867dcc45f
doc: update Japanese auto-generated files
2017-05-06 14:21:17 +02:00
Sébastien Helleu
df00926d35
core: add option weechat.completion.nick_case_sensitive ( closes #981 )
2017-05-06 10:18:44 +02:00
Sébastien Helleu
90a9a1fb96
buflist: add option buflist.look.enabled
2017-05-05 23:24:02 +02:00
Sébastien Helleu
ca9e4697f5
doc: update German auto-generated files
2017-05-03 23:22:42 +02:00
Sébastien Helleu
0537fe0a83
doc: update Japanese auto-generated files
2017-05-02 21:20:46 +02:00
AYANOKOUZI, Ryuunosuke
676c8ccaa2
core: update Japanese translations
2017-05-02 09:00:00 +09:00
Sébastien Helleu
d73b54758c
irc: add option "open" in command /server ( closes #966 )
2017-05-02 07:38:45 +02:00
Sébastien Helleu
00eddd3a00
doc: add numeric comparison example in function string_eval_expression (plugin API reference)
2017-04-29 18:17:49 +02:00
Sébastien Helleu
b3073054a4
doc: add list of logical and comparison operators in function string_eval_expression (plugin API reference)
2017-04-29 17:54:53 +02:00
Sébastien Helleu
1fc06ba0ac
core: improve translation of /help eval
2017-04-29 17:39:50 +02:00
Sébastien Helleu
c491241989
core: update translations
2017-04-29 17:08:31 +02:00
Sébastien Helleu
9ccb798bcd
doc: fix OFTC URL in user's guide
2017-04-27 21:16:58 +02:00
Sébastien Helleu
0655d2d9c4
doc: update German auto-generated files
2017-04-27 08:27:40 +02:00
Sébastien Helleu
a21a31e3ca
buflist: add support of hdata "irc_server" and "irc_channel" in sort option ( closes #968 )
2017-04-26 20:22:06 +02:00
Sébastien Helleu
ef7851ab5c
Merge pull request #955 from arza-zara/weechat-fi
...
doc: add non-official support channel #weechat-fi in user's guide
2017-04-25 21:24:57 +02:00
Sébastien Helleu
8edca0dd75
buflist: add pointers to IRC server and channel
...
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
2017-04-25 21:07:15 +02:00
Sébastien Helleu
4049c6c8a2
doc: update auto-generated files with buflist options
2017-04-25 20:39:30 +02:00
Sébastien Helleu
112bebcddf
core: add a way to count the suffix length in max chars displayed in cut of string ("cut:" and "cutscr:") ( closes #963 )
...
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
2017-04-24 22:37:49 +02:00
Sébastien Helleu
0470a71af9
doc: update German auto-generated files
2017-04-24 22:34:11 +02:00
Sébastien Helleu
671c216eb3
buflist: add option buflist.format.indent
2017-04-23 14:49:04 +02:00
Sébastien Helleu
2606b8a5a3
script: remove option script.scripts.url_force_https, use HTTPS by default in option script.scripts.url (issue #253 )
2017-04-23 14:11:27 +02:00
Sébastien Helleu
3038380d25
doc: update Japanese auto-generated files
2017-04-22 21:15:31 +02:00
Sébastien Helleu
628313a663
doc: update auto-generated files with buflist options
2017-04-21 22:00:38 +02:00
Sébastien Helleu
90029f9abd
doc: fix translation of command "eval" in user's guide
2017-04-21 21:59:52 +02:00
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
a86a32334a
doc: add min WeeChat version in function string_eval_expression (plugin API reference)
2017-04-02 15:54:20 +02:00
Sébastien Helleu
4a23309f22
doc: update Japanese auto-generated files
2017-04-02 14:12:04 +02:00
AYANOKOUZI, Ryuunosuke
6948d22e40
core: update Japanese translations
2017-04-02 09:00:00 +09: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
af138840b3
api: return pointer to string in function string_dyn_free() if argument "free_string" is 0
2017-04-01 12:04:28 +02:00
Sébastien Helleu
2ab3015114
script: move default mouse keys for script plugin from core to script-mouse.c
2017-03-31 21:07:32 +02:00
Sébastien Helleu
36eb3ee343
api: add special key "__quiet" in function key_bind
2017-03-31 21:04:21 +02:00
Sébastien Helleu
bb00b6b8fb
core: add ${re:#} to get the index of last group captured in evaluation of expressions
2017-03-30 22:13:14 +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
467f482ea6
core: make "callback_cmp" optional in call to function arraylist_new()
...
If no callback is given, a default callback is used, which just compares
pointers.
2017-03-30 20:35:16 +02:00
Sébastien Helleu
0436fff31b
buflist: add option buflist.format.number
2017-03-29 20:00:36 +02:00
Sébastien Helleu
454a4b14b2
doc: remove "translation missing" tag in French user's guide
2017-03-29 19:59:59 +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
7d47652c99
doc: update Japanese auto-generated files
2017-03-26 15:31:30 +02:00
AYANOKOUZI, Ryuunosuke
5ce678bf75
core: update Japanese translations
2017-03-26 09:00:00 +09:00
Sébastien Helleu
df833d9ba8
doc: fix some translations of "library" in French
2017-03-26 08:20:20 +02:00