-- $LynxId: CHANGES,v 1.422 2009/07/05 23:24:39 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== 2009-07-05 (2.8.7rel.1) * update metrics for 2.8.7 release. * fix ifdef'ing for cfg_bad_html (report by Gabor Z Papp) -TD 2009-06-23 (2.8.7pre.6) * update lynx.pot file -TD * add "Bad HTML messages" to Options menu, letting the user disable the warning message, write the detailed messages to the LYNXMESSAGES: status buffer (suggested by BL) -TD * finish checkbox for send-useragent from pre.3 changes -TD * make the size of LYNXMESSAGES configurable in lynx.cfg with STATUS_BUFFER_SIZE -TD 2009-06-06 (2.8.7pre.5) * add missing ctrl_chars_on_previous_line when computing 'spare' value in split_line() for the wide-curses configuration. The justified line was shorter than expected when justifying text -TD * fix a special case of trailing whitespace not shown in pretty source, at the end of a closing tag -TD * remove "Bad HTML" warning for buttons outside a form, since those can be inline, according to the HTML 4 DTD -TD * provide navigation to script-buttons, to make them more visible, showing their name -TD * change default for send_useragent option to true (prompted by discussion on lynx-dev) -TD * correct check for default type of HTML BUTTON, which is "submit". The code treated this as "button" (prompted by discussion on lynx-dev) -TD 2009-05-25 (2.8.7pre.4) * update lynx.pot file -TD * fix a typo in change for Debian #388622 -TD 2009-05-25 (2.8.7pre.3) * suppress check for "disabled" attribute in a select, as a workaround (Debian #525934) -TD * accommodate (in)compatibility "feature" in HTML5 draft which replaces ISO-8859-1 with Windows-1252, as indicated here: http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#character-encodings-0 (Debian #514897) -TD * remove check for -dump option from HTHandleAuthInfo(), allowing Lynx to -dump or -source NNTP urls (report by Dallas E Legan II) -TD * amend fix for Debian #388622 to allow the user to save names to the home directory, e.g., ~/foo -TD * add an Options menu checkbox to tell if Lynx should send a user-agent string. Unless the useragent restriction is set, the default for this checkbox is off, so that Lynx will not send the string. The corresponding setting, send_useragent, may be saved to ~/.lynxrc, but normally is not -TD * correct type for HTNewsGetCharacter() in HTNews.c, which could return a sign-extended character mistaken for EOF (report by Dallas E Legan II) -TD 2009-04-26 (2.8.7pre.2) * update it.po from http://translationproject.org/latest/lynx/ * update lynx user's guide section on Options Menu -TD * modify prompt in LYLoadCGI() from 2.8.6dev.15 to always prompt user (from FEDORA-2008-9597), and modify compiled-in configuration default for consistency with other lynx.cfg settings to require that lynx.cfg be set to permit use of lynxcgi scripts -TD * correct parsing of "--" command-line parameter (Redhat #311031) * check for malformed select before adding last-option (Redhat #152146) * change default for --enable-ascii-ctypes to true -TD * modify Lynx's DTD information to allow it to display form-related tags that are inline, even without being in a form as indicated in http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd for %inline.forms and %misc.inline (Debian #398986) -TD * finish dtd_util, making it able to load and save data from a flat file that can be edited -TD * correct length of padding with underscores in LYhighlight, which used the wrong variable based on glyph count rather than cells (Debian #519199) -TD * fix a few cases where PUTC's intended for pretty-src would display in the HTML view (Debian #521489) -TD * fix some mismatched BOOL vs BOOLEAN from compiler warnings due to dev.13 change to LYStructs.h -TD * add TNS SNI support for the OpenSSL configuration -Phil Pennock * add docs/README.cookies and docs/README.options -Stefan Caunter * update docs/README.sslcerts -Stefan Caunter * add NO_PAUSE setting to lynx.cfg, .lynxrc and Options menu (request by Stefan Caunter) -TD 2009-03-17 (2.8.7pre.1) 2009-03-17 (2.8.7dev.14) * modify command-passing for Win32/DOS to use double-quotes -TD * adapt features from vile's install-script to set registry variables, etc. -TD * modify LYgetenv() for Win32 platforms to check also in the system registry for settings, adapted from vile -TD * modify SGML_write() to check for UCS-2 BOMs, to provide support for UCS-2 pages (prompted by comment by TG) -TD * modify SGML_write() to check for UTF-8 BOM, using that as a hint to set the default document charset to UTF-8 (prompted by mailing list comments) -TD * modify stop_curses() function to fix missing DJGPP and MinGW code -DK, TD * modify config.hin to fix prototype for getttimeofday() with MinGW -DK * ifdef to avoid conflicting definition of set_timeout() in DJGPP -DK * modify ifdef in LYMain.c to avoid possible conflict between libintl.h and locale.h -DK * modify configure script to avoid using symbolic links for MinGW, in case the script is run in Cygwin -DK * modify makefile.msc to add LYIcon object -TD * modify configure script to add LYIcon object for MinGW -DK * add sample scripts for configuring MinGW version using Cygwin -DK 2009-02-01 (2.8.7dev.13) * modify definitions in LYStructs.h for union to cast to a void* rather than a long, to help with 64-bit ports -TD * modify CF_SSL configure macro to check for -ldl needed for recent OpenSSL versions -TD * modify CF_SSL configure macro to build with MSYS for MinGW configuration -TD * modify scanning of floats from lynx.cfg to allow Lynx to read POSIX values in non-POSIX locales -TD * modify configure script to check for msginit, needed to generate "en" po file, and omit that target if msginit is not available, letting lynx build with older gettext versions -TD * improve drawing of menus for multibyte characters by changing the way the number of fill-characters is computed in LYpaddstr -TD * fix some uses of gettext in options menu and info page where a translated string might contain angle-brackets or ampersand -TD * modify AM_WITH_NLS configure macro to add the iconv library dependency for intl library when checking for the latter -DK * fix breakage of display of UTF-8 in UCTransUniChar() from cleanup in dev.12 (report by TG) -TD * rename variable defined by CF_PATHSP to PATH_SEPARATOR, use this consistently to ease use in later autoconf versions (prompted by patch by DK) -TD * fix a typo in CF_ADD_LIBDIR which broke check for libintl (report by Jose H Espinosa) -TD * modify configure script to append to CFLAGS or CPPFLAGS rather than prepend, to better match the user's intent -DK, TD * modify UCSetBoxChars() to let line-drawing work with PDCurses, as well as any fancy-curses implementation that is running in ASCII or Latin-1 -TD * add a configure check for curses type "chtype" -TD * fix for an ASCII dependency in LYKeymap.c -PG * update fr.po, id.po, nl.pl, sv.po, tr.po, vi.po from http://translationproject.org/latest/lynx/ * change configure script to check for "ar" archiver options, from tin bug report for FreeBSD 8.0 which requires a "-" before the options -TD * update config.guess (2008-12-19), config.sub (2008-12-11) * use putenv() in preference to unsetenv() in LYReadCFG.c, noting that it is a deprecated BSD interface -TD * miscellaneous fixes for gcc type-conversion warnings -TD * remove trailing comma from enumeration UCStatus which causes strict-compiler warning -TD 2008-12-31 (2.8.7dev.12) * add configure option --enable-ascii-ctypes to enable EXP_ASCII_CTYPES -TD * 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 * modify havevisible() and UCTransToUni() functions to process UTF-8 input, fixing a problem saving bookmarks whose title is UTF-8 (prompted by patch by Takao Fujiwara) -TD * restore logic in HTLoadHTTP() to strip matching square brackets from host name and certificate host (comments by TG) -TD * modify UCdomap.c to work with Solaris iconv and handle additional encodings: + if "TRANSLIT" feature (an extension of glibc) does not succeed, retry the call to iconv_open without "TRANSLIT" + add check for any MIME name beginning "iso8859", mapping to "iso-8859" + recognize "eucjp" MIME name as alias for "euc-jp" + recognize "pck" MIME name as alias for "shift_jis" + recognize "ansi-1251" MIME name as alias for "windows-1251" (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 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 * add configure check for yacc (report by PG) -TD * fixes to make configure --help agree with INSTALLATION (report by PW) -TD * add id.po from http://translationproject.org/latest/lynx/ * add a null-pointer check for content type, fix for dev.11 changes (Debian #509321) -TD * improve configurability with regard to pkg-config by adding --with-pkg-config option, which can be used to enable/disable use of the program as well as specify the pathname used (prompted by comments by TG) -TD * correct handling of --with-ssl option when pkg-config is not found -TD 2008-12-14 (2.8.7dev.11) * add support for HTML5 rel=author in link (mailing list comments) -TD * modify cookie-writing to not write if no cookies were read from the file and none are available (Debian #354282) -TD * fix src/tidy_tls.c X509_get_issuer_name to actually take the issuer DN of the present certificate and not hope that it is the same as taking the subject DN of the "next" certificate which may or may not exist (Debian #499945, patch by Thomas Viehmann) * modify exit code when doing a "-dump" to exit with error if the server returned an error status for the page (Debian #299711) -TD * fix ipv6 literal command-line parsing (Debian #180654, analysis by Fabio Massimo Di Nitto) -TD * extend configure macros CF_SSL and CF_GNUTLS to check for pkg-config, using that for the default if the corresponding openssl or gnutls packages are installed (suggested by PGNet) -TD * add fi.po from http://translationproject.org/latest/lynx/ * update fr.po from http://translationproject.org/latest/lynx/ * 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_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 source (report by Barry Haddow) -TD * add "read_timeout" to lynx.cfg, and -read_timeout option to command-line (prompted by Dries De Moor report on mailing list) -TD * modify to handle a special case where the content-type is given as one of the compressed types, to check if the address (after stripping the file suffix for that compression) has a suffix that lynx could present -TD For example: http://foo/bar.html.gz would display the uncompressed "bar.html" rather than offering to download the file. This also allows one to add SUFFIX commands to lynx.cfg to display the corresponding plain files. For example: SUFFIX:CHANGES.*:text/plain:8bit SUFFIX:CHANGES:text/plain:8bit for http://foo/CHANGES.tmp.gz http://foo/CHANGES.gz * workaround for STRING redefinition in parsdate.c on DJGPP -GV * improve configure-check to determine proper fallback when no long-long printing format is available -TD * update win32 makefiles/build scripts to add LYmktime, parsdate modules -TD * update config.guess (2008-04-14), config.sub (2008-06-16) 2008-09-21 (2.8.7dev.10) * remove rw.po, since the translation project no longer supplies it -TD * implement "readonly" attribute for TEXTAREA and TEXT fields -TD * update Lynx's tables of HTML attributes to cover (except for events) the keywords from HTML 4.01 -TD * modify initial active link in download-page to be the first download action rather than the "help" link which is provided in Novice mode (Debian #376259) -PBM, TD * implement "chunked" transfer-encoding to work with servers that ignore the version number in HTTP get's -TD * change initialization of trace file, handing this during the first part of argument parsing along with -help and -version, to show steps done for initialization of presentors, etc -TD * minor fix to LYstartPopup() to handle a case where the popup menu was too large for the screen -TD * fixes for srcdir!=objdir (report by FLWM) -TD * modify man2hlp.sh to work from subdirectory, e.g., its parameter would be "../lynx.man" -TD * set POSIX locale for install-cfg.sh and man2hlp.sh since they use character ranges -TD * add switch -xhtml-parsing and lynx.cfg XHTML_PARSING setting to control whether the extensions for XHTML 1.0 are used (prompted by bug report by FLWM, as well as discussion on lynx-dev) -TD * modify external editing of TEXTAREA to not do tab-conversion -TD * modify LYhighlight() to limit display of multicolumn characters -TD * rewrite LYRefreshEdit(), to display multibyte/multicolumn characters properly when using wide-character curses -TD * revise introductory comment written to ".lynxrc" (Debian #461158) -TD * discard anchor's post_data field in HTLoadDocument() if Lynx is about to reload a document. That would happen if the result of the form includes a link back to the form. Removing the data causes Lynx to prompt the user, e.g., Resubmit POST content to http://localhost/cgi-bin/lynxtest.pl ? (y/n) to offer the user the choice between revisiting form or re-POST'ing the data that was on the form (report by Andreas K Foerster) -TD * fixes for LYHighlight() when the highlighted text is empty -TD * translate named entities, etc., for "content" field of refresh-URL, cf: 2.8.5dev.13 (report by Ivan Shmakov) -TD * suppress computation in TrimmedLength() for source-view, which is not needed for Debian #204515 (patch by Mike Knight) * add check-po rule to po/makefile -TD * modify top-level makefile to work with configure --srcdir -TD * add update-po rule to top-level makefile -TD * update fr.po, nl.po, tr.po, vi.po, zh_TW.po,sv.po from http://translationproject.org/latest/lynx/ * parse doctype for xhtml, to tell when empty tags such as "