u/mdw/putty
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 simonFix the gcc warnings in this module (since we now seem...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-02-01 jacobMisc tweaks to proxy section
2003-02-01 benBe slightly less negative about other people's setting...
2003-01-31 benMention the slightly odd "too many authentication attem...
2003-01-30 benSmall amount of extra noise gathering -- slurp the...
2003-01-30 simonYet more fallout from the 16-colour changes. I think...
2003-01-30 simonAntonin Brothanek points out that `Incoming packet...
2003-01-29 jacobFurther cosmetic tweaks to file-selection boxes per...
2003-01-28 simonAnd another bit missing from the settings changes:...
2003-01-28 simonGaah, another missing bit from the 16-colour support...
2003-01-28 benNeither do we do non-block cursors.
2003-01-28 benWe don't do blinking text/cursor yet.
2003-01-28 simonAhem, and restore the missing & from that checkin....
2003-01-28 simonOh, _that's_ why that `if' had the sense it did. Good...
2003-01-28 benDon't log every keypress by default here either.
2003-01-28 benFix a minor oversight in the new 16-colour code for...
2003-01-28 benSecurity fascists might claim that logging every keypre...
2003-01-27 benAdd myself to the list of copyright holders, largely...
2003-01-27 simonOf course, that cleanup I did earlier in which I ration...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-27 simonBlinking text was broken on pterm. This should fix it.
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
2003-01-27 benRemove some fossils.
2003-01-25 benSupport for pasting 'TEXT', ie text in the local charac...
2003-01-25 benDon't pass NULL to strcmp. Instead, if the user passes...
2003-01-25 benAdd support for copying non-Unicode text to the clipboa...
2003-01-25 simonFix Unix breakage from term_mouse() revamp too.
2003-01-25 simonFix minor breakage on Windows as a result of term_mouse...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-25 benThe PowerPC build works on Owen's Mac, which doesn...
2003-01-25 benDuplicate Session is done.
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-25 benEnsure that development snapshots have a version number...
2003-01-25 benWe now have _some_ useful AE support, so mention what...
2003-01-25 benAEGetNthPtr() is stupid and counts from 1. Allowing...
2003-01-24 jacobChange website refs from putty/wishlist.html to putty...
2003-01-24 benWe'd like full-screen mode too.
2003-01-24 benAdd a bug and a missing feature.
2003-01-24 benRedesign the macnet.c infrastructure, largely so as...
2003-01-23 benAdd Apple Event handlers for 'aevt'/'oapp', 'aevt'...
2003-01-23 jacobAdd {Question} to faq-psftp-slow
2003-01-23 jacobMention Ctrl-PgUp/PgDn
2003-01-23 jacobIn pursuance of `icon-title-default-change':
2003-01-22 simonNext instalment of the Great Incompatible Defaults...
2003-01-21 jacobaccel.pl knows about the accelerators added by winctrls...
2003-01-21 jacobFix "-v" in the Windows console utilities (plink, pscp...
2003-01-21 benWe'll need the event log to work, too.
2003-01-21 benRemove stray debugging printfs.
2003-01-20 benMore unimplemented features.
2003-01-20 benAdd minimal Apple Event support -- we handle the 'aevt...
2003-01-20 benEnable -Werror in GTK builds (we already have -Wall...
2003-01-20 benAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-20 jacobRun through contrib/accel.pl 1.1 [r1585]:
2003-01-20 benSync with reality and add more things that need fixing.
2003-01-19 benunitab_xterm is now basically right.
2003-01-18 benUse the correct ProcInfo for AddrToStr. This makes...
2003-01-18 benRemove stray debugging code that got in with the last...
2003-01-18 benClear kex_ctx in a new session so we can safely free...
2003-01-18 benRemember which file a session was opened from, so it...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-18 benPuTTY doesn't remember which file it got a saved sessio...
2003-01-18 benAdd "Save" and "Save As..." items to the menus. No...
2003-01-18 benMove mac_opensession() from macterm.c to macdlg.c.
2003-01-18 benVarious things to make the Finder like us:
2003-01-18 benCorrect an incorrect black pixel in the PuTTY icon...
2003-01-18 benClear the "Inited" bit when we finish building each...
2003-01-18 benIt would help if everything agreed on the type of PuTTY...
2003-01-18 benSimplify the random-seed-saving code: There's no need...
2003-01-17 jacobWhen voting for items already on the wishlist, a stonki...
2003-01-16 jacobSteven Shockley points out that the .PPK extension...
2003-01-16 jacobStatements after declarations, dammit
2003-01-16 benAdd some icons for saved sessions and random seeds.
2003-01-15 ben"I don't think that bit means what I think it means...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-15 benMake this compile again.
2003-01-15 jacobImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 benMacTCP returns canonical names with a trailing dot...
2003-01-15 benPuTTYtel should use be_nossh, not be_none.
2003-01-15 simonFix small breakages as a result of yesterday's upheaval...
2003-01-15 jacob`ssh-default': change the /DSSH_DEFAULT flag to a ...
2003-01-15 owenUse set_icon and set_title rather than SetWindowText...
2003-01-14 benUse the standard linedraw->Unicode mapping from unicode...
2003-01-14 benUpdate for Unicode deglobalisations.
2003-01-14 benUpdate the "known bugs" and "missing features" sections.
2003-01-14 benAdd constants to mac_res.r to set the binary version...
2003-01-14 benconst fallout.
2003-01-14 benRemove debugging printfs from mac_workoutfontscale().
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 benAdd double width/height support. This passes all the...
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-14 benrequest_resize() needs to call term_size() to tell...
2003-01-14 simonIt's impossible to write a checklist from scratch witho...
2003-01-14 simonAfter the New Year copyright-dates fiasco, I think...
2003-01-14 owenCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-13 simonOops - put the right `void *' in back->reconfig.
2003-01-13 owenMake ^/ do the same as ^_ (wish control-slash)
2003-01-12 benSet the window title to the canonical host name when...
next