summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-21core: check that python version is >= 2.5 in cmake/autotools (patch from ↵Sebastien Helleu
Peter Boström)
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).
2012-08-20core: fix quote used in /help option for values (type integer with strings)Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
2012-08-20core: fix typo in french translationsSebastien Helleu
2012-08-18script: add key alt+L to reload script, allow input on script buffer for ↵Sebastien Helleu
actions on script, add option script.look.use_keys
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-17doc: fix typo in keys for mouse contextSebastien Helleu
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ↵Nils Görs
in bars with vertical filling (bug #37054)
2012-08-17core: fix color of long lines (displayed on more than one line on screen) ↵Sebastien Helleu
under FreeBSD (bug #36999)
2012-08-17relay: add cast from time_t to long (fix warning under FreeBSD)Sebastien Helleu
2012-08-17script: add option "reload" for command /script, fix completion of /script, ↵Sebastien Helleu
add examples in /help script
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
2012-08-17core: add plugin "script" in debian packagingSebastien Helleu
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-16api: add info "locale" for info_get (locale used to translate messages)Sebastien Helleu
2012-08-15core: fix alignment of command arguments for scripts (in /help command)Sebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-15core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and ↵Sebastien Helleu
-D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
2012-08-15logger: replace define of _GNU_SOURCE by _XOPEN_SOURCESebastien Helleu
2012-08-15script: fix compilation with -O2 (replace define of _GNU_SOURCE by ↵Sebastien Helleu
_XOPEN_SOURCE)
2012-08-14script: fix missing format in calls to snprintfSebastien Helleu
2012-08-14core: fix use of uninitialized variable in hdata_get_var_array_sizeSebastien Helleu
2012-08-14doc: update japanese translations and docsRyuunosuke Ayanokouzi
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-14core: free some variables used for weechat.conf when quitting WeeChatSebastien Helleu
2012-08-14core: add hidden command line options --no-gnutls and --no-gcrypt (no ↵Sebastien Helleu
init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
2012-08-14core: free data before removing config file/section/option from lists ↵Sebastien Helleu
(remove warning in valgrind about blocks still reachable)
2012-08-14core: fix use of unitialized value (line->data->display) when adding a line ↵Sebastien Helleu
in buffer
2012-08-13doc: update japanese user's guide and FAQRyuunosuke Ayanokouzi
2012-08-11doc: compile japanese user's guide with autotoolsSebastien Helleu
2012-08-08irc: set non-blocking socket before connecting to server (fix freeze with ↵Sebastien Helleu
SSL after connection error)
2012-08-08core: fix connection to host in child process when socket is non-blocking ↵Sebastien Helleu
(with or without proxy)
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu
2012-08-07doc: add japanese user's guide (patch #7827)Sebastien Helleu
2012-08-07doc: fix name of lists in hdata with scripts (plugin API reference)Sebastien Helleu
2012-08-06core: return error string to callback of hook_connect if getaddrinfo fails ↵Sebastien Helleu
in child process
2012-08-05core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)Sebastien Helleu
2012-08-05scripts: fix name of lists in hdata with scripts (remove leading "*")Sebastien Helleu
2012-08-04api: add new function util_version_numberSebastien Helleu
2012-08-04doc: fix gnutls dependency in user guideSebastien Helleu
2012-08-04doc: update dependencies in user guide (add zlib, gnutls is used in irc and ↵Sebastien Helleu
relay plugins)
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-03doc: update german translations, FAQ and user guideNils Görs
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-02fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt ↵Sebastien Helleu
Robinson)
2012-08-02doc: fix C example of weechat_charset_set and weechat_iconv_to_internal ↵stfn
(plugin API reference)
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"