simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Oct 5 09:04:30 BST 2024


TL;DR:
  eacf7ff7 privacy.but: document the Windows jump list.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2024-10-05 09:04:30

commit eacf7ff79d24223f0dc1129734e0261b74b71a0d
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=eacf7ff79d24223f0dc1129734e0261b74b71a0d;hp=89c88253f61ffb3112ef5935108eca2f5e7197df
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 5 08:50:11 2024 +0100

    privacy.but: document the Windows jump list.
    
    Jacob reminds me that that's another piece of saved data, less obvious
    than the ones I'd already documented.
    
    I'd actually forgotten myself _exactly_ which actions cause data to be
    added to the jump list. But it's easy to check. The only functions
    exported from jump-list.c are add_session_to_jumplist(),
    remove_session_from_jumplist() and clear_jumplist(); the only one of
    those that _records_ information (rather than removing it) is
    add_session_to_jumplist(); and that is called in exactly one place,
    namely at the end of load_session() in settings.c.

 doc/privacy.but | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)



More information about the tartarus-commits mailing list