Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Mon, 27 Jan 2003 23:18:18 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Mon Jan 27 2003 23:18:18 GMT
Log message:
Of course, that cleanup I did earlier in which I rationalised all
the various `yes/no/maybe' enums into one common one missed a vital
point: all those enums mapped on to integers in different ways,
which affected the format of stored settings. Arrgh. So now
settings.c contains yet more painful warts and I'm _really_ starting
to think it's about time we designed a new set of human-usable
config keywords and retired this lot to the status of Unpleasant
Backwards-Compatibility Relic.
Modified files:
. : settings.c
Links:
http://cvs.tartarus.org//putty/settings.c.diff?r1=1.99&r2=1.100