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-21-g35785a5
Date: Fri, 09 Mar 2012 09:41: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  35785a5e053e0ccd4ec36d67f2a374ce1c0673d0 (commit)
      from  1102cfd317f4c73f0012cfdf0c68d366faab8dea (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 35785a5e053e0ccd4ec36d67f2a374ce1c0673d0
Author: Sebastien Helleu <address@hidden>
Date:   Fri Mar 9 10:41:13 2012 +0100

    core: improve and fix bugs on standard paste and bracketed paste
    
    Changes:
    - wait control sequence for end of bracketed paste (and only after, check if
      we should ask confirmation to user)
    - add option weechat.look.paste_bracketed_timer_delay to force the end of
      bracketed paste if the control sequence for end of bracketed paste was not
      received in time
    - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation 
for
      one line (ask for one line only if paste_max_lines=0)
    - fix bugs with mintty: bracketed paste should be ok every time (even if 
some
      codes are sometimes partially received, WeeChat will now handle that 
properly);
      the standard paste often fails (due to bug in mintty, which sends paste 
very
      slowly to remote app); so the bracketed paste mode is highly recommended 
with
      mintty
    - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) 
will
      undo whole paste, not chars one by one

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

Summary of changes:
 ChangeLog                               |    7 +-
 doc/de/autogen/user/weechat_options.txt |    7 +-
 doc/en/autogen/user/weechat_options.txt |    7 +-
 doc/fr/autogen/user/weechat_options.txt |    7 +-
 doc/it/autogen/user/weechat_options.txt |    7 +-
 po/cs.po                                |    7 +-
 po/de.po                                |    7 +-
 po/es.po                                |    7 +-
 po/fr.po                                |   22 ++-
 po/hu.po                                |    7 +-
 po/it.po                                |    7 +-
 po/ja.po                                |    7 +-
 po/pl.po                                |    7 +-
 po/pt_BR.po                             |    7 +-
 po/ru.po                                |    7 +-
 po/weechat.pot                          |    7 +-
 src/core/wee-command.c                  |    4 +-
 src/core/wee-config.c                   |   10 +-
 src/core/wee-config.h                   |    1 +
 src/gui/curses/gui-curses-key.c         |  351 ++++++++++++++++---------------
 src/gui/gui-key.c                       |  172 +++++++++++++---
 src/gui/gui-key.h                       |   13 +-
 22 files changed, 460 insertions(+), 218 deletions(-)


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



reply via email to

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