summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2013-01-31core: fix detection of python on Ubuntu RaringSebastien Helleu
2013-01-21core: remove obsolete/unneeded check of headers and functions in cmake and ↵Sebastien Helleu
configure
2013-01-20Merge branch 'guile2'Sebastien Helleu
2013-01-20Version 0.4.1-devSebastien Helleu
2013-01-20Version 0.4.0Sebastien Helleu
2013-01-16guile: fix compilation with guile 2.0Sebastien Helleu
2013-01-16core: fix detection of guile in configureSebastien 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: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.inSebastien 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-21core: check that python version is >= 2.5 in cmake/autotools (patch from ↵Sebastien Helleu
Peter Boström)
2012-08-15core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and ↵Sebastien Helleu
-D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits ↵Sebastien Helleu
for WeeChat process
2012-07-27core: fix names of cache variables in configure.in (patch from Murilo ↵Sebastien Helleu
Opsfelder Araujo) (bug #36971)
2012-07-17python: fix detection of python (first try "python2.x" and then "python") ↵Sebastien Helleu
(bug #36835)
2012-06-30ruby: add detection of ruby version 1.9.3 in autotoolsSebastien Helleu
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-26core: add japanese translationsRyuunosuke Ayanokouzi
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-26doc: add spanish quickstart guideLázaro A
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable ↵Sebastien Helleu
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
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-11-12core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug ↵Simon Kuhnle
#34727)
2011-11-04core: replace Config by RbConfig for detection of Ruby to avoid deprecation ↵Sebastien Helleu
warnings
2011-11-03core: remove obsolete/empty sources for Qt and WxwidgetsSebastien Helleu
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-26core: remove unneeded whitespaceSebastien Helleu
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-10core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when ↵Sebastien Helleu
compiling with included gettext (bug #26690)