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.0-rc2-28-g6fdee3a
Date: Sat, 12 Jan 2013 18:41:18 +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  6fdee3aa9fb5b59273c72fe4b419237942de70f8 (commit)
       via  4123263b8c8015d802fa7b74270bffd3a8bf1d4d (commit)
      from  1b56e084dc809bade667e77ac77c5d743efe83a9 (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 6fdee3aa9fb5b59273c72fe4b419237942de70f8
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jan 12 19:40:04 2013 +0100

    core: fix crash in display of chat area when the ncurses chat window is not 
initialized
    
    This can happen when a window becomes too small for display: then we set the
    ncurses chat window to NULL.
    So when displaying buffer, we'll skip it if the ncurses chat window is NULL.
    
    Steps to reproduce crash:
      1. /window splith
      2. /window resize -1 (many times, until chat area is less than one line)
      3. /window balance

commit 4123263b8c8015d802fa7b74270bffd3a8bf1d4d
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jan 12 19:27:00 2013 +0100

    guile: fix bad conversion of shared strings (replace calls to 
scm_i_string_chars by scm_to_locale_string) (bug #38067)

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

Summary of changes:
 ChangeLog                             |    2 +
 src/gui/curses/gui-curses-chat.c      |    3 +-
 src/plugins/guile/weechat-guile-api.c |  916 ++++++++++++++++++---------------
 src/plugins/guile/weechat-guile.c     |   27 +-
 4 files changed, 512 insertions(+), 436 deletions(-)


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



reply via email to

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