summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-03Fixed charset problem with date in log files when using ISO charsetSebastien Helleu
2006-12-03Updated german docSebastien Helleu
2006-12-02Added doc formats in ./configure output, fixed problem with make install ↵Sebastien Helleu
when pdf are not built
2006-12-01Documentation can now be built in pdf formatJulien Louis
2006-12-01import needed files to build documentation in pdf formatJulien Louis
2006-12-01Plugins: "add_message_handler" now accepts "*" for all IRC messagesSebastien Helleu
2006-12-01remove "n°" to workaround a bug in dblatex when generating pdf documentationJulien Louis
2006-12-01Fixed charset bug when displaying "Day changed" messageSebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-29Added auto completion with channels and filenamesSebastien Helleu
2006-11-28Fixed typos in docSebastien Helleu
2006-11-28Added filename completion in doc and ChangeLogSebastien Helleu
2006-11-27Updated translationsSebastien Helleu
2006-11-26Fixed memleak in keyboard inputSebastien Helleu
2006-11-20Fixed typos in english and german docsSebastien Helleu
2006-11-19Fixed refresh bug when changing config options if window is splitedSebastien Helleu
2006-11-19Removed unused charset options in default config file for serversSebastien Helleu
2006-11-17Added space between chat and nicklist when position is "right" (bug #17852)Sebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu
2006-11-15Replaced call to strndup() by weechat_charset_strndup()Sebastien Helleu
2006-11-15fix possible stack overflow in filename completionEmmanuel Bouthenot
2006-11-14Fixed bug with DCC SEND when filename begins with '~'Sebastien Helleu
2006-11-12Updated czech translationsSebastien Helleu
2006-11-11Fixed random crash with completionSebastien Helleu
2006-11-10Fixed minor bug with /setp when no value is given and that option does not existSebastien Helleu
2006-11-09Fixed bug in charset plugin: now encode/decode channels/nicks in IRC ↵Sebastien Helleu
messages (after command)
2006-11-09Fixed typo in fr.poSebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC ↵Sebastien Helleu
server (OFF by default) (task #5947)
2006-11-08Remove some unneeded iconv calls (for UTF-8 term)Sebastien Helleu
2006-11-08Fixed display bug with new charset and unreadable UTF-8 chars in ISO termSebastien Helleu
2006-11-08Fixed bad header name in gui-common.cSebastien Helleu
2006-11-08Fixed bug with /upgrade and buffer's data when switching to new charset ↵Sebastien Helleu
plugin (now old messages are parsed for UTF-8 and invalid chars are replaced by '?')
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-11-07Updated "pyexec.py" scriptSebastien Helleu
2006-11-04Fixed bug with ignore: now any IRC command is allowedSebastien Helleu
2006-11-04Added "clonescan.py" scriptSebastien Helleu
2006-11-02Added nicklist/status refresh when disconnected from serverSebastien Helleu
2006-11-01add missing reference for debian package buildEmmanuel Bouthenot
2006-10-31Add missing fileJulien Louis
2006-10-31Sync with current package.Julien Louis
2006-10-30Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)Sebastien Helleu
2006-10-30Updated FAQSebastien Helleu
2006-10-29Fixed bug with completion context (some variables were not properly reset)Sebastien Helleu
2006-10-29fix minor display bug in aspell pluginEmmanuel Bouthenot
2006-10-29improve autogen.sh script (fancy output, better gettext usage)Emmanuel Bouthenot
2006-10-29Added "pyexec" scriptSebastien Helleu
2006-10-29adding $weechat_dir/python in the top of sys.pathEmmanuel Bouthenot
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel Bouthenot
2006-10-28minor improvement in aspell pluginEmmanuel Bouthenot
2006-10-28remove unused headerEmmanuel Bouthenot