weechat-cvs
[Top][All Lists]
Advanced

[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-38-gc962bb3
Date: Sat, 08 Jun 2013 17:26:05 +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  c962bb32f9a81e52cf67d13c18c5639fe8222dbf (commit)
       via  21e51d930dd7870a20a7ca7f8df03c762cadbd4f (commit)
       via  a8589a0db6165b9b9a99c8a80bf01a953f5065c0 (commit)
       via  fe1642da08bc40a1eea3d1445eb2c2b75b5118b2 (commit)
       via  950287d38516cf66183d1ce53b7dd1050cacac42 (commit)
       via  21356d9909bd6da1c39b15bac88189fe5826b3f7 (commit)
      from  fb7edb351815d1d4b2a074d1b68f7d3f50ac04af (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 c962bb32f9a81e52cf67d13c18c5639fe8222dbf
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jun 8 19:25:56 2013 +0200

    core: add option weechat.network.proxy_curl (task #12651)

commit 21e51d930dd7870a20a7ca7f8df03c762cadbd4f
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jun 8 17:04:40 2013 +0200

    core: add options for Curl >= 7.25

commit a8589a0db6165b9b9a99c8a80bf01a953f5065c0
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jun 8 15:54:06 2013 +0200

    doc: add cmake options in user's guide

commit fe1642da08bc40a1eea3d1445eb2c2b75b5118b2
Author: Nils Görs <address@hidden>
Date:   Sat Jun 8 12:36:33 2013 +0200

    doc: update german translations and FAQ

commit 950287d38516cf66183d1ce53b7dd1050cacac42
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jun 8 12:32:09 2013 +0200

    irc: display a warning when the proxy set in a server does not exist

commit 21356d9909bd6da1c39b15bac88189fe5826b3f7
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jun 8 11:40:27 2013 +0200

    core: add "proxy" infolist and hdata

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                 |    4 +-
 doc/de/autogen/plugin_api/hdata.txt       |   15 ++-
 doc/de/autogen/plugin_api/infolists.txt   |    4 +-
 doc/de/autogen/plugin_api/url_options.txt |   10 +
 doc/de/autogen/user/irc_commands.txt      |   36 ++--
 doc/de/autogen/user/irc_options.txt       |    4 +-
 doc/de/autogen/user/weechat_options.txt   |    7 +-
 doc/de/weechat_faq.de.txt                 |   27 ++--
 doc/de/weechat_user.de.txt                |  120 +++++++++++
 doc/en/autogen/plugin_api/hdata.txt       |    9 +
 doc/en/autogen/plugin_api/infolists.txt   |    2 +
 doc/en/autogen/plugin_api/url_options.txt |   10 +
 doc/en/autogen/user/irc_options.txt       |    2 +-
 doc/en/autogen/user/weechat_options.txt   |    5 +
 doc/en/weechat_user.en.txt                |  116 +++++++++++
 doc/fr/autogen/plugin_api/hdata.txt       |    9 +
 doc/fr/autogen/plugin_api/infolists.txt   |    2 +
 doc/fr/autogen/plugin_api/url_options.txt |   10 +
 doc/fr/autogen/user/irc_options.txt       |    2 +-
 doc/fr/autogen/user/weechat_options.txt   |    5 +
 doc/fr/weechat_user.fr.txt                |  116 +++++++++++
 doc/it/autogen/plugin_api/hdata.txt       |    9 +
 doc/it/autogen/plugin_api/infolists.txt   |    2 +
 doc/it/autogen/plugin_api/url_options.txt |   10 +
 doc/it/autogen/user/irc_options.txt       |    2 +-
 doc/it/autogen/user/weechat_options.txt   |    5 +
 doc/it/weechat_user.it.txt                |  120 +++++++++++
 doc/ja/autogen/plugin_api/hdata.txt       |    9 +
 doc/ja/autogen/plugin_api/infolists.txt   |    2 +
 doc/ja/autogen/plugin_api/url_options.txt |   10 +
 doc/ja/autogen/user/irc_options.txt       |    2 +-
 doc/ja/autogen/user/weechat_options.txt   |    5 +
 doc/ja/weechat_user.ja.txt                |  120 +++++++++++
 po/cs.po                                  |   48 ++++-
 po/de.po                                  |  306 +++++++----------------------
 po/es.po                                  |   48 ++++-
 po/fr.po                                  |   50 +++++-
 po/hu.po                                  |   44 ++++-
 po/it.po                                  |   49 ++++-
 po/ja.po                                  |   46 ++++-
 po/pl.po                                  |   47 ++++-
 po/pt_BR.po                               |   48 ++++-
 po/ru.po                                  |   44 ++++-
 po/weechat.pot                            |   36 ++++-
 src/core/wee-config.c                     |   36 ++++-
 src/core/wee-config.h                     |    1 +
 src/core/wee-proxy.c                      |   97 +++++++++
 src/core/wee-proxy.h                      |    6 +
 src/core/wee-url.c                        |  115 +++++++++++
 src/gui/gui-filter.c                      |    2 +-
 src/plugins/irc/irc-config.c              |   37 ++++-
 src/plugins/plugin-api.c                  |   47 +++++
 52 files changed, 1564 insertions(+), 354 deletions(-)


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]