diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-30 01:18:43 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-30 01:18:43 -0500 |
commit | 54bbe9318f6e9aca131a985cb7ab1e979c1130ef (patch) | |
tree | c3db407b34718d9b9356b593992c875bf46f6ed2 /CHANGES | |
parent | ed2d970693bd42f56001960e78f70fc97c925491 (diff) | |
download | lynx-snapshots-54bbe9318f6e9aca131a985cb7ab1e979c1130ef.tar.gz |
snapshot of project "lynx", label v2-8-7dev_11c
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES index f803f02d..6b997925 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,26 @@ --- $LynxId: CHANGES,v 1.340 2008/12/26 01:23:02 tom Exp $ +-- $LynxId: CHANGES,v 1.349 2008/12/30 01:09:07 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== 2008-12-?? (2.8.7dev.12) +* move EBCDIC tables to separate file LYebcdic.c to simplify building test + driver for parsdate.c on z/OS -PG +* fix an off-by-one difference between UTF-8/non-UTF-8 comparisons in + HText_appendCharacter() which would leave an extra character wrapped in some + cases, e.g., in the options menu when field-numbering was turned on -TD +* remove logic in GridText.c for ignoring "excess" characters in a field when + fields are numbered, since highlighting of wrapped multiline links works, + and this feature is incompatible with it -TD +* remove obsolete CF_VARARGS configure check -TD +* modify configure script to build with MinGW and MSYS -TD +* modify configure macro CF_XOPEN_SOURCE to define _ALL_SOURCE for AIX 6.x -TD +* implement a LONG_LIST equivalent for ftp, configurable as FTP_FORMAT -TD +* adapt some of the SH_EX ifdef'd features (TD): + + extra keypad conversions in LYgetch_for() are for PDCurses. + + add -show_cfg option. + + entify embedded blanks in HTDOS_wwwName(). + + treat null file-pointer in HTParseFile(HTFormat() as end-of-file. * change the phase during which "-help" option is processed, to allow it to reflect the configured values of the options in the help-message (prompted by discussion with Dan Jacobson regarding Debian #507083) -TD @@ -22,8 +39,7 @@ Changes since Lynx 2.8 release (patch by Takao Fujiwara) * add "*.dbg" to suffixes to ignore in autoconf script when checking for executables and objects produced by C compile (report by PG, for z/OS) -TD -* modify LYmktime.c and parsdate.y to convert between EBCDIC/ASCII as needed - to work on z/OS (report/analysis by PG) -TD +* modify parsdate.y to convert between EBCDIC/ASCII to work on z/OS -PG, -TD * modify src/makefile.in to make it simple for a build script running in a separate directory to regenerate parsdate.c (prompted by discussion with PG regarding building on z/OS which uses EBCDIC) -TD @@ -60,7 +76,7 @@ Changes since Lynx 2.8 release * correct handling of the option value from configure "--with-ssl", which was not being used in the search-list (report by PGNet) -TD * update configure script macros -TD - CF_CURSES_LIBS - add "pdcurses", e.g., to link with mingw + CF_CURSES_LIBS - add "pdcurses", e.g., to link with MinGW CF_UTF8_LIB - use CF_FIND_LINKAGE to better work with BSD ports. CF_XOPEN_SOURCE - add case for dragonfly * document width-limitation in manpage, fix a few stray 1024's still in the @@ -457,7 +473,7 @@ Changes since Lynx 2.8 release of getfile() is unneeded, we restore the link number as well as the line number (Debian #386561) -TD * modify makefile.msc to allow building with slang configuration -TD -* fixes for keyboard input of slang configuration in win32 (not mingw) which +* fixes for keyboard input of slang configuration in win32 (not MinGW) which was broken in 2.8.3dev.5 -TD * fix LYgetTableString(), making the monochome appearance with an empty ".lss" file for color-style look like the non-color-style (Debian #386216) -TD |