Support for Windows 7 jump lists (right-click on a program's taskbar
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Dec 2010 17:32:28 +0000 (17:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Dec 2010 17:32:28 +0000 (17:32 +0000)
commit073e9f42f40b00c570bacb92c54cd7b83b13fa31
treeefd3c61e3f224dded0b9d989170b39c0c4f352f8
parent47779c35ea83c34cf95ae6849cfec3c53325a814
Support for Windows 7 jump lists (right-click on a program's taskbar
icon, even if the program isn't running at the time, to be presented
with an application-defined collection of helpful links). The current
jump list is updated every time a saved session is loaded, and shows
the last few launchable saved sessions (i.e. not those like Default
Settings) that were loaded. Also, if Pageant or PuTTYgen or both is in
the same directory as the PuTTY binary, the jump list will present
links to launch those too.

Based on a patch sent last year by Daniel B. Roy, though it's barely
recognisable any more...

git-svn-id: svn://svn.tartarus.org/sgt/putty@9046 cda61777-01e9-0310-a592-d414129be87e
Recipe
cmdline.c
putty.h
settings.c
windows/window.c
windows/winjump.c [new file with mode: 0644]
windows/winnojmp.c [new file with mode: 0644]
windows/winstore.c
windows/winstuff.h