Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-21 | Version 1.1-rc1 | Sébastien Helleu | |
2014-10-03 | core: add detection of Lua 5.2 with autotools | Sébastien Helleu | |
2014-09-20 | guile: fix compilation with Guile < 2.0.4 (closes #198) | Sébastien Helleu | |
2014-09-20 | aspell: fix compilation with enchant version older than 1.6.0 (closes #192) | Sébastien Helleu | |
2014-08-26 | perl: fix detection of Perl >= 5.20 with autotools | Sébastien Helleu | |
2014-08-15 | Version 1.1-dev | Sébastien Helleu | |
2014-08-15 | Version 1.0 | Sébastien Helleu | |
Yay! \o/ | |||
2014-08-10 | Version 1.0-rc3 | Sébastien Helleu | |
2014-08-03 | Version 1.0-rc2 | Sébastien Helleu | |
2014-07-21 | Version 1.0-rc1 | Sébastien Helleu | |
2014-07-21 | tests: add compilation of tests with autotools | Sébastien Helleu | |
2014-04-30 | Version 1.0-dev | Sébastien Helleu | |
Yeah \o/ | |||
2014-03-16 | ruby: add detection of Ruby 2.1 | Sebastien Helleu | |
2014-03-15 | Merge branch 'exec' | Sebastien Helleu | |
2014-03-12 | core: assume iconv usability when cross compiling | Fredrik Fornwall | |
AC_TRY_RUN needs a fallback action when cross compiling. | |||
2014-03-11 | exec: add exec plugin | Sebastien Helleu | |
2014-03-05 | core: add "foreign" for AM_INIT_AUTOMAKE to ignore missing files and remove ↵ | Sebastien Helleu | |
some warnings | |||
2014-03-04 | rmodifier: remove plugin (replaced by trigger) | Sebastien Helleu | |
2014-02-21 | Merge branch 'trigger' | Sebastien Helleu | |
2014-02-11 | core: replace compiler flag -W by -Wextra (new name) | Sebastien Helleu | |
2014-02-09 | trigger: add trigger plugin | Sebastien Helleu | |
2014-02-09 | Version 0.4.4-dev | Sebastien Helleu | |
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 | |