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.7-68-g2b26348
Date: Tue, 03 Apr 2012 19:40:21 +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  2b26348965941c961f1ad73cfc7c6605be5abf3e (commit)
       via  8bc6c1363b9ccf1f4fd6c74516317c062782199a (commit)
       via  8c03f8dee4ff4767d865b92147d08222fd6cac44 (commit)
       via  93a77c39ba174344e4174580d6b61d42ef848d30 (commit)
       via  5459e6595a5aaa36bb1e239d08407cbe9af2478c (commit)
      from  7038630b6d242a97e3be0a16bd64059562570076 (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 2b26348965941c961f1ad73cfc7c6605be5abf3e
Author: Sebastien Helleu <address@hidden>
Date:   Tue Apr 3 21:40:03 2012 +0200

    perl: fix crash on quit on OS X

commit 8bc6c1363b9ccf1f4fd6c74516317c062782199a
Author: Sebastien Helleu <address@hidden>
Date:   Tue Apr 3 21:31:15 2012 +0200

    irc: fix help of option irc.color.mirc_remap

commit 8c03f8dee4ff4767d865b92147d08222fd6cac44
Author: Marco Paolone <address@hidden>
Date:   Tue Apr 3 21:27:18 2012 +0200

    doc: update italian plugin API reference

commit 93a77c39ba174344e4174580d6b61d42ef848d30
Author: Sebastien Helleu <address@hidden>
Date:   Tue Apr 3 21:24:24 2012 +0200

    irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages 
displayed
    
    This new tag is used by WeeChat to hide/replace same prefix (option 
weechat.look.prefix_same_nick).

commit 5459e6595a5aaa36bb1e239d08407cbe9af2478c
Author: Sebastien Helleu <address@hidden>
Date:   Tue Apr 3 21:22:53 2012 +0200

    core: fix bugs with option weechat.look.prefix_same_nick, use nick color 
for string used as replacement
    
    Bugs fixed:
    - hide/replace prefix only if prefix is a nick (do not do it for 
join/part/quit or action messages)
    - hide/replace prefix only when displaying messages (do not cache value in 
lines)
    
    The nick color used in replacement string comes from tag "prefix_nick_ccc", 
where "ccc" is the color of nick.

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

Summary of changes:
 ChangeLog                                |    3 +-
 doc/de/autogen/user/irc_options.txt      |    2 +-
 doc/de/autogen/user/weechat_commands.txt |   64 ++++++------
 doc/en/autogen/user/irc_options.txt      |    2 +-
 doc/en/autogen/user/weechat_commands.txt |    2 +-
 doc/fr/autogen/user/irc_options.txt      |    2 +-
 doc/fr/autogen/user/weechat_commands.txt |    2 +-
 doc/it/autogen/user/irc_options.txt      |    2 +-
 doc/it/autogen/user/weechat_commands.txt |   76 +++++++-------
 doc/it/weechat_plugin_api.it.txt         |    1 -
 po/cs.po                                 |   11 +-
 po/de.po                                 |   13 ++-
 po/es.po                                 |   13 ++-
 po/fr.po                                 |   26 +++--
 po/hu.po                                 |   11 +-
 po/it.po                                 |   13 ++-
 po/ja.po                                 |   13 ++-
 po/pl.po                                 |   13 ++-
 po/pt_BR.po                              |   11 +-
 po/ru.po                                 |   11 +-
 po/weechat.pot                           |   11 +-
 src/core/wee-command.c                   |    3 +-
 src/gui/curses/gui-curses-chat.c         |   31 +++++-
 src/gui/gui-buffer.c                     |   10 +-
 src/gui/gui-filter.c                     |   14 +--
 src/gui/gui-line.c                       |  176 ++++++++++++++++++++----------
 src/gui/gui-line.h                       |    7 +-
 src/plugins/irc/irc-color.c              |   14 +++
 src/plugins/irc/irc-color.h              |    1 +
 src/plugins/irc/irc-config.c             |    4 +-
 src/plugins/irc/irc-input.c              |   10 ++-
 src/plugins/irc/irc-protocol.c           |   34 ++++--
 src/plugins/scripts/perl/weechat-perl.c  |    2 +-
 33 files changed, 369 insertions(+), 239 deletions(-)


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



reply via email to

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