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.3.5-119-g1cb7c6a
Date: Sun, 14 Aug 2011 09:30:19 +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  1cb7c6a6c5ef1ffd647779f41806a4be7f557622 (commit)
       via  fb4c1ed1e9ece94ad1ed9a0a42b91e16a371566f (commit)
       via  7ebb91f69bdcc74cd7f18518c22f379bf416ae99 (commit)
       via  3398c9c65b124e90bc11da44cb7c26e2e0af7776 (commit)
       via  d80706b5f0e79e4439bb1c069bce2318c537c71c (commit)
      from  fab23f8bc4ca4ab43f670a105587d389dbd18eb7 (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 1cb7c6a6c5ef1ffd647779f41806a4be7f557622
Author: Sebastien Helleu <address@hidden>
Date:   Sun Aug 14 11:30:08 2011 +0200

    core: return info about line/word for chat area in focus hashtable, add 
keys m/q/Q to quote line in cursor mode, sort mouse keys by priority

commit fb4c1ed1e9ece94ad1ed9a0a42b91e16a371566f
Author: Sebastien Helleu <address@hidden>
Date:   Sat Aug 13 12:50:18 2011 +0200

    core: fix typo in comment

commit 7ebb91f69bdcc74cd7f18518c22f379bf416ae99
Author: Sebastien Helleu <address@hidden>
Date:   Sat Aug 13 12:00:25 2011 +0200

    core: add function hashtable_dup (duplicate a hashtable)

commit 3398c9c65b124e90bc11da44cb7c26e2e0af7776
Author: Sebastien Helleu <address@hidden>
Date:   Fri Aug 12 12:11:36 2011 +0200

    irc: fix too small buffer for encoded base64 string used by SASL 
authentication

commit d80706b5f0e79e4439bb1c069bce2318c537c71c
Author: Sebastien Helleu <address@hidden>
Date:   Fri Aug 12 12:09:57 2011 +0200

    core: fix too small buffer for encoded base64 string used to authenticate 
with http proxy

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

Summary of changes:
 doc/de/autogen/user/weechat_commands.txt |    3 +-
 doc/en/autogen/user/weechat_commands.txt |    3 +-
 doc/en/weechat_plugin_api.en.txt         |   49 ++++--
 doc/fr/autogen/user/weechat_commands.txt |    3 +-
 doc/fr/weechat_plugin_api.fr.txt         |   50 ++++--
 doc/it/autogen/user/weechat_commands.txt |    3 +-
 doc/it/weechat_plugin_api.it.txt         |   49 ++++--
 po/cs.po                                 |   33 ++--
 po/de.po                                 |   31 ++--
 po/es.po                                 |   31 ++--
 po/fr.po                                 |   38 +++--
 po/hu.po                                 |   30 ++--
 po/it.po                                 |   31 ++--
 po/pl.po                                 |   33 ++--
 po/pt_BR.po                              |   30 ++--
 po/ru.po                                 |   32 ++--
 po/weechat.pot                           |   28 ++--
 src/core/wee-command.c                   |   27 +++-
 src/core/wee-hashtable.c                 |   49 +++++-
 src/core/wee-hashtable.h                 |    2 +
 src/core/wee-hook.c                      |   93 ++++++-----
 src/core/wee-hook.h                      |    6 +-
 src/core/wee-network.c                   |    2 +-
 src/gui/curses/gui-curses-chat.c         |   50 +++++-
 src/gui/curses/gui-curses-key.c          |   14 +-
 src/gui/curses/gui-curses-mouse.c        |   44 +++--
 src/gui/curses/gui-curses-window.c       |   22 +++
 src/gui/gtk/gui-gtk-window.c             |   13 ++
 src/gui/gui-bar-item.c                   |   16 ++-
 src/gui/gui-bar-window.c                 |   35 ++--
 src/gui/gui-bar-window.h                 |    4 +-
 src/gui/gui-chat.c                       |   89 +++++++++
 src/gui/gui-chat.h                       |    5 +
 src/gui/gui-cursor.c                     |   94 ++++++----
 src/gui/gui-cursor.h                     |    2 +-
 src/gui/gui-focus.c                      |  180 +++++++++++++------
 src/gui/gui-focus.h                      |   12 +-
 src/gui/gui-key.c                        |  286 +++++++++++++++++++-----------
 src/gui/gui-line.c                       |   15 ++-
 src/gui/gui-mouse.c                      |   13 +-
 src/gui/gui-mouse.h                      |    2 +-
 src/gui/gui-window.c                     |  198 +++++++++++++++++++++
 src/gui/gui-window.h                     |   27 +++-
 src/plugins/irc/irc-bar-item.c           |    3 +
 src/plugins/irc/irc-sasl.c               |    4 +-
 45 files changed, 1256 insertions(+), 528 deletions(-)


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



reply via email to

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