simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Dec 17 20:44:22 GMT 2017


TL;DR:
  7bc637a Sort out clipboard-related menu items.
  136c119 Fix linked-list mismanagement.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-12-17 20:44:22

commit 7bc637ad0785ebb5749bd74f6a7be7d637516456
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7bc637ad0785ebb5749bd74f6a7be7d637516456;hp=1ed2f98c899b17e39004401d4dfbeb9857726864
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 17 20:35:45 2017 +0000

    Sort out clipboard-related menu items.
    
    The gtkapp.c menu now has a Copy as well as Paste option; those menu
    items, as well as the corresponding ones on the context menu and Copy
    All, now address sets of clipboards parametrised between OS X and
    ordinary GTK in unix.h. Also I've tweaked the wording of the
    context-menu items to not use the X-specific terminology "CLIPBOARD"
    on OS X.

 unix/gtkapp.c |  9 +++++++++
 unix/gtkwin.c | 21 +++++++++++++++------
 unix/unix.h   |  5 +++++
 3 files changed, 29 insertions(+), 6 deletions(-)

commit 136c119da6388b27ce77966356f3726505b70a5b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=136c119da6388b27ce77966356f3726505b70a5b;hp=7bc637ad0785ebb5749bd74f6a7be7d637516456
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 17 20:43:44 2017 +0000

    Fix linked-list mismanagement.
    
    Oh dear. I have no excuse.

 unix/gtkwin.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list