Update text about ports, hopefully not too controversial.
[sgt/putty] / unix /
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 simonVarious cosmetic fixes to the GTK config box: vertical...
2003-03-18 simonBetter appearance and positioning for dlg_error_msg...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-16 simonFurther work on the GTK config box; mostly implemented...
2003-03-16 simonFixed accelerator clash in the Unix-specific config...
2003-03-15 simonWhen a piece of text overflows its column in a tabbed...
2003-03-15 simonEvent handling in the GTK dialog engine is now basicall...
2003-03-14 simonContinuing work on the GTK config box. Created uxcfg...
2003-03-13 simonFirst stab at a GTK layout engine. It's missing all...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-03-06 simonReorganisation of misc.c: Minefield has moved out to...
2003-03-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-28 simonAnd another bit missing from the settings changes:...
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-25 simonFix Unix breakage from term_mouse() revamp too.
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-20 benAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-14 owenCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-12 simonAhem. Doing loads of stuff to inst->cfg would probably...
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 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 simonForgot to match the cmdline changes in the Unix port.
2003-01-12 simonEach platform's implementation of askappend() is no...
2003-01-11 simonHack around an oddity in X display names and xauth.
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonUnix plink now catches SIGWINCH and propagates local...
2003-01-09 simonSupport asynchronous connect() in Unix networking....
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-07 simonAhem. Now pterm actually uses wc_to_mb in a situation...
2003-01-03 simonWork around a weird bug in gdk_draw_text_wc().
2003-01-02 simonFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-02 simonsk_nonamelookup() should ensure the sockaddr it returns...
2003-01-01 simonProper support for using the font's own character encod...
2003-01-01 simonSupport for double-width (CJK) characters, using the...
2002-12-31 simonFirst draft of Unicode support in pterm. It's pretty...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 owenAvoid potential memory leak.
2002-12-04 simon#include <signal.h>. Compiled fine without it on Debian...
2002-12-04 owenChanged to use strerror()
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-20 simonLargely-placeholder man page for Plink, for the sake...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-07 simonImprove robustness in random seed file handling.
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-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 simonPrevent another segfault. 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 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-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 simonMore preparatory work: remove the <windows.h> include...
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 simonFirst bug discovered as a result of global-removal...
2002-10-26 simonYet more global-removal. The static variables in loggin...
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...
2002-10-25 simonFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonMake -ut work the right way round! :-)
2002-10-22 simonStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 simonMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 simonDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 simonVT100 line drawing characters should only happen betwee...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-20 simonScrollOnKey wasn't working because I failed to set...
2002-10-18 simonReject unrecognised command-line options; thanks rjk.
2002-10-18 simonFix typo in man page. Thanks Richard.
next