diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:18:32 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:55:39 +0000 |
commit | b1cca323205ce242cd799213d75c0407ff0ab421 (patch) | |
tree | 028354a37830dc35981c4d118e2a7967bf144d82 /docs | |
parent | f62d910382cf3ab8e0402166e4aba70ab426cdf0 (diff) | |
download | lynx-snapshots-b1cca323205ce242cd799213d75c0407ff0ab421.tar.gz |
snapshot of project "lynx", label v2-9-0dev_11a
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGES2.3 | 10 | ||||
-rw-r--r-- | docs/CHANGES2.4 | 2 | ||||
-rw-r--r-- | docs/CHANGES2.5 | 6 | ||||
-rw-r--r-- | docs/CHANGES2.6 | 2 | ||||
-rw-r--r-- | docs/CHANGES2.7 | 4 | ||||
-rw-r--r-- | docs/CHANGES2.8 | 2 |
6 files changed, 13 insertions, 13 deletions
diff --git a/docs/CHANGES2.3 b/docs/CHANGES2.3 index cf9e2ee5..574ea294 100644 --- a/docs/CHANGES2.3 +++ b/docs/CHANGES2.3 @@ -143,10 +143,10 @@ will not be hidden in the right hand corner but will instead be positioned at the start of the currently selected link. show cursor is the default for systems without FANCY_CURSES - capibilities, and the default configuration can be changed in + capabilities, and the default configuration can be changed in userdefs.h 1-9-93 -* Added NNTP posting capibilities. Currently uses external inews +* Added NNTP posting capabilities. Currently uses external inews program which will be included in the utils directory. Would someone like to patch in some freeware inews code, or send me some? @@ -155,7 +155,7 @@ accidentally :( (Danny Mayer) 1-6-94 * bold and emphasis now use curses underlining to represent - ephasized text. The use of _underline_ chars before and after + emphasized text. The use of _underline_ chars before and after the text is now removed. 1-5-94 * Added configurable download menu so that binary files may @@ -255,7 +255,7 @@ searches, which a lot of people wanted. * removed old hytelnet compatibility code which looked in multiple directories to find the correct file. If you still - need this capibility talk to me. + need this capability talk to me. 10-12-93 * The users specified editor is now spawned for mail messages. @@ -443,7 +443,7 @@ Fixed a bug: Multiply defined procedure async_abort in the files get_file and get_bin_file 3-16-93 -Optomized Gopher TCP routines, increased speed by a factor of 10! +Optimized Gopher TCP routines, increased speed by a factor of 10! 3-9-93 Added WWW support by integrating the WWWlib1.4 diff --git a/docs/CHANGES2.4 b/docs/CHANGES2.4 index 3585127f..9d3e4f45 100644 --- a/docs/CHANGES2.4 +++ b/docs/CHANGES2.4 @@ -769,7 +769,7 @@ Mods based on patches from George Lindholm (lindholm@ucs.ubc.ca) - FM: * Move the "quit" text to userdefs.h from LYMainLoop.c for easier customization. * Typo fix for buttons submit value in GridText.c -* Renable SIGINT signal for SVR4 machines if control-c is to be ignored +* Reenable SIGINT signal for SVR4 machines if control-c is to be ignored when editing. * Solaris fixes for LYCurses.h. * Recognize pico as a special editor. diff --git a/docs/CHANGES2.5 b/docs/CHANGES2.5 index 6abb99f4..4982534b 100644 --- a/docs/CHANGES2.5 +++ b/docs/CHANGES2.5 @@ -570,7 +570,7 @@ this behavior is retained if INPUT TYPE="hidden" fields are present. - FM * Tweaks of bookmark deletion sanity checks. - DT 01-01-96 (Happy New Year!!!!) -* Added circular recall buffer for ISINDEX queries. Up-Arrow will cylce +* Added circular recall buffer for ISINDEX queries. Up-Arrow will cycle you from the most current query in the list to previous ones, and roll from the oldest to the most current. Down-Arrow will cycle from the oldest query to subsequent ones, and roll from the most current to the @@ -1091,7 +1091,7 @@ * Tweak of list paragraphing. Added HText_PeviousLineSize() in GridText.c for determining if the previous line had only non-printing characters. - FM 09-09-95 -* Impelemented true paragraphing and the P ALIGN attribute within lists (UL, +* Implemented true paragraphing and the P ALIGN attribute within lists (UL, OL and DL blocks) and within ADDRESS blocks. Paragraphs within lists have one blank line inserted. Within ADDRESS blocks, a newline will be created if needed, but no blank lines are inserted. Use BR, not P, to force extra @@ -1308,7 +1308,7 @@ document if there are no links on the page (but still prompt if the user makes a HEAD request when positioned on an inappropriate form link). - FM 08-05-95 -* Added code in SGML.c for storing Identfiers (e.g., !DOCTYPE) and Comments +* Added code in SGML.c for storing Identifiers (e.g., !DOCTYPE) and Comments (i.e., tags beginning with !--) and for reporting them in trace mode. Serves as a model for actually using them someday (i.e, functions for analyzing them could be called where we presently just invoke a trace diff --git a/docs/CHANGES2.6 b/docs/CHANGES2.6 index 73c158ab..1e7cfce7 100644 --- a/docs/CHANGES2.6 +++ b/docs/CHANGES2.6 @@ -575,7 +575,7 @@ * Mods of CSO/PH gateway to deal with discontinuous field name tokens (e.g., "NYU fax" instead of "NYU_fax"). - FM * More fixes for the putenv_command pointer in LYMain.c. - CC -* Add curly braces to the current hack for mininizing reversals of +* Add curly braces to the current hack for minimizing reversals of trace messages with slang. - KW 05-30-96 * Modified the http:// prepending code to try expanded host names if the diff --git a/docs/CHANGES2.7 b/docs/CHANGES2.7 index c2810fe3..d6bb667a 100644 --- a/docs/CHANGES2.7 +++ b/docs/CHANGES2.7 @@ -434,7 +434,7 @@ 12-17-96 * Restored use of the -l format in the parent links of local Unix directory listings if LONG_LIST is defined, without the v2.6 bug of creating strange, - trailing relative or escaped strings. As far as I can tell from exercizing + trailing relative or escaped strings. As far as I can tell from exercising them, the DIRED_SUPPORT and LONG_LIST handling are now fully debugged (famous last words... 8-). - FM 12-16-96 @@ -776,7 +776,7 @@ * Added unescaping of the full address fields in mailto URLs or ACTIONs, and improved the reliability of the parsing of the subject header from the ?searchpart Netscapism when present. - FM -* Give user option to use 303-like coversion of POST to GET in confirmation +* Give user option to use 303-like conversion of POST to GET in confirmation requests for redirection of POSTs, base on patches from Drazen Kacar (dave@fly.cc.fer.hr). - FM * Tweaks of POST content submissions in HTTP.c, based on patch from diff --git a/docs/CHANGES2.8 b/docs/CHANGES2.8 index 036fb199..030062dd 100644 --- a/docs/CHANGES2.8 +++ b/docs/CHANGES2.8 @@ -580,7 +580,7 @@ from the lynx code. I think the following patch does this. reloading a popped document due to a NOT_FOUND or NULLFILE return value from getfile(). - FM (But if the document that would be loaded after such a failure has POST - data and is not in memory, still jump to the PREV_DOC code, see enttry + data and is not in memory, still jump to the PREV_DOC code, see entry for 1997-11-03. - KW) * Worked in a variant of AJL's suggestion of setting LINES and COLUMNS artificially high before the initscr() call with Unix curses, then |