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.3-20-g39be4e3
Date: Sun, 16 Feb 2014 10:29:12 +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  39be4e3387b5e49a6e67534f3e3078c205e166ca (commit)
       via  20a70c80f8f0dc188c2281642102290fb0460192 (commit)
      from  508437b6e7cb79d0a11f3fdb6d8a503b7e4b70b5 (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 39be4e3387b5e49a6e67534f3e3078c205e166ca
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 16 11:29:03 2014 +0100

    core: add bare display mode (for easy text selection and click on URLs)
    
    New key: alt+"!", to swith to bare display (same key to come back to
    standard display).
    
    New options:
    - weechat.look.bare_display_exit_on_input (default: on): by default
      any changes in input will return to standard display
    - weechat.look.bare_display_time_format (default: "%H:%M"): the format
      of time used in bare display.

commit 20a70c80f8f0dc188c2281642102290fb0460192
Author: Sebastien Helleu <address@hidden>
Date:   Sun Feb 16 10:07:13 2014 +0100

    core: add missing feature in ChangeLog for v0.4.3 (use one date format when 
day changes from day to day+1)

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

Summary of changes:
 ChangeLog                                |    4 +
 NEWS                                     |   10 ++
 doc/asciidoc.conf                        |    4 +-
 doc/de/autogen/user/weechat_commands.txt |   80 ++++++++--------
 doc/de/autogen/user/weechat_options.txt  |   10 ++
 doc/de/weechat_user.de.txt               |    2 +
 doc/en/autogen/user/weechat_commands.txt |    2 +
 doc/en/autogen/user/weechat_options.txt  |   10 ++
 doc/en/weechat_user.en.txt               |    1 +
 doc/fr/autogen/user/weechat_commands.txt |    2 +
 doc/fr/autogen/user/weechat_options.txt  |   10 ++
 doc/fr/weechat_user.fr.txt               |    1 +
 doc/it/autogen/user/weechat_commands.txt |    2 +
 doc/it/autogen/user/weechat_options.txt  |   10 ++
 doc/it/weechat_user.it.txt               |    2 +
 doc/ja/autogen/user/weechat_commands.txt |   80 ++++++++--------
 doc/ja/autogen/user/weechat_options.txt  |   10 ++
 doc/ja/weechat_user.ja.txt               |    2 +
 doc/pl/autogen/user/weechat_commands.txt |  102 +++++++++++----------
 doc/pl/autogen/user/weechat_options.txt  |   10 ++
 doc/pl/weechat_user.pl.txt               |    2 +
 po/cs.po                                 |   65 +++----------
 po/de.po                                 |   37 ++++----
 po/es.po                                 |   64 +++----------
 po/fr.po                                 |   68 ++++----------
 po/hu.po                                 |   57 +++---------
 po/it.po                                 |   63 +++----------
 po/ja.po                                 |   46 ++++------
 po/pl.po                                 |   36 ++++----
 po/pt_BR.po                              |   54 +++--------
 po/ru.po                                 |   64 +++----------
 po/tr.po                                 |   19 +++--
 po/weechat.pot                           |   13 ++-
 src/core/wee-command.c                   |   16 +++-
 src/core/wee-config.c                    |   13 +++
 src/core/wee-config.h                    |    2 +
 src/gui/curses/gui-curses-bar-window.c   |    3 +
 src/gui/curses/gui-curses-chat.c         |  147 ++++++++++++++++++++++++++++++
 src/gui/curses/gui-curses-key.c          |    1 +
 src/gui/curses/gui-curses-main.c         |   33 ++++---
 src/gui/curses/gui-curses-window.c       |  104 +++++++++++++++-------
 src/gui/curses/gui-curses.h              |    1 -
 src/gui/gui-input.c                      |   30 ++++++
 src/gui/gui-key.c                        |    3 +-
 src/gui/gui-window.c                     |    4 +
 src/gui/gui-window.h                     |    3 +
 46 files changed, 716 insertions(+), 586 deletions(-)


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



reply via email to

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