simon-git: putty (master): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Apr 19 16:13:26 BST 2019


TL;DR:
  03daa602 Correct "Ed25519" orthography in Windows PuTTYgen.
  2cc75131 Cosmetic rearrangement of Terminal/Features panel.
  6c9b1ffb Make docs match code for a couple of settings.
  8e6b1fd6 Docs: reorder Bugs/More bugs docs to match code.
  c86a56f4 Docs: correct some error messages.
  461844a5 Docs: tweak other error messages for truth.
  5aacd0d9 Docs: talk about SSH-2 before SSH-1.
  ecbf919e Docs: tweak PuTTYgen "public keys for pasting".
  6e7d14ca Docs: list SSH specials before Telnet specials.
  05ab6304 FAQ: misc tweaks for the modern world.
  2e50fbcc Docs: tweaks in Feedback for the modern world.
  af01a6f0 UDP: the 'mac' directory no longer exists.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2019-04-19 16:13:26

commit 03daa60277a5a0f7e5ccb1d7d1cd3ae687e69d25
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=03daa60277a5a0f7e5ccb1d7d1cd3ae687e69d25;hp=5fd89724d36c0df4e59cf572c2ca4c28069d4644
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:29:58 2019 +0100

    Correct "Ed25519" orthography in Windows PuTTYgen.

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

commit 2cc75131e1d4e50dce14d8991dbcafb2a6c3122b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=2cc75131e1d4e50dce14d8991dbcafb2a6c3122b;hp=03daa60277a5a0f7e5ccb1d7d1cd3ae687e69d25
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:30:35 2019 +0100

    Cosmetic rearrangement of Terminal/Features panel.
    
    Move "Response to remote title query" next to "Disable remote-controlled
    window title changing"; that seems more logical, and matches the
    documentation.

 config.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6c9b1ffb2b093bae0ae3717c2ec973dc03d1e975
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6c9b1ffb2b093bae0ae3717c2ec973dc03d1e975;hp=2cc75131e1d4e50dce14d8991dbcafb2a6c3122b
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:33:35 2019 +0100

    Make docs match code for a couple of settings.

 doc/config.but | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8e6b1fd694e754b311d766b0fb8d97a14b88a5e9
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=8e6b1fd694e754b311d766b0fb8d97a14b88a5e9;hp=6c9b1ffb2b093bae0ae3717c2ec973dc03d1e975
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:35:09 2019 +0100

    Docs: reorder Bugs/More bugs docs to match code.
    
    The panels were rearranged in ab433e8073.
    No textual change other than the rearrangement.

 doc/config.but | 264 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 132 insertions(+), 132 deletions(-)

commit c86a56f49cda579114a47d3e39361d69c487a799
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=c86a56f49cda579114a47d3e39361d69c487a799;hp=8e6b1fd694e754b311d766b0fb8d97a14b88a5e9
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:39:10 2019 +0100

    Docs: correct some error messages.
    
    In some messages, "server" became "remote" in 21a7ce7a07.

 doc/errors.but | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 461844a5ece7a9091e6493a57eecb10b8df3cdd1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=461844a5ece7a9091e6493a57eecb10b8df3cdd1;hp=c86a56f49cda579114a47d3e39361d69c487a799
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:42:14 2019 +0100

    Docs: tweak other error messages for truth.

 doc/errors.but | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit 5aacd0d98e310688a8e1143e3b4377a849027419
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=5aacd0d98e310688a8e1143e3b4377a849027419;hp=461844a5ece7a9091e6493a57eecb10b8df3cdd1
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:44:36 2019 +0100

    Docs: talk about SSH-2 before SSH-1.
    
    Because SSH-1 is a very niche interest these days. Mostly this affects
    the public key documentation.
    
    Also, a couple of unrelated concessions to modernity.

 doc/errors.but  | 16 ++++++------
 doc/pageant.but | 19 +++++++-------
 doc/pubkey.but  | 80 ++++++++++++++++++++++++++++-----------------------------
 3 files changed, 57 insertions(+), 58 deletions(-)

commit ecbf919e772a42582c29d3ebe620d6acce7be72c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ecbf919e772a42582c29d3ebe620d6acce7be72c;hp=5aacd0d98e310688a8e1143e3b4377a849027419
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 16:02:07 2019 +0100

    Docs: tweak PuTTYgen "public keys for pasting".
    
    Use the control name displayed for SSH-2 keys, since that's
    overwhelmingly what people will care about these days.

 doc/pubkey.but | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 6e7d14ca9a55f6a99c012a7ae1b421cf5b866bf2
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6e7d14ca9a55f6a99c012a7ae1b421cf5b866bf2;hp=ecbf919e772a42582c29d3ebe620d6acce7be72c
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:45:52 2019 +0100

    Docs: list SSH specials before Telnet specials.
    
    No textual change apart from the rearrangement.

 doc/using.but | 96 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

commit 05ab6304a212f6a7806bd702ed1c08d9252dc216
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=05ab6304a212f6a7806bd702ed1c08d9252dc216;hp=6e7d14ca9a55f6a99c012a7ae1b421cf5b866bf2
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:47:06 2019 +0100

    FAQ: misc tweaks for the modern world.

 doc/faq.but | 53 +++++++++++++++++++++++++++++++++--------------------
 1 file changed, 33 insertions(+), 20 deletions(-)

commit 2e50fbcc63709f05b114cd803a489ef64108a7e6
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=2e50fbcc63709f05b114cd803a489ef64108a7e6;hp=05ab6304a212f6a7806bd702ed1c08d9252dc216
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:47:22 2019 +0100

    Docs: tweaks in Feedback for the modern world.

 doc/feedback.but | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit af01a6f07cd24b93aa811afc24e484ba825d04fb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=af01a6f07cd24b93aa811afc24e484ba825d04fb;hp=2e50fbcc63709f05b114cd803a489ef64108a7e6
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Fri Apr 19 15:46:23 2019 +0100

    UDP: the 'mac' directory no longer exists.

 doc/udp.but | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list