Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-09 | Version 0.4.3 | Sebastien Helleu | |
2014-02-05 | ruby: add detection and fix compilation with Ruby 2.0 (patch #8209) | Sebastien Helleu | |
Now the search for Ruby is first performed with pkg-config and includes detection of Ruby 2.0. If not found, the old code for detection is used (for old distros or old Ruby versions). The specific test on Ruby 1.9.0 (to disable this version) has been removed (1.9.0 was a dev/unstable version from 2007, quite old now). | |||
2014-02-05 | core: remove multiple detections of pkg-config in configure.ac | Sebastien Helleu | |
2014-02-02 | Version 0.4.3-rc2 | Sebastien Helleu | |
2014-01-23 | Version 0.4.3-rc1 | Sebastien Helleu | |
2014-01-11 | lua: fix detection of Lua 5.2 in autotools (patch #8270) | Andrew Potter | |
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test using luaL_newstate() if the lua_main() test fails. | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-11-17 | aspell: display aspell/enchant version on signal "debug_libs" | Sebastien Helleu | |
2013-10-12 | core: add cygport file to build Cygwin packages | Sebastien Helleu | |
2013-10-06 | Version 0.4.3-dev | Sebastien Helleu | |
2013-10-06 | Version 0.4.2 | Sebastien Helleu | |
2013-10-05 | core: fix detection of python on Cygwin (autotools) | Sebastien Helleu | |
2013-10-05 | core: add detection of pkg-config (required on Cygwin) | Sebastien Helleu | |
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires pkg-config. | |||
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-09-20 | Version 0.4.2-rc2 | Sebastien Helleu | |
2013-09-02 | Version 0.4.2-rc1 | 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 | plugins: remove the demo plugin | Sebastien Helleu | |
2013-07-31 | core: do not build man page by default | Sebastien Helleu | |
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-07-20 | core: add CA_FILE option in cmake and configure to setup default value of ↵ | Sebastien Helleu | |
option weechat.network.gnutls_ca_file (task #12725) | |||
2013-07-20 | core: use gettext version 0.18 in configure.ac (fix error on make install) | Sebastien Helleu | |
2013-06-29 | core: disable compilation of documentation by default (cmake and autotools) | Sebastien Helleu | |
2013-06-28 | core: update man page and add translations (in french, german, italian, and ↵ | Sebastien Helleu | |
japanese) | |||
2013-06-08 | core: add partial turkish translations (tr.po) | Hasan Kiran | |
2013-06-07 | aspell: 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-06-07 | core: rename configure.in to configure.ac | Sebastien Helleu | |