Sebastien Helleu
f907ea17d5
Merge branch 'trigger'
2014-02-21 15:36:14 +01:00
Sebastien Helleu
04cb8dd4da
core: replace compiler flag -W by -Wextra (new name)
2014-02-11 11:50:05 +01:00
Sebastien Helleu
30942f7f62
trigger: add trigger plugin
2014-02-09 12:55:40 +01:00
Sebastien Helleu
8564d9c7ef
Version 0.4.4-dev
2014-02-09 12:04:13 +01:00
Sebastien Helleu
f25dd0c81e
Version 0.4.3
2014-02-09 09:52:53 +01:00
Sebastien Helleu
d8b9e0a6bf
ruby: add detection and fix compilation with Ruby 2.0 (patch #8209 )
...
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 17:27:36 +01:00
Sebastien Helleu
15394897e3
core: remove multiple detections of pkg-config in configure.ac
2014-02-05 13:58:07 +01:00
Sebastien Helleu
01129cbc79
Version 0.4.3-rc2
2014-02-02 09:57:51 +01:00
Sebastien Helleu
d49c3eaac6
Version 0.4.3-rc1
2014-01-23 21:11:42 +01:00
Andrew Potter
52f2d5bf13
lua: fix detection of Lua 5.2 in autotools (patch #8270 )
...
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-11 11:47:19 +01:00
Sebastien Helleu
892aa79fb5
core: update copyright dates
2014-01-01 00:14:12 +01:00
Sebastien Helleu
be9269dfc2
aspell: display aspell/enchant version on signal "debug_libs"
2013-11-17 20:51:10 +01:00
Sebastien Helleu
1466a56585
core: add cygport file to build Cygwin packages
2013-10-12 19:05:27 +02:00
Sebastien Helleu
9f1658ef03
Version 0.4.3-dev
2013-10-06 10:21:49 +02:00
Sebastien Helleu
7785f7ea22
Version 0.4.2
2013-10-06 08:58:14 +02:00
Sebastien Helleu
0cef9a220d
core: fix detection of python on Cygwin (autotools)
2013-10-05 20:23:07 +02:00
Sebastien Helleu
8fb67c241d
core: add detection of pkg-config (required on Cygwin)
...
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires
pkg-config.
2013-10-05 20:19:59 +02:00
Sebastien Helleu
b5f6874f2c
core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in plugins
...
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
2013-10-05 20:17:18 +02:00
Sebastien Helleu
1deba9894e
Version 0.4.2-rc2
2013-09-20 23:22:40 +02:00
Sebastien Helleu
14c958a0e6
Version 0.4.2-rc1
2013-09-02 21:43:35 +02:00
Sebastien Helleu
996da2f662
core: rename binary and man page from "weechat-curses" to "weechat" (task #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-08-02 08:54:16 +02:00
Sebastien Helleu
35c3dbad63
plugins: remove the demo plugin
2013-07-31 18:56:32 +02:00
Sebastien Helleu
3aed4ac11f
core: do not build man page by default
2013-07-31 18:26:37 +02:00
Sebastien Helleu
261efe6299
core: add cmake option ENABLE_MAN to compile man page (on by default)
...
For configure, the option is "--disable-man".
2013-07-31 13:28:59 +02:00
Sebastien Helleu
87e342dd9e
core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725 )
2013-07-20 17:29:19 +02:00
Sebastien Helleu
a3cc9bbe7e
core: use gettext version 0.18 in configure.ac (fix error on make install)
2013-07-20 16:36:23 +02:00
Sebastien Helleu
f19c2cfd80
core: disable compilation of documentation by default (cmake and autotools)
2013-06-29 09:51:15 +02:00
Sebastien Helleu
1cadbdf6a9
core: update man page and add translations (in french, german, italian, and japanese)
2013-06-28 20:08:16 +02:00
Hasan Kiran
424b8c89cc
core: add partial turkish translations (tr.po)
2013-06-08 22:28:06 +02:00
Sebastien Helleu
fb7edb3518
aspell: add support of enchant library (patch #6858 )
...
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 21:01:48 +02:00
Sebastien Helleu
1dfc98c8fd
core: rename configure.in to configure.ac
2013-06-07 18:27:53 +02:00