summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
- 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-25Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to ↵Sebastien Helleu
ncurses if ncursesw is not found (auto-detect ncurses.h location too)
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-17When dlopen function is found without dl lib, do not link with -ldl (now okSebastien Helleu
under FreeBSD)
2005-10-16Commented out WxWidget lib detection since WxWidgets GUI is not developed todaySebastien Helleu
2005-10-16Changed help messages for optionsSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-09-30Fix ruby ldflags addJulien Louis
2005-09-24Version 0.1.6-cvsSebastien Helleu
2005-09-24Version 0.1.5Sebastien Helleu
2005-09-04Added czech translation fileSebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-07-30Version 0.1.5-cvsSebastien Helleu
2005-07-30Version 0.1.4Sebastien Helleu
2005-07-16Documentation is now included in source package and installed with standard ↵Sebastien Helleu
process
2005-07-02Version 0.1.4-cvsSebastien Helleu
2005-07-02Version 0.1.3Sebastien Helleu
2005-07-02gnutls lib now optional, configure goes on if lib is not foundSebastien Helleu
2005-06-22gnutls code compiled according to pre-processor var HAVE_GNUTLSSebastien Helleu
2005-06-22 * Add --disable-gnutls option to turn off gnutls supportJulien Louis
* Remove wxwidgets checks when --enable-wxwidgets arg is not given
2005-05-29Fix python library detection on FreeBSDEmmanuel Bouthenot
2005-05-24Fix perl headers and library detection on various systemsEmmanuel Bouthenot
2005-05-23Remove unused $PERL_LIB var due to an impoved libperl detectionEmmanuel Bouthenot
2005-05-23Fix libperl and libpython detectionEmmanuel Bouthenot
2005-05-22Fix configure args handlingJulien Louis
2005-05-22Version 0.1.3-cvsSebastien Helleu
2005-05-21Version 0.1.2Sebastien Helleu
2005-05-07Perl and Python libraries now cheked in configure scriptSebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-04-24wxWidgets CFLAGS & libs are used for wxWidgets GUI onlySebastien Helleu
2005-04-24wxWidgets missing error is now displayed only if this frontend is selected ↵Sebastien Helleu
with --enable-wxwidgets switch
2005-04-24Added WxWidgets frontend (no source files)Benoit Papillault
2005-04-17Improved gettext installation (now ok under BSD)Sebastien Helleu
2005-03-20Version 0.1.2-cvsSebastien Helleu
2005-03-20Version 0.1.1Sebastien Helleu
2005-02-27Added spanish translationSebastien Helleu
2005-02-17Removed AC_FUNC_MALLOC and AC_FUNC_REALLOC (was causing troubles with ↵Sebastien Helleu
cross-compile)
2005-02-12Version 0.1.1-cvsSebastien Helleu
2005-02-12Version 0.1.0Sebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-02Replaced "curses" by "ncurses"Sebastien Helleu
2005-01-01Version 0.1.0-cvsSebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-11-05Modified CFLAGS management (can now be customized)Sebastien Helleu
2004-10-30Version 0.0.9-pre1Sebastien Helleu
2004-10-30Version 0.0.8Sebastien Helleu
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens ↵Sebastien Helleu
private buffer if already opened
2004-08-08Version 0.0.8-pre1Sebastien Helleu