[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-140-gb91c231 |
Date: |
Mon, 16 Jan 2012 18:52:16 +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 b91c231096c726d0d8ecdc4c88e19a229feb615b (commit)
via ca07f584063aa68f0c5d3263128f4149bb61b5e0 (commit)
via 9df2432accfbe166bd57f37f136282ed08b277b2 (commit)
from b2dd992c0d932fb929354b56af77c9e43a15d25d (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 b91c231096c726d0d8ecdc4c88e19a229feb615b
Author: Sebastien Helleu <address@hidden>
Date: Mon Jan 16 19:52:08 2012 +0100
core: add URL transfer (using libcurl), add function hook_process_hashtable
in plugin API, add support of URL in hook_process/hook_process_hashtable (task
#10247)
commit ca07f584063aa68f0c5d3263128f4149bb61b5e0
Merge: 9df2432 b2dd992
Author: Sebastien Helleu <address@hidden>
Date: Mon Jan 16 19:20:02 2012 +0100
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat
commit 9df2432accfbe166bd57f37f136282ed08b277b2
Author: Sebastien Helleu <address@hidden>
Date: Thu Jan 12 18:09:07 2012 +0100
doc: remove obsolete variable "display_creation_date" in hdata of
"irc_channel" (plugin API reference)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +-
configure.in | 15 +
debian/control | 2 +-
doc/de/autogen/plugin_api/hdata.txt | 1 -
doc/de/autogen/plugin_api/infolists.txt | 2 +
doc/de/autogen/plugin_api/url_options.txt | 91 ++++
doc/de/weechat_user.de.txt | 2 +
doc/docgen.py | 31 ++
doc/en/autogen/plugin_api/hdata.txt | 1 -
doc/en/autogen/plugin_api/infolists.txt | 2 +
doc/en/autogen/plugin_api/url_options.txt | 91 ++++
doc/en/weechat_plugin_api.en.txt | 128 +++++-
doc/en/weechat_user.en.txt | 1 +
doc/fr/autogen/plugin_api/hdata.txt | 1 -
doc/fr/autogen/plugin_api/infolists.txt | 2 +
doc/fr/autogen/plugin_api/url_options.txt | 91 ++++
doc/fr/weechat_plugin_api.fr.txt | 135 +++++-
doc/fr/weechat_user.fr.txt | 1 +
doc/it/autogen/plugin_api/hdata.txt | 1 -
doc/it/autogen/plugin_api/infolists.txt | 2 +
doc/it/autogen/plugin_api/url_options.txt | 91 ++++
doc/it/weechat_plugin_api.it.txt | 134 +++++-
doc/it/weechat_user.it.txt | 2 +
po/POTFILES.in | 2 +
po/cs.po | 16 +-
po/de.po | 16 +-
po/es.po | 16 +-
po/fr.po | 16 +-
po/hu.po | 16 +-
po/it.po | 16 +-
po/pl.po | 16 +-
po/pt_BR.po | 16 +-
po/ru.po | 16 +-
po/srcfiles.cmake | 2 +
po/weechat.pot | 14 +-
src/CMakeLists.txt | 3 +
src/core/CMakeLists.txt | 3 +
src/core/Makefile.am | 4 +-
src/core/wee-hook.c | 70 +++-
src/core/wee-hook.h | 7 +
src/core/wee-url.c | 628 +++++++++++++++++++++++
src/core/wee-url.h | 59 +++
src/gui/curses/CMakeLists.txt | 2 +
src/gui/curses/Makefile.am | 1 +
src/gui/gtk/CMakeLists.txt | 2 +
src/gui/gtk/Makefile.am | 3 +-
src/plugins/plugin-api.c | 23 +-
src/plugins/plugin.c | 1 +
src/plugins/scripts/lua/weechat-lua-api.c | 40 ++
src/plugins/scripts/perl/weechat-perl-api.c | 36 ++
src/plugins/scripts/python/weechat-python-api.c | 41 ++
src/plugins/scripts/ruby/weechat-ruby-api.c | 49 ++
src/plugins/scripts/script-api.c | 54 ++-
src/plugins/scripts/script-api.h | 12 +
src/plugins/scripts/tcl/weechat-tcl-api.c | 44 ++
src/plugins/weechat-plugin.h | 17 +-
56 files changed, 2041 insertions(+), 52 deletions(-)
create mode 100644 doc/de/autogen/plugin_api/url_options.txt
create mode 100644 doc/en/autogen/plugin_api/url_options.txt
create mode 100644 doc/fr/autogen/plugin_api/url_options.txt
create mode 100644 doc/it/autogen/plugin_api/url_options.txt
create mode 100644 src/core/wee-url.c
create mode 100644 src/core/wee-url.h
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-140-gb91c231,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-137-gb2dd992
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-141-g8c80a2b
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-137-gb2dd992
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-141-g8c80a2b
- Index(es):