u/mdw/putty
2002-12-02 benAdd an entry for the Mac version of PuTTY.
2002-12-02 benAdd support for generating MPW Makefiles. This makes...
2002-11-29 benImprove support for non-colour displays by adding a...
2002-11-28 benDon't call SetFractEnable every time we draw some text...
2002-11-28 benFollow the recommendations in Tech Note TB575 for clipp...
2002-11-28 benUse StdText() rather than DrawText, so that (later...
2002-11-26 simonIncrease the size of the `font' buffer in the Config...
2002-11-26 benSubstantial overhaul of colour handling in do_text...
2002-11-25 benMake the default font on Mac OS be Monaco 9 rather...
2002-11-25 benRemove a spurious 'q'.
2002-11-24 benAdd support for displaying the licence window.
2002-11-24 benFix scrolling on systems without Color QuickDraw. ...
2002-11-23 benDon't try to initialise the palette unless we have...
2002-11-23 benFix a bug in scroll_display(): when the scrolled region...
2002-11-23 benRemove stray debugging printfs.
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benReturn the state information from loop_init() in the...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
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-23 benOn a keypress, hide the mouse cursor, send the key...
2002-11-23 benRemove a debugging printf.
2002-11-23 benBring in some of my scroll-optimisation stuff from...
2002-11-23 jacobNote about CTRL-C trick for copying text of error dialogs
2002-11-22 benUpdate the status of the Mac port.
2002-11-21 jacobNote that default will change to SSH-2 next release
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-20 simonInterchange two parameters in a printf, to prevent...
2002-11-20 simonLargely-placeholder man page for Plink, for the sake...
2002-11-20 benFiddle with mac_initpalette() so that the cursor works...
2002-11-20 benRemove has_focus from Session and use the one in Termin...
2002-11-19 benRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 benPass co-ordinates to term_paint() in characters rather...
2002-11-19 jacobAdd mac/ to include paths after discussion with bjh21
2002-11-19 benA couple of useful test backends.
2002-11-19 benMac resource source file, missed in last commit.
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-18 benWhen processing input, refer to CR and LF as \015 and...
2002-11-18 benISO-IR entry 157 appears to correspond to ISO/IEC 8859...
2002-11-18 benMore comment cleanup.
2002-11-18 benDon't forget the IEC!
2002-11-18 benBoth ISO and unicode.org now admit the existence of...
2002-11-17 simonThanks to Hans-Juergen Petrich for spotting this tiny...
2002-11-17 benApple's C compilers don't think that putting parenthese...
2002-11-17 benChange a temporary buffer from unsigned chars to chars...
2002-11-12 simonBump latest version to 0.53b for release!
2002-11-10 benUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-07 simonImprove robustness in random seed file handling.
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-07 simonBorland makefile needs to define _WINDOWS; apparently...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-05 simonFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 simonSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-03 simonHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-11-02 simonProbably about time we mentioned the nascent Unix port...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
2002-11-02 simonAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 simonImprove the noise collection for the internal random...
2002-11-02 simonRJK's general signal-handling robustness patch. Should...
2002-11-01 jacobs/public/private/ spotted by Clint Hastings; also chang...
2002-11-01 simonIntroduce program category U, for non-GTK-requiring...
2002-11-01 simonPrevent another segfault. Oops.
2002-11-01 simon.HLP files should be ignored as well. Oops.
2002-11-01 simonAdd a .cvsignore for the Unix subdir
2002-11-01 simonImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 simonAnother valgrind-caught error. This one has apparently...
2002-11-01 simonvalgrind has caught two more uninitialised elements...
2002-11-01 simonImplement access to the SSH agent. This ought to make...
2002-11-01 simonReplace a \r\n with an ordinary \n - this isn't Windows!
2002-11-01 simonStop the segfault on failure to resolve a host name.
2002-11-01 simonAdd a \n at the end of an error message - oops.
2002-11-01 simonMove an output newline to make username entry in Plink...
2002-11-01 simonPass int rather than char to va_arg (the latter gets...
2002-11-01 simonSplit a trigraph sequence in a string constant.
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 simonRJK's `pterm --help' patch. I _must_ find a better...
2002-10-30 simonRJK's `make install' patch for the Unix makefile.
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-30 simonFix some consts.
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-30 simonPreparatory work before attempting a Unix port of plink...
2002-10-29 simonYikes - put back a #include I accidentally removed...
2002-10-29 simonHmm. Probably best initialise mainchan as well; oops.
2002-10-29 simonTry actually initialising ssh->v1_compressing. With...
2002-10-28 simonterminal.c should call the frontend beep() routine...
2002-10-28 simonCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-28 simonFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 simonAnother deglobalisation bug: failed to initialise term...
2002-10-28 simonFirst bug discovered as a result of global-removal...
2002-10-27 simonArrgh! _Another_ missed commit. I really must do someth...
2002-10-26 simonRetire another global in favour of adding a feature...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonRichard points out that it would probably help if I...
2002-10-26 simonX forwarding authentication is now invented on a per...
2002-10-26 simonFix proxy.c so that the static variables become const.
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonOops; remembering to call term_provide_resize_fn in...
next