Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-31 | core: add documentation on command line debug options (in --help and man pages) | Sébastien Helleu | |
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence. | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-05-21 | build: fix path to auto-generated plugin API files in CMakeLists | Sébastien Helleu | |
2018-03-19 | core: split man pages weechat and weechat-headless | Sébastien Helleu | |
2018-03-18 | core: fix build with CMake and Ninja | Sébastien Helleu | |
2018-03-11 | doc: fix cmake target names for man pages | Sébastien Helleu | |
2018-03-11 | core: add binary weechat-headless to run WeeChat without interface (closes ↵ | Sébastien Helleu | |
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed). | |||
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-05-15 | core: rename .asciidoc files to .adoc (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in man page (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: use asciidoctor instead of asciidoc (issue #722) | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-01-14 | doc: remove build of asciidoc CSS files | Sébastien Helleu | |
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems to not work well with dependencies across different directories (/doc and /doc/xx). | |||
2015-01-12 | doc: add translators in docs, move table of contents on the left, build HTML5 | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-05-25 | doc: use .asciidoc extension instead of .txt for doc files | Sébastien Helleu | |
2014-04-12 | core: use lower case for CMake keywords | Sébastien Helleu | |
2014-04-05 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2014-01-23 | doc: move asciidoc attributes from command line into files | Sebastien Helleu | |
2014-01-17 | doc: add Japanese developer's guide | Ryuunosuke Ayanokouzi | |
2014-01-13 | doc: add Japanese plugin API reference, update Japanese translations and docs | Ryuunosuke Ayanokouzi | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-11-20 | doc: use asciidoc attribute for date of docs (fix cmake warning) | Sebastien Helleu | |
CMake was displaying some warnings about a space in argument used for asciidoc command: -a date=`date "+%F"` Warning displayed: CMake Warning (dev) in doc/en/CMakeLists.txt: Syntax Warning in cmake code at /path/to/doc/en/CMakeLists.txt:41:82 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. | |||
2013-11-12 | doc: fix build of man page (add missing copy of file cmdline_options.xx.txt) | Sebastien Helleu | |
2013-11-11 | doc: fix warnings on build of man page with a2x 8.6.9 | Sebastien Helleu | |
The -D/--destination-dir displays a warning for non HTML doc (so for man page). So the man page is copied to the build directory before being built. | |||
2013-10-20 | doc: use asciidoc system attribute {sys:command} for year in copyright of ↵ | Sebastien Helleu | |
man page | |||
2013-10-19 | doc: use asciidoc attribute for year in copyright of man page | Sebastien Helleu | |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-31 | core: add cmake option ENABLE_MAN to compile man page (on by default) | Sebastien Helleu | |
For configure, the option is "--disable-man". | |||
2013-06-29 | doc: add flag "-L" for a2x when building man page (do not check asciidoc ↵ | Sebastien Helleu | |
output with xmllint) | |||
2013-06-28 | core: update man page and add translations (in french, german, italian, and ↵ | Sebastien Helleu | |
japanese) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-09-21 | doc: add japanese tester's guide, update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2012-09-17 | doc: add japanese scripting guide, update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2012-08-07 | doc: add japanese user's guide (patch #7827) | Sebastien Helleu | |
2012-05-18 | doc: add japanese FAQ (patch #7781) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-06 | Add some custom css styles for asciidoc | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-11-18 | Add italian docs: quickstart and tester | Sebastien Helleu | |
2009-10-19 | Fix typo in japanese quickstart guide | Sebastien Helleu | |
2009-10-18 | Add japanese quickstart guide | Sebastien Helleu | |