⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 一个可用于linux下的命令行音乐播放器
💻
📖 第 1 页 / 共 5 页
字号:
Changes since Lynx 2.8 release
===============================================================================

2004-02-04 (2.8.5rel.1)
* build fixes for MINGW32 -DK
* build fixes for OS/2 (reported by IZ) -TD

2004-02-02 (2.8.5pre.5)
* MINGW32-specific changes to build with that configuration using the configure
  script in Cygwin and "-mno-cygwin" option -DK
* move Cygwin defines for WIN_EX, _WINDOWS_NSL out of www_tcp.h, to the
  configure script to fix a definition-order problem with CAN_CUT_AND_PASTE
  (report by DK) -TD
* improve workaround for ncurses to build with pre-4.0 versions that do not
  declare attr_t -TD

2004-01-28 (2.8.5pre.4)
* workaround to build with ncurses 4.2 -TD
* fixes from Thorsten Glaser:
  + use ${GNUSYSTEM_AUX_DIR}/mkinstalldirs if it exists.
  + use $ac_config_sub variable in CF_CHECK_CACHE macro.
  + add case in CF_XOPEN_SOURCE macro to prevent defining _XOPEN_SOURCE
  + use $(MKINSTALLDIRS) variable in generated makefile.
  + correct comment in lynx.cfg for the default value of FTP_PASSIVE 
  + increase pattern length for mkdtemp() call.
* add command-line & menu option/config variables to replace the compile-time
  UNDERLINE_LINKS definition (suggested by BL) -TD
* correct ownership of installed lynx_doc directory (report by FLWM, PG) -TD
* modify configure check for tar to test several common variants including
  star, modify makefile.in to use the configured 'tar' program (request by
  FLWM) -TD
* compiler ifdef-fixes -BL
* documentation updates for DJGPP and OpenSSL -DK
* fixes/updates for DJGPP makefiles -DK
* modify po/makefile.inn to substitute the PACKAGE and VERSION strings into
  lynx.pot automatically, and to remove the unused boilerplate header comment
  (suggested by LP) -TD
* fixes for substituted project-version in configure script -TD

2004-01-24 (2.8.5pre.3)
* update documentation's version numbers for release -TD
* modify configure check for libbz2 to allow for older headers which do not
  include <stdio.h> -TD
* add configure option --enable-locale-charset, which adds configure settings
  and an option-menu checkbox telling lynx if it should use the function call
  nl_langinfo(CODESET) to find the display character set rather than rely on
  the user to set it via lynx.cfg or the options menu (discussion with Andreas
  Metzler) -TD
* remove intl subdirectory (gettext-0.10.35), since some of the ".po" files
  have been modified to rely upon newer features of gettext.  Modified
  configure script macro to report this properly -TD 
* add SSL_CERT_DIR, SSL_CERT_FILE to lynx.man (suggested by Stef Caunter) -TD
* documentation updates for DJGPP -DK, LP, FLWM
* update address for Free Software Foundation in COPYHEADER and COPYING
  (Atsuhito Kohda).
* change CF_CHECK_IPV6 to warn rather than error-out if a working getaddrinfo()
  function cannot be found.  The previous behavior would warn on Linux and
  error-out on other systems (report by RobertM) -TD
* localized displayed strings used for popups in options menu -TD
* add SHOW_KB_NAME to allow user to decide whether to display "KB" or "Kib"
  or even "Kilobytes" for the progress message (discussion on lynx-dev) -TD
* correct form generated to select Visited Links page in LYHistory.c to match
  the values used in LYOptions.c with new function LYMenuVisitedLinks, and
  corrected ifdef to ensure that menu is generated when the forms-based option
  menu is configured (report by TH) -TD
* modify configure check for ranlib to use AC_CHECK_TOOL, since AC_PROG_RANLIB
  does not do proper cross-compiling checks.  This actually applies to autoconf
  2.5x -- autoconf 2.13 does less in that area -TD
* update config.guess (2004-01-05) and config.sub (2004-01-05).
* ensure that freeaddrinfo() is only called if lynx has initialized its
  parameter, fixes a core-dump on IRIX6.5 -TD
* change remaining references for lynx.browser.org to lynx.isc.org (reported by
  Frederic L W Meunier) -TD

2004-01-19 (2.8.5pre.2)
* update URLs in docs/README.ssl (Stef Caunter, DK).
* use http://search.lycos.com rather than the messy http://www.lycos.com -DK
* update some URLs in lynx_help -FLWM (Frederic L W Meunier)
* remove a few unnecessary #include's (reported by Frederic L W Meunier) -TD
* fix some compiler warnings with casts -PG
* add docs/ directory to "make install-doc" rule.  If the help-files are
  compressed, the same will apply to the non-README files in that directory
  (reported by Frederic L W Meunier) -TD
* minor fixes to allow compiling with K&R compiler, e.g.,SunOS 4.x with the
  5lib curses -TD
* split up remove_file() in LYLocal.c so directory removal is performed in a
  separate function remove_directory().  Neither will perform an "rm -rf",
  but only single operations "rm" and "rmdir".  The original behavior can be
  obtained by setting RMDIR_PATH to point to a script which does "rm -rf"
  in lynx.cfg (suggested by Pat Walsh).
* modify configure script so NetBSD does not define _XOPEN_SOURCE, since that
  makes the IPv6 code not compile.
* modify configure script to prefer _SGI_SOURCE on IRIX6.5 to allow it to
  compile IPv6 support (report by RobertM) -TD
* replace fixed-buffer Style_className[] with a dynamically-allocated buffer,
  needed for large pages which lack correctly-nested tags, e.g.,
    http://www.aspas-nature.org/petitions/petition2.html
  (reported by Frederic L W Meunier) -TD
* move OMIT_SCN_KEEPING definition to LYHash.h, to avoid mismatch between the
  LYCurses.c and HTML.c -TD
* remove obsolete OPT_SCN ifdef from HTML.c since the inactive side does not
  compile -TD
* fix a few out-of-bounds errors in LYSetHiText() and related functions,
  which were found by valgrind -TD

2004-01-07 (2.8.5pre.1)
This version has been test-built on
* Linux (ncurses, ncursesw, PDCurses, slang),
* FreeBSD 4.9, 5.1 (ncurses, ncursesw),
* Tru64 4.0d, 5.1 (cc, curses),
* OpenVMS,
* OS/2 EMX,
* win32 (Visual C++ 6.0 and Borland C++, Cygwin),
* AIX 4.3, 5.1,
* HPUX 11,
* Solaris 8, 9.
Other recent builds include IRIX 6.5 (cc and gcc, curses/ncurses),
FreeBSD 4.1, 4.8, NetBSD 1.5, 1.6 and OpenBSD 2.8 (curses/ncurses).

2004-01-07 (2.8.5dev.17)
* fix initialization of LYlines and LYcols for curses configurations other than
  ncurses which implement pads -TD
* fix ifdef's for alloca(), e.g., on AIX 4 -TD
* fix misspelled LYGetEnv/LYgetenv in DJGPP configuration -DK
* a few portability fixes to allow building on OS/2, AIX, Tru64 and HPUX -TD
* add docs/README.rootcerts -IZ, Stef Caunter, Johannes Hromadka)
* update po files (ca.po, da.po, de.po, et.po, hu.po, ru.po, sv.po, tr.po and
  zh_CN.po) from
  http://www.iro.umontreal.ca/contrib/po/maint/lynx/
* correct some mismatches between INSTALLATION and "configure --help" (prompted
  by discussion with Stef Caunter) -TD
* undef conflicting symbols "small" and FILE_DOES_NOT_EXIST which are
  misdefined in Cygwin's w32api headers (report by Frederic L W Meunier) -TD
* amend check for refresh-URL to ensure it only prepends a link for text/html
  content type (report by Carlton Anderson).
* do not strip parameters from refresh-URL (report by Carlton Anderson gave an
  example of their use) -TD
* correct logic for resetting count of leading/trailing spaces in S_litteral
  case (report by TH) -TD
* remove obsolete XMOSAIC_HACK defines -TD
* adapted patch by Bjoern Jacke <bjoern@j3e.de> to ensure that toupper(),
  tolower() and isupper() macros are interpreted in POSIX locale.  This is
  ifdef'd with EXP_ASCII_CTYPES -TD
* improve check for Unix-style shell given in $SHELL by limiting the check to
  the base-name (discussion with GV, DK) -TD
* modify increment_tagged_htline() to reallocate its HTLine parameter if the
  result would be larger than the allocation.  This can happen when a large
  textarea is adjusted (report by Thorsten Glaser)  -TD
* add ifdef'd logic to change HTLine to calloc() rather than memory pools,
  making it possible to use valgrind, etc., for debugging -LP
* modify version shown for SSL to be derived from runtime SSLeay_version()
  function if linked with OpenSSL or SSLeay.  Add corresponding definition
  for GNU TLS (discussion by Frederic L W Meunier, GV) -TD
* add check for broken ProFTPD 1.2.5rc1, e.g., at ftp://ftp.oldskool.org/pub,
  and force a reconnection if an error 550 is detected when doing RETR.  This
  is ifdef'd with BROKEN_PROFTPD and checks version (reports by GV, DK) -TD
* modify file-upload to not print a warning message if the form-field is empty
  (Frank Heckenbach).
* add a few null-pointer checks to GridText.c (addresses symptoms reported by
  Frederic L W Meunier when nested-tables are toggled off) -TD
* modify LYTrimNewline() to trim carriage-returns as well as line-feeds, making
  it possible to share cookie files between platforms that have different
  line-terminations (report by Frederic L W Meunier) -TD
* rename EXP_PERSISTENT_COOKIES ifdef to USE_PERSISTENT_COOKIES -TD
* rename EXP_READPROGRESS ifdef to USE_READPROGRESS -TD
* rename SOURCE_CACHE ifdef to USE_SOURCE_CACHE -TD
* change a few configure script defaults to "enable":  source-cache, prettysrc
  and read-eta.  Also change default for read-eta configuration flag to "Show
  KB/Sec" (requests by LP, Frederic L W Meunier) -TD
* modify generated help_files.sed script to fix a couple of cases where the
  intermediate result had more than 2 ".gz" substrings to reduce (reported by
  IZ) -TD
* change configure script to compile-in file-upload by default, change its
  corresponding ifdef to USE_FILE_UPLOAD -TD
* use EXEEXT, OBJEXT substitutions in makefile.in -TD
* update configure script check for getbegx(), etc -TD
* revert table-layout changes from dev.15/dev.16 because of unresolved
  issues -TD
* add configure option --with-bzlib -TD
* modify bzip2/zlib ifdef's to make them independent -TD
* implement support for bzip compression by internal calls to libbz2 -IZ
* make usage of EDIT_A_PREV_SHORTCUT and EDIT_THE_PREV_SHORTCUT consistent
  (report by LP) -TD
* if a document is in the cache (the rendering is in memory), on reload it
  should not be cleared from the cache until the connection to the server is
  opened; if the connection fails, the user will reuse the old version (request
  by IZ) -LP
* for DJGPP, escape all backslashes in commands given to LYSystem() when
  a Unix-style shell is given in $SHELL -DK, TD
* correct strings in LYOptions.c so ENABLE_LYNXRC works for bookmark_file
  and run_all_execution_links -DK
* modify comparison in USE_CURSES_PAIR_0 ifdef of parse_attributes() to take
  into account the mono-attributes as well.  This fixes a case where a color
  style might have the same color-attributes as the background, and would
  incorrectly fall-through to use the mono-attributes (report by DK) -TD
* rewrote lynx_chg_color() to handle a COLORS value of 16 (report by TH) -TD
* redefine PDCurses' COLORS value to 16, since it incorrectly uses 8.
* add -scrsize option and corresponding SCREEN_SIZE value to lynx.cfg to allow
  lynx's screensize to be specified.  To display background color properly,
  this also requires a patch to PDCurses:
    http://www.t3.rim.or.jp/~patakuti/tmp/lynx/PDCurses-2.5.patch.resize
  This requires PDCurses 2.5 and higher -TH
* add a clean-rule to src/chrtrans/makefile.bcb -TD
* fix pathname generated for "View temporary file" in LYDownload.c using new
  function LYAddPathToSave() (report by P.J.Walsh) -TD
* comment-out --enable-libjs option since it is not used -TD
* change code to match lynx.cfg description for FORCE_COOKIE_PROMPT and
  FORCE_SSL_PROMPT, making "prompt" rather than "default" the keyword to use
  when telling lynx to prompt (report by DK) -TD
* really add FORCE_COOKIE_PROMPT setting to lynx.cfg (report by DK) -TD
* change default of configure script options --enable-source-cache and
  --enable-prettysrc to non-experimental to "yes", so they will normally
  be compiled-in, but normally disabled in lynx.cfg (suggested by LP).
* modify configure script and related ifdef's to build with gnutls 0.8.9
  (report by Atsuhito Kohda) -TD

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -