summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-25core: fix command /cursor stop (do not toggle cursor mode) (closes #964)Sébastien Helleu
2017-04-25core: add new cut formats in function commentSébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of ↵Sébastien Helleu
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-24doc: update German auto-generated filesSébastien Helleu
2017-04-24core: update German translationsNils Görs
2017-04-23buflist: add option buflist.format.indentSébastien Helleu
2017-04-23script: remove option script.scripts.url_force_https, use HTTPS by default ↵Sébastien Helleu
in option script.scripts.url (issue #253)
2017-04-22core: update stable version in script version.shSébastien Helleu
2017-04-22core: add version 1.7.1 in ChangeLog and ReleaseNotesSébastien Helleu
2017-04-22doc: update Japanese auto-generated filesSébastien Helleu
2017-04-22Merge pull request #961 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-04-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-04-22core: ensure length is not negative in function string_strndupSébastien Helleu
2017-04-22core: update ChangeLogSébastien Helleu
2017-04-22core: add contributor in AUTHORS.adocSébastien Helleu
2017-04-22irc: fix parsing of DCC filenameTobias Stoeckmann
2017-04-21doc: update auto-generated files with buflist optionsSébastien Helleu
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
2017-04-21core: add missing space in German translationSébastien Helleu
2017-04-21core: update German translationsNils Görs
2017-04-21core: update German translationsNils Görs
2017-04-21core: add link to function color (plugin API reference) in /help evalSébastien Helleu
2017-04-20buflist: add example in /help buflist.look.display_conditionsSébastien Helleu
2017-04-20buflist: remove foreground color from default value of option ↵Sébastien Helleu
buflist.format.buffer_current (closes #954) The foreground is not needed because it is overriden by the hotlist color.
2017-04-20buflist: fix refresh of buflist bar item when the option ↵Sébastien Helleu
buflist.look.display_conditions is reset
2017-04-18doc: add non-official support channel #weechat-fi in user's guidearza
2017-04-09core: add styles in ContributingSébastien Helleu
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