lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV remove duplication in CHANGES.new / edit docs/README.defines


From: Nelson Henry Eric
Subject: LYNX-DEV remove duplication in CHANGES.new / edit docs/README.defines
Date: Tue, 18 Nov 1997 09:58:35 +0900 (JST)

Appended is a patch to remove a duplication entry in CHANGES.new and
to remove references to README.configure in docs/README.defines (based
on ac-0.95).  A reference to README.defines will be included in the
INSTALLATION.gz I'm editing (creates a reference loop, but I think it's
more efficient than making both files stand-alone).

__Henry

*** CHANGES.new.orig    Tue Nov 18 09:29:26 1997
--- CHANGES.new Tue Nov 18 09:30:30 1997
***************
*** 54,62 ****
    for treating TABLEs as DIVisions to support ALIGNment attributes in TABLE
    markup.  The PRE-in-TABLE-block HTML kludge was not affected by those mods
    but works only with the TagSoup parsing mode. - FM & KW
- * Added an LINKN command key in the line editor, mapped to Ctrl-V, for
-   invoking the F_LINK_NUM prompt when in form text fields.  Ctrl-V is
-   still a dead key under other circumstances in the line editor. - FM
  1997-11-12
  * Made handling of the 'x' in hexadecimal character references (&#xH;)
    case insensitive, as for the "alphabetic digits" (a-f, A-F). - FM
--- 54,59 ----
*** docs/README.defines.orig    Tue Nov 18 09:35:16 1997
--- docs/README.defines Tue Nov 18 09:42:32 1997
***************
*** 1,6 ****
! [ If README.configure goes away, "(see README.configure)" has to change ]
! 
! A place to list preprocessor macros (symbols) which are tested in the
  code (typically with ifdef).
  
  Does not include
--- 1,4 ----
! This file lists preprocessor macros (symbols) which are tested in the
  code (typically with ifdef).
  
  Does not include
***************
*** 54,78 ****
  
  Related to DirEd code - probably one usable for UNIX or similar
  ---------------------------------------------------------------
! # -DDIRED_SUPPORT  (see README.configure)
! # -DOK_GZIP        (see README.configure)
! # -DOK_OVERRIDE    (see README.configure)
! # -DOK_PERMIT      (see README.configure)
! # -DOK_TAR         (see README.configure)
! # -DOK_UUDECODE    (see README.configure)
! # -DOK_ZIP         (see README.configure)
! # -DARCHIVE_ONLY   (see README.configure)
! # -DNO_CHANGE_EXECUTE_PERMS (see README.configure)
  
  Related to formatting of local directory listings
  -------------------------------------------------
! # -DLONG_LIST      (see README.configure)
! # -DNO_PARENT_DIR_REFERENCE (see README.configure)
  
  Related to screen display
  -------------------------
  Using curses or ncurses library:
! # -DNCURSES        (see README.configure)
  # -DFANCY_CURSES   whether curses lib supports more than very basic stuff
                     for UNIX handled by ./configure, for VMS defined in code
  # -DNO_KEYPAD (old) or HAVE_KEYPAD (new)   whether curses lib uses keypad().
--- 52,76 ----
  
  Related to DirEd code - probably one usable for UNIX or similar
  ---------------------------------------------------------------
! # -DDIRED_SUPPORT  (see INSTALLATION, Section II-1c)
! # -DOK_GZIP        (see INSTALLATION, Section II-1c)
! # -DOK_OVERRIDE    (see INSTALLATION, Section II-1c)
! # -DOK_PERMIT      (see INSTALLATION, Section II-1c)
! # -DOK_TAR         (see INSTALLATION, Section II-1c)
! # -DOK_UUDECODE    (see INSTALLATION, Section II-1c)
! # -DOK_ZIP         (see INSTALLATION, Section II-1c)
! # -DARCHIVE_ONLY   (see INSTALLATION, Section II-1c)
! # -DNO_CHANGE_EXECUTE_PERMS (see INSTALLATION, Section II-1c)
  
  Related to formatting of local directory listings
  -------------------------------------------------
! # -DLONG_LIST      (see INSTALLATION, Section II-1c)
! # -DNO_PARENT_DIR_REFERENCE (see INSTALLATION, Section II-1c)
  
  Related to screen display
  -------------------------
  Using curses or ncurses library:
! # -DNCURSES        (see INSTALLATION, Section II-1c)
  # -DFANCY_CURSES   whether curses lib supports more than very basic stuff
                     for UNIX handled by ./configure, for VMS defined in code
  # -DNO_KEYPAD (old) or HAVE_KEYPAD (new)   whether curses lib uses keypad().
***************
*** 87,93 ****
  # -DNO_SIZECHANGEHACK  disable hack for size increase handling.
  
  Using slang library:
! # -DUSE_SLANG      (see README.configure)
  # -DSLANG_MBCS_HACK prevent cutoff lines when using UTF8 console (slang only)
  Both:
  # -DREVERSE_CLEAR_SCREEN_PROBLEM
--- 85,91 ----
  # -DNO_SIZECHANGEHACK  disable hack for size increase handling.
  
  Using slang library:
! # -DUSE_SLANG      (see INSTALLATION, Section II-1c)
  # -DSLANG_MBCS_HACK prevent cutoff lines when using UTF8 console (slang only)
  Both:
  # -DREVERSE_CLEAR_SCREEN_PROBLEM
***************
*** 96,112 ****
  
  Related to *experimental* (unsupported) character style code
  ------------------------------------------------------------
! # -DUSE_COLOR_STYLE (see README.configure) probably needs -DNCURSES
! # -DUSE_HASH       (see README.configure)  probably needs the above
! # -DLINKEDSTYLES   (see README.configure)  probably needs the above
  
  Other
  -----
  # -DDONT_TRACK_INTERNAL_LINKS - Handle following links to same doc 
differently.
! # -DEXP_CHARTRANS  (see README.configure - currently needed, WILL GO AWAY)
  # -DEXP_CHARTRANS_AUTOSWITCH also let lynx switch term mode(Linux console 
only)
  # -DIGNORE_CTRL_C  Define if Control-C shouldn't exit lynx.
! # -DLY_FIND_LEAKS  (see README.configure)
  # -DNO_CPU_LIMIT   Disables Max CPU timeout (includes CLOCKS_PER_SECOND)
  # -DNSL_FORK       For fork-based name server lookups that can be 'z'apped.
  # -DSYSLOG_REQUESTED_URLS
--- 94,110 ----
  
  Related to *experimental* (unsupported) character style code
  ------------------------------------------------------------
! # -DUSE_COLOR_STYLE (see INSTALLATION, Section II-1c) probably needs -DNCURSES
! # -DUSE_HASH       (see INSTALLATION, Section II-1c)  probably needs the above
! # -DLINKEDSTYLES   (see INSTALLATION, Section II-1c)  probably needs the above
  
  Other
  -----
  # -DDONT_TRACK_INTERNAL_LINKS - Handle following links to same doc 
differently.
! # -DEXP_CHARTRANS  (see INSTALLATION, Section II-1c - currently needed, WILL 
GO AWAY)
  # -DEXP_CHARTRANS_AUTOSWITCH also let lynx switch term mode(Linux console 
only)
  # -DIGNORE_CTRL_C  Define if Control-C shouldn't exit lynx.
! # -DLY_FIND_LEAKS  (see INSTALLATION, Section II-1c)
  # -DNO_CPU_LIMIT   Disables Max CPU timeout (includes CLOCKS_PER_SECOND)
  # -DNSL_FORK       For fork-based name server lookups that can be 'z'apped.
  # -DSYSLOG_REQUESTED_URLS
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]