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 branch, maste


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.2-114-gc8a4794
Date: Sun, 01 Dec 2013 07:46:48 +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 branch, master has been updated
       via  c8a479453d327ae8b9c1c1e3e0dbdc042e7b9b66 (commit)
       via  9a160509d74c521f2de005e0daf3762866ef8e04 (commit)
       via  983791de847a93e487aa28b8397bb12ee4b0f17b (commit)
      from  f99103ee21dfb160dae51c56740905ccd0136c76 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8a479453d327ae8b9c1c1e3e0dbdc042e7b9b66
Author: Sebastien Helleu <address@hidden>
Date:   Sun Dec 1 08:46:07 2013 +0100

    core: add missing access to hdata "buffer_visited"

commit 9a160509d74c521f2de005e0daf3762866ef8e04
Author: Sebastien Helleu <address@hidden>
Date:   Sun Dec 1 08:37:22 2013 +0100

    core: fix random crash when closing a buffer
    
    The problem happened because we used a pointer to a
    "struct t_gui_buffer_visited" for the switch to another buffer,
    when the buffer is closed. This is executed in all windows displaying
    the buffer, but on each switch to buffer, the visited buffers are
    updated and therefore the address can change. The pointer becomes
    invalid, and WeeChat still uses it on next windows for the buffer
    switch.
    
    It happened rarely because the visited buffer is freed and allocated
    immediately after, so the address is often the same in memory.
    
    Thanks to silverd for the tests on OS X to track the problem.

commit 983791de847a93e487aa28b8397bb12ee4b0f17b
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 30 19:50:56 2013 +0100

    irc: use option irc.network.colors_send (instead of receive) when 
displaying messages sent by commands /away, /me, /msg, /notice, /query

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

Summary of changes:
 ChangeLog                           |    4 ++++
 doc/de/autogen/plugin_api/hdata.txt |    9 +++++++++
 doc/en/autogen/plugin_api/hdata.txt |    9 +++++++++
 doc/fr/autogen/plugin_api/hdata.txt |    9 +++++++++
 doc/it/autogen/plugin_api/hdata.txt |    9 +++++++++
 doc/ja/autogen/plugin_api/hdata.txt |    9 +++++++++
 po/cs.po                            |    6 +++++-
 po/de.po                            |    6 +++++-
 po/es.po                            |    6 +++++-
 po/fr.po                            |    7 +++++--
 po/hu.po                            |    6 +++++-
 po/it.po                            |    6 +++++-
 po/ja.po                            |    6 +++++-
 po/pl.po                            |    6 +++++-
 po/pt_BR.po                         |    6 +++++-
 po/ru.po                            |    6 +++++-
 po/tr.po                            |    5 ++++-
 po/weechat.pot                      |    5 ++++-
 src/gui/gui-buffer.c                |   14 +++++++++-----
 src/gui/gui-buffer.h                |    2 ++
 src/plugins/irc/irc-command.c       |   18 +++++++++---------
 src/plugins/plugin-api.c            |    2 ++
 22 files changed, 129 insertions(+), 27 deletions(-)


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



reply via email to

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