]> asedeno.scripts.mit.edu Git - PuTTY.git/log
PuTTY.git
24 years agoRobert de Bath's patch: a few more character translations for OEM
Simon Tatham [Sat, 11 Mar 2000 14:11:02 +0000 (14:11 +0000)]
Robert de Bath's patch: a few more character translations for OEM
line drawing mode

[originally from svn r404]

24 years agoRobert de Bath's patch: be a little more careful of main and
Simon Tatham [Sat, 11 Mar 2000 14:10:10 +0000 (14:10 +0000)]
Robert de Bath's patch: be a little more careful of main and
alternate screens when resizing the window. Should avoid lines of
alternate screen showing up in scrollback buffer.

[originally from svn r403]

24 years agoRobert de Bath's patch: sort out once and for all the confusion
Simon Tatham [Sat, 11 Mar 2000 14:08:36 +0000 (14:08 +0000)]
Robert de Bath's patch: sort out once and for all the confusion
between ESC [ ... Q and ESC [ ... ? Q (for all values of Q).

[originally from svn r402]

24 years agoRobert de Bath's patch: integrate line disciplines into Telnet and have them
Simon Tatham [Sat, 11 Mar 2000 14:06:11 +0000 (14:06 +0000)]
Robert de Bath's patch: integrate line disciplines into Telnet and have them
interoperate sensibly with ECHO negotiations

[originally from svn r401]

24 years agoRobert de Bath's patch: ^C ^Z and ^D send Telnet specials in terminal line
Simon Tatham [Sat, 11 Mar 2000 14:03:04 +0000 (14:03 +0000)]
Robert de Bath's patch: ^C ^Z and ^D send Telnet specials in terminal line
discipline; also switching disciplines in midsession works better

[originally from svn r400]

24 years agoAdded a large comment describing the transformations between the DES
Simon Tatham [Sat, 11 Mar 2000 11:06:06 +0000 (11:06 +0000)]
Added a large comment describing the transformations between the DES
specification and the optimised implementation given.

[originally from svn r399]

24 years agoNew DES implementation, replacing Eric Young's. All of PuTTY is now
Simon Tatham [Fri, 10 Mar 2000 17:27:20 +0000 (17:27 +0000)]
New DES implementation, replacing Eric Young's. All of PuTTY is now
under my own copyright and there are no tricky licensing issues!

[originally from svn r398]

24 years agoNew CRC32 implementation, from scratch, not copyrighted by somebody else!
Simon Tatham [Wed, 8 Mar 2000 16:13:32 +0000 (16:13 +0000)]
New CRC32 implementation, from scratch, not copyrighted by somebody else!
Removed Gary S Brown's name from copyrights. Only Eric Young's DES left :-)

[originally from svn r397]

24 years agoFix some picky compiler warnings kindly provided by Borland C++ 5.5
Simon Tatham [Wed, 8 Mar 2000 10:21:13 +0000 (10:21 +0000)]
Fix some picky compiler warnings kindly provided by Borland C++ 5.5

[originally from svn r396]

24 years agoBorland makefile should now work sanely with the free-beer bcc55
Simon Tatham [Wed, 8 Mar 2000 09:41:17 +0000 (09:41 +0000)]
Borland makefile should now work sanely with the free-beer bcc55

[originally from svn r395]

24 years agoFix an error message in pscp
Simon Tatham [Mon, 21 Feb 2000 14:20:19 +0000 (14:20 +0000)]
Fix an error message in pscp

[originally from svn r390]

24 years agoJoris van Rantwijk's fixes for cygwin (NB includes WIN32S_COMPAT)
Simon Tatham [Sun, 20 Feb 2000 11:01:00 +0000 (11:01 +0000)]
Joris van Rantwijk's fixes for cygwin (NB includes WIN32S_COMPAT)

[originally from svn r389]

24 years agoJoris van Rantwijk's fix for pscp -P
Simon Tatham [Fri, 28 Jan 2000 20:20:58 +0000 (20:20 +0000)]
Joris van Rantwijk's fix for pscp -P

[originally from svn r375]

24 years agoFix problems with resource compilation Makefile lines
Simon Tatham [Wed, 19 Jan 2000 12:16:19 +0000 (12:16 +0000)]
Fix problems with resource compilation Makefile lines

[originally from svn r371]

24 years agoFix FORCE target in Cygwin makefile
Simon Tatham [Wed, 19 Jan 2000 12:11:38 +0000 (12:11 +0000)]
Fix FORCE target in Cygwin makefile

[originally from svn r370]

24 years agoNew option to allow SysTabControl32 to be specified in ASCII not Unicode
Simon Tatham [Tue, 18 Jan 2000 18:14:07 +0000 (18:14 +0000)]
New option to allow SysTabControl32 to be specified in ASCII not Unicode

[originally from svn r367]

24 years agoDisable warn-on-close for inactive windows
Simon Tatham [Tue, 21 Dec 1999 10:19:05 +0000 (10:19 +0000)]
Disable warn-on-close for inactive windows

[originally from svn r357]

24 years agoCouple of bug fixes to cygwin makefile
Simon Tatham [Tue, 14 Dec 1999 09:29:55 +0000 (09:29 +0000)]
Couple of bug fixes to cygwin makefile

[originally from svn r350]

24 years agoAdd multi-makefile management system
Simon Tatham [Mon, 13 Dec 1999 17:21:42 +0000 (17:21 +0000)]
Add multi-makefile management system

[originally from svn r349]

24 years agoOops - that unscroll stuff was a little broken...
Simon Tatham [Thu, 9 Dec 1999 17:10:28 +0000 (17:10 +0000)]
Oops - that unscroll stuff was a little broken...

[originally from svn r348]

24 years agoAdded keyboard shortcuts on the system menu.
Chris Emerson [Mon, 6 Dec 1999 14:57:49 +0000 (14:57 +0000)]
Added keyboard shortcuts on the system menu.
I haven't tried to compile it, but the changes are trivial.

[originally from svn r345]

24 years agoReplace SHA implementation with homegrown one
Simon Tatham [Fri, 3 Dec 1999 11:32:50 +0000 (11:32 +0000)]
Replace SHA implementation with homegrown one

[originally from svn r334]

24 years agoAvoid recursing into . and .. when in -r mode
Simon Tatham [Tue, 30 Nov 1999 11:53:42 +0000 (11:53 +0000)]
Avoid recursing into . and .. when in -r mode

[originally from svn r332]

24 years agoAdd description of workaround for Visual Studio 6 problem
Simon Tatham [Tue, 30 Nov 1999 11:39:04 +0000 (11:39 +0000)]
Add description of workaround for Visual Studio 6 problem

[originally from svn r331]

24 years agoTurn #ifdef LOG into a command-line option for debugging use
Simon Tatham [Tue, 30 Nov 1999 11:22:30 +0000 (11:22 +0000)]
Turn #ifdef LOG into a command-line option for debugging use

[originally from svn r330]

24 years agoOops - fix total idiocies in applying that patch
Simon Tatham [Tue, 30 Nov 1999 11:13:33 +0000 (11:13 +0000)]
Oops - fix total idiocies in applying that patch

[originally from svn r329]

24 years agoRobert de Bath's multi-purpose patch, slightly modified.
Simon Tatham [Tue, 30 Nov 1999 10:52:07 +0000 (10:52 +0000)]
Robert de Bath's multi-purpose patch, slightly modified.
 - ^E answerback is now `PuTTY'.
 - The framework is now in place for the scrollback to reset to
   bottom on display _or_ keyboard events _or_ both. An actual
   configurable option isn't yet present, but most of the code is in
   place.
 - Try to deal with the problems where incoming data gets dropped
   after decoding but before display.
 - Scrollback behaviour has changed: instead of keying it off
   `scroll' versus `delete top line', things now go into the
   scrollback from _either_ of those but only if the primary screen
   is selected. Should fix problems with `less' and talkers.
 - must_update variable has gone because rdb correctly observed that
   it didn't seem to be doing a great deal :-)

[originally from svn r328]

24 years agoCleanups to remove warnings for GNU/mingw32 compilation
Simon Tatham [Mon, 22 Nov 1999 10:07:24 +0000 (10:07 +0000)]
Cleanups to remove warnings for GNU/mingw32 compilation

[originally from svn r325]

24 years agoFix potential segfault on malloc failure
Simon Tatham [Wed, 17 Nov 1999 14:22:12 +0000 (14:22 +0000)]
Fix potential segfault on malloc failure

[originally from svn r323]

24 years agoRemove accelerator conflict in Language panel 0.48
Simon Tatham [Wed, 17 Nov 1999 14:00:45 +0000 (14:00 +0000)]
Remove accelerator conflict in Language panel

[originally from svn r321]

24 years agoAdd ISO-8859-2 / Win-1250 char set translation
Simon Tatham [Wed, 17 Nov 1999 10:44:43 +0000 (10:44 +0000)]
Add ISO-8859-2 / Win-1250 char set translation

[originally from svn r318]

24 years agoFix a slightly picky compiler warning
Simon Tatham [Wed, 17 Nov 1999 10:39:17 +0000 (10:39 +0000)]
Fix a slightly picky compiler warning

[originally from svn r317]

24 years agoFix printing of Telnet GA as ugrave
Simon Tatham [Tue, 16 Nov 1999 09:57:40 +0000 (09:57 +0000)]
Fix printing of Telnet GA as ugrave

[originally from svn r313]

24 years agoUpdate from Joris van Rantwijk: command line options to specify
Simon Tatham [Tue, 16 Nov 1999 09:26:19 +0000 (09:26 +0000)]
Update from Joris van Rantwijk: command line options to specify
port and password in scp

[originally from svn r312]

24 years agoDeclare `struct RSAKey' so that its implicit declaration in the
Simon Tatham [Mon, 15 Nov 1999 10:31:06 +0000 (10:31 +0000)]
Declare `struct RSAKey' so that its implicit declaration in the
parameter list of verify_ssh_host_key() does not have scope
restricted to that parameter list. Probably unnecessary but let's
not take chances.

[originally from svn r311]

24 years agoPut a #ifndef around definition of TCS_MULTILINE
Simon Tatham [Thu, 11 Nov 1999 10:27:09 +0000 (10:27 +0000)]
Put a #ifndef around definition of TCS_MULTILINE

[originally from svn r298]

24 years ago_sntprintf is nonportable; use sprintf instead
Simon Tatham [Thu, 11 Nov 1999 10:13:40 +0000 (10:13 +0000)]
_sntprintf is nonportable; use sprintf instead

[originally from svn r297]

24 years agoAdd spiel about there being a comment at the top of Makefile
Simon Tatham [Wed, 10 Nov 1999 10:28:59 +0000 (10:28 +0000)]
Add spiel about there being a comment at the top of Makefile

[originally from svn r291]

24 years agoAdded LICENCE and README files
Simon Tatham [Wed, 10 Nov 1999 09:47:31 +0000 (09:47 +0000)]
Added LICENCE and README files

[originally from svn r290]

24 years agoAdd "extern" on declaration of raw_backend
Simon Tatham [Wed, 10 Nov 1999 09:14:08 +0000 (09:14 +0000)]
Add "extern" on declaration of raw_backend

[originally from svn r289]

24 years agoShould be able to switch line disciplines mid-session
Simon Tatham [Tue, 9 Nov 1999 14:20:51 +0000 (14:20 +0000)]
Should be able to switch line disciplines mid-session

[originally from svn r288]

24 years agoAdded local-editing line discipline to make raw backend usable
Simon Tatham [Tue, 9 Nov 1999 12:05:34 +0000 (12:05 +0000)]
Added local-editing line discipline to make raw backend usable

[originally from svn r287]

24 years agoFix unexpected network error 5000
Simon Tatham [Tue, 9 Nov 1999 11:34:14 +0000 (11:34 +0000)]
Fix unexpected network error 5000

[originally from svn r286]

24 years agoOops - Shift-PgUp/PgDn conflicted with NetHack mode
Simon Tatham [Tue, 9 Nov 1999 11:19:34 +0000 (11:19 +0000)]
Oops - Shift-PgUp/PgDn conflicted with NetHack mode

[originally from svn r285]

24 years agoChanges from executor:
Simon Tatham [Tue, 9 Nov 1999 11:10:04 +0000 (11:10 +0000)]
Changes from executor:
 - NetHack keypad mode (Shift only works with NumLock off)
 - Alt-Space handling (best I could manage; not too bad considering)
 - Event Log rather than Telnet Negotiation Log

[originally from svn r284]

24 years agoAdd TIS authentication option
Simon Tatham [Mon, 8 Nov 1999 17:42:12 +0000 (17:42 +0000)]
Add TIS authentication option

[originally from svn r283]

24 years agoSwitch to using SSH_MSG macros
Simon Tatham [Mon, 8 Nov 1999 17:36:08 +0000 (17:36 +0000)]
Switch to using SSH_MSG macros

[originally from svn r282]

24 years agoRemoved now obsolete sizetip.h from window.obj dependencies
Owen Dunn [Mon, 8 Nov 1999 12:19:02 +0000 (12:19 +0000)]
Removed now obsolete sizetip.h from window.obj dependencies

[originally from svn r281]

24 years agoClean up scp client - re-indent to my coding style and remove
Simon Tatham [Mon, 8 Nov 1999 11:22:45 +0000 (11:22 +0000)]
Clean up scp client - re-indent to my coding style and remove
compiler warnings

[originally from svn r280]

24 years agoxlat.c needs stdio.h for vsprintf
Simon Tatham [Mon, 8 Nov 1999 11:14:33 +0000 (11:14 +0000)]
xlat.c needs stdio.h for vsprintf

[originally from svn r279]

24 years agoClean up sizetip patch: remove separate header file and // comments
Simon Tatham [Mon, 8 Nov 1999 11:13:53 +0000 (11:13 +0000)]
Clean up sizetip patch: remove separate header file and // comments

[originally from svn r278]

24 years agoOleg Panashchenko's Cyrillic support patch
Simon Tatham [Mon, 8 Nov 1999 11:08:09 +0000 (11:08 +0000)]
Oleg Panashchenko's Cyrillic support patch

[originally from svn r277]

24 years agoWarn-on-close is now configurable off
Simon Tatham [Fri, 5 Nov 1999 09:50:49 +0000 (09:50 +0000)]
Warn-on-close is now configurable off

[originally from svn r273]

24 years agoPrompt before summarily closing a session
Simon Tatham [Thu, 4 Nov 1999 13:44:21 +0000 (13:44 +0000)]
Prompt before summarily closing a session

[originally from svn r272]

24 years agoCan now build with /DWIN32S_COMPAT to work (minimally) with Win32s
Owen Dunn [Thu, 4 Nov 1999 11:26:07 +0000 (11:26 +0000)]
Can now build with /DWIN32S_COMPAT to work (minimally) with Win32s

[originally from svn r271]

24 years agoAdd sizetip stuff to makefile - oops
Simon Tatham [Thu, 4 Nov 1999 09:18:46 +0000 (09:18 +0000)]
Add sizetip stuff to makefile - oops

[originally from svn r270]

24 years agoJohn Sullivan's sizetip patch - experimental
Simon Tatham [Wed, 3 Nov 1999 14:08:26 +0000 (14:08 +0000)]
John Sullivan's sizetip patch - experimental

[originally from svn r269]

24 years agoFix potential buffer overrun in new saved-session menu
Simon Tatham [Mon, 1 Nov 1999 17:18:08 +0000 (17:18 +0000)]
Fix potential buffer overrun in new saved-session menu

[originally from svn r267]

24 years agoMark Baker's raw-TCP back end (untested and experimental as yet)
Simon Tatham [Mon, 1 Nov 1999 16:40:40 +0000 (16:40 +0000)]
Mark Baker's raw-TCP back end (untested and experimental as yet)

[originally from svn r266]

24 years agoStop putting meaning in bottom four bits of WM_SYSCOMMAND wParam
Simon Tatham [Thu, 28 Oct 1999 16:29:06 +0000 (16:29 +0000)]
Stop putting meaning in bottom four bits of WM_SYSCOMMAND wParam

[originally from svn r265]

24 years agoAdded a couple of GLOBALs
Simon Tatham [Thu, 28 Oct 1999 16:25:15 +0000 (16:25 +0000)]
Added a couple of GLOBALs

[originally from svn r264]

24 years agoAdded saved sessions submenu from system menu.
Owen Dunn [Thu, 28 Oct 1999 16:07:25 +0000 (16:07 +0000)]
Added saved sessions submenu from system menu.

[originally from svn r263]

24 years agoAdd the ability to do ssh by default: using -ssh command line option,
Simon Tatham [Wed, 27 Oct 1999 14:28:11 +0000 (14:28 +0000)]
Add the ability to do ssh by default: using -ssh command line option,
or by manually adding protocol and port settings to Default Settings in the
Registry, or by compiling with -DSSH_DEFAULT

[originally from svn r260]

24 years agoFix versioncmp
Simon Tatham [Mon, 25 Oct 1999 14:27:13 +0000 (14:27 +0000)]
Fix versioncmp

[originally from svn r255]

24 years agoSingle-DES encryption, patch courtesy of Murphy Lam
Simon Tatham [Mon, 25 Oct 1999 08:59:40 +0000 (08:59 +0000)]
Single-DES encryption, patch courtesy of Murphy Lam

[originally from svn r253]

24 years agoSilly error in loading Default Settings - reset port but not protocol
Simon Tatham [Fri, 22 Oct 1999 15:47:26 +0000 (15:47 +0000)]
Silly error in loading Default Settings - reset port but not protocol

[originally from svn r247]

24 years agoStop IAC IAC from being swallowed in telnet (fix due to Robert de Bath)
Simon Tatham [Mon, 4 Oct 1999 14:20:17 +0000 (14:20 +0000)]
Stop IAC IAC from being swallowed in telnet (fix due to Robert de Bath)

[originally from svn r232]

24 years agoAdd WS_TABSTOP on configuration list boxes
Simon Tatham [Fri, 24 Sep 1999 10:24:45 +0000 (10:24 +0000)]
Add WS_TABSTOP on configuration list boxes

[originally from svn r225]

24 years agoAdded accelerators for most of main dialogue box. Still can't get focus
Owen Dunn [Thu, 23 Sep 1999 14:30:19 +0000 (14:30 +0000)]
Added accelerators for most of main dialogue box.  Still can't get focus
into list boxes though.

[originally from svn r224]

24 years agoChanged default title bar format to host.name - PuTTY
Owen Dunn [Mon, 20 Sep 1999 15:58:50 +0000 (15:58 +0000)]
Changed default title bar format to host.name - PuTTY

[originally from svn r221]

24 years agoWe failed to ignore SSH_MSG_IGNORE :-)
Simon Tatham [Fri, 10 Sep 1999 15:35:26 +0000 (15:35 +0000)]
We failed to ignore SSH_MSG_IGNORE :-)

[originally from svn r219]

24 years agoDisastrously silly Makefile errors
Simon Tatham [Tue, 7 Sep 1999 16:36:23 +0000 (16:36 +0000)]
Disastrously silly Makefile errors

[originally from svn r216]

24 years agoOops, add scp to makefile
Simon Tatham [Fri, 3 Sep 1999 15:12:04 +0000 (15:12 +0000)]
Oops, add scp to makefile

[originally from svn r215]

24 years agoAdded Joris van Rantwijk's scp client
Simon Tatham [Tue, 31 Aug 1999 09:20:48 +0000 (09:20 +0000)]
Added Joris van Rantwijk's scp client

[originally from svn r205]

24 years agoSmall but highly unhelpful typo 0.47
Simon Tatham [Wed, 11 Aug 1999 08:50:36 +0000 (08:50 +0000)]
Small but highly unhelpful typo

[originally from svn r198]

24 years agoModule description file added
Simon Tatham [Tue, 10 Aug 1999 16:04:43 +0000 (16:04 +0000)]
Module description file added

[originally from svn r196]

24 years agoFix potential security problems in random number generator
Simon Tatham [Mon, 2 Aug 1999 08:35:11 +0000 (08:35 +0000)]
Fix potential security problems in random number generator

[originally from svn r190]

24 years agoJimen Ching's patches to remove compiler warnings
Simon Tatham [Tue, 20 Jul 1999 13:01:56 +0000 (13:01 +0000)]
Jimen Ching's patches to remove compiler warnings

[originally from svn r183]

24 years agoRemove double close of registry key
Simon Tatham [Fri, 16 Jul 1999 08:13:51 +0000 (08:13 +0000)]
Remove double close of registry key

[originally from svn r182]

24 years agoAdd a couple of `extern' keywords
Simon Tatham [Mon, 12 Jul 1999 10:28:18 +0000 (10:28 +0000)]
Add a couple of `extern' keywords

[originally from svn r181]

24 years agoThird attempt at Blowfish, dammit 0.46
Simon Tatham [Thu, 8 Jul 1999 08:37:32 +0000 (08:37 +0000)]
Third attempt at Blowfish, dammit

[originally from svn r179]

24 years agoBlowfish patch, second attempt
Simon Tatham [Wed, 7 Jul 1999 17:33:34 +0000 (17:33 +0000)]
Blowfish patch, second attempt

[originally from svn r178]

24 years agoFix misparse of ESC[?9r sequence; I must find out what it _should_ do
Simon Tatham [Wed, 7 Jul 1999 13:16:41 +0000 (13:16 +0000)]
Fix misparse of ESC[?9r sequence; I must find out what it _should_ do

[originally from svn r176]

24 years agoAdd encryption selection, and Blowfish as second option
Simon Tatham [Tue, 6 Jul 1999 19:42:57 +0000 (19:42 +0000)]
Add encryption selection, and Blowfish as second option

[originally from svn r175]

24 years agoJoris's RSA works; reformat and remove old version pre-blowfish
Simon Tatham [Tue, 6 Jul 1999 19:38:54 +0000 (19:38 +0000)]
Joris's RSA works; reformat and remove old version

[originally from svn r173]

24 years agoPut that ReleaseCapture call just _before_ return, not after!
Simon Tatham [Mon, 5 Jul 1999 16:35:34 +0000 (16:35 +0000)]
Put that ReleaseCapture call just _before_ return, not after!

[originally from svn r172]

24 years agoJoris van Rantwijk's RSA speedup patch
Simon Tatham [Mon, 5 Jul 1999 16:31:57 +0000 (16:31 +0000)]
Joris van Rantwijk's RSA speedup patch

[originally from svn r171]

24 years agoImprove error handling in registry code
Simon Tatham [Mon, 5 Jul 1999 16:13:31 +0000 (16:13 +0000)]
Improve error handling in registry code

[originally from svn r170]

25 years agoAdd SSH_STATE_CLOSED to prevent accidentally sending resizes down a
Simon Tatham [Tue, 23 Mar 1999 17:21:44 +0000 (17:21 +0000)]
Add SSH_STATE_CLOSED to prevent accidentally sending resizes down a
closed connection; was causing process hangs under NT and whole-
system hangs under '95

[originally from svn r126]

25 years agoChange default mouse pointer to an I-beam
Simon Tatham [Tue, 23 Mar 1999 17:14:00 +0000 (17:14 +0000)]
Change default mouse pointer to an I-beam

[originally from svn r125]

25 years agoAdd AltGr support at last! Thanks to <andre@via.ecp.fr> for the technique
Simon Tatham [Fri, 12 Mar 1999 17:14:06 +0000 (17:14 +0000)]
Add AltGr support at last! Thanks to <andre@via.ecp.fr> for the technique
if not all of the details.

[originally from svn r92]

25 years agoAllow CSI 0;0r to set default scroll region (previously did nothing useful)
Simon Tatham [Thu, 11 Mar 1999 10:27:12 +0000 (10:27 +0000)]
Allow CSI 0;0r to set default scroll region (previously did nothing useful)

[originally from svn r85]

25 years agoUse different window procedures for the About box and the Licence box.
Simon Tatham [Sat, 20 Feb 1999 18:12:47 +0000 (18:12 +0000)]
Use different window procedures for the About box and the Licence box.
Should prevent the version string masking part of the licence text ;-)

[originally from svn r51]

25 years agoUse SetCapture() to fix the problem with double-clicks on saved sessions
Simon Tatham [Thu, 18 Feb 1999 10:39:23 +0000 (10:39 +0000)]
Use SetCapture() to fix the problem with double-clicks on saved sessions
carrying throuh to the window below the config box

[originally from svn r37]

25 years agoRevert to using WinSock 1 - the upgrade to 2 was a checkin error
Simon Tatham [Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)]
Revert to using WinSock 1 - the upgrade to 2 was a checkin error

[originally from svn r36]

25 years agoCause irritating ? markers in cvs update/commit to disappear
Simon Tatham [Wed, 10 Feb 1999 11:13:28 +0000 (11:13 +0000)]
Cause irritating ? markers in cvs update/commit to disappear

[originally from svn r35]

25 years agoAdd DeleteObject calls to go with the CreatePen calls in do_text. Should
Simon Tatham [Wed, 10 Feb 1999 11:11:11 +0000 (11:11 +0000)]
Add DeleteObject calls to go with the CreatePen calls in do_text. Should
fix a fairly nasty-looking resource leak. Thanks to Andrew Mobbs.

[originally from svn r34]

25 years agoImprove nasty version.obj hack so it doesn't actually do two compiles
Simon Tatham [Wed, 10 Feb 1999 10:30:17 +0000 (10:30 +0000)]
Improve nasty version.obj hack so it doesn't actually do two compiles

[originally from svn r33]

25 years agoAttempt to fix problems with version.obj in some nmakes
Simon Tatham [Wed, 10 Feb 1999 09:48:29 +0000 (09:48 +0000)]
Attempt to fix problems with version.obj in some nmakes

[originally from svn r32]

25 years agoReplaced ICON line which was accidentally removed *blush*
Simon Tatham [Wed, 10 Feb 1999 09:48:15 +0000 (09:48 +0000)]
Replaced ICON line which was accidentally removed *blush*

[originally from svn r31]