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.3.6-46-gf211a83
Date: Sat, 05 Nov 2011 13:33:32 +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  f211a839f6e55769288ee82051b00618dc719e99 (commit)
       via  8e5288ba27db92f4aa21a8ade5af57fd1d9dbe7f (commit)
       via  3ec981877ab0ca8d7a25c7bf30a0dbbe50b96cb4 (commit)
       via  385602e1e5a3922743bab9c861b7934794e8e342 (commit)
       via  8503857d28a41e42e0d232a508b1534827c7e737 (commit)
       via  abd95bf1b189c571a618bb0331deb4e6772b1d03 (commit)
      from  4646e5c17ccc61503937131ba855961cbf487324 (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 f211a839f6e55769288ee82051b00618dc719e99
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 5 12:53:29 2011 +0100

    core: rename options weechat.history.{max_lines|max_minutes} to 
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}

commit 8e5288ba27db92f4aa21a8ade5af57fd1d9dbe7f
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 5 11:40:22 2011 +0100

    irc: add option irc.color.mirc_remap to remap mirc colors in messages to 
WeeChat colors

commit 3ec981877ab0ca8d7a25c7bf30a0dbbe50b96cb4
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 4 17:12:41 2011 +0100

    core: replace Config by RbConfig for detection of Ruby to avoid deprecation 
warnings

commit 385602e1e5a3922743bab9c861b7934794e8e342
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 4 12:52:04 2011 +0100

    irc: add missing reset of color and attributes in display of nicks when 
joining channel

commit 8503857d28a41e42e0d232a508b1534827c7e737
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 4 12:47:01 2011 +0100

    irc: allow URL "irc://" in command /connect

commit abd95bf1b189c571a618bb0331deb4e6772b1d03
Author: Sebastien Helleu <address@hidden>
Date:   Fri Nov 4 10:38:23 2011 +0100

    doc: fix toclevels (from 3 to 4) for user guide in Makefile.am

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

Summary of changes:
 ChangeLog                               |   10 +++-
 NEWS                                    |    5 +-
 cmake/FindRuby.cmake                    |   10 ++--
 configure.in                            |   10 ++--
 doc/de/Makefile.am                      |    2 +-
 doc/de/autogen/user/irc_commands.txt    |   26 ++++++-----
 doc/de/autogen/user/irc_options.txt     |    5 ++
 doc/de/autogen/user/weechat_options.txt |   14 +++---
 doc/en/Makefile.am                      |    2 +-
 doc/en/autogen/user/irc_commands.txt    |   10 +++--
 doc/en/autogen/user/irc_options.txt     |    5 ++
 doc/en/autogen/user/weechat_options.txt |   14 +++---
 doc/fr/Makefile.am                      |    2 +-
 doc/fr/autogen/user/irc_commands.txt    |   10 +++--
 doc/fr/autogen/user/irc_options.txt     |    5 ++
 doc/fr/autogen/user/weechat_options.txt |   14 +++---
 doc/it/Makefile.am                      |    2 +-
 doc/it/autogen/user/irc_commands.txt    |   26 ++++++-----
 doc/it/autogen/user/irc_options.txt     |    5 ++
 doc/it/autogen/user/weechat_options.txt |   14 +++---
 po/cs.po                                |   33 ++++++++++---
 po/de.po                                |   33 ++++++++++---
 po/es.po                                |   33 ++++++++++---
 po/fr.po                                |   58 +++++++++++++++++-------
 po/hu.po                                |   31 ++++++++++---
 po/it.po                                |   33 ++++++++++---
 po/pl.po                                |   33 ++++++++++---
 po/pt_BR.po                             |   31 ++++++++++---
 po/ru.po                                |   31 ++++++++++---
 po/weechat.pot                          |   31 ++++++++++---
 src/core/wee-config.c                   |   12 +++---
 src/core/wee-config.h                   |    4 +-
 src/gui/gui-line.c                      |    9 ++--
 src/plugins/irc/irc-color.c             |   26 ++++++++---
 src/plugins/irc/irc-command.c           |   74 ++++++++++++++++++++-----------
 src/plugins/irc/irc-config.c            |   74 +++++++++++++++++++++++++++++++
 src/plugins/irc/irc-config.h            |    2 +
 src/plugins/irc/irc-protocol.c          |    7 +++-
 src/plugins/irc/irc-server.c            |   15 +++---
 src/plugins/irc/irc-server.h            |    2 +-
 40 files changed, 542 insertions(+), 221 deletions(-)


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



reply via email to

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