simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Sep 6 09:21:09 BST 2015


TL;DR:
  fd7687a Revert accidentally committed breakage of Shift-Ins paste.
  82824e1 Clean up GTK keyboard event diagnostics.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-09-06 09:21:09

commit fd7687a985275cd12625ddab365a68b51c6106e5
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=fd7687a985275cd12625ddab365a68b51c6106e5;hp=30e63c1059ff306fc086570967b914294c72ae65
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 6 09:17:53 2015 +0100

    Revert accidentally committed breakage of Shift-Ins paste.
    
    I turned it into Shift-Return, because I was trying to find out why
    the former didn't work on OS X and replaced it with something else
    random to see if the code was even being reached. And then, like an
    utter doofus, I committed that change as part of a50da0e30.

 unix/gtkwin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 82824e18f00e83717b026be8485d4f6b44881e38
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=82824e18f00e83717b026be8485d4f6b44881e38;hp=fd7687a985275cd12625ddab365a68b51c6106e5
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 6 09:13:48 2015 +0100

    Clean up GTK keyboard event diagnostics.
    
    When I introduced the KEY_EVENT_DIAGNOSTICS system last month in
    commit 769600b22, I somehow didn't notice that it sat next to an
    existing system of ifdefs labelled KEY_DEBUGGING, which did some
    things worse but some things better.
    
    Now I've expanded both of those into a fairly complete system of
    diagnostics (keeping the newer name of KEY_EVENT_DIAGNOSTICS), and
    made them use debug() rather than printf() so that in situations where
    no standard output is available I can still retrieve the diagnostics
    from debug.log.

 unix/gtkwin.c |  519 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 362 insertions(+), 157 deletions(-)



More information about the tartarus-commits mailing list