about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 17 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 0a658300..d75779c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,22 @@
--- $LynxId: CHANGES,v 1.931 2018/03/01 01:52:40 tom Exp $
+-- $LynxId: CHANGES,v 1.936 2018/03/01 22:28:02 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2018-02-27 (2.8.9dev.17)
+2018-03-01 (2.8.9dev.17)
+* several fixes for Windows version -TH
+  + fix an abnormal terminate when pressing 'd'(download) on no action button.
+  + work around incompatibility in move() between POSIX and Windows.
+    ref: https://www.securecoding.cert.org/confluence/display/c/FIO10-C.+Take+care+when+using+the+rename%28%29+function
+  + fix limit-check for SJIS which prevented showing a show long title in the
+    title bar on Windows environment.
+  + fix problem with PDCurses when wrapping lines.
+    ref: lynx-dev discussions "Subject: Wrapping line behavior"
+  + fix resizing terminal problem with Windows + PDCurses.
+    This problem occurs only with some combinations of source and destination
+    screen size.
+    For example: 80x25 -> 90x20
+  + including some code clean up
 * improve consistency in help-files discussing line-edit keymaps (prompted by
   Debian #888391) -TD
 * additional fixes to work with LibreSSL on OpenBSD 6.2 -TD
@@ -20,7 +33,7 @@ Changes since Lynx 2.8 release
   (Savannah #47803).
 * update eo.po, fr.po from
     http://translationproject.org/latest/lynx
-* improved several configure macros:  
+* improved several configure macros:
   CF_BUILD_CC, CF_CC_ENV_FLAGS, CF_CURSES_FUNCS, CF_CURSES_LIBS,
   CF_NCURSES_CONFIG -D
 * updated ftp-site url -TD
@@ -93,7 +106,7 @@ Changes since Lynx 2.8 release
   CF_XOPEN_SOURCE -TD
 * modify Windows makefile to allow SSL_LIBS and SSL_DEFS to be overridden,
   reflecting naming-incompatibility in recent OpenSSL development -TD
-* modify ncurses-specific code to allow its TERMINAL struct to be opaque -TD 
+* modify ncurses-specific code to allow its TERMINAL struct to be opaque -TD
 * refine special case of server Content-Type from 2.8.7dev.11 changes to
   decompress files offered for download when the server has gzip'd them
   (report by TH) -TD