summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-10-06Version 0.4.2Sebastien Helleu
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-08-02core: 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-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of ↵Sebastien Helleu
option weechat.network.gnutls_ca_file (task #12725)
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-05-20Version 0.4.2-devSebastien Helleu
2013-05-20Version 0.4.1Sebastien Helleu
2013-05-11Version 0.4.1-rc2Sebastien Helleu
2013-05-01Version 0.4.1-rc1Sebastien Helleu
2013-03-24core: install icon file (patch #7972)Sebastien Helleu
2013-02-17core: remove Gtk interface (obsolete sources not working)Sebastien Helleu
2013-01-20Version 0.4.1-devSebastien Helleu
2013-01-20Version 0.4.0Sebastien Helleu
2013-01-14Version 0.4.0-rc3Sebastien Helleu
2013-01-05core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien Helleu
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat.
2013-01-05Version 0.4.0-rc2Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
2012-12-14core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu
2012-09-29Version 0.4.0-devSebastien Helleu
2012-09-29Version 0.3.9Sebastien Helleu
2012-09-18Version 0.3.9-rc2Sebastien Helleu
2012-08-30Version 0.3.9-rc1Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-07-05doc: add new cmake option MANDIR (bug #36776)Simon Kuhnle
${SHAREDIR}/man is not always the correct path, so add option to customize path. This is set to "${SHAREDIR}/man" by default. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
2012-06-03Version 0.3.9-devSebastien Helleu
2012-06-03Version 0.3.8Sebastien Helleu
2012-05-22Version 0.3.8-rc2Sebastien Helleu
2012-05-15Version 0.3.8-rc1Sebastien Helleu
2012-02-26Version 0.3.8-devSebastien Helleu
2012-02-26Version 0.3.7Sebastien Helleu
2012-02-19Version 0.3.7-rc3Sebastien Helleu
2012-02-13Version 0.3.7-rc2Sebastien Helleu
2012-02-05Version 0.3.7-rc1Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib)
2011-10-29core: add WEECHAT_HOME option in cmake and configure to setup default ↵Sebastien Helleu
WeeChat home (default is "~/.weechat") (task #11266) Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat" Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-22Version 0.3.7-devSebastien Helleu
2011-10-22Version 0.3.6Sebastien Helleu
2011-10-20Version 0.3.6-rc3Sebastien Helleu
2011-10-10Version 0.3.6-rc2Sebastien Helleu
2011-10-02Version 0.3.6-rc1Sebastien Helleu
2011-05-15Version 0.3.6-devSebastien Helleu