Add the ability to close sessions. This adds *_free() functions to most
[u/mdw/putty] / mac / mac.c
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-14 benUpdate for Unicode deglobalisations.
2003-01-14 benconst fallout.
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benCall ot_poll as appropriate.
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 benTake advantage of having control over the default font...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-05 benSecond work-in-progress MacTCP commit. We can now...
2003-01-04 ben<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 benSmall simplification in mac_init().
2003-01-04 benCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-02 benIf for some reason do_text() fails to translate from...
2003-01-01 benRemove a couple of unnecessary casts that my compiler...
2002-12-31 benAdd a minimalist settings dialogue, which contains...
2002-12-30 benSet the default directory to somewhere useful (the...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-29 benDon't try to call TerminateUnicodeConverter() in the...
2002-12-28 benDispose of some unused local variables.
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
2002-12-10 benSince PuTTY depends on lots of features of System 7...
2002-12-06 benUse the Script Manager to find a small Roman font for...
2002-11-24 benAdd support for displaying the licence window.
2002-11-23 benOnly try to retrieve a 'vers' resource from the current...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...