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-rc1-7-g09c274b
Date: Tue, 04 Sep 2012 11:25:37 +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  09c274be287ee240a6b61628318b1fecebbe3287 (commit)
       via  33bb4399b8ffc66e8309e7295baec88df1548161 (commit)
       via  7756be5fea1e2a0a08203d87365f527016992df6 (commit)
       via  3849cb49bc41d7a1d7573268dcca146a45c29e26 (commit)
      from  36356521a1b0379cb0ff31bffa08b706f98635fe (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 09c274be287ee240a6b61628318b1fecebbe3287
Author: Sebastien Helleu <address@hidden>
Date:   Tue Sep 4 13:25:43 2012 +0200

    irc: fix parsing of message 346 when no nick/time are given (bug #37266)

commit 33bb4399b8ffc66e8309e7295baec88df1548161
Author: Sebastien Helleu <address@hidden>
Date:   Tue Sep 4 13:23:12 2012 +0200

    doc: update hdata "script_script" in plugin API reference

commit 7756be5fea1e2a0a08203d87365f527016992df6
Author: Sebastien Helleu <address@hidden>
Date:   Tue Sep 4 12:57:26 2012 +0200

    script: display error when installing/removing/loading script if plugin for 
language is not loaded

commit 3849cb49bc41d7a1d7573268dcca146a45c29e26
Author: Sebastien Helleu <address@hidden>
Date:   Tue Sep 4 12:39:56 2012 +0200

    core: add signals for plugins loaded/unloaded

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

Summary of changes:
 ChangeLog                              |    4 +-
 doc/de/autogen/plugin_api/hdata.txt    |    4 +-
 doc/en/autogen/plugin_api/hdata.txt    |    4 +-
 doc/en/weechat_plugin_api.en.txt       |   10 ++
 doc/fr/autogen/plugin_api/hdata.txt    |    4 +-
 doc/fr/weechat_plugin_api.fr.txt       |   10 ++
 doc/it/autogen/plugin_api/hdata.txt    |    4 +-
 doc/it/weechat_plugin_api.it.txt       |   12 ++
 doc/ja/autogen/plugin_api/hdata.txt    |    4 +-
 po/cs.po                               |   26 +++-
 po/de.po                               |   28 ++++-
 po/es.po                               |   26 +++-
 po/fr.po                               |   30 ++++-
 po/hu.po                               |   28 ++++-
 po/it.po                               |   28 ++++-
 po/ja.po                               |   26 +++-
 po/pl.po                               |   28 ++++-
 po/pt_BR.po                            |   26 +++-
 po/ru.po                               |   28 ++++-
 po/weechat.pot                         |   22 +++-
 src/plugins/irc/irc-protocol.c         |   99 ++++++++------
 src/plugins/plugin.c                   |    4 +
 src/plugins/script/script-action.c     |  231 ++++++++++++++++++++------------
 src/plugins/script/script-buffer.c     |   14 +-
 src/plugins/script/script-buffer.h     |    6 +-
 src/plugins/script/script-command.c    |    4 +-
 src/plugins/script/script-completion.c |   14 +-
 src/plugins/script/script-config.c     |    4 +-
 src/plugins/script/script-config.h     |    4 +-
 src/plugins/script/script-info.c       |    4 +-
 src/plugins/script/script-repo.c       |  170 ++++++++++++------------
 src/plugins/script/script-repo.h       |   28 ++--
 src/plugins/script/script.c            |   89 ++++++++++--
 src/plugins/script/script.h            |    9 +-
 34 files changed, 722 insertions(+), 310 deletions(-)


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



reply via email to

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