[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-97-g16ae7e2 |
Date: |
Sat, 17 Dec 2011 16:39: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 16ae7e26638f4b115b217231fc35ff4f40d66c63 (commit)
via f0b81813953897e66cfe1ed5bd4b545111efe2e4 (commit)
via bd3f554e0228e5aec087b07a269596b487f3a60f (commit)
from dc8807a4173ccabbe3bb03d3f1d02c8b11580056 (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 16ae7e26638f4b115b217231fc35ff4f40d66c63
Author: Sebastien Helleu <address@hidden>
Date: Sat Dec 17 17:39:19 2011 +0100
relay: add commands "sync" and "desync" in WeeChat protocol
commit f0b81813953897e66cfe1ed5bd4b545111efe2e4
Author: Sebastien Helleu <address@hidden>
Date: Sat Dec 17 17:34:45 2011 +0100
core: add signal "buffer_line_added"
commit bd3f554e0228e5aec087b07a269596b487f3a60f
Author: Sebastien Helleu <address@hidden>
Date: Sat Dec 17 17:03:39 2011 +0100
api: add new function hdata_check_pointer
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +-
doc/de/weechat_scripting.de.txt | 5 +-
doc/en/weechat_plugin_api.en.txt | 74 +++-
doc/en/weechat_relay_protocol.en.txt | 127 +++++-
doc/en/weechat_scripting.en.txt | 5 +-
doc/fr/weechat_plugin_api.fr.txt | 118 ++++-
doc/fr/weechat_scripting.fr.txt | 5 +-
doc/it/weechat_plugin_api.it.txt | 79 ++++-
doc/it/weechat_scripting.it.txt | 7 +-
doc/pl/weechat_scripting.pl.txt | 5 +-
src/core/wee-hdata.c | 27 ++
src/core/wee-hdata.h | 2 +
src/gui/gui-line.c | 3 +
src/plugins/plugin.c | 1 +
src/plugins/relay/weechat/relay-weechat-msg.c | 82 ++--
src/plugins/relay/weechat/relay-weechat-msg.h | 6 +-
src/plugins/relay/weechat/relay-weechat-protocol.c | 480 +++++++++++++++++++-
src/plugins/relay/weechat/relay-weechat-protocol.h | 13 +
src/plugins/relay/weechat/relay-weechat.c | 152 ++++++-
src/plugins/relay/weechat/relay-weechat.h | 11 +
src/plugins/scripts/guile/weechat-guile-api.c | 118 ++++--
src/plugins/scripts/lua/weechat-lua-api.c | 26 +
src/plugins/scripts/perl/weechat-perl-api.c | 26 +
src/plugins/scripts/python/weechat-python-api.c | 25 +
src/plugins/scripts/ruby/weechat-ruby-api.c | 31 ++
src/plugins/scripts/tcl/weechat-tcl-api.c | 29 ++
src/plugins/weechat-plugin.h | 6 +-
27 files changed, 1329 insertions(+), 141 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-97-g16ae7e2,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-94-gdc8807a
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-98-g1f76df2
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-94-gdc8807a
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-98-g1f76df2
- Index(es):