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.0-161-gbf8ee88
Date: Wed, 01 May 2013 08:15:40 +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  bf8ee88dd857d70055afec47d8857b7a59a6e1e4 (commit)
       via  11d8dd1b51d4a17e76e8e0447aa82ab57754bba3 (commit)
       via  ebcea798bb3ca9aaa484f7ee4645fba6dabeb731 (commit)
       via  1c4e3c0e84272ae27479104359198b6d61d28cc1 (commit)
       via  e0098845957d5e03eac505145c10b5313a8d760e (commit)
       via  2479f427f7bd1e8925aba1d6a6c5cbb2a11be388 (commit)
       via  16cc0b6088354df6b5e8fdfd7ac9b79871190128 (commit)
      from  cf8a125ef233bff8315f28540753f50cad279663 (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 bf8ee88dd857d70055afec47d8857b7a59a6e1e4
Author: Sebastien Helleu <address@hidden>
Date:   Wed May 1 10:15:10 2013 +0200

    Version 0.4.1-rc1

commit 11d8dd1b51d4a17e76e8e0447aa82ab57754bba3
Merge: ebcea79 16cc0b6
Author: Sebastien Helleu <address@hidden>
Date:   Wed May 1 10:04:53 2013 +0200

    Merge branch 'dynamic-nick-prefix-suffix'

commit ebcea798bb3ca9aaa484f7ee4645fba6dabeb731
Author: Sebastien Helleu <address@hidden>
Date:   Wed May 1 10:02:11 2013 +0200

    doc: add IRC SASL "dh-aes" mechanism in user's guide

commit 1c4e3c0e84272ae27479104359198b6d61d28cc1
Author: Sebastien Helleu <address@hidden>
Date:   Wed May 1 10:00:57 2013 +0200

    core: update translations

commit e0098845957d5e03eac505145c10b5313a8d760e
Author: Elizabeth Myers <address@hidden>
Date:   Wed May 1 09:59:39 2013 +0200

    irc: add support of "dh-aes" SASL mechanism (patch #8020)

commit 2479f427f7bd1e8925aba1d6a6c5cbb2a11be388
Author: Sebastien Helleu <address@hidden>
Date:   Wed May 1 09:27:08 2013 +0200

    doc: update german auto-generated file with WeeChat commands

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

Summary of changes:
 AUTHORS                                  |    1 +
 CMakeLists.txt                           |    2 +-
 ChangeLog                                |    7 +-
 NEWS                                     |   28 +++-
 configure.in                             |    2 +-
 doc/de/autogen/user/irc_options.txt      |    4 +-
 doc/de/autogen/user/weechat_commands.txt |   62 ++++----
 doc/de/weechat_user.de.txt               |   19 ++-
 doc/en/autogen/user/irc_options.txt      |    4 +-
 doc/en/weechat_user.en.txt               |   15 +-
 doc/fr/autogen/user/irc_options.txt      |    4 +-
 doc/fr/weechat_user.fr.txt               |   14 +-
 doc/it/autogen/user/irc_options.txt      |    4 +-
 doc/it/weechat_user.it.txt               |   17 ++-
 doc/ja/autogen/user/irc_options.txt      |    4 +-
 doc/ja/weechat_user.ja.txt               |   17 ++-
 po/cs.po                                 |   10 +-
 po/de.po                                 |   48 ++++--
 po/es.po                                 |   11 +-
 po/fr.po                                 |   13 +-
 po/hu.po                                 |   10 +-
 po/it.po                                 |   11 +-
 po/ja.po                                 |   11 +-
 po/pl.po                                 |   14 +-
 po/pt_BR.po                              |   10 +-
 po/ru.po                                 |   13 +-
 po/weechat.pot                           |    6 +-
 src/core/wee-config.c                    |   49 ++++++
 src/core/wee-config.h                    |    5 +
 src/gui/curses/gui-curses-chat.c         |   94 +++++++++---
 src/gui/curses/gui-curses-color.c        |    2 +
 src/gui/gui-color.h                      |    2 +
 src/gui/gui-line.c                       |   41 ++++--
 src/gui/gui-line.h                       |    2 +-
 src/plugins/irc/irc-color.h              |    2 -
 src/plugins/irc/irc-config.c             |   33 +----
 src/plugins/irc/irc-config.h             |    4 -
 src/plugins/irc/irc-nick.c               |   16 +--
 src/plugins/irc/irc-protocol.c           |    9 +
 src/plugins/irc/irc-sasl.c               |  260 +++++++++++++++++++++++-------
 src/plugins/irc/irc-sasl.h               |    4 +
 src/plugins/logger/logger-config.c       |   12 ++
 src/plugins/logger/logger-config.h       |    2 +
 src/plugins/logger/logger.c              |   59 +++++--
 44 files changed, 659 insertions(+), 298 deletions(-)


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



reply via email to

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