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-156-g6c5bdb3
Date: Sat, 20 Aug 2011 09:26:01 +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  6c5bdb36d3d1bc7fa7ace27b7793cc11d65011b9 (commit)
       via  44f2b7caf4d0ce91ceec5242c2f049971806d029 (commit)
      from  221fff960e657106d208ca90331d0ec45e507545 (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 6c5bdb36d3d1bc7fa7ace27b7793cc11d65011b9
Author: Sebastien Helleu <address@hidden>
Date:   Sat Aug 20 11:25:56 2011 +0200

    doc: set asciidoc language with "-a lang=xx" to translate notes, tips, 
warnings,...

commit 44f2b7caf4d0ce91ceec5242c2f049971806d029
Author: Sebastien Helleu <address@hidden>
Date:   Sat Aug 20 10:52:27 2011 +0200

    core: add functions "key_bind" and "key_unbind" in plugin API

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

Summary of changes:
 ChangeLog                                       |   12 +-
 doc/de/CMakeLists.txt                           |   10 +-
 doc/de/Makefile.am                              |   10 +-
 doc/de/autogen/plugin_api/hdata.txt             |    3 +
 doc/de/autogen/user/weechat_commands.txt        |    1 +
 doc/de/weechat_scripting.de.txt                 |    3 +
 doc/en/autogen/plugin_api/hdata.txt             |    3 +
 doc/en/autogen/user/weechat_commands.txt        |    1 +
 doc/en/weechat_plugin_api.en.txt                |  121 +++++++++++
 doc/en/weechat_scripting.en.txt                 |    2 +
 doc/fr/CMakeLists.txt                           |   12 +-
 doc/fr/Makefile.am                              |   12 +-
 doc/fr/autogen/plugin_api/hdata.txt             |    3 +
 doc/fr/autogen/user/weechat_commands.txt        |    1 +
 doc/fr/weechat_plugin_api.fr.txt                |  124 +++++++++++
 doc/fr/weechat_scripting.fr.txt                 |    2 +
 doc/it/CMakeLists.txt                           |   12 +-
 doc/it/Makefile.am                              |   12 +-
 doc/it/autogen/plugin_api/hdata.txt             |    3 +
 doc/it/autogen/user/weechat_commands.txt        |   63 +++---
 doc/it/weechat_plugin_api.it.txt                |  124 +++++++++++
 doc/it/weechat_scripting.it.txt                 |    3 +
 doc/ru/CMakeLists.txt                           |    2 +-
 doc/ru/Makefile.am                              |    2 +-
 po/cs.po                                        |   23 +-
 po/de.po                                        |   21 +-
 po/es.po                                        |   23 +-
 po/fr.po                                        |   25 ++-
 po/hu.po                                        |   24 ++-
 po/it.po                                        |   22 +-
 po/pl.po                                        |   23 +-
 po/pt_BR.po                                     |   17 +-
 po/ru.po                                        |   24 ++-
 po/weechat.pot                                  |   13 +-
 src/core/wee-command.c                          |   47 ++---
 src/core/wee-config.c                           |    2 +-
 src/gui/gui-buffer.c                            |    2 +-
 src/gui/gui-key.c                               |  259 ++++++++++++++++++-----
 src/gui/gui-key.h                               |    6 +-
 src/plugins/plugin.c                            |    4 +
 src/plugins/scripts/lua/weechat-lua-api.c       |   77 +++++++
 src/plugins/scripts/perl/weechat-perl-api.c     |   73 +++++++
 src/plugins/scripts/python/weechat-python-api.c |   76 +++++++
 src/plugins/scripts/ruby/weechat-ruby-api.c     |   79 +++++++
 src/plugins/scripts/tcl/weechat-tcl-api.c       |   79 +++++++
 src/plugins/weechat-plugin.h                    |   12 +-
 46 files changed, 1207 insertions(+), 265 deletions(-)


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



reply via email to

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