]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Of course, that cleanup I did earlier in which I rationalised all
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 23:18:16 +0000 (23:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 23:18:16 +0000 (23:18 +0000)
commit2877af56bbcb8a711d96ea321a5e9ca2e582e3cb
treef7b3aff2a8535fdeeeb1af30a387a7ab79c56190
parentc370336a92d0404e16062625c2afe742494faeb9
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.

[originally from svn r2735]
settings.c