weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag, v0.3.9-rc1, created. v0.3.9-rc1
Date: Thu, 30 Aug 2012 08:57:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The annotated tag, v0.3.9-rc1 has been created
        at  3c3ffce22026587a00c2e934242c83bc9be1f318 (tag)
   tagging  4979c1fe7f54766122f00c05c86ec11566557fe2 (commit)
  replaces  v0.3.8
 tagged by  Sebastien Helleu
        on  Thu Aug 30 10:56:58 2012 +0200

- Log -----------------------------------------------------------------
WeeChat 0.3.9-rc1

Arvydas Sidorenko (3):
      lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2)
      lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2)
      lua: remove call to deprecated function luaL_openlib (compatibility with 
Lua 5.2)

Marco Paolone (2):
      doc: update italian docs
      doc: update italian translations and docs

Nils Görs (7):
      doc: update german translations and user guide
      doc: update german FAQ
      core: add option weechat.look.jump_smart_back_to_buffer (jump back to 
initial buffer after reaching end of hotlist)
      doc: update german translations and docs
      core: add option "swap" for command /buffer (task #11373)
      doc: update german translations, FAQ and user guide
      core: fix display of "bar more down" char when text is truncated by 
size_max in bars with vertical filling (bug #37054)

Peter Boström (5):
      ruby: add detection of ruby version 1.9.3 in cmake
      ruby: replace puts with print in FindRuby.cmake
      core: add function "hook_set" in plugin API, add "subplugin" in hooks 
(set by script plugins), display subplugin in /help on commands (task #12049)
      core: add command line option "-r" (or "--run-command") to run command(s) 
after startup of WeeChat
      core: scroll to bottom of window after reaching first or last highlight 
with keys alt+"p" / alt+"n"

Ryuunosuke Ayanokouzi (2):
      doc: update japanese user's guide and FAQ
      doc: update japanese translations and docs

Sebastien Helleu (152):
      Version 0.3.9-dev
      alias: prohibit names beginning with "#" for aliases (bug #36584)
      rmodifier: prohibit names beginning with "#" for rmodifiers
      core: escape special chars (`#[\`) in configuration files for name of 
options (bug #36584)
      core: reallow names beginning with "#" for bars, proxies and filters
      irc: reallow names beginning with "#" for servers
      alias: reallow names beginning with "#" for aliases
      rmodifier: reallow names beginning with "#" for rmodifiers
      guile: fix path of guile include dirs in cmake build (patch #7790)
      core: add options to use different color for offline nicks in prefix 
(patch from Nei) (task #11109)
      core: fix color of nicks in buffers without nicklist when option 
weechat.look.color_nick_offline is on
      irc: fix freeze when reading on socket with SSL enabled (bug #35097)
      core: fix refresh of offline nicks (in chat) when nicklist bar is hidden
      core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg 
for highlight when nick is offline)
      doc: add "case insensitive" for argument "message" of function hook_print 
(plugin API reference)
      doc: add commands to download weeget.py in quickstart guide
      core: add horizontal separator between windows, two new options to toggle 
horizontal/vertical separators between windows
      doc: add chapters "Buffers and windows" and "Notify levels" in user guide
      python: fix crash when unloading a script without pointer to interpreter
      guile: fix crash when unloading a script without pointer to interpreter
      lua: fix crash when unloading a script without pointer to interpreter
      scripts: ignore call to "register" (with a warning) if script is already 
registered
      core: fix resize of windows after horizontal split
      doc: add command /buffer to set notify level in user guide
      core: add options for horizontal/vertical separators between split 
windows in NEWS
      core: add missing header in NEWS
      core: fix typo in NEWS
      core: add callback "nickcmp" for nick comparison in buffers
      irc: set callback "nickcmp" in channel buffers
      irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME 
(task #12150)
      ruby: add detection of ruby version 1.9.3 in autotools
      core: update ChangeLog (detection of ruby 1.9.3 in cmake/autotools)
      doc: update list of contributors in user guide
      doc: add format of git commit messages in developer's guide
      irc: fix parsing of user modes (ignore everything after first space) (bug 
#36756)
      doc: fix duplicate chapter name "translations" in developer's guide
      doc: add question in FAQ about selection/paste of text when mouse is 
enabled
      core: update ChangeLog (support of lua 5.2)
      doc: update list of contributors in user guide
      core: update ChangeLog (add cmake option "MANDIR")
      aspell: add missing dictionaries (ast/grc/hus/kn/ky)
      aspell: add new option aspell.check.enabled, add options 
enable/disable/toggle for command /aspell, display aspell status with /aspell 
(task #11988)
      core: add default key alt+"s" (toggle aspell)
      doc: fix name of option in question about memory usage (FAQ)
      doc: update note about WeeChat version at beginning of FAQ
      irc: add bar item "buffer_modes", remove option 
irc.look.item_channel_modes (task #12022)
      core: fix refresh of bar items "buffer_filter" and "scroll" in root bars 
(bug #36816)
      core: add command line option "-r" ("--run-command") in man page
      charset: do not allow "UTF-8" in charset options (useless because UTF-8 
is the internal WeeChat charset)
      relay: fix freeze when writing on relay socket (use non-blocking sockets 
in relay for irc and weechat protocols) (bug #36655)
      charset: fix typo
      irc: describe possible values in /help irc.look.display_away
      irc: fix format of message "USER" (according to RFC 2812) (bug #36825)
      core: fix french translation of /help repeat
      relay: fix NULL pointer on upgrade in client->protocol_args (for WeeChat 
protocol)
      relay: fix outqueue pointers in client after upgrade
      relay: move creation of client from relay-upgrade.c to relay-client.c
      doc: remove warning about relay protocol in development
      python: fix detection of python (first try "python2.x" and then "python") 
(bug #36835)
      relay: remove unneeded headers included in relay-upgrade.c
      core: fix typo in comment
      core: fix compilation of gui-curses-window.c under Solaris
      core: add support of arrays in hdata variables
      relay: add object type "arr" (array) in WeeChat protocol
      core: fix crash when reading array value of hdata variable with type 
integer/long/time
      core: add hdata "hotlist"
      core: add missing include of stddef.h in gui-hotlist.c
      relay: add "tags_array" in data sent for message id "_buffer_line_added" 
(WeeChat protocol)
      doc: add missing argument "pos_option_name" in function 
"config_search_with_string" (plugin API reference)
      irc: replace calls to config_search_with_string with weechat_config_get
      relay: add support of SSL (for irc and weechat protocols), new option 
relay.network.ssl_cert_key (task #12044)
      relay: remove compiler warnings when gnutls is not enabled/found
      irc: add help on values for option irc.look.nick_completion_smart
      logger: add messages "Day changed to" in backlog
      core: add task #12187 in ChangeLog
      core: fix output of autogen.sh in shells like dash
      core: fix names of cache variables in configure.in (patch from Murilo 
Opsfelder Araujo) (bug #36971)
      relay: fix compilation with old gnutls (< 2.12.0): remove call to 
gnutls_sec_param_to_pk_bits
      scripts: fix function unhook_all, fix deletion of configuration files 
when script is unloaded (bug #36977)
      core: fix refresh of bar items when switching window
      relay: set Diffie-Hellman parameters on first SSL connection from a 
client (makes relay plugin load faster), reuse function 
gnutls_sec_param_to_pk_bits
      irc: fix bug with prefix chars which are in chanmodes with a type 
different from "B" (bug #36996)
      core: fix typo in FindNcurses.cmake (patch from jaset)
      core: add option weechat.startup.sys_rlimit to set system resource limits 
for WeeChat process
      relay: add missing gnutls lib for link
      core: update description of plugins and translate them in output of 
/plugin
      core: remove directory "src/plugins/scripts", move script plugins in 
"src/plugins"
      fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt 
Robinson)
      doc: fix typo in FAQ
      scripts: add hdata with list of scripts for each language
      doc: fix typo in FAQ
      core: rename type t_script_callback to t_plugin_script_cb
      doc: update dependencies in user guide (add zlib, gnutls is used in irc 
and relay plugins)
      doc: fix gnutls dependency in user guide
      api: add new function util_version_number
      scripts: fix name of lists in hdata with scripts (remove leading "*")
      core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)
      core: return error string to callback of hook_connect if getaddrinfo 
fails in child process
      doc: fix name of lists in hdata with scripts (plugin API reference)
      doc: add japanese user's guide (patch #7827)
      scripts: add signals for scripts loaded/unloaded/installed/removed
      core: fix connection to host in child process when socket is non-blocking 
(with or without proxy)
      irc: set non-blocking socket before connecting to server (fix freeze with 
SSL after connection error)
      doc: compile japanese user's guide with autotools
      core: fix use of unitialized value (line->data->display) when adding a 
line in buffer
      core: free data before removing config file/section/option from lists 
(remove warning in valgrind about blocks still reachable)
      core: add hidden command line options --no-gnutls and --no-gcrypt (no 
init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
      core: free some variables used for weechat.conf when quitting WeeChat
      core: add new plugin "script" (scripts manager, replacing scripts 
weeget.py and script.pl)
      core: fix use of uninitialized variable in hdata_get_var_array_size
      script: fix missing format in calls to snprintf
      script: fix compilation with -O2 (replace define of _GNU_SOURCE by 
_XOPEN_SOURCE)
      logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE
      core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and 
-D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
      script: add status "a" (autoloaded) for scripts
      core: fix alignment of command arguments for scripts (in /help command)
      api: add info "locale" for info_get (locale used to translate messages)
      script: add option script.look.translate_description
      core: add plugin "script" in debian packaging
      core: add mouse bindings ctrl+wheel up/down to scroll horizontally 
buffers with free content
      script: add option "reload" for command /script, fix completion of 
/script, add examples in /help script
      relay: add cast from time_t to long (fix warning under FreeBSD)
      core: fix color of long lines (displayed on more than one line on screen) 
under FreeBSD (bug #36999)
      doc: fix typo in keys for mouse context
      script: add option "search" for command /script (completion with script 
tags)
      script: add key alt+L to reload script, allow input on script buffer for 
actions on script, add option script.look.use_keys
      core: fix typo in french translations
      script: add focus info for mouse on script buffer, add two default mouse 
bindings: left button = select line, right button = install/remove script
      core: fix quote used in /help option for values (type integer with 
strings)
      irc: move options weechat.look.nickmode{_empty} to 
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils 
Görs)
      core: check that python version is >= 2.5 in cmake/autotools (patch from 
Peter Boström)
      script: add option script.look.quiet_actions (no messages when 
installing/removing/loading/unloading scripts on script buffer)
      script: add options -o and -i for /script list
      script: add missing extensions in output of /script -o|-i
      doc: add question about size of input bar in FAQ
      core: fix infinite loop in display when chat area has width of 1 with a 
bar displayed on the right (nicklist by default) (bug #37089)
      core: display spaces at the end of messages in chat area (bug #37024)
      irc: fix split of received IRC message: keep spaces at the end of message
      weercd.py: add option "nickused" (send some messages 433 before accepting 
nick)
      irc: generate alternate nicks dynamically when all nicks are already in 
use (task #12209)
      irc: keep trailing spaces in IRC messages only for some commands (if 
message ends with text from user)
      script: fix color used for script description on script buffer
      irc: add network prefix in irc (dis)connection messages
      core: fix IP address returned by hook_connect (return IP really used, not 
first IP for hostname)
      api: allow update for some variables of hdata, add new functions 
hdata_update and hdata_set
      core: fix display bug when end of a line is displayed on top of chat 
(last line truncated and MORE(0) in status bar) (bug #37203)
      core: fix asciidoc formatting in NEWS
      script: add option "script.look.display_source" (display source code with 
detail of script, enabled by default)
      script: remove spaces before/after tags displayed on detail of script
      script: add diff between current script and version in repository
      core: add default key alt+"x" (zoom on merged buffer) (task #11029)
      Version 0.3.9-rc1

Simon Kuhnle (1):
      doc: add new cmake option MANDIR (bug #36776)

stfn (2):
      doc: fix C example of weechat_hook_process_hashtable (plugin API 
reference)
      doc: fix C example of weechat_charset_set and weechat_iconv_to_internal 
(plugin API reference)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]