summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-09core: add actual/expected result in required infoSébastien Helleu
2017-04-08core: update translationsSébastien Helleu
2017-04-08core: fix typo in /help bufferarza
2017-04-07Merge pull request #944 from arza-zara/duplicate_sigquitSébastien Helleu
core: remove duplicate util_catch_signal for SIGQUIT
2017-04-07irc: fix double decoding of IRC colors in messages sent/displayed by ↵Sébastien Helleu
commands /msg and /query (issue #943)
2017-04-07core: remove duplicate util_catch_signal for SIGQUITarza
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu
2017-04-05doc: remove trailing whitespace in docsSébastien Helleu
2017-04-04core: build weechat-guile package on CygwinSébastien Helleu
Guile 2.0 is now available in Cygwin and then the weechat guile plugin can be built.
2017-04-04buflist: move set of "nick_prefix" in hashtableSébastien Helleu
2017-04-04doc: update German auto-generated filesSébastien Helleu
2017-04-03core: update German translationsNils Görs
2017-04-02doc: add min WeeChat version in function string_eval_expression (plugin API ↵Sébastien Helleu
reference)
2017-04-02core: fix styles in ChangeLogSébastien Helleu
2017-04-02doc: update Japanese auto-generated filesSébastien Helleu
2017-04-02Merge pull request #942 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-04-02api: fix memory leak in function string_dyn_free()Sébastien Helleu
Bug was introduced by commit af138840b3484e106d247c4a6a18a28e8225f5bb.
2017-04-02buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_emptySébastien Helleu
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-02core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-04-01core: move line from new features to improvements in ChangeLogSébastien Helleu
2017-04-01aspell: add options to control delimiters in suggestions (closes #940)Sébastien Helleu
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-01tests: fix tests on dynamic stringsSébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument ↵Sébastien Helleu
"free_string" is 0
2017-03-31core: update ChangeLogSébastien Helleu
2017-03-31core: replace python dependency by python2-devel for CygwinSébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-03-31buflist: add key "__quiet" in hashtable for function key_bindSébastien Helleu
2017-03-31api: add special key "__quiet" in function key_bindSébastien Helleu
2017-03-30core: update ChangeLogSébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ↵Sébastien Helleu
expressions
2017-03-30buflist: add mouse supportSébastien Helleu
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-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
If no callback is given, a default callback is used, which just compares pointers.
2017-03-29buflist: add option buflist.format.numberSébastien Helleu
2017-03-29doc: remove "translation missing" tag in French user's guideSébastien Helleu
2017-03-28tests: add tests on combining characters in cut/cutscr (evaluation of ↵Sébastien Helleu
expression)
2017-03-28core: fix cut of chars in "cutscr" of evaluated stringsSébastien Helleu
This fixes two problems: - stop before max char displayed with wide chars - preserve combining chars in the output Before the fix (wrong): >> ${cutscr:3,+,こんにちは世界} == [こん+] >> ${cutscr:1,+,a${\u0308}} == [a+] After the fix (OK): >> ${cutscr:3,+,こんにちは世界} == [こ+] >> ${cutscr:1,+,a${\u0308}} == [ä]
2017-03-27doc: fix note about libncursesw5-dev dependency in user's guideSébastien Helleu
2017-03-27doc: rewrite note about libncursesw5-dev dependency in user's guideSébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
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-26Merge pull request #938 from arza-zara/buffer_get_localvarSébastien Helleu
core: support local variables in /buffer get
2017-03-26doc: update Japanese auto-generated filesSébastien Helleu
2017-03-26Merge pull request #939 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-03-26relay: check buffer pointer received in "sync" and "desync" commands ↵Sébastien Helleu
(weechat protocol) (closes #936)
2017-03-26relay: remove buffer from synchronized buffers when it is closed (fix memory ↵Sébastien Helleu
leak)
2017-03-26doc: fix some translations of "library" in FrenchSébastien Helleu
2017-03-26core: fix typo librairies -> librariesSébastien Helleu
2017-03-26core: support local variables in /buffer getarza
2017-03-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-03-25buflist: add option buflist.look.display_conditionsSébastien Helleu
2017-03-25buflist: add option buflist.look.signals_refreshSébastien Helleu