summaryrefslogtreecommitdiff
path: root/doc/docgen.py
AgeCommit message (Collapse)Author
2022-08-03doc: fix pylint errorsSébastien Helleu
2022-07-22doc: use non-breaking spaces before links to notesSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-06-13doc: add Serbian translationseevan78
2021-02-25core: add info_hashtable "secured_data"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-06-28doc: fix flake8 errors in docgen.pySébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-05-03doc: fix pylint errorsSébastien Helleu
2020-05-03doc: remove extra separator lines in auto-generated filesSébastien Helleu
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2020-05-02doc: drop Python 2 support in script docgen.pySébastien Helleu
The script now requires Python 3.6+.
2020-04-18doc: fix table sizes on small screensSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-11-22doc: bump version of documentation generatorSébastien Helleu
2019-11-22doc: add function to print counters, add separator lines (documentation ↵Sébastien Helleu
generator)
2019-11-22doc: simplify function to compute SHA256 checksum, move function outside ↵Sébastien Helleu
class AutogenDoc (documentation generator)
2019-11-22doc: sort locales in documentation generatorSébastien Helleu
2019-11-22doc: remove path option in documentation generatorSébastien Helleu
2019-11-22doc: remove obsolete ignored options/completions in documentation generatorSébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-10-06code: fix issue in docgen.py with hashlib and Python 3Sébastien Helleu
2018-05-21doc: add note about "list" options for curl in function ↵Sébastien Helleu
hook_process_hashtable (plugin API reference)
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-09-03doc: add PHP plugin in user's guideSébastien Helleu
2017-08-12doc: add list of default aliases (user's guide)Sébastien Helleu
2017-06-25doc: add fset options in documentation generatorSébastien Helleu
2017-03-25buflist: add command /buflistSébastien Helleu
2017-03-25doc: add buflist options in documentation generatorSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-18doc: display default values of options on a separate line (user's guide)Sébastien Helleu
2016-05-18core: update French translationsSébastien Helleu
2016-05-15doc: remove unused function in docgen.pySébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu
2016-05-14doc: fix styles in auto-generated doc files (issue #722)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-11-30core: disable some pylint errors (Travis CI)Sébastien Helleu
2015-10-18doc: add clickable anchors to hdata listing in plugin API referenceSimmo Saan
2015-08-20doc: remove blank lines at end of auto-generated filesSébastien Helleu
2015-03-11doc: add comment in auto-generated doc files to prevent any changes by handSébastien Helleu
2015-03-07doc: add Javascript plugin in docsSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-11-12doc: fix docstrings of functionsSébastien Helleu
2014-11-11doc: add IRC color codes 16-99 in user's guideSébastien Helleu