]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-06-19 Owen DunnFix problem quitting terminal window while Change Setti...
2003-06-19 Jacob NevinsFix for `double-alt-keystrokes'. Thanks to Leonid Lisov...
2003-06-18 Owen DunnMake SaneDialogBox and SaneEndDialog use [GS]etWindowLo...
2003-06-16 Owen DunnFix double-keystrokes by wrapping CreateDialog
2003-06-15 Ben HarrisSupport for more SCO ANSI escape sequences:
2003-06-14 Ben HarrisFix a couple of memory leaks pointed out by Adam Bernstein.
2003-06-06 Ben HarrisSuggest that local support staff are useful.
2003-06-06 Ben HarrisMove prototype for platform_new_connection() to a heade...
2003-05-27 Simon TathamExperimental change in the behaviour of `disable altern...
2003-05-24 Jacob NevinsAdd exceptions for "VShell" to the ssh.com bug compatib...
2003-05-24 Jacob NevinsFixed accelerator clash between "Conversions" menu...
2003-05-24 Simon TathamModified form of Jim Lucas's PC speaker patch. I don't like
2003-05-24 Jacob NevinsIncorporate matthew.gabeler-lee's suggested fix for...
2003-05-22 Simon TathamUpdate a couple of bits of the FAQ. We do now default...
2003-05-14 Simon TathamRene Post's other patch: PuTTYgen was generating double...
2003-05-13 Simon TathamReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 Simon TathamAllow pterm to receive selections in compound text...
2003-05-13 Simon TathamRename crc32() to crc32_compute(), to avoid clashing...
2003-05-13 Simon TathamDebian bug #193013 points out that the (default-)one...
2003-05-12 Simon TathamPatch from Rene Post: ctrl_{drag,drop}list both now...
2003-05-11 Simon TathamBrief man pages for PuTTY and PuTTYtel.
2003-05-11 Simon TathamMissing full stop.
2003-05-11 Simon TathamSome time ago I arranged for -geometry to be able to...
2003-05-11 Simon TathamI think I've just fixed Debian bug #166396. The +ut...
2003-05-10 Ben HarrisFinally, column spanning.
2003-05-10 Ben HarrisChange the way that panel-switching works so that we...
2003-05-10 Ben HarrisMake ssh_agent_callback() and ssh_agentf_callback() static.
2003-05-10 Ben HarrisI believe that verify_ssh_host_key() should now be...
2003-05-10 Ben HarrisExtra const for loop_init() and null_init().
2003-05-10 Ben HarrisEliminate a "possible unintended assignment" warning.
2003-05-10 Ben HarrisUpdate signature of agent_query() to match the rest...
2003-05-10 Ben HarrisComment a few things I need to fix.
2003-05-10 Simon TathamRemove the now incorrect `Unicode is not supported...
2003-05-10 Simon Tathampterm will now attempt to guess suitable names for...
2003-05-10 Simon Tathampterm's manpage now documents the NoRemoteQTitle resour...
2003-05-10 Simon TathamStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 Simon TathamShould fix Debian bug #192674: another gcc complaint about
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-08 Simon TathamFix a typo in my backwards-compatibility wart. Oops.
2003-05-07 Simon TathamBah. Stop the Proxy panel appearing empty in Change...
2003-05-07 Simon TathamYesterday's proxy enhancements also slightly nadgered...
2003-05-07 Simon TathamAhem. Well, the complicated Unix implementation of
2003-05-06 Simon TathamReinstate `-T title', in pterm only.
2003-05-06 Simon TathamSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-06 Owen DunnUpdate to use -title rather than -T
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 Simon TathamColin's and my fixes to connection_fatal().
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-27 Simon TathamAdd puttytel binary to .cvsignore
2003-04-27 Simon TathamSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-27 Simon Tathamradioline() was broken after the portable-dialog stuff...
2003-04-27 Simon TathamTake the random number generator back out of Pageant...
2003-04-26 Simon TathamRemove the TODO comment at the top of uxputty.c; I...
2003-04-26 Simon TathamMight as well provide PuTTYtel for Unix. It's not much...
2003-04-26 Simon TathamFiner granularity of config box handling. SSH packet...
2003-04-26 Simon TathamMake the `vtmode' config option work under X. In the...
2003-04-26 Simon TathamAha, _that's_ why the icon title didn't work properly...
2003-04-26 Simon TathamThe line-drawing paste config option has changed its...
2003-04-25 Simon TathamThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 Simon TathamFix another segfault on abrupt X connection shutdown...
2003-04-25 Simon TathamDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-25 Simon TathamRobustness in the face of sudden connection closures...
2003-04-23 Simon TathamForce gcc to use x86's built-in 64/32->32,32 division...
2003-04-23 Simon TathamAdded framework to sshbn.c to make it possible to vary the
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Ben HarrisMissing bits for colour selection support.
2003-04-18 Ben HarrisMissing bits for System 7 listbox support.
2003-04-18 Simon TathamRemoving items from a list box using gtk_container_remo...
2003-04-18 Simon TathamOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 Simon TathamMissed out a couple of uxsel_tell() which were hanging...
2003-04-18 Simon TathamFix obvious foulup in X forwarding: my recent `how...
2003-04-16 Ben HarrisReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 Ben HarrisMake IPv6 support for Unix work, and make it a lot...
2003-04-14 Ben HarrisRemove all those horrid fprintfs.
2003-04-14 Ben HarrisSet the space required by a listbox sensibly as well.
2003-04-14 Ben HarrisMinor fixes:
2003-04-14 Ben HarrisDon't call GetColor() if we don't have Color Quickdraw...
2003-04-14 Ben HarrisSupport for colour selection in the Mac OS.
2003-04-14 Ben HarrisKeyboard events in Mac OS 8 list boxes should generate...
2003-04-14 Ben HarrisEnlarge the settings window so as to fill a 640x480...
2003-04-13 Ben HarrisAdd a list box to the config dialogue to switch between...
2003-04-13 Ben HarrisSupport for list boxes under System 7. There are some...
2003-04-12 Ben Harrissocks5_negotiate(): rather than using an uninitialised...
2003-04-12 Ben HarrisDon't use an uninitialised value when we get an unsuppo...
2003-04-12 Ben HarrisRemove a couple of spurious semicolons.
2003-04-12 Ben HarrisUpdate for Simon's from_backend changes.
2003-04-12 Simon TathamSupport for New Session, Duplicate Session and the...
2003-04-12 Simon TathamFurther fiddlings with the size reconfiguration stuff; now
2003-04-12 Simon TathamMid-session reconfiguration of scrollback was failing...
2003-04-12 Simon TathamImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 Simon TathamFix from yesterday's frontend-handle upheaval: ldisc calls
2003-04-12 Simon TathamMid-session BCE reconfiguration wasn't taking effect...
2003-04-12 Simon TathamDisable window title reporting by default, since it...
2003-04-12 Simon TathamClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 Simon TathamWhen I implemented the GTK messagebox() function and...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-11 Simon TathamImplement Warn On Close.
2003-04-11 Simon Tatham`Copy All' ought to de-highlight any existing selection...
2003-04-11 Simon Tatham`Copy All' context-menu item, for what it's worth.
next