]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Created new data types `Filename' and `FontSpec', intended to be
authorSimon Tatham <anakin@pobox.com>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
commit60e4996ee9de5c8daacfa490ffa659bd62eaf499
tree54cae5da5e5d4c36278e6c50e55af262caac2c34
parent0c2da3a124af8274ec439f860338426e69833463
Created new data types `Filename' and `FontSpec', intended to be
opaque to all platform-independent modules and only handled within
per-platform code. `Filename' is there because the Mac has a magic
way to store filenames (though currently this checkin doesn't
support it!); `FontSpec' is there so that all the auxiliary stuff
such as font height and charset and so on which is needed under
Windows but not Unix can be kept where it belongs, and so that I can
have a hope in hell of dealing with a font chooser in the forthcoming
cross-platform config box code, and best of all it gets the horrid
font height wart out of settings.c and into the Windows code where
it should be.
The Mac part of this checkin is a bunch of random guesses which will
probably not quite compile, but which look roughly right to me.
Sorry if I screwed it up, Ben :-)

git-svn-id: http://svn.tartarus.org/sgt/putty@2765 cda61777-01e9-0310-a592-d414129be87e
30 files changed:
Recipe
cmdline.c
console.c
import.c
logging.c
mac/mac.c
mac/mac.h
mac/macstore.c
mac/macterm.c
misc.h
pageant.c
putty.h
puttygen.c
settings.c
ssh.c
ssh.h
sshpubk.c
storage.h
unix/pterm.c
unix/unix.h
unix/uxcons.c
unix/uxmisc.c
unix/uxplink.c
unix/uxstore.c
windefs.c
windlg.c
window.c
winmisc.c
winstore.c
winstuff.h