diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-12-22 20:27:57 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-12-22 20:27:57 -0500 |
commit | 244b955fa0312faea2e138d55330bd9a81fd92de (patch) | |
tree | 80e6d4330a5f7e04567967694daf88575574cfb8 /CHANGES | |
parent | 4bcb5704f4f3f96436217702000f32c859b621fb (diff) | |
download | lynx-snapshots-244b955fa0312faea2e138d55330bd9a81fd92de.tar.gz |
snapshot of project "lynx", label v2-8-4dev_15
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index 723e2a54..4b818ce9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,22 @@ Changes since Lynx 2.8 release =============================================================================== +2000-12-21 (2.8.4dev.15) ++ add .po files to main distribution, remove stubs for files that were not + implemented, use msgmerge to resync against the current lynx.pot + (prompted by discussion with Morten Bo Johansen <mojo@image.dk>) -TD ++ corrected dev.13 changes for EXP_READPROGRESS, to make the + non-EXP_READPROGRESS configuration build and work with .lynxrc settings -DK ++ use EXIT_SUCCESS/EXIT_FAILURE in exit() and exit_immediately() calls -TD ++ improve check for lynx_temp_space by ensuring that the directory actually + exists; attempt to create the directory if it does not, e.g., ~/tmp/, to + resolve problem introduced by Mandrake's patch -TD ++ modify SetOutputMode() to flush stdout to work around buffering problem with + cygwin on error exit from Lynx (reported by Brad Town <btown@ceddec.com>) -TD ++ change definitions for LYCharINTERRUPT1 and LYCharINTERRUPT2 to not use + FROMASCII() in the EBCDIC configuration, since those symbols are used in case + statements which otherwise would not compile -PG + 2000-11-03 (2.8.4dev.14) * restore initialization of LYlines, LYcols in setup() which was lost in dev.12 changes (reported by DK). |