u/mdw/putty
2003-04-12 bensocks5_negotiate(): rather than using an uninitialised...
2003-04-12 benDon't use an uninitialised value when we get an unsuppo...
2003-04-12 benRemove a couple of spurious semicolons.
2003-04-12 benUpdate for Simon's from_backend changes.
2003-04-12 simonSupport for New Session, Duplicate Session and the...
2003-04-12 simonFurther fiddlings with the size reconfiguration stuff...
2003-04-12 simonMid-session reconfiguration of scrollback was failing...
2003-04-12 simonImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 simonFix from yesterday's frontend-handle upheaval: ldisc...
2003-04-12 simonMid-session BCE reconfiguration wasn't taking effect...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simonImplement Warn On Close.
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-04-11 simon`Copy All' context-menu item, for what it's worth.
2003-04-11 simonSaving of Default Settings under Unix was broken, becau...
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-11 simonA poster on comp.security.ssh mentions that he had...
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonAll the stderr messages in this file now use appname...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-09 simonRemote-to-local port forwarding in SSH2 was apparently...
2003-04-09 simon`dynamic' was uninitialised in other types of port...
2003-04-09 simonChas Honton's patch to dynamic port forwarding: should...
2003-04-08 simonRename pterm's -T option to -title, to avoid clashing...
2003-04-08 simonWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 simonNow that we have `appname', make much wider use of...
2003-04-06 benTo avoid gratuitous flicker, if a control already has...
2003-04-05 benConst fallout, as predicted.
2003-04-05 benBring list of applications and architectures up to...
2003-04-05 bendd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 benAdd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 simonBah. There's always one I forget to `cvs add'.
2003-04-05 benOn System 7, draw the default ring in grey if the windo...
2003-04-05 benHandle Return and Escape keys in dialogue box, triggeri...
2003-04-05 simonFixed the printing and charset combo boxes in Unix...
2003-04-05 simonUnix can't sensibly enumerate printers (since they...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 benCope with NULL labels in every control where it makes...
2003-04-05 benSend EVENT_VALCHANGE when a System 7 editbox gets typed in.
2003-04-05 benImplement dlg_end().
2003-04-05 benImplement update_special_menu(), which calls mac_adjust...
2003-04-05 benAdd null_get_specials(), for both null and loop backends.
2003-04-05 simon... of course, it would help if I remembered to _docume...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-04 jacobThis script has been unnecessary for some time; since...
2003-04-03 benImplement columns, based loosely on Simon's Windows...
2003-04-02 simonAnother item for the release checklist: don't forget...
2003-04-02 simonFurther .cvsignore updates.
2003-04-02 simonExtra bit of pre-release fiddling for the checklist.
2003-04-02 simonImprovements to .cvsignore, to attempt to reduce the...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonMake sure the socket is closed properly in the various...
2003-03-31 simonTrivial segfault fix from Richard B.
2003-03-31 simonAhem; update the TODO to reflect the cmdline changes :-)
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 simonpterm.c now relies on backend `exitcode' functions...
2003-03-31 simonAnd everyone's favourite cosmetic change: Unix PuTTY...
2003-03-31 simonCan now save and load settings under Unix.
2003-03-31 simonAhem; fix `bombout' so it passes the correct frontend...
2003-03-31 simonFix a _very_ subtle segfault in my two GTK container...
2003-03-31 simonCheckin of last night's work on GTK message boxes....
2003-03-30 benCorrect the size of editboxes under Mac OS 8.
2003-03-30 benCrude keyboard support for System 7 editboxes.
2003-03-29 benThe entropy pool is full of unsigned ints, not longs.
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-03-29 benIn a couple of places, snewn() was being asked for...
2003-03-29 benConvert the System 7 static text control to be a read...
2003-03-29 benAdd support for labels on editboxes and radios.
2003-03-29 simonHaving created and used uxsel, it actually turns out...
2003-03-29 benAdd input-focus support for System 7, where the Control...
2003-03-29 benAdd the System 7 editbox CDEF, which I seem to have...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonI'm sick of having to type (cd ..; perl mkfiles.pl...
2003-03-29 simonAdded uxsel.c, into which I've moved those parts of...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-29 simonFix off-by-one in selection update while scrolling...
2003-03-29 owenUpdate text about ports, hopefully not too controversial.
2003-03-28 benTidy up dlg_editbox_set() and implemen dlg_editbox_get...
2003-03-28 benDisplay half of a System 7 edit text CDEF, using TextEd...
2003-03-27 benopen_settings_r() and open_settings_w() need to cope...
2003-03-27 benDECCOLM fix, take 2. It turns out that my last fix...
2003-03-26 benGet preferred and minimum sizes in the right order.
2003-03-26 benRevert last change. It seems to cause crashes when...
2003-03-26 benDECCOLM should clear the screen and home the cursor...
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-25 benUse CountMenuItems() rather than CountMItems() since...
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-24 benClean out some #ifdef'ed out junk.
2003-03-24 benInitialise the "next menu ID" counter for pop-up menus...
2003-03-24 benSlightly improve radio button layout to more closely...
2003-03-24 simonThe general blurb on using Plink in batch mode ought...
2003-03-23 benAdd support for pop-up menus (drop-down lists in Window...
2003-03-22 simonVarious cosmetic fixes to the GTK config box: vertical...
2003-03-22 simonThe GTK colour selector does not provide full 8-bit...
2003-03-22 simonFiddle with the cmdline_saved mechanism: the `-load...
next