summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in ↵Sébastien Helleu
examples
2017-07-22doc: update Japanese auto-generated filesSébastien Helleu
2017-07-22core: replace /iset by /fset in welcome messageSébastien Helleu
2017-07-22doc: replace script iset.pl by go.py in example (quickstart guide)Sébastien Helleu
2017-07-21doc: add buflist bar in some screen examples (user's guide)Sébastien Helleu
2017-07-21Merge pull request #1038 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-07-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-07-20doc: add bar "buflist" in chapters "Screen layout" and "Bars" (user's guide)Sébastien Helleu
2017-07-11script: add local variable "filter" in the script buffer (closes #1037)Sébastien Helleu
2017-07-11fset: call function fset_buffer_set_localvar_filter when the fset buffer is ↵Sébastien Helleu
opened
2017-07-10doc: update auto-generated files with fset commandsSébastien Helleu
2017-07-10doc: update German auto-generated filesSébastien Helleu
2017-07-09core: update German translationsNils Görs
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)Sébastien Helleu
2017-07-08doc: update Japanese auto-generated filesSébastien Helleu
2017-07-08Merge pull request #1034 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-07-08core: update ChangeLogSébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-07-08core: call the config hook when options are renamedSébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-07-08core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-07-07fset: fix commentSébastien Helleu
2017-07-07fset: do not catch /set command if it's issued on the fset bufferSébastien Helleu
2017-07-06core: update ChangeLogSébastien Helleu
2017-07-06doc: update German auto-generated filesSébastien Helleu
2017-07-05tests: fix load of plugins in tests after a build with autotoolsSébastien Helleu
2017-07-05doc: add environment variables in user's guideSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-07-05core: add contributor in AUTHORS.adocSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
In addition to searching the statically configured WEECHAT_LIBDIR (weechat's installation directory) for plugins, search the path given in the environment variable WEECHAT_EXTRA_LIBDIR. This makes departing from the FHS standard while keeping the plugins packaged separately easier. This change was made specifically with the Nix package manager in mind, but can easily be used by others.
2017-07-05tests: fix double load of plugins when "make install" is executed before testsSébastien Helleu
2017-07-05core: update German translationsNils Görs
2017-07-04tests: load plugins from build directory instead of installed libdirSébastien Helleu
This allows to run tests without running "make install".
2017-07-04core: add arguments in function plugin_auto_load to load plugins only from ↵Sébastien Helleu
custom path or lib dir
2017-07-04core: use PATH_MAX for size of variable with complete filename in exec_on_filesSébastien Helleu
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu
2017-07-03doc: use sudo for command "make install" in README and user's guideSébastien Helleu
2017-07-02fset: fix crash in dump of optionsSébastien Helleu
2017-07-02fset: hook signal "debug_dump"Sébastien Helleu
2017-07-02fset: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-07-02fset: remove useless check/set of fset_buffer_selected_lineSébastien Helleu
This is already done in the function fset_option_get_options.
2017-07-02fset: add braces around else statementSébastien Helleu
2017-07-02fset: do not reset selected line after options are added/removedSébastien Helleu
2017-07-02core: update build instructions in README (closes #1024)Sébastien Helleu
2017-07-01doc: update auto-generated files with fset optionsSébastien Helleu
2017-07-01buflist: add option buflist.look.add_newline (closes #1027)Sébastien Helleu
2017-06-30doc: fix typo in French FAQSébastien Helleu
2017-06-30doc: add weechat.look.align_multiline_words to FAQ, remove unnecessary info, ↵arza
fix typos/grammar
2017-06-29fset: fix crash on /upgrade when fset buffer is openedSébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
Using the pre-defined format (without eval) is about 3.5x faster.