summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-23irc: fix memory leak when a channel is deletedSebastien Helleu
2013-11-23doc: update description for value "auto" in function buffer_set with ↵Sebastien Helleu
property "display" (plugin API reference) Since commit 14cf7bd20fb3f00b18343464c175a0c4e3556149, the value "auto" will switch buffer only if there is no layout defined for the current window, or if the buffer displayed is NOT the buffer in the layout (so if the buffer is defined in the layout, no switch).
2013-11-22core: fix crash on "/buffer close name" when the buffer is not foundSebastien Helleu
2013-11-22core: fix crash on /buffer close core.weechatSebastien Helleu
2013-11-20core: update german translationsNils Görs
2013-11-20doc: use asciidoc attribute for date of docs (fix cmake warning)Sebastien Helleu
CMake was displaying some warnings about a space in argument used for asciidoc command: -a date=`date "+%F"` Warning displayed: CMake Warning (dev) in doc/en/CMakeLists.txt: Syntax Warning in cmake code at /path/to/doc/en/CMakeLists.txt:41:82 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it.
2013-11-19core: fix current color/background after reset of colorSebastien Helleu
Bug was visible with such colored string in IRC: ^Cc7,5 one ^Cc ^Cc7 two Before the fix, the word "two" had a red background. The "^Cc" should reset both color + background, so now it does not have a background any more.
2013-11-19guile: disable guile gmp allocator (fix crash on unload of relay plugin) ↵Pierre Carru
(bug #40628)
2013-11-18scripts: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17scripts: display lib version on signal "debug_libs"Sebastien Helleu
2013-11-17aspell: display aspell/enchant version on signal "debug_libs"Sebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-17doc: update auto-generated files with WeeChat optionsSebastien Helleu
2013-11-17core: remove obsolete signals "debug_buffer" and "debug_windows"Sebastien Helleu
2013-11-15core: optimize loop when closing several buffers with command /buffer close ↵Sebastien Helleu
n1-n2
2013-11-15core: fix memory leak when n2 is not a valid number in command /buffer close ↵Sebastien Helleu
n1-n2
2013-11-14core: apply color attributes when clearing a window (patch #8236) (patch ↵Sebastien Helleu
from Tom Alsberg)
2013-11-13core: set option weechat.look.paste_bracketed to "on" by defaultSebastien Helleu
2013-11-12core: fix truncated text when pasting several long lines (bug #40210)Sebastien Helleu
2013-11-12doc: fix build of man page (add missing copy of file cmdline_options.xx.txt)Sebastien Helleu
2013-11-11core: add missing contributors in AUTHORSSebastien Helleu
2013-11-11core: update polish translationsKrzysztof Koroscik
2013-11-11doc: fix style for tables with asciidoc 8.6.9 (developer's guide)Sebastien Helleu
2013-11-11doc: fix warnings on build of man page with a2x 8.6.9Sebastien Helleu
The -D/--destination-dir displays a warning for non HTML doc (so for man page). So the man page is copied to the build directory before being built.
2013-11-09core: fix terminal title under screen/tmuxSebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title ↵Sebastien Helleu
(evaluated string)
2013-11-09core: add infos "term_width" and "term_height"Sebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function ↵Sebastien Helleu
string_eval_expression and command /eval
2013-11-09api: add support for C++ pluginsstfn
2013-11-09doc: add bar item "buffer_zoom" in user's guideSebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵Sebastien Helleu
(patch #8204) (patch from Nils Görs)
2013-11-09core: update translationsSebastien Helleu
2013-11-09xfer: load plugin even if options can not be read in xfer.conf (with warnings)Sebastien Helleu
2013-11-09script: load plugin even if options can not be read in script.conf (with ↵Sebastien Helleu
warnings)
2013-11-09rmodifier: remove unneeded warningSebastien Helleu
2013-11-09relay: load plugin even if options can not be read in relay.conf (with warnings)Sebastien Helleu
2013-11-09logger: load plugin even if options can not be read in logger.conf (with ↵Sebastien Helleu
warnings)
2013-11-09irc: load plugin even if options can not be read in irc.conf (with warnings)Sebastien Helleu
2013-11-09charset: remove unneeded warning, do not load plugin when options can not be ↵Sebastien Helleu
initialized
2013-11-09aspell: load plugin even if options can not be read in aspell.conf (with ↵Sebastien Helleu
warnings)
2013-11-09alias: remove unneeded warning, do not load plugin when options can not be ↵Sebastien Helleu
initialized
2013-11-09core: improve error message when a .conf file can not be read, add a second ↵Sebastien Helleu
warning about default values used
2013-11-09core: remove unneeded warning when read of sec.conf fails (another warning ↵Sebastien Helleu
is already displayed)
2013-11-09core: do not exit if read of sec.conf/weechat.conf failsSebastien Helleu
2013-11-09core: remove unneeded warning when read of weechat.conf fails (another ↵Sebastien Helleu
warning is already displayed)
2013-11-09core: display lines waiting for buffer on exit (in case of early exit)Sebastien Helleu
2013-11-09core: create .conf file with default options only if the file does not exist ↵Sebastien Helleu
(and not on read error with existing file)
2013-11-08core: add shared strings in ChangeLog for version 0.4.2Sebastien Helleu