Sebastien Helleu
9857b44e4e
guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350 )
...
Unfortunately this breaks compatibility with existing guile scripts, but this
change is needed to keep consistency with other scripting languages.
Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-19 22:49:59 +01:00
Sebastien Helleu
4e4fd3f54d
core: remove Gtk interface (obsolete sources not working)
2013-02-17 15:47:52 +01:00
Sebastien Helleu
5d2382caab
core: fix detection of python on Ubuntu Raring
2013-01-31 17:14:34 +01:00
Sebastien Helleu
1edabb98f5
core: remove obsolete/unneeded check of headers and functions in cmake and configure
2013-01-21 19:51:45 +01:00
Sebastien Helleu
3a782b017f
Merge branch 'guile2'
2013-01-20 15:06:46 +01:00
Sebastien Helleu
ff15c0a41b
Version 0.4.1-dev
2013-01-20 12:14:39 +01:00
Sebastien Helleu
762c96d85a
Version 0.4.0
2013-01-20 09:21:06 +01:00
Sebastien Helleu
0f143da012
guile: fix compilation with guile 2.0
2013-01-16 22:37:31 +01:00
Sebastien Helleu
280e9bd0b1
core: fix detection of guile in configure
2013-01-16 22:25:11 +01:00
Sebastien Helleu
08d27eb81c
Version 0.4.0-rc3
2013-01-14 12:21:19 +01:00
Sebastien Helleu
323801f869
core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3
...
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-05 20:46:22 +01:00
Sebastien Helleu
680486b1d3
Version 0.4.0-rc2
2013-01-05 11:33:22 +01:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
01a1316816
Version 0.4.0-rc1
2012-12-26 16:41:55 +01:00
Sebastien Helleu
fc0b73207b
core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.in
2012-12-16 23:02:32 +01:00
Sebastien Helleu
e0959486e9
Version 0.4.0-dev
2012-09-29 11:48:49 +02:00
Sebastien Helleu
bbd9d00b63
Version 0.3.9
2012-09-29 09:58:49 +02:00
Sebastien Helleu
34c9a061d9
Version 0.3.9-rc2
2012-09-18 21:21:00 +02:00
Sebastien Helleu
4979c1fe7f
Version 0.3.9-rc1
2012-08-30 10:56:19 +02:00
Sebastien Helleu
cc5118b3b6
core: check that python version is >= 2.5 in cmake/autotools (patch from Peter Boström)
2012-08-21 09:27:49 +02:00
Sebastien Helleu
0f7720d5cb
core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
2012-08-15 08:05:59 +02:00
Sebastien Helleu
a99d136018
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
2012-08-14 18:29:32 +02:00
Sebastien Helleu
57eb513547
core: remove directory "src/plugins/scripts", move script plugins in "src/plugins"
2012-08-02 22:28:43 +02:00
Sebastien Helleu
d685d5fb42
core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
2012-08-01 17:31:48 +02:00
Sebastien Helleu
6ff197fedd
core: fix names of cache variables in configure.in (patch from Murilo Opsfelder Araujo) (bug #36971 )
2012-07-27 22:51:42 +02:00
Sebastien Helleu
24a06f0e08
python: fix detection of python (first try "python2.x" and then "python") (bug #36835 )
2012-07-17 14:07:03 +02:00
Sebastien Helleu
b1ef66ec63
ruby: add detection of ruby version 1.9.3 in autotools
2012-06-30 17:05:19 +02:00
Sebastien Helleu
9076f35953
Version 0.3.9-dev
2012-06-03 10:08:43 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
2012-06-03 09:25:29 +02:00
Sebastien Helleu
6f5a20e3c0
Version 0.3.8-rc2
2012-05-22 09:18:18 +02:00
Sebastien Helleu
b645947954
Version 0.3.8-rc1
2012-05-15 12:57:53 +02:00
Sebastien Helleu
ca643c6f5d
Version 0.3.8-dev
2012-02-26 09:30:43 +01:00
Sebastien Helleu
73d9b9a6b9
Version 0.3.7
2012-02-26 08:35:03 +01:00
Ryuunosuke Ayanokouzi
b9c7dc9692
core: add japanese translations
2012-02-26 07:54:44 +01:00
Sebastien Helleu
8d630641dc
Version 0.3.7-rc3
2012-02-19 19:36:54 +01:00
Sebastien Helleu
c91a91c6ee
Version 0.3.7-rc2
2012-02-13 11:14:06 +01:00
Sebastien Helleu
a2002f6b76
Version 0.3.7-rc1
2012-02-05 20:07:31 +01:00
Lázaro A
9a821b9d3c
doc: add spanish quickstart guide
2012-01-26 18:08:34 +01:00
Sebastien Helleu
b91c231096
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247 )
2012-01-16 19:52:08 +01:00
Sebastien Helleu
47e4a03be6
core: update copyright dates
2012-01-08 18:59:50 +01:00
Sebastien Helleu
013f8cc757
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
...
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-12-06 23:06:23 +01:00
Simon Kuhnle
07ed065ab7
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #34727 )
2011-11-12 16:57:49 +01:00
Sebastien Helleu
3ec981877a
core: replace Config by RbConfig for detection of Ruby to avoid deprecation warnings
2011-11-04 17:12:41 +01:00
Sebastien Helleu
4b1bc5ff1b
core: remove obsolete/empty sources for Qt and Wxwidgets
2011-11-03 16:06:15 +01:00
Sebastien Helleu
34e0226ee0
core: add WEECHAT_HOME option in cmake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266 )
...
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
2011-10-29 16:52:19 +02:00
Sebastien Helleu
dfdf42e27b
core: remove unneeded whitespace
2011-10-26 20:37:03 +02:00
Sebastien Helleu
9b42328d55
guile: new script plugin for scheme (task #7289 )
2011-10-26 19:25:51 +02:00
Sebastien Helleu
60e88df4f2
Version 0.3.7-dev
2011-10-22 12:27:06 +02:00
Sebastien Helleu
6d103c62f9
Version 0.3.6
2011-10-22 10:12:19 +02:00
Sebastien Helleu
661f651048
Version 0.3.6-rc3
2011-10-20 09:57:47 +02:00