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.8-167-gdf80aa5
Date: Mon, 27 Aug 2012 07:48:22 +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  df80aa5fc92bd5481fc8099a63dad4093405f2f4 (commit)
      from  e767346a193f0eb53a9324a04a75080d359b1951 (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 df80aa5fc92bd5481fc8099a63dad4093405f2f4
Author: Sebastien Helleu <address@hidden>
Date:   Mon Aug 27 09:47:46 2012 +0200

    api: allow update for some variables of hdata, add new functions 
hdata_update and hdata_set

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

Summary of changes:
 ChangeLog                               |    4 +-
 doc/de/autogen/plugin_api/hdata.txt     |  338 ++++++++------
 doc/docgen.py                           |   48 ++-
 doc/en/autogen/plugin_api/hdata.txt     |  338 ++++++++------
 doc/en/weechat_plugin_api.en.txt        |  198 +++++++--
 doc/fr/autogen/plugin_api/hdata.txt     |  338 ++++++++------
 doc/fr/weechat_plugin_api.fr.txt        |  200 +++++++--
 doc/it/autogen/plugin_api/hdata.txt     |  338 ++++++++------
 doc/it/weechat_plugin_api.it.txt        |  209 ++++++++--
 doc/ja/autogen/plugin_api/hdata.txt     |  338 ++++++++------
 po/cs.po                                |    5 +-
 po/de.po                                |    5 +-
 po/es.po                                |    5 +-
 po/fr.po                                |    7 +-
 po/hu.po                                |    5 +-
 po/it.po                                |    5 +-
 po/ja.po                                |    5 +-
 po/pl.po                                |    5 +-
 po/pt_BR.po                             |    5 +-
 po/ru.po                                |    5 +-
 po/weechat.pot                          |    5 +-
 src/core/wee-config-file.c              |  105 +++---
 src/core/wee-debug.c                    |   22 +-
 src/core/wee-hdata.c                    |  749 +++++++++++++++++++------------
 src/core/wee-hdata.h                    |   42 ++-
 src/gui/gui-bar-item.c                  |   15 +-
 src/gui/gui-bar-window.c                |   45 +-
 src/gui/gui-bar.c                       |   31 +-
 src/gui/gui-buffer.c                    |  155 ++++----
 src/gui/gui-chat.c                      |    3 +
 src/gui/gui-completion.c                |   52 ++-
 src/gui/gui-filter.c                    |   29 +-
 src/gui/gui-history.c                   |    9 +-
 src/gui/gui-hotlist.c                   |   17 +-
 src/gui/gui-key.c                       |   19 +-
 src/gui/gui-line.c                      |  143 +++++--
 src/gui/gui-nicklist.c                  |   44 +-
 src/gui/gui-window.c                    |   88 ++--
 src/plugins/guile/weechat-guile-api.c   |   33 ++-
 src/plugins/irc/irc-channel.c           |   64 ++--
 src/plugins/irc/irc-ignore.c            |   17 +-
 src/plugins/irc/irc-nick.c              |   19 +-
 src/plugins/irc/irc-notify.c            |   19 +-
 src/plugins/irc/irc-redirect.c          |   62 ++--
 src/plugins/irc/irc-server.c            |  131 +++---
 src/plugins/lua/weechat-lua-api.c       |   36 ++-
 src/plugins/perl/weechat-perl-api.c     |   36 ++-
 src/plugins/plugin-script.c             |   29 +-
 src/plugins/plugin.c                    |   27 +-
 src/plugins/python/weechat-python-api.c |   49 ++-
 src/plugins/ruby/weechat-ruby-api.c     |   41 ++-
 src/plugins/script/script-repo.c        |   49 +-
 src/plugins/tcl/weechat-tcl-api.c       |   38 ++-
 src/plugins/weechat-plugin.h            |   42 ++-
 54 files changed, 2953 insertions(+), 1713 deletions(-)


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



reply via email to

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