[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.6-105-g443b8fc |
Date: |
Tue, 20 Dec 2011 09:51:06 +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 443b8fc033803b478744f25c7ac17d571216cac3 (commit)
via 8cd98458041834739ed73bb42e837dd3bb290a61 (commit)
via 6f3fd239be85096cdc6d47f8f3351a155d10629c (commit)
from 7d52f85f55273ccbd869b6271ba782db5d7682ff (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 443b8fc033803b478744f25c7ac17d571216cac3
Author: Sebastien Helleu <address@hidden>
Date: Tue Dec 20 10:51:01 2011 +0100
relay: add type "hashtable" in relay protocol and hdata, add signals
"buffer_localvar_xxx" in protocol
commit 8cd98458041834739ed73bb42e837dd3bb290a61
Author: Sebastien Helleu <address@hidden>
Date: Mon Dec 19 23:25:37 2011 +0100
doc: fix typo: hashlist => hashtable in plugin API reference
commit 6f3fd239be85096cdc6d47f8f3351a155d10629c
Author: Sebastien Helleu <address@hidden>
Date: Mon Dec 19 22:39:24 2011 +0100
core: add type "hashtable" for hdata, new api functions: hdata_hashtable
and hashtable_map_string
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +-
doc/en/weechat_plugin_api.en.txt | 101 ++++-
doc/en/weechat_relay_protocol.en.txt | 153 ++++---
doc/fr/weechat_plugin_api.fr.txt | 103 ++++-
doc/it/weechat_plugin_api.it.txt | 106 ++++-
src/core/wee-hashtable.c | 266 ++++------
src/core/wee-hashtable.h | 6 +
src/core/wee-hdata.c | 24 +-
src/core/wee-hdata.h | 2 +
src/gui/gui-buffer.c | 4 +-
src/plugins/irc/irc-redirect.c | 8 +-
src/plugins/irc/irc-server.c | 2 +-
src/plugins/plugin.c | 2 +
src/plugins/relay/weechat/relay-weechat-msg.c | 80 +++
src/plugins/relay/weechat/relay-weechat-msg.h | 21 +-
src/plugins/relay/weechat/relay-weechat-protocol.c | 40 +-
src/plugins/scripts/guile/weechat-guile-api.c | 502 ++++++++----------
src/plugins/scripts/guile/weechat-guile.c | 14 +-
src/plugins/scripts/lua/weechat-lua-api.c | 388 +++++++------
src/plugins/scripts/lua/weechat-lua.c | 14 +-
src/plugins/scripts/perl/weechat-perl-api.c | 389 +++++++------
src/plugins/scripts/perl/weechat-perl.c | 13 +-
src/plugins/scripts/python/weechat-python-api.c | 388 +++++++------
src/plugins/scripts/python/weechat-python.c | 14 +-
src/plugins/scripts/ruby/weechat-ruby-api.c | 395 ++++++++------
src/plugins/scripts/ruby/weechat-ruby.c | 13 +-
src/plugins/scripts/tcl/weechat-tcl-api.c | 571 ++++++++------------
src/plugins/scripts/tcl/weechat-tcl.c | 14 +-
src/plugins/weechat-plugin.h | 17 +-
29 files changed, 2002 insertions(+), 1654 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.6-105-g443b8fc,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-102-g7d52f85
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-106-g7610b9b
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-102-g7d52f85
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-106-g7610b9b
- Index(es):