[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.4.1-130-ga41bed3 |
Date: |
Fri, 02 Aug 2013 18:23:46 +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 a41bed395b8e9f804c8dc2240aee498ce8c271f9 (commit)
via 26fcc6695334f758b0d4c1757043c30269a06d5c (commit)
via 663de422849a591c2b7fdf47fbabdf6e2ecb98da (commit)
via ade379ac114ba76a142d9f430defc9579ead029a (commit)
via 351674699cd40b17707a2b6c0b1de3fecfd085a6 (commit)
via b3923b65f1f013d92d63d7906d942e1216739b90 (commit)
via 53fa3f770e9763bb6b847b7ebf69ebca08de98d4 (commit)
via 7e64b9f1f94b0d154a8def7c166f0eaeb667c5d5 (commit)
via a668775ae35d011785321533afd36d486e673ebd (commit)
via a4901950324eb47ef5ce09264170281413d4218c (commit)
from fd5fc2e5a35926387eb332f612752a6b0726e10e (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 a41bed395b8e9f804c8dc2240aee498ce8c271f9
Author: Sebastien Helleu <address@hidden>
Date: Fri Aug 2 20:22:23 2013 +0200
core: add task #7395 in ChangeLog
commit 26fcc6695334f758b0d4c1757043c30269a06d5c
Author: Sebastien Helleu <address@hidden>
Date: Fri Aug 2 20:16:47 2013 +0200
core: update translations
commit 663de422849a591c2b7fdf47fbabdf6e2ecb98da
Merge: fd5fc2e ade379a
Author: Sebastien Helleu <address@hidden>
Date: Fri Aug 2 19:19:25 2013 +0200
Merge branch 'secured-data'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +
doc/de/autogen/plugin_api/completions.txt | 2 +
doc/de/autogen/user/irc_options.txt | 8 +-
doc/de/autogen/user/sec_options.txt | 20 +
doc/de/autogen/user/weechat_commands.txt | 39 +
doc/de/autogen/user/weechat_options.txt | 4 +-
doc/de/weechat_user.de.txt | 7 +
doc/docgen.py | 3 +-
doc/en/autogen/plugin_api/completions.txt | 2 +
doc/en/autogen/user/irc_options.txt | 8 +-
doc/en/autogen/user/sec_options.txt | 20 +
doc/en/autogen/user/weechat_commands.txt | 39 +
doc/en/autogen/user/weechat_options.txt | 4 +-
doc/en/weechat_dev.en.txt | 19 +-
doc/en/weechat_user.en.txt | 6 +
doc/fr/autogen/plugin_api/completions.txt | 2 +
doc/fr/autogen/user/irc_options.txt | 8 +-
doc/fr/autogen/user/sec_options.txt | 20 +
doc/fr/autogen/user/weechat_commands.txt | 39 +
doc/fr/autogen/user/weechat_options.txt | 4 +-
doc/fr/weechat_user.fr.txt | 6 +
doc/it/autogen/plugin_api/completions.txt | 2 +
doc/it/autogen/user/irc_options.txt | 8 +-
doc/it/autogen/user/sec_options.txt | 20 +
doc/it/autogen/user/weechat_commands.txt | 39 +
doc/it/autogen/user/weechat_options.txt | 4 +-
doc/it/weechat_user.it.txt | 7 +
doc/ja/autogen/plugin_api/completions.txt | 2 +
doc/ja/autogen/user/irc_options.txt | 8 +-
doc/ja/autogen/user/sec_options.txt | 20 +
doc/ja/autogen/user/weechat_commands.txt | 39 +
doc/ja/autogen/user/weechat_options.txt | 4 +-
doc/ja/weechat_user.ja.txt | 7 +
po/POTFILES.in | 2 +
po/cs.po | 229 +++++-
po/de.po | 278 ++++++-
po/es.po | 230 +++++-
po/fr.po | 318 +++++++-
po/hu.po | 230 +++++-
po/it.po | 230 +++++-
po/ja.po | 250 +++++-
po/pl.po | 250 +++++-
po/pt_BR.po | 229 +++++-
po/ru.po | 234 +++++-
po/srcfiles.cmake | 2 +
po/tr.po | 225 +++++-
po/weechat.pot | 214 +++++-
src/core/CMakeLists.txt | 1 +
src/core/Makefile.am | 2 +
src/core/wee-command.c | 233 +++++-
src/core/wee-completion.c | 44 +
src/core/wee-config.c | 10 +-
src/core/wee-debug.c | 8 +-
src/core/wee-eval.c | 46 +-
src/core/wee-network.c | 34 +-
src/core/wee-network.h | 5 +-
src/core/wee-secure.c | 1296 +++++++++++++++++++++++++++++
src/core/wee-secure.h | 70 ++
src/core/wee-string.c | 96 ++-
src/core/wee-string.h | 4 +
src/core/wee-upgrade.c | 4 +
src/core/weechat.c | 18 +-
src/gui/curses/gui-curses-color.c | 3 +-
src/gui/curses/gui-curses-main.c | 57 ++
src/gui/gui-key.c | 1 +
src/gui/gui-main.h | 3 +
src/plugins/irc/irc-config.c | 12 +-
src/plugins/irc/irc-protocol.c | 40 +-
src/plugins/irc/irc-server.c | 48 +-
src/plugins/rmodifier/rmodifier-config.c | 3 +
70 files changed, 5029 insertions(+), 352 deletions(-)
create mode 100644 doc/de/autogen/user/sec_options.txt
create mode 100644 doc/en/autogen/user/sec_options.txt
create mode 100644 doc/fr/autogen/user/sec_options.txt
create mode 100644 doc/it/autogen/user/sec_options.txt
create mode 100644 doc/ja/autogen/user/sec_options.txt
create mode 100644 src/core/wee-secure.c
create mode 100644 src/core/wee-secure.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.4.1-130-ga41bed3,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-120-gfd5fc2e
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-131-g16b114b
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-120-gfd5fc2e
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.1-131-g16b114b
- Index(es):