summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-21Replaced "window close" by "window merge" for default alias "wc"Sebastien Helleu
2006-05-21Changed default alias "wc" (now /window close instead of /part)Sebastien Helleu
2006-05-21Fixed bug with keyboard on GNU/Hurd: use only one select(), waiting for ↵Sebastien Helleu
better solution
2006-05-21make possible to disable flock supportEmmanuel Bouthenot
2006-05-21Added include of time.hSebastien Helleu
2006-05-20Fix some compile erros on OpenBSD and NetBSDEmmanuel Bouthenot
2006-05-20Improved lua plugin detection (bug #16574)Sebastien Helleu
2006-05-20Automatically rename log file when crashing, added backtrace to log fileSebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-20Use of "which" to find path to executables with addr2line (for backtrace)Sebastien Helleu
2006-05-19improve lua checking (libs) in configureEmmanuel Bouthenot
2006-05-19Added backtrace when WeeChat crashesSebastien Helleu
2006-05-19Remove uneeded weechat-curses.linksJulien Louis
2006-05-17check return value in weechat_ruby_exec() to be a valid value and fix crash ↵Emmanuel Bouthenot
when called function return nothing
2006-05-17fix bug in end function calls for plugins/scriptsEmmanuel Bouthenot
2006-05-17fix number of args in end function callEmmanuel Bouthenot
2006-05-16Updated translationsSebastien Helleu
2006-05-16Added lock for log file (~/.weechat/weechat.log), only one WeeChat process ↵Sebastien Helleu
can use this file (bug #16382)
2006-05-16Updated spanish translationsSebastien Helleu
2006-05-15Updated translationsSebastien Helleu
2006-05-15Added missing status bar refresh when connecting to serverSebastien Helleu
2006-05-14Fixed typosSebastien Helleu
2006-05-14Fixed crash with ncurses color when too many colors defined in ncurses (bug ↵Sebastien Helleu
#16556)
2006-05-14Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ↵Sebastien Helleu
many colors defined in ncurses
2006-05-14Fixed typoSebastien Helleu
2006-05-14Updated translationsSebastien Helleu
2006-05-14Added missing IRC commands (006, 007, 310, 379)Sebastien Helleu
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-05-13Updated docSebastien Helleu
2006-05-13Fixed typos in docSebastien Helleu
2006-05-13Sync debian packaging stuff with official packagesJulien Louis
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-13Removed unused prefixSebastien Helleu
2006-05-12Fixed savannah bugs URLSebastien Helleu
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for ↵Sebastien Helleu
choosing local interface (ipv4 or ipv6))
2006-05-10Updated translationsSebastien Helleu
2006-05-08Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)Sebastien Helleu
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
- add a warning when a function return nothing (python, ruby)
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug ↵Sebastien Helleu
#16356)
2006-05-08Added date in docSebastien Helleu
2006-05-07Added contributorsSebastien Helleu
2006-05-07Fixed display bug with DCC file size when > 1 GbSebastien Helleu
2006-05-07Added russian translator name in docSebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-05-07Fixed typo in setup option helpSebastien Helleu
2006-05-07Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542)Sebastien Helleu
2006-05-05update email and jabber addressEmmanuel Bouthenot
2006-05-05Fixed nicklist sort bugSebastien Helleu
2006-04-30Added russian translationsSebastien Helleu
2006-04-30Added german docSebastien Helleu