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.9-35-g32c93b5
Date: Fri, 02 Nov 2012 08:37:28 +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  32c93b5c0a3abd2525677e0e2615abde8460d693 (commit)
       via  3ec0ad7c62279af13fcc6ee3ef78b11dcc3be382 (commit)
      from  9037c0fe4c07b76bafb9a07b1600ac600bcf4245 (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 32c93b5c0a3abd2525677e0e2615abde8460d693
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 2 09:37:15 2012 +0100

    core: add command /eval, use expression in conditions for bars, add 
function "string_eval_expression" in plugin API

commit 3ec0ad7c62279af13fcc6ee3ef78b11dcc3be382
Author: Sebastien Helleu <address@hidden>
Date:   Sun Oct 21 19:43:12 2012 +0200

    core: remove duplicated #include

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

Summary of changes:
 ChangeLog                                |    4 +-
 NEWS                                     |    6 +-
 doc/de/autogen/plugin_api/hdata.txt      |    2 -
 doc/de/autogen/user/weechat_commands.txt |  123 ++++--
 doc/de/weechat_user.de.txt               |  213 +++++++++
 doc/en/autogen/plugin_api/hdata.txt      |    2 -
 doc/en/autogen/user/weechat_commands.txt |   61 +++-
 doc/en/weechat_dev.en.txt                |    1 +
 doc/en/weechat_plugin_api.en.txt         |   53 +++
 doc/en/weechat_user.en.txt               |  212 +++++++++
 doc/fr/autogen/plugin_api/hdata.txt      |    2 -
 doc/fr/autogen/user/weechat_commands.txt |   59 +++-
 doc/fr/weechat_plugin_api.fr.txt         |   55 +++
 doc/fr/weechat_user.fr.txt               |  223 +++++++++
 doc/it/autogen/plugin_api/hdata.txt      |    2 -
 doc/it/autogen/user/weechat_commands.txt |  135 ++++--
 doc/it/weechat_plugin_api.it.txt         |   56 +++
 doc/it/weechat_user.it.txt               |  213 +++++++++
 doc/ja/autogen/plugin_api/hdata.txt      |    2 -
 doc/ja/autogen/user/weechat_commands.txt |  121 ++++--
 po/POTFILES.in                           |    2 +
 po/cs.po                                 |  101 ++++-
 po/de.po                                 |  114 +++++-
 po/es.po                                 |  115 +++++-
 po/fr.po                                 |  190 +++++++-
 po/hu.po                                 |  100 ++++-
 po/it.po                                 |  115 +++++-
 po/ja.po                                 |  114 +++++-
 po/pl.po                                 |  114 +++++-
 po/pt_BR.po                              |  114 +++++-
 po/ru.po                                 |  100 ++++-
 po/srcfiles.cmake                        |    2 +
 po/weechat.pot                           |  100 ++++-
 src/core/CMakeLists.txt                  |    1 +
 src/core/Makefile.am                     |    2 +
 src/core/wee-command.c                   |  142 ++++++-
 src/core/wee-config.c                    |   20 +
 src/core/wee-debug.c                     |    1 -
 src/core/wee-eval.c                      |  717 ++++++++++++++++++++++++++++++
 src/core/wee-eval.h                      |   55 +++
 src/core/wee-string.c                    |   34 +-
 src/core/wee-string.h                    |    7 +-
 src/gui/gui-bar-item.c                   |   49 ++-
 src/gui/gui-bar-item.h                   |    7 +-
 src/gui/gui-bar.c                        |  136 +++---
 src/gui/gui-bar.h                        |    4 +-
 src/gui/gui-key.c                        |   30 ++-
 src/plugins/guile/weechat-guile-api.c    |   59 +++-
 src/plugins/guile/weechat-guile.c        |   38 ++-
 src/plugins/guile/weechat-guile.h        |    4 +-
 src/plugins/lua/weechat-lua-api.c        |   57 +++-
 src/plugins/lua/weechat-lua.c            |   32 +-
 src/plugins/lua/weechat-lua.h            |    4 +-
 src/plugins/perl/weechat-perl-api.c      |   55 ++-
 src/plugins/perl/weechat-perl.c          |   25 +-
 src/plugins/perl/weechat-perl.h          |    5 +-
 src/plugins/plugin-script.c              |    2 +-
 src/plugins/plugin.c                     |    2 +
 src/plugins/python/weechat-python-api.c  |   58 +++-
 src/plugins/python/weechat-python.c      |   28 +-
 src/plugins/python/weechat-python.h      |    4 +-
 src/plugins/ruby/weechat-ruby-api.c      |   62 +++-
 src/plugins/ruby/weechat-ruby.c          |   31 +-
 src/plugins/ruby/weechat-ruby.h          |    4 +-
 src/plugins/tcl/weechat-tcl-api.c        |   60 +++-
 src/plugins/tcl/weechat-tcl.c            |   32 +-
 src/plugins/tcl/weechat-tcl.h            |    4 +-
 src/plugins/weechat-plugin.h             |    9 +-
 68 files changed, 4142 insertions(+), 464 deletions(-)
 create mode 100644 src/core/wee-eval.c
 create mode 100644 src/core/wee-eval.h


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



reply via email to

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