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.5-194-gb937d83
Date: Thu, 22 Sep 2011 14:30:30 +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  b937d836d72e2bd91f37d05646c4b07713d3e987 (commit)
       via  893485ba5fcf791ceed99ab122e336402624b872 (commit)
       via  0602bc105b8f90b09e94bbbdfcb829841141d3ed (commit)
       via  a2c42afaf7f81e056a9c2c42af2298c747f54460 (commit)
       via  25e1e6e23d9584df24f052151611161c34cda09e (commit)
       via  3146a6c65c777a104646a576b6e6c84ecd6bc340 (commit)
       via  be137ba3fcce4ccfdc596cdc071debca344a59b3 (commit)
       via  209ff8bd2ed8f8c05c33682f98b93db25de4dfd3 (commit)
      from  8bcf8255261eae8940054518368b49a011b0eefc (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 b937d836d72e2bd91f37d05646c4b07713d3e987
Author: Sebastien Helleu <address@hidden>
Date:   Thu Sep 22 16:25:31 2011 +0200

    irc: use high priority queue for sending modes and wallchops messages

commit 893485ba5fcf791ceed99ab122e336402624b872
Author: Sebastien Helleu <address@hidden>
Date:   Thu Sep 22 16:16:41 2011 +0200

    core: remove compilation warnings about unused return values of functions

commit 0602bc105b8f90b09e94bbbdfcb829841141d3ed
Author: Sebastien Helleu <address@hidden>
Date:   Thu Sep 22 11:22:02 2011 +0200

    doc: add message 343 (whois, is opered as) in list of messages for irc 
targer buffer (user guide)

commit a2c42afaf7f81e056a9c2c42af2298c747f54460
Author: Sebastien Helleu <address@hidden>
Date:   Thu Sep 22 11:17:38 2011 +0200

    irc: add missing aliases for some printed messages ("whois" for message 
330/343, "invitelist" for message 346)
    
    These aliases are used to find target buffer to print message (options 
irc.msgbuffer.*)

commit 25e1e6e23d9584df24f052151611161c34cda09e
Author: Sebastien Helleu <address@hidden>
Date:   Thu Sep 22 11:09:16 2011 +0200

    core: add colors for inactive windows and lines (in merged buffers)
    
    New boolean options to control use of inactive colors:
    - weechat.look.color_inactive_message
    - weechat.look.color_inactive_prefix
    - weechat.look.color_inactive_prefix_buffer
    - weechat.look.color_inactive_time
    
    New "inactive" color options:
    - weechat.color.chat_inactive_line
    - weechat.color.chat_inactive_window
    - weechat.color.chat_prefix_buffer_inactive_line

commit 3146a6c65c777a104646a576b6e6c84ecd6bc340
Author: Sebastien Helleu <address@hidden>
Date:   Wed Sep 21 21:13:45 2011 +0200

    doc: fix command to disable away nicks for bitlbee 3 in FAQ

commit be137ba3fcce4ccfdc596cdc071debca344a59b3
Author: Sebastien Helleu <address@hidden>
Date:   Tue Sep 20 17:15:03 2011 +0200

    core: add missing assignment of buffer pointer in line structure

commit 209ff8bd2ed8f8c05c33682f98b93db25de4dfd3
Author: Sebastien Helleu <address@hidden>
Date:   Sat Sep 17 08:50:58 2011 +0200

    doc: update italian translations and docs

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

Summary of changes:
 ChangeLog                                     |    9 +-
 doc/de/autogen/user/weechat_options.txt       |   35 +++++
 doc/de/weechat_faq.de.txt                     |   10 +-
 doc/de/weechat_user.de.txt                    |    2 +
 doc/en/autogen/user/weechat_options.txt       |   35 +++++
 doc/en/weechat_faq.en.txt                     |    8 +-
 doc/en/weechat_user.en.txt                    |    1 +
 doc/fr/autogen/user/weechat_options.txt       |   37 +++++-
 doc/fr/weechat_faq.fr.txt                     |    8 +-
 doc/fr/weechat_user.fr.txt                    |    1 +
 doc/it/autogen/plugin_api/infos_hashtable.txt |    2 +-
 doc/it/autogen/user/irc_commands.txt          |   10 +-
 doc/it/autogen/user/weechat_commands.txt      |   80 +++++-----
 doc/it/autogen/user/weechat_options.txt       |   45 +++++-
 doc/it/weechat_faq.it.txt                     |   19 ++-
 doc/it/weechat_scripting.it.txt               |    3 +-
 doc/it/weechat_user.it.txt                    |   17 +-
 doc/pl/weechat_faq.pl.txt                     |   10 +-
 po/cs.po                                      |   46 ++++++-
 po/de.po                                      |   46 ++++++-
 po/es.po                                      |   46 ++++++-
 po/fr.po                                      |   63 ++++++++-
 po/hu.po                                      |   38 +++++-
 po/it.po                                      |   85 +++++++++--
 po/pl.po                                      |   44 +++++-
 po/pt_BR.po                                   |   38 +++++-
 po/ru.po                                      |   38 +++++-
 po/weechat.pot                                |   38 +++++-
 src/core/wee-command.c                        |    8 +-
 src/core/wee-config.c                         |   54 +++++++
 src/core/wee-config.h                         |    7 +
 src/core/wee-network.c                        |   52 +++++--
 src/gui/curses/gui-curses-chat.c              |  194 +++++++++++++++++--------
 src/gui/curses/gui-curses-color.c             |    3 +
 src/gui/curses/gui-curses-window.c            |    2 +
 src/gui/gtk/gui-gtk-chat.c                    |    7 +-
 src/gui/gui-chat.c                            |   19 ++-
 src/gui/gui-chat.h                            |    4 +-
 src/gui/gui-color.h                           |    3 +
 src/gui/gui-line.c                            |    1 +
 src/gui/gui-window.c                          |    8 +-
 src/plugins/irc/irc-color.h                   |    2 +-
 src/plugins/irc/irc-command.c                 |   50 +++---
 src/plugins/irc/irc-ctcp.c                    |   28 ++--
 src/plugins/irc/irc-display.c                 |   15 +-
 src/plugins/irc/irc-nick.c                    |    4 +-
 src/plugins/irc/irc-notify.c                  |   18 +-
 src/plugins/irc/irc-protocol.c                |  194 ++++++++++++------------
 src/plugins/plugin-api.c                      |    3 +-
 src/plugins/scripts/script.c                  |    5 +-
 src/plugins/xfer/xfer-network.c               |    4 +-
 51 files changed, 1129 insertions(+), 370 deletions(-)


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



reply via email to

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