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.8-rc1, created. v0.3.8-rc1
Date: Tue, 15 May 2012 10:59:15 +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.8-rc1 has been created
        at  95f16b2695bf77ce80ea388e188eec8d993af147 (tag)
   tagging  b645947954a21643c8629a0c094666ae671be1db (commit)
  replaces  v0.3.7
 tagged by  Sebastien Helleu
        on  Tue May 15 12:58:52 2012 +0200

- Log -----------------------------------------------------------------
WeeChat 0.3.8-rc1

Elián Hanisch (1):
      core: update spanish translations

Emmanuel Bouthenot (1):
      core: sync debian files with debian git repository

Kyle Fuller (2):
      irc: add support of "external" SASL mechanism (task #11864)
      irc: set user modes only if target nick is self nick in message 221 
(patch #7754)

Marco Paolone (3):
      doc: update italian FAQ, user guide and plugin API reference
      doc: update italian plugin API reference
      doc: update italian translations and user guide

Mateusz Poszwa (1):
      core: fix truncated config files (zero-length) after system crash (bug 
#36383)

Nils Görs (2):
      doc: update german translations, FAQ and user guide
      core: update german translations

Quico Noizeux (1):
      core: update spanish translations

Ryuunosuke Ayanokouzi (1):
      core: fix display of wide chars on last column of chat area (patch #7733)

Sebastien Helleu (91):
      Version 0.3.8-dev
      doc: add japanese translator in user guide
      core: fix problem with asciidoc syntax in ChangeLog
      irc: add search for lower case nicks in option irc.look.nick_color_force
      irc: close server buffer when server is deleted
      doc: rewrite sentence about command /charset in FAQ
      irc: fix typo in a comment
      irc: do not close server buffer and disconnect when server is destroyed 
during /upgrade
      rmodifier: add option "release" in default rmodifier "nickserv" (used to 
hide passwords in command "/msg nickserv") (bug #35705)
      core: add support of terminal "bracketed paste mode" (task #11316)
      core: rename option weechat.look.bracketed_paste_mode to 
weechat.look.paste_bracketed
      core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)
      api: add list "gui_buffer_last_displayed" in hdata "buffer"
      relay: add "date_printed" and "highlight" in signal "_buffer_line_added" 
(WeeChat protocol)
      core: read data on stdin even when asking confirmation for paste (fix 
lost chars under mintty terminal)
      irc: compute hash to find nick color for nick in server message when nick 
is not in nicklist
      irc: fix display of color in hostname (join/part/quit messages)
      core: improve and fix bugs on standard paste and bracketed paste
      core: fix broken mouse (bug introduced by the previous commit)
      core: fix grab of key (alt-k) (bug introduced with bracketed paste mode)
      core: fix lost scroll when switching to a buffer with a pending search 
(ctrl-r)
      core: update ChangeLog
      irc: check notify immediately when adding a nick to notify list, improve 
first notify message for a nick (bug #35731)
      irc: add signals and tags in messages for irc notify (patch from Quentin 
Glidic) (task #11887)
      irc: use computed nick color for nicks in notify messages
      irc: fix redirection of message when message is queued for sending on 
server
      irc: use computed nick color in many messages instead of option 
weechat.color.chat_nick
      core: follow symbolic links when writing configuration files (.conf) 
(task #11779)
      core: cosmetic changes in NEWS
      irc: display privmsg messages to "@#channel" and "+#channel" in channel 
buffer (bug #35331)
      irc: update away flag for nicks on manual /who
      core: fix typo: unsensitive -> insensitive
      irc: do not allow the creation of two servers with same name but 
different case (fix error when writing file irc.conf) (bug #35840)
      relay: redirect some irc messages from clients to hide output (bug #33516)
      irc: do not send command "MODE #channel" on manual /names (do it only 
when names are received on join of channel) (bug #35930)
      irc: do not translate string "Msg" for messages to channel ops/voiced
      doc: update hdata "irc_channel" (add "names_received") in plugin API 
reference
      core: add a connection timeout for child process in hook_connect (bug 
#35966)
      doc: add missing command "/set weechat.look.align_end_of_lines time" in 
question about URLs (FAQ)
      doc: fix order of arguments for function nicklist_add_group in plugin API 
reference
      api: use a struct for arguments of function script_init (callbacks)
      aspell: fix typo in a comment
      api: fix typo in a comment
      api: display warning in scripts when invalid pointers (malformed strings) 
are given to plugin API functions (warning displayed if debug for plugin is >= 
1)
      tcl: fix pointer sent to function hook_signal_send when type of data is a 
pointer
      tcl: add missing function "hdata_char" in API
      core: convert tabs to spaces in text pasted (bug #25028)
      guile: add missing function "hook_process_hashtable" in API
      irc: allow more than one nick in command /invite
      irc: force the clear of nicklist when joining a channel (nicklist was not 
sync after znc reconnection) (bug #36008)
      core: add option weechat.look.prefix_same_nick (hide or change prefix on 
messages whose nick is the same as previous message) (task #11965)
      logger: add colors for backlog lines and end of backlog (task #11966)
      core: add new color options for logger in ChangeLog
      doc: argument "shutdown_function" is optional in function register 
(scripting guide)
      core: fix display bug with prefix when length is greater than max and 
prefix is ending with a wide char (bug #36032)
      core: fix bad computation of prefix length when simulating display (this 
caused one or more empty lines at bottom of chat area)
      core: fix bug with option weechat.look.prefix_same_nick and filtered lines
      core: fix bugs with option weechat.look.prefix_same_nick, use nick color 
for string used as replacement
      irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages 
displayed
      irc: fix help of option irc.color.mirc_remap
      perl: fix crash on quit on OS X
      doc: add list of commonly used tags in plugin API reference (in function 
printf_date_tags)
      perl: fix compilation on OS X (bug #30701)
      core: convert options weechat.look.prefix_align_more and 
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
      irc: add option "-pending" for command /disconnect (cancel 
auto-reconnection on servers currently reconnecting) (task #11985)
      doc: update help of command /disconnect in user guide
      doc: update list of translators in user guide
      core: fix display bugs and crashs with small windows (bug #36107)
      doc: fix return value of function hook_modifier_exec in plugin API 
reference
      core: fix help of option weechat.completion.nick_completer
      python: update path returned by weechat.info_get('python2_bin', '') if 
path does not exist any more (for example after python upgrade)
      core: do not use malloc in function utf8_strlen_screen for small strings 
(4 bytes or less)
      core: optimize load of keys (save score of keys to sort them faster)
      core: update hdata "key" (add "score") in plugin API reference
      doc: fix return value of function "color" in plugin API reference
      rmodifier: add default rmodifier "server" to hide passwords in commands 
/server and /connect (task #11993)
      doc: fix arguments sent to callback of hook_command in plugin API 
reference
      rmodifier: add default rmodifier "quote_pass" to hide password in command 
"/quote pass" (bug #36250)
      scripts: fix type of argument "rc" in callback of hook_process (from 
string to integer)
      irc: hide everything after "identify" or "register" in messages to 
nickserv when option irc.look.hide_nickserv_pwd is on (bug #36362)
      doc: fix recommended version of Python in user guide
      logger: fix charset of lines displayed in backlog when terminal charset 
is different from UTF-8 (bug #36379)
      doc: update list of contributors in user guide
      core: fix crash in focus hook for nicklist (bug #36271)
      core: add description of "command" in /help key
      doc: fix typo in python example of infolist_get (plugin API reference)
      irc: add option "fakerecv" for command /server to simulate a received IRC 
message (not documented, for debug only)
      core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
      doc: add note about property "short_name" of buffers (plugin API 
reference)
      irc: update channel modes by using chanmodes from message 005 (do not 
send extra command "MODES" to server), fix parsing of modes (bug #36215)
      Version 0.3.8-rc1

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


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



reply via email to

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