u/mdw/putty
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...
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benWhen receiving data, only pass up to the backend as...
2003-01-12 simonAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 benMake this compile again.
2003-01-12 simonAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe Unicode module no longer depends on `cfg', since...
2003-01-12 simonThere's no real need for portfwd.c to reference `cfg...
2003-01-12 simonprinter_start_job shouldn't need to refer to cfg.printe...
2003-01-12 simonJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 benCall ot_poll as appropriate.
2003-01-12 benDon't fatalbox() unconditionally when opening a connect...
2003-01-12 simonForgot to match the cmdline changes in the Unix port.
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2003-01-12 benCOmpiling _before_ committing is usually a good idea.
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-12 benCorrect code to insert into a doubly-linked list.
2003-01-12 simonEach platform's implementation of askappend() is no...
2003-01-12 benCute though DNSAddresses are, they're a poor match...
2003-01-12 benUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 benRemove code for splatting test data into new terminals...
2003-01-12 benChange error handling to store the error number rather...
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-11 benCalling plug_closing() is highly likely to result in...
2003-01-11 benWhen polling MacTCP connections, check the connection...
2003-01-11 benMove the prototype for platform_get_x11_auth() from...
next