Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-15 | add iconv/libiconv detection | Emmanuel Bouthenot | |
2006-06-11 | adding aspell plugin | Emmanuel Bouthenot | |
2006-06-09 | Modified makefiles for Polish quickstart guide | Sebastien Helleu | |
2006-06-05 | Added Makefile.am for russian quickstart guide | Sebastien Helleu | |
2006-05-25 | Version 0.2.0-cvs | Sebastien Helleu | |
2006-05-24 | Version 0.1.9 | Sebastien Helleu | |
2006-05-21 | make possible to disable flock support | Emmanuel Bouthenot | |
2006-05-20 | Fix some compile erros on OpenBSD and NetBSD | Emmanuel Bouthenot | |
2006-05-19 | improve lua checking (libs) in configure | Emmanuel Bouthenot | |
2006-05-19 | Added backtrace when WeeChat crashes | Sebastien Helleu | |
2006-04-30 | Added russian translations | Sebastien Helleu | |
2006-04-30 | Added german doc | Sebastien Helleu | |
2006-04-14 | Added german translation | Sebastien Helleu | |
2006-04-01 | add regular expression support for /list command | Emmanuel Bouthenot | |
2006-03-24 | Fixed --disable-plugins option in configure script | Sebastien Helleu | |
2006-03-18 | Version 0.1.9-cvs | Sebastien Helleu | |
2006-03-18 | Version 0.1.8 | Sebastien Helleu | |
2006-03-02 | Fixed bug with dl library detection (for FreeBSD and maybe other systems) | Sebastien Helleu | |
2006-02-11 | Auto-detect all components, and compile if found by default | Sebastien Helleu | |
2006-02-08 | lua plugin/scripts support | Emmanuel Bouthenot | |
2006-02-08 | Added hungarian translation (thanks to voroskoi) | Sebastien Helleu | |
2006-02-03 | fix minor bugs while detecting lua | Emmanuel Bouthenot | |
2006-02-03 | Gtk GUI changes, now compile is ok | Sebastien Helleu | |
2006-02-03 | Move previous GNU/hurd fix | Emmanuel Bouthenot | |
Add lua script/plugin (detect libs and headers) | |||
2006-02-01 | fix a missing link in GNU/Hurd by force linking with pthread | Emmanuel Bouthenot | |
2006-01-14 | Version 0.1.8-cvs | Sebastien Helleu | |
2006-01-14 | Version 0.1.7 | Sebastien Helleu | |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu | |
2006-01-02 | Replaced Texinfo doc by XML Docbook | Sebastien Helleu | |
2005-12-15 | use AC_PATH_PROGS instead of AC_PATH_PROG for binary search | Julien Louis | |
2005-12-10 | Debug info is now added by default (--with-debug=1 for ./configure) | Sebastien Helleu | |
2005-11-22 | improve ruby detection | Emmanuel Bouthenot | |
2005-11-13 | add LDFLAGS for solaris | Emmanuel Bouthenot | |
2005-11-11 | Version 0.1.7-cvs | Sebastien Helleu | |
2005-11-11 | Version 0.1.6 | Sebastien Helleu | |
2005-11-06 | auto detect perl multiplicity at compile time | Emmanuel Bouthenot | |
2005-11-04 | improve PYTHON LDFLAGS | Emmanuel Bouthenot | |
2005-11-04 | update --enable-perl-nothread config | Emmanuel Bouthenot | |
2005-11-01 | improve python detection | Emmanuel Bouthenot | |
2005-11-01 | add openbsd flags | Emmanuel Bouthenot | |
2005-10-31 | Added missing intl libs for openbsd | Sebastien Helleu | |
2005-10-30 | Fixed minor compilation problem (dependency with plugins lib) | Sebastien Helleu | |
2005-10-30 | fix CFLAGS on openbsd | Emmanuel Bouthenot | |
2005-10-29 | fix type in LDFLAGS | Emmanuel Bouthenot | |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot | |
2005-10-29 | fix flags on *bsd | Emmanuel Bouthenot | |
2005-10-29 | fix perl/python sigv and undefined symbols by adding '-pthread' in global ↵ | Emmanuel Bouthenot | |
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-27 | improve python LDFLAGS on *BSD | Emmanuel Bouthenot | |
2005-10-26 | improve python header and libs detection | Emmanuel Bouthenot | |
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu | |
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler |