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.2-156-g811b689
Date: Sat, 14 Dec 2013 10:28:26 +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  811b68991e1635967334b9a2f0ba4468bbb9f44b (commit)
      from  542dc8cd33e1be4c310cba4253b986a01abe7675 (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 811b68991e1635967334b9a2f0ba4468bbb9f44b
Author: Sebastien Helleu <address@hidden>
Date:   Sat Dec 14 11:26:03 2013 +0100

    core: add logical "and" between tags in filters, 
weechat.look.highlight_tags and buffer property "highlight_tags"
    
    The logical "and" is made with the separator "+".
    
    Example: "irc_notice+nick_toto,nick_test"
    will match a notice from nick "toto" or any message from nick "test".

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

Summary of changes:
 ChangeLog                                |    3 +
 doc/de/autogen/plugin_api/hdata.txt      |    4 +-
 doc/de/autogen/user/weechat_commands.txt |   71 +++++++++++++------------
 doc/de/autogen/user/weechat_options.txt  |    2 +-
 doc/en/autogen/plugin_api/hdata.txt      |    4 +-
 doc/en/autogen/user/weechat_commands.txt |    5 ++-
 doc/en/autogen/user/weechat_options.txt  |    2 +-
 doc/en/weechat_plugin_api.en.txt         |    2 +
 doc/fr/autogen/plugin_api/hdata.txt      |    4 +-
 doc/fr/autogen/user/weechat_commands.txt |    3 +
 doc/fr/autogen/user/weechat_options.txt  |    2 +-
 doc/fr/weechat_plugin_api.fr.txt         |    3 +
 doc/it/autogen/plugin_api/hdata.txt      |    4 +-
 doc/it/autogen/user/weechat_commands.txt |    5 ++-
 doc/it/autogen/user/weechat_options.txt  |    2 +-
 doc/it/weechat_plugin_api.it.txt         |    3 +
 doc/ja/autogen/plugin_api/hdata.txt      |    4 +-
 doc/ja/autogen/user/weechat_commands.txt |   69 +++++++++++++------------
 doc/ja/autogen/user/weechat_options.txt  |    2 +-
 po/cs.po                                 |   28 +++++++---
 po/de.po                                 |   29 +++++++---
 po/es.po                                 |   28 +++++++---
 po/fr.po                                 |   43 ++++++++++++----
 po/hu.po                                 |   29 +++++++---
 po/it.po                                 |   28 +++++++---
 po/ja.po                                 |   29 +++++++---
 po/pl.po                                 |   29 +++++++---
 po/pt_BR.po                              |   28 +++++++---
 po/ru.po                                 |   28 +++++++---
 po/tr.po                                 |   16 ++++--
 po/weechat.pot                           |   16 ++++--
 src/core/wee-command.c                   |    9 +++-
 src/core/wee-config.c                    |   48 ++++++++++++++---
 src/core/wee-config.h                    |    2 +-
 src/gui/gui-buffer.c                     |   47 +++++++++++++----
 src/gui/gui-buffer.h                     |    2 +-
 src/gui/gui-filter.c                     |   85 +++++++++++++++---------------
 src/gui/gui-filter.h                     |    2 +-
 src/gui/gui-line.c                       |   68 ++++++++++++++++++------
 src/gui/gui-line.h                       |    3 +-
 40 files changed, 532 insertions(+), 259 deletions(-)


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



reply via email to

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