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-78-gb60aec9
Date: Mon, 25 Feb 2013 08:49:15 +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  b60aec975ba13d347edd3a110cbfef7699bc3cfb (commit)
      from  87b50969722b894bebe791211b232da5ffd82082 (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 b60aec975ba13d347edd3a110cbfef7699bc3cfb
Author: Sebastien Helleu <address@hidden>
Date:   Mon Feb 25 08:46:41 2013 +0100

    script: add control of autoload (enable/disable/toggle) (task #12393)
    
    New option script.scripts.autoload, new options 
autoload/noautoload/toggleautoload
    for command /script, new action "A" (meta-A) on script buffer (toggle 
autoload).

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

Summary of changes:
 ChangeLog                               |    5 +-
 doc/de/autogen/user/script_commands.txt |   92 ++++++++-------
 doc/de/autogen/user/script_options.txt  |    5 +
 doc/en/autogen/user/script_commands.txt |   34 +++---
 doc/en/autogen/user/script_options.txt  |    5 +
 doc/fr/autogen/user/script_commands.txt |   34 +++---
 doc/fr/autogen/user/script_options.txt  |    5 +
 doc/it/autogen/user/script_commands.txt |   34 +++---
 doc/it/autogen/user/script_options.txt  |    5 +
 doc/ja/autogen/user/script_commands.txt |   96 ++++++++--------
 doc/ja/autogen/user/script_options.txt  |    5 +
 po/cs.po                                |   73 ++++++++-----
 po/de.po                                |   79 +++++++++-----
 po/es.po                                |   73 ++++++++-----
 po/fr.po                                |  122 ++++++++++++--------
 po/hu.po                                |   73 ++++++++-----
 po/it.po                                |   73 ++++++++-----
 po/ja.po                                |   77 ++++++++-----
 po/pl.po                                |   77 ++++++++-----
 po/pt_BR.po                             |   73 ++++++++-----
 po/ru.po                                |   73 ++++++++-----
 po/weechat.pot                          |   69 +++++++-----
 src/plugins/guile/weechat-guile.c       |   28 +++++-
 src/plugins/lua/weechat-lua.c           |   34 +++++-
 src/plugins/perl/weechat-perl.c         |   34 +++++-
 src/plugins/plugin-script.c             |  188 +++++++++++++++++++++++++------
 src/plugins/plugin-script.h             |    3 +
 src/plugins/python/weechat-python.c     |   31 +++++-
 src/plugins/ruby/weechat-ruby.c         |   34 +++++-
 src/plugins/script/script-action.c      |   99 ++++++++++++++++-
 src/plugins/script/script-buffer.c      |   44 ++++----
 src/plugins/script/script-command.c     |   42 +++++---
 src/plugins/script/script-config.c      |    8 ++
 src/plugins/script/script-config.h      |    1 +
 src/plugins/tcl/weechat-tcl.c           |   34 +++++-
 35 files changed, 1227 insertions(+), 535 deletions(-)


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



reply via email to

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