I'd have checked this in last night, but there was some problem with the
isc.org machine.  Let's try to keep the changes down to bug fixes and
documentation - target a release for two weeks from now.


2000-03-31 (2.8.3pre.1)
* remove annoying trailing period from two statusline messages ending with host
  name ("Looking up host.foo:81." and "Making HTTP connection to foo.bar.") -LP
* lynx.cfg: use two lines to separate options description in this
  configuration file (it looks more readable, for such a huge text) -LP
* lynx.cfg:  make a few corrections to reorganize .h1 sections to improve
  htmlized cattoc.html logic.  More corrections welcome -LP
* fix some compiler warnings for DECC dealing with time_t being unsigned in
  that environment (reported by Jerome Lauret) -TD
* suppress Multinet prototypes in socket.h, to work around some places where
  Multinet declares parameters a void* while DECC uses char * (patch by Jerome
  Lauret <[EMAIL PROTECTED]>).
* undo side-effect of config_enum() function in LYReadCFG.c from cleanup in
  dev.22 which made default_user_mode and source_cache values not set properly
  (reported by Alexei Anatski <[EMAIL PROTECTED]>) -TD
* correct ifdef's in LYStrings.c for NCURSES_MOUSE_VERSION versus PDCURSES
  adding new PDCURSES_MOUSE_VERSION to cover special case of DJGPP (reported by
  LP, DK) -TD
* add PRETTYSRC to lynx.cfg, supplementing -prettysrc commandline option -TD
* add call to LYStoreCookies() from HTFWriter.c to save cookies when -source is
  used (patch by KW)
* remove const from LYGetHostByName() parameter -TD
* modify makefile.in to ensure links within htmlized lynx.cfg are updated
  if gzip-help is configured (reported by Ari Moisio) -TD
* remove -DEXP_CHARTRANS from makefile.msc, makefile.bcb (reported by LP) -TD
* trim trailing path-separator from lynx_temp_space before removing that
  directory, on exit -TD
* ifdef'd IsOurFile() to perform only an ownership check on single-user DOS
  and OS/2 systems, so user can overwrite files -TD
* simplified some initialization in LYMain.c with tildeExpand() -TD
* change prototypes of HTSetPresentation(), HTSetSuffix5() to use double rather
  than float, since this is the default promotion, working better with some
  compilers -TD
* add comments to makefile.msc to show how to build color-style version -TD
* add fallback definition for getattrs(), move fallback definitions for
  getbegy() and getbegx() in LYCurses.h to allow building color-style version
  with PDCurses -TD
* correct a call on lib$find_file() in HTVMSUtils.c which broke by not
  supplying it with a fixed-size buffer, from dev.23 changes -TD
* correct an out-of-range indexing error in LYstatusline_messages_on_exit(),
  and add a check in to_stack() for a similar problem -TD
* add definitions and description of USE_TH_JP_AUTO_DETECT,
  CONV_JISX0201KANA_JISX0208KANA, and KANJI_CODE_OVERRIDE to userdefs.h, along
  with a new file README.jp -TH

-- 
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey

Reply via email to