Loose end from r5031: the Kex panel should only be displayed in
[u/mdw/putty] / config.c
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-28 simonAbility to save in mid-session! Simplest possible resol...
2004-12-28 simonCan't use `d' for an accelerator in the Kex panel,...
2004-12-28 simonSupport reconfiguration of key exchange in mid-session...
2004-12-28 simonSSH port forwarding is now configurable in mid-session...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-15 simonMiloslav Cempirek Ing points out that we should return...
2004-11-09 simonDJSD requests a force-monochrome option for users who...
2004-10-16 simonMoved the environment variables config block out of...
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-09-22 jacobDocument telnet_keyboard more completely, cross-referen...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-24 jacobThere do in fact appear to be help topics for the Arabi...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2004-04-25 jacobIn the special case that handles selecting a session...
2004-04-24 jacobIn SSH, we now send terminal speeds to the server when...
2003-11-20 simonMove the `translation of line drawing characters when...
2003-10-08 owenCosmetic, to fix ssh2-des-cbc-is-std
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-05-06 simonSupport, on Unix only (so far), for OpenSSH-style gener...
2003-04-26 simonFiner granularity of config box handling. SSH packet...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-26 simonThe line-drawing paste config option has changed its...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-06 simonNow that we have `appname', make much wider use of...
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 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 simonThe GTK colour selector does not provide full 8-bit...
2003-03-22 simonMake sure one of the Local/Remote port forwarding radio...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-15 simonThe Telnet ENVIRON configurer also had a list box with...
2003-03-15 simonWindows sets automatic tabs in list boxes, but GTK...
2003-03-14 simonThe divisor in the bell timing boxes should be TICKSPER...
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-08 simonAdd the ability to allocate extra per-dialog-instance...
2003-03-06 simonJust for Jacob, the ciphers drag list is now six lines...
2003-03-06 simonFix a couple of stupid typos in the session-saving...
2003-03-06 simonRepair the delete-saved-session button (trivial braino).
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-03-05 simonThe long-awaited config box revamp! I've taken the...