[Top][All Lists]
[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-76-gbd73324 |
Date: |
Fri, 20 Jul 2012 16:20:08 +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 bd7332455d7e896fcddae7fc9fd9c6aed49b7fbe (commit)
via eab011073224b13ada61f80f3731e8dd459b7bfa (commit)
from 658013a1e42967e498629367ac7d2d39ba7eec51 (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 bd7332455d7e896fcddae7fc9fd9c6aed49b7fbe
Author: Sebastien Helleu <address@hidden>
Date: Fri Jul 20 18:18:37 2012 +0200
relay: add object type "arr" (array) in WeeChat protocol
commit eab011073224b13ada61f80f3731e8dd459b7bfa
Author: Sebastien Helleu <address@hidden>
Date: Fri Jul 20 18:12:07 2012 +0200
core: add support of arrays in hdata variables
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +-
doc/de/autogen/plugin_api/hdata.txt | 16 +-
doc/docgen.py | 10 +-
doc/en/autogen/plugin_api/hdata.txt | 16 +-
doc/en/weechat_plugin_api.en.txt | 170 +++++++++--
doc/en/weechat_relay_protocol.en.txt | 37 +++
doc/fr/autogen/plugin_api/hdata.txt | 16 +-
doc/fr/weechat_plugin_api.fr.txt | 180 ++++++++++--
doc/it/autogen/plugin_api/hdata.txt | 16 +-
doc/it/weechat_plugin_api.it.txt | 191 ++++++++++--
src/core/wee-config-file.c | 96 +++---
src/core/wee-hdata.c | 311 +++++++++++++++++---
src/core/wee-hdata.h | 15 +-
src/gui/gui-bar-item.c | 12 +-
src/gui/gui-bar-window.c | 42 ++--
src/gui/gui-bar.c | 28 +-
src/gui/gui-buffer.c | 146 +++++-----
src/gui/gui-completion.c | 46 ++--
src/gui/gui-filter.c | 26 +-
src/gui/gui-history.c | 6 +-
src/gui/gui-key.c | 16 +-
src/gui/gui-line.c | 48 ++--
src/gui/gui-nicklist.c | 38 ++--
src/gui/gui-window.c | 80 +++---
src/plugins/irc/irc-channel.c | 58 ++--
src/plugins/irc/irc-ignore.c | 14 +-
src/plugins/irc/irc-nick.c | 16 +-
src/plugins/irc/irc-notify.c | 16 +-
src/plugins/irc/irc-redirect.c | 56 ++--
src/plugins/irc/irc-server.c | 126 ++++----
src/plugins/plugin.c | 24 +-
src/plugins/relay/weechat/relay-weechat-msg.c | 190 ++++++++-----
src/plugins/relay/weechat/relay-weechat-msg.h | 1 +
src/plugins/relay/weechat/relay-weechat-protocol.c | 36 +++
src/plugins/scripts/guile/weechat-guile-api.c | 47 +++
src/plugins/scripts/lua/weechat-lua-api.c | 53 ++++
src/plugins/scripts/perl/weechat-perl-api.c | 53 ++++
src/plugins/scripts/python/weechat-python-api.c | 53 ++++
src/plugins/scripts/ruby/weechat-ruby-api.c | 63 ++++
src/plugins/scripts/tcl/weechat-tcl-api.c | 61 ++++
src/plugins/weechat-plugin.h | 27 ++-
41 files changed, 1777 insertions(+), 683 deletions(-)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-76-gbd73324,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-74-g658013a
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-77-g19d03e6
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-74-g658013a
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-77-g19d03e6
- Index(es):