91 Commits

Author SHA1 Message Date
Sebastien Helleu
92a2a0774c Version 0.1.7-cvs 2005-11-11 16:10:06 +00:00
Sebastien Helleu
ed76104d42 Version 0.1.6 2005-11-11 11:23:04 +00:00
Emmanuel Bouthenot
3bca573d49 auto detect perl multiplicity at compile time 2005-11-06 11:38:07 +00:00
Emmanuel Bouthenot
e07859395f improve PYTHON LDFLAGS 2005-11-04 22:30:23 +00:00
Emmanuel Bouthenot
5dfab7643d update --enable-perl-nothread config 2005-11-04 11:00:00 +00:00
Emmanuel Bouthenot
6919005d74 improve python detection 2005-11-01 19:52:29 +00:00
Emmanuel Bouthenot
8497d25d34 add openbsd flags 2005-11-01 18:32:10 +00:00
Sebastien Helleu
3369a00959 Added missing intl libs for openbsd 2005-10-31 10:56:32 +00:00
Sebastien Helleu
e5754e1fe6 Fixed minor compilation problem (dependency with plugins lib) 2005-10-30 18:37:58 +00:00
Emmanuel Bouthenot
5f101c3833 fix CFLAGS on openbsd 2005-10-30 13:17:20 +00:00
Emmanuel Bouthenot
24ceb3bb95 fix type in LDFLAGS 2005-10-29 23:59:44 +00:00
Emmanuel Bouthenot
dec92aeba6 fix detection of libgnutls 2005-10-29 17:56:50 +00:00
Emmanuel Bouthenot
5551542566 fix flags on *bsd 2005-10-29 12:11:54 +00:00
Emmanuel Bouthenot
9411a2fad0 fix perl/python sigv and undefined symbols by adding '-pthread' in global CFLAGS on freebsd
add option --enable-perl-nothread to compile perl plugin without Perl without thread or multiplicity support (typically in some *bsd)
2005-10-29 09:36:45 +00:00
Emmanuel Bouthenot
232b5684ca improve python LDFLAGS on *BSD 2005-10-27 15:49:03 +00:00
Emmanuel Bouthenot
e081a6af17 improve python header and libs detection 2005-10-26 10:20:15 +00:00
Sebastien Helleu
0f055b087a - Added options for /plugin command: autoload, reload, unload
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config
- Added new script function: remove_handler
2005-10-25 17:37:13 +00:00
Sebastien Helleu
0e531f5e6a Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to ncurses if ncursesw is not found (auto-detect ncurses.h location too) 2005-10-25 09:23:10 +00:00
Sebastien Helleu
f7872a9dd8 Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) 2005-10-23 11:33:39 +00:00
Sebastien Helleu
73359fcc05 Full UTF-8 support, auto-detection of UTF-8 usage (locale) 2005-10-21 13:59:55 +00:00
Sebastien Helleu
9eb142036e When dlopen function is found without dl lib, do not link with -ldl (now ok
under FreeBSD)
2005-10-17 10:36:09 +00:00
Sebastien Helleu
38e2003a17 Commented out WxWidget lib detection since WxWidgets GUI is not developed today 2005-10-16 17:20:46 +00:00
Sebastien Helleu
5a3976d6a5 Changed help messages for options 2005-10-16 15:38:47 +00:00
Sebastien Helleu
cdc33d08b0 New plugin interface (loads dynamic C libraries) 2005-10-15 12:34:21 +00:00
Julien Louis
63e73b30ad Fix ruby ldflags add 2005-09-30 15:48:01 +00:00
Sebastien Helleu
8aa7e3e3e6 Version 0.1.6-cvs 2005-09-24 12:17:05 +00:00
Sebastien Helleu
150c5e9749 Version 0.1.5 2005-09-24 11:35:13 +00:00
Sebastien Helleu
fe16f6d48f Added czech translation file 2005-09-04 19:21:30 +00:00
Sebastien Helleu
11321acb96 Added Ruby plugins skeleton 2005-08-21 16:32:48 +00:00
Sebastien Helleu
312d8015f5 Version 0.1.5-cvs 2005-07-30 09:05:09 +00:00
Sebastien Helleu
89b955c79e Version 0.1.4 2005-07-30 08:28:43 +00:00
Sebastien Helleu
23696b44da Documentation is now included in source package and installed with standard process 2005-07-16 22:46:01 +00:00
Sebastien Helleu
e3799797ef Version 0.1.4-cvs 2005-07-02 18:22:40 +00:00
Sebastien Helleu
6f3b6d9e50 Version 0.1.3 2005-07-02 17:03:23 +00:00
Sebastien Helleu
7c31dd9189 gnutls lib now optional, configure goes on if lib is not found 2005-07-02 15:59:44 +00:00
Sebastien Helleu
ae8f8a5700 gnutls code compiled according to pre-processor var HAVE_GNUTLS 2005-06-22 21:08:21 +00:00
Julien Louis
5e8b47f187 * Add --disable-gnutls option to turn off gnutls support
* Remove wxwidgets checks when --enable-wxwidgets arg is not given
2005-06-22 18:50:24 +00:00
Emmanuel Bouthenot
0eb3d45582 Fix python library detection on FreeBSD 2005-05-29 15:15:12 +00:00
Emmanuel Bouthenot
37d74c4941 Fix perl headers and library detection on various systems 2005-05-24 15:14:54 +00:00
Emmanuel Bouthenot
29ffe7e0d8 Remove unused $PERL_LIB var due to an impoved libperl detection 2005-05-23 21:52:53 +00:00
Emmanuel Bouthenot
a8619181b7 Fix libperl and libpython detection 2005-05-23 21:45:50 +00:00
Julien Louis
5a90270a79 Fix configure args handling 2005-05-22 17:40:25 +00:00
Sebastien Helleu
3900a0f5ae Version 0.1.3-cvs 2005-05-22 16:12:24 +00:00
Sebastien Helleu
5f46617b11 Version 0.1.2 2005-05-21 07:04:11 +00:00
Sebastien Helleu
b935a02ceb Perl and Python libraries now cheked in configure script 2005-05-07 09:29:26 +00:00
Sebastien Helleu
eda55fbdb4 Added Python plugin support 2005-05-01 18:53:23 +00:00
Sebastien Helleu
8a3d30b03a Changes for Mac OS X platform (now ok) 2005-04-30 10:29:54 +00:00
Sebastien Helleu
7cc2635652 wxWidgets CFLAGS & libs are used for wxWidgets GUI only 2005-04-24 18:33:26 +00:00
Sebastien Helleu
df2f164ffc wxWidgets missing error is now displayed only if this frontend is selected with --enable-wxwidgets switch 2005-04-24 12:01:23 +00:00
Benoit Papillault
eb0b722ee5 Added WxWidgets frontend (no source files) 2005-04-24 11:08:22 +00:00