1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
Go to file
1999-04-01 21:26:03 +00:00
.cvsignore XCOFF object files. 1999-03-28 02:07:03 +00:00
mac_res.r "real bold" temporarily the default to persuade me to fix it. 1999-03-29 19:48:50 +00:00
mac.c We now only link weakly with AppearanceLib, which should let us run on PowerPCs 1999-03-29 23:55:06 +00:00
mac.h General cleanup because MrC is rather pickier than SC. Not that the PPC build 1999-03-27 15:39:46 +00:00
maccfg.c Meta key support, mostly. 1999-03-28 02:06:11 +00:00
macnet.c Beginnings of an attempt at MacTCP networking support. 1999-04-01 21:26:03 +00:00
macnet.h Beginnings of an attempt at MacTCP networking support. 1999-04-01 21:26:03 +00:00
macresid.h Menu items now turn on and off in a vaguely useful way. 1999-03-11 21:40:32 +00:00
macterm.c Fonts where boldface is wider than usual are now beaten up so they fit. 1999-03-30 19:44:52 +00:00
Makefile Improve nasty version.obj hack so it doesn't actually do two compiles 1999-02-10 10:30:17 +00:00
Makefile.mpw New version-number system. Doesn't yet do the "about" box. 1999-04-01 21:25:06 +00:00
misc.c Removed windowsism: now uses fatalbox rather than MessageBox. 1999-02-19 15:24:15 +00:00
mkputty.mpw PowerPC build sorted and general serious tidying-up of Makefile. 1999-03-28 15:23:37 +00:00
noise.c Fix various segfaults and heap trashes. Thanks to Andrew Mobbs. 1999-02-09 15:39:08 +00:00
putty.h Fonts where boldface is wider than usual are now beaten up so they fit. 1999-03-30 19:44:52 +00:00
putty.ico Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
README.mac Yeah. 1999-03-30 19:46:44 +00:00
resource.h Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
ssh.c We now have a fairly minimal Mac application. 1999-02-20 22:10:34 +00:00
ssh.h John Sullivan's patches plus more fixes: 1999-01-08 13:10:19 +00:00
sshcrc.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshdes.c Remove CVS logs 1999-01-15 11:29:55 +00:00
sshmd5.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshrand.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshrsa.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshsha.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
telnet.c Beginnings of an attempt at MacTCP networking support. 1999-04-01 21:26:03 +00:00
terminal.c First attempt at multiple-session support. This has broken meta handling, 1999-03-29 19:50:24 +00:00
testback.c First attempt at multiple-session support. This has broken meta handling, 1999-03-29 19:50:24 +00:00
version.c Added automatic version distinguishing code, to differentiate releases 1999-02-09 15:18:34 +00:00
version.h New version-number system. Doesn't yet do the "about" box. 1999-04-01 21:25:06 +00:00
version.r New version-number system. Doesn't yet do the "about" box. 1999-04-01 21:25:06 +00:00
win_res.h Added automatic version distinguishing code, to differentiate releases 1999-02-09 15:18:34 +00:00
win_res.rc Replaced ICON line which was accidentally removed *blush* 1999-02-10 09:48:15 +00:00
windlg.c Fix various segfaults and heap trashes. Thanks to Andrew Mobbs. 1999-02-09 15:39:08 +00:00
window.c Add DeleteObject calls to go with the CreatePen calls in do_text. Should 1999-02-10 11:11:11 +00:00

$Id: README.mac,v 1.1.2.3 1999/03/30 19:46:44 ben Exp $

Information about PuTTY for the Mac OS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Known bugs:

 * PowerPC and fat versions fail to start on systems without AppearanceLib (ie
   most System 7 ones).  The 68k version works fine. [MAYBE FIXED]
 * If the screen scrolls more than once between calls to WaitNextEvent, Bad
   Things can happen owing to a bug in do_scroll.  This can be fixed when I
   have an easy way to test it.
 * Display is far too slow.
 * Fails to work on systems without Color QuickDraw.
 * Real bold doesn't compensate for changing character widths without Color
   QuickDraw.
 * ResEdit 'TMPL' resource seems to be broken.

Features we need (and aren't entirely obvious):

 * Scroll-conflation -- scroll_display should change the in-memory display and
   remember the scroll, then do_scroll should be called only when
   scroll_display gets called for a different rectangle or term_paint happens.

Local Variables:
mode: text
End: