about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-11-23 11:22:26 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-11-23 11:22:26 -0500
commite87f21b4ae754e738cbb577215a039a26e28ad52 (patch)
tree40cb2927aab0c440847fa74ff48bb6e0eab9a872 /CHANGES
parent8da648ea48792ba4d8714759c557eb7c0f138b0d (diff)
downloadlynx-snapshots-e87f21b4ae754e738cbb577215a039a26e28ad52.tar.gz
snapshot of project "lynx", label v2-8-2dev_7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c2feabce..52179561 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,30 @@
 Changes since Lynx 2.8.1 release
 ================================================================================
 
+1998-11-23 (2.8.2dev.7)
+* convert KEY_ENTER to newline in LYgetch() to make Lynx work with IRIX's
+  iris-ansi terminfo description, which equates the kent capability with
+  carriage return.  Doing this will allow lynx to use the keypad "enter" key as
+  an alias for carriage return on most terminals - KW
+* correct a few missing ifdef's for disabling the partial-display logic - TD
+* add/use new functions HTAA_UidToName(), HTAA_NameToUid(), HTAA_GidToName()
+  and HTAA_NameToGid() to hide details of code which uses pwd.h and grp.h,
+  as well as to cache the returned user/group names, improving performance
+  in the dired screen - TD
+* modify HTCheckForInterrupt() to check for interrupt no more than one per
+  second, since this check is comparatively slow - TD
+* modify ANSI_VARARGS case for HTSprintf() and HTSprintf0() to always use
+  ANSI prototypes, since __STDC__ may not necessarily be defined on some
+  systems, resulting in an inconsistent definition - PG
+* add install-full rule to makefile.in - LV
+* modify PutDefs macro in LYShowInfo.c to check for nonnull table[N].value,
+  which may be null due to limitations of cfg_defs.sh script on some
+  platforms where an empty string was intended (reported by LV, PG, applies
+  to 2.8.1rel.2) - TD
+* correct typo in 'make distclean' rule; an extra '-' prevented removal of
+  .orig and .rej files (patch by LV).
 1998-11-21 (2.8.2dev.6)
-+ add call on dbug_init to LYMain.c, allowing use of the debugging code built
+* add call on dbug_init to LYMain.c, allowing use of the debugging code built
   into the WATTCP code which is included in the DJGPP port of lynx.  This is
   activated by placing lines in the WATTCP.CFG file for:
     DEBUG.MODE= (choices are HEADERS, DUMP, or ALL)