about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-10-11 00:44:26 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2004-10-11 00:44:26 -0400
commitff34560f27f6cc7ba97cfc11e10973ac34735c4c (patch)
tree937595d7e6eac4873a7a0749e5c126d43d7c1c54
parentceb4156db8546c98875607dd91a799101b02c22f (diff)
downloadlynx-snapshots-ff34560f27f6cc7ba97cfc11e10973ac34735c4c.tar.gz
snapshot of project "lynx", label v2-8-6dev_6
-rw-r--r--CHANGES65
-rw-r--r--WWW/Library/Implementation/HTDOS.c10
-rw-r--r--WWW/Library/Implementation/HTFTP.c14
-rw-r--r--WWW/Library/Implementation/HTFile.c30
-rw-r--r--WWW/Library/Implementation/HTGopher.c2
-rw-r--r--WWW/Library/Implementation/HTMIME.c25
-rw-r--r--WWW/Library/Implementation/HTMLGen.c5
-rw-r--r--WWW/Library/Implementation/HTTP.c7
-rw-r--r--WWW/Library/Implementation/HText.h3
-rw-r--r--aclocal.m440
-rw-r--r--config.hin1
-rwxr-xr-xconfigure3641
-rw-r--r--configure.in5
-rw-r--r--lynx.cfg4
-rw-r--r--lynx.man7
-rw-r--r--lynx_help/lynx_help_main.html2
-rw-r--r--makefile.in5
-rw-r--r--po/ca.po515
-rw-r--r--po/cs.po531
-rw-r--r--po/da.po515
-rw-r--r--po/de.po515
-rw-r--r--po/et.po515
-rw-r--r--po/fr.po787
-rw-r--r--po/hu.po585
-rw-r--r--po/it.po515
-rw-r--r--po/ja.po515
-rw-r--r--po/lynx.pot517
-rw-r--r--po/nl.po515
-rw-r--r--po/pt_BR.po519
-rw-r--r--po/ru.po515
-rw-r--r--po/sl.po516
-rw-r--r--po/sv.po515
-rw-r--r--po/tr.po515
-rw-r--r--po/uk.po518
-rw-r--r--po/zh_CN.po511
-rw-r--r--po/zh_TW.po514
-rw-r--r--src/GridText.c350
-rw-r--r--src/HTAlert.c42
-rw-r--r--src/HTFWriter.c2
-rw-r--r--src/HTFont.h6
-rw-r--r--src/HTML.c12
-rw-r--r--src/LYCgi.c16
-rw-r--r--src/LYCharUtils.c6
-rw-r--r--src/LYCurses.c123
-rw-r--r--src/LYCurses.h27
-rw-r--r--src/LYExtern.c4
-rw-r--r--src/LYForms.c4
-rw-r--r--src/LYGetFile.c632
-rw-r--r--src/LYGlobalDefs.h5
-rw-r--r--src/LYKeymap.c12
-rw-r--r--src/LYList.c25
-rw-r--r--src/LYLocal.c4
-rw-r--r--src/LYMain.c37
-rw-r--r--src/LYMainLoop.c73
-rw-r--r--src/LYOptions.c25
-rw-r--r--src/LYShowInfo.c299
-rw-r--r--src/LYStrings.c97
-rw-r--r--src/LYTraversal.c8
-rw-r--r--src/LYTraversal.h2
-rw-r--r--src/LYUtils.c64
-rw-r--r--src/LYUtils.h8
-rw-r--r--src/TRSTable.c4
-rw-r--r--userdefs.h8
63 files changed, 8615 insertions, 7294 deletions
diff --git a/CHANGES b/CHANGES
index efb9d90b..3f8d7417 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,69 @@
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2004-10-10 (2.8.6dev.6)
+* highlight the target and pause for 20 milliseconds when selecting a link with
+  the mouse -GV
+* improve layout of options-menu and info-page for multibyte character sets by
+  computing the extent of the labels.  This works only for wide-character
+  curses (this addresses part of Debian #240069) -TD
+* improve check in LYstartPopup() for case where a window would be created too
+  far right to be entirely visible.  ncurses changes in 20040417 to allow
+  windows to extend beyond the terminal limits exposed this problem (which may
+  have occurred with other versions of curses).  Older versions of ncurses
+  would return an error in this case (forcing lynx to do the proper layout),
+  obscuring the actual problem.  Noticed that the same problem applies to slang
+  configuration, and applied a comparable fix there too -TD
+* modify HTConfirmCookie() to ensure the translator's note is copied into the
+  lynx.pot file, by adding a gettext("Y/N/A/V") call after the comment -TD
+* remove references in makefile.in to the "intl" subdirectory since that is no
+  longer packaged with lynx -TD
+* modify column limits, allowing text to be written to the last column on the
+  screen.  This allows users to view text which is formatted for 80 columns
+  without the last character of each line wrapping to the next line -TD
+* minor fixes to fr.po (Debian #119751, and aspell) -TD
+* remove newline from format in lookup_reject(), fixes a bug introduced in
+  2.8.5dev.2 which caused traversal reject-lookups to fail -TD
+* minor fixes to fr.po, cs.po and pt_BR.po to eliminate fatal errors as
+  reported by "msgfmt -c -v" -TD
+* minor fix to fr.po (Debian #271048, report/patch by Arnaud Giersch).
+* update URL for "HTML Quick Reference Guide" in lynx_help_main.html (report
+  by Jim Jackson).
+* update hu.po from
+	http://www.iro.umontreal.ca/translation/maint/lynx
+* remove a "defined(gettext)" from the ifdef's in HTConfirmCookie(), since
+  recent GNU gettext, e.g., 0.13.1, introduced an incompatible/undocumented
+  change to make the function a macro which is defined in terms of dgettext()
+  (Debian #204994, report by Mattias Ostergren).
+* modify pumpData() in HTMIME.c to improve recovery when a charset is found
+  that cannot be translated.  Before this change, the charset was not stripped
+  from the format string, e.g.,
+	text/html; charset=big5
+  and since there would be no match for the format, lynx would offer to simply
+  download the page (if interactive), or refuse to format (for dumps).
+  Although the content of the page is unusable, the user can still navigate
+  the page using the links which may be there (Debian #254603) -TD
+* add -nonumbers option, which modifies the output of -dump to suppress the
+  link-numbering (Debian #255571) -TD
+* add -listonly option, which modifies the output of -dump to show only the
+  list of links (Debian #255571) -TD
+* modify treatment of symbolic links for ftp-URLs to show the link target, as
+  with the local directory editor -TD
+* correct sort-order of local directory listing, using the target of a symbolic
+  link to determine whether it is grouped with files or directories (adapted
+  from patch by Kees Cook) -TD
+* modify template for temporary-directory name, adding "lynx" prefix (Debian
+  #267356) -TD
+* fixes for configure script macros used for --enable-nls when --srcdir is
+  used (from bug report for dialog by Mike Castle) -TD
+* improve configure script macro CF_XOPEN_SOURCE, ensuring that _POSIX_C_SOURCE
+  is defined with a value (comment on comp.sys.stratus newsgroup) -TD
+* reduce TRST_MAXROWSPAN and TRST_MAXCOLSPAN to 200, which is more plausible
+  than 10000 by 1000 (discussion on lynx-dev related to report by Edgard
+  Pineda) -TD
+* modify LYShowInfo.c to entify most strings, and provide for alignment of
+  fields in different locales -TD
+
 2004-06-30 (2.8.6dev.5)
 * use LYEnsureAbsoluteURL() on the value passed to handle_LYK_HELP() in case
   it is of the form file:///path rather than file://localhost/path -DK
@@ -879,7 +942,7 @@ FreeBSD 4.1, 4.8, NetBSD 1.5, 1.6 and OpenBSD 2.8 (curses/ncurses).
 * add environment variable LYNX_LOCALEDIR to simplify configuration on OS/2
   EMX (from discussion with Michel Such) -TD
 * add alias for charsets "ISO-8859-8-I" and "ISO-8859-8-E" to "iso-8859-8"
-  (request by Atsuhito Kohda) -TD
+  (Debian #152441, request by Atsuhito Kohda) -TD
 * modify handling of HTML_SUP to always append '^'.  It was checking if the
   preceding character was a valid hexadecimal code (reported by HN and Steve
   White <swhite@zipcon.net>) -TD
diff --git a/WWW/Library/Implementation/HTDOS.c b/WWW/Library/Implementation/HTDOS.c
index 4c98d5cf..c5c2fb83 100644
--- a/WWW/Library/Implementation/HTDOS.c
+++ b/WWW/Library/Implementation/HTDOS.c
@@ -9,6 +9,10 @@
 
 #include <LYLeaks.h>
 
+#ifdef _WINDOWS
+#include <LYGlobalDefs.h>
+#endif
+
 /*
  * Make a copy of the source argument in the result, allowing some extra
  * space so we can append directly onto the result without reallocating.
@@ -100,10 +104,6 @@ char *HTDOS_slashes(char *path)
  */
 char *HTDOS_name(char *wwwname)
 {
-#ifdef _WINDOWS			/* 1998/04/02 (Thu) 08:47:20 */
-    extern char windows_drive[];
-    char temp_buff[LY_MAXPATH];
-#endif
     static char *result = NULL;
     int joe;
 
@@ -129,6 +129,8 @@ char *HTDOS_name(char *wwwname)
 #ifdef _WINDOWS			/* 1998/04/02 (Thu) 08:59:48 */
     if (LYLastPathSep(result) != NULL
 	&& !LYIsDosDrive(result)) {
+	char temp_buff[LY_MAXPATH];
+
 	sprintf(temp_buff, "%.3s\\%.*s", windows_drive,
 		(int) (sizeof(temp_buff) - 5), result);
 	StrAllocCopy(result, temp_buff);
diff --git a/WWW/Library/Implementation/HTFTP.c b/WWW/Library/Implementation/HTFTP.c
index c017aebf..6770079c 100644
--- a/WWW/Library/Implementation/HTFTP.c
+++ b/WWW/Library/Implementation/HTFTP.c
@@ -1386,6 +1386,7 @@ static void set_years_and_date(void)
 
 typedef struct _EntryInfo {
     char *filename;
+    char *linkname;
     char *type;
     char *date;
     unsigned int size;
@@ -1396,6 +1397,7 @@ static void free_entryinfo_struct_contents(EntryInfo *entry_info)
 {
     if (entry_info) {
 	FREE(entry_info->filename);
+	FREE(entry_info->linkname);
 	FREE(entry_info->type);
 	FREE(entry_info->date);
     }
@@ -1646,6 +1648,7 @@ static void parse_dls_line(char *line,
     cps = LYSkipBlanks(&line[23]);
     if (!strncmp(cps, "-> ", 3) && cps[3] != '\0' && cps[3] != ' ') {
 	StrAllocCopy(entry_info->type, gettext("Symbolic Link"));
+	StrAllocCopy(entry_info->linkname, LYSkipBlanks(cps + 3));
 	entry_info->size = 0;	/* don't display size */
     }
 
@@ -2154,6 +2157,7 @@ static EntryInfo *parse_dir_entry(char *entry,
     if (entry_info == NULL)
 	outofmem(__FILE__, "parse_dir_entry");
     entry_info->filename = NULL;
+    entry_info->linkname = NULL;
     entry_info->type = NULL;
     entry_info->date = NULL;
     entry_info->size = 0;
@@ -2273,6 +2277,7 @@ static EntryInfo *parse_dir_entry(char *entry,
 	    if (i > 3) {
 		entry[i - 3] = '\0';
 		len = i - 3;
+		StrAllocCopy(entry_info->linkname, LYSkipBlanks(entry + i));
 	    }
 	}
 	/* link */
@@ -2811,7 +2816,7 @@ static int read_directory(HTParentAnchor *parent,
 	    int name_len, dot_len;
 
 #define	FNAME_WIDTH	30
-#define	FILE_GAP	2
+#define	FILE_GAP	1
 
 #endif
 	    HTBTElement *ele;
@@ -2841,13 +2846,13 @@ static int read_directory(HTParentAnchor *parent,
 #ifdef SH_EX			/* 1997/10/18 (Sat) 16:00 */
 		name_len = strlen(entry_info->filename);
 
-		sprintf(name_buff, "%-30s", entry_info->filename);
+		sprintf(name_buff, "%-*s", FNAME_WIDTH, entry_info->filename);
 
 		if (name_len < FNAME_WIDTH) {
 		    dot_len = FNAME_WIDTH - FILE_GAP - name_len;
 		    if (dot_len > 0) {
 			p = name_buff + name_len + 1;
-			while (dot_len--)
+			while (dot_len-- > 0)
 			    *p++ = '.';
 		    }
 		} else {
@@ -2877,6 +2882,9 @@ static int read_directory(HTParentAnchor *parent,
 				entry_info->size / 1024);
 #endif
 		    PUTS(string_buffer);
+		} else if (entry_info->linkname != 0) {
+		    PUTS(" -> ");
+		    PUTS(entry_info->linkname);
 		}
 
 		PUTC('\n');	/* end of this entry */
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c
index e5f6d77d..bf10952f 100644
--- a/WWW/Library/Implementation/HTFile.c
+++ b/WWW/Library/Implementation/HTFile.c
@@ -1696,6 +1696,11 @@ static int print_local_dir(DIR *dp, char *localname,
     BOOL need_parent_link = FALSE;
     int status;
     int i;
+    struct stat *actual_info;
+
+#ifdef S_IFLNK
+    struct stat link_info;
+#endif
 
     CTRACE((tfp, "print_local_dir() started\n"));
 
@@ -1796,22 +1801,37 @@ static int print_local_dir(DIR *dp, char *localname,
 	    StrAllocCat(tmpfilename, dirbuf->d_name);
 	    data = (DIRED *) malloc(sizeof(DIRED) + strlen(dirbuf->d_name) + 4);
 	    if (data == NULL) {
-		/* FIXME */
+		status = HT_PARTIAL_CONTENT;
+		break;
 	    }
 	    LYTrimPathSep(tmpfilename);
-	    if (lstat(tmpfilename, &(data->file_info)) < 0)
-		data->file_info.st_mode = 0;
+
+	    actual_info = &(data->file_info);
+#ifdef S_IFLNK
+	    if (lstat(tmpfilename, actual_info) < 0) {
+		actual_info->st_mode = 0;
+	    } else {
+		if (S_ISLNK(actual_info->st_mode)) {
+		    actual_info = &link_info;
+		    if (stat(tmpfilename, actual_info) < 0)
+			actual_info->st_mode = 0;
+		}
+	    }
+#else
+	    if (stat(tmpfilename, actual_info) < 0)
+		actual_info->st_mode = 0;
+#endif
 
 	    strcpy(data->file_name, dirbuf->d_name);
 #ifndef DIRED_SUPPORT
-	    if (S_ISDIR(data->file_info.st_mode)) {
+	    if (S_ISDIR(actual_info->st_mode)) {
 		data->sort_tags = 'D';
 	    } else {
 		data->sort_tags = 'F';
 		/* D & F to have first directories, then files */
 	    }
 #else
-	    if (S_ISDIR(data->file_info.st_mode)) {
+	    if (S_ISDIR(actual_info->st_mode)) {
 		if (dir_list_style == MIXED_STYLE) {
 		    data->sort_tags = ' ';
 		    LYAddPathSep0(data->file_name);
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c
index 9489e7c2..b98025b2 100644
--- a/WWW/Library/Implementation/HTGopher.c
+++ b/WWW/Library/Implementation/HTGopher.c
@@ -77,8 +77,6 @@
 #define END(e) (*targetClass.end_element)(target, e, 0)
 #define FREE_TARGET (*targetClass._free)(target)
 
-#define GOPHER_PROGRESS(foo) HTAlert(foo)
-
 #define NEXT_CHAR HTGetCharacter()
 
 /*
diff --git a/WWW/Library/Implementation/HTMIME.c b/WWW/Library/Implementation/HTMIME.c
index 3ebd5c3b..efa54e4e 100644
--- a/WWW/Library/Implementation/HTMIME.c
+++ b/WWW/Library/Implementation/HTMIME.c
@@ -155,11 +155,11 @@ void HTMIME_TrimDoubleQuotes(char *value)
     int i;
     char *cp = value;
 
-    if (!(cp && *cp) || *cp != '\"')
+    if (!(cp && *cp) || *cp != '"')
 	return;
 
     i = strlen(cp);
-    if (cp[(i - 1)] != '\"')
+    if (cp[(i - 1)] != '"')
 	return;
     else
 	cp[(i - 1)] = '\0';
@@ -219,10 +219,10 @@ static int pumpData(HTStream *me)
 		int chndl;
 
 		cp2 += 7;
-		while (*cp2 == ' ' || *cp2 == '=' || *cp2 == '\"')
+		while (*cp2 == ' ' || *cp2 == '=' || *cp2 == '"')
 		    cp2++;
 		StrAllocCopy(cp3, cp2);		/* copy to mutilate more */
-		for (cp4 = cp3; (*cp4 != '\0' && *cp4 != '\"' &&
+		for (cp4 = cp3; (*cp4 != '\0' && *cp4 != '"' &&
 				 *cp4 != ';' && *cp4 != ':' &&
 				 !WHITE(*cp4)); cp4++) ;	/* do nothing */
 		*cp4 = '\0';
@@ -255,6 +255,17 @@ static int pumpData(HTStream *me)
 						UCT_STAGE_MIME,
 						UCT_SETBY_DEFAULT);
 		    }
+		} else {
+		    /*
+		     * Something like 'big5' - we cannot translate it, but
+		     * the user may still be able to navigate the links.
+		     */
+		    *cp1 = '\0';
+		    me->format = HTAtom_for(cp);
+		    StrAllocCopy(me->anchor->charset, cp4);
+		    HTAnchor_setUCInfoStage(me->anchor, chndl,
+					    UCT_STAGE_MIME,
+					    UCT_SETBY_MIME);
 		}
 		if (chartrans_ok) {
 		    LYUCcharset *p_in =
@@ -623,9 +634,9 @@ static int dispatchField(HTStream *me)
 	if (*cp == '\0')
 	    break;
 	StrAllocCopy(me->anchor->SugFname, cp);
-	if (*me->anchor->SugFname == '\"') {
+	if (*me->anchor->SugFname == '"') {
 	    if ((cp = strchr((me->anchor->SugFname + 1),
-			     '\"')) != NULL) {
+			     '"')) != NULL) {
 		*(cp + 1) = '\0';
 		HTMIME_TrimDoubleQuotes(me->anchor->SugFname);
 	    } else {
@@ -749,7 +760,7 @@ static int dispatchField(HTStream *me)
 	 * double-quotes.  - FM
 	 */
 	for (i = 0, j = 0; me->value[i]; i++) {
-	    if (me->value[i] != ' ' && me->value[i] != '\"') {
+	    if (me->value[i] != ' ' && me->value[i] != '"') {
 		me->value[j++] = (char) TOLOWER(me->value[i]);
 	    }
 	}
diff --git a/WWW/Library/Implementation/HTMLGen.c b/WWW/Library/Implementation/HTMLGen.c
index c0821dee..361c47fc 100644
--- a/WWW/Library/Implementation/HTMLGen.c
+++ b/WWW/Library/Implementation/HTMLGen.c
@@ -34,6 +34,7 @@
 #endif
 
 #include <LYGlobalDefs.h>
+#include <LYCurses.h>
 #include <LYLeaks.h>
 
 #define PUTC(c) (*me->targetClass.put_character)(me->target, c)
@@ -623,8 +624,6 @@ static const HTStructuredClass HTMLGeneration =		/* As opposed to print etc */
 /*	Subclass-specific Methods
  *	-------------------------
  */
-extern int LYcols;		/* LYCurses.h, set in LYMain.c  */
-
 HTStructured *HTMLGenerator(HTStream *output)
 {
     HTStructured *me = (HTStructured *) malloc(sizeof(*me));
@@ -655,7 +654,7 @@ HTStructured *HTMLGenerator(HTStream *output)
     } else if (dump_output_immediately) {
 	me->buffer_maxchars = 80;	/* try to honor -width - kw */
     } else {
-	me->buffer_maxchars = LYcols - 2;
+	me->buffer_maxchars = (LYcolLimit - 1);
 	if (me->buffer_maxchars < 38)	/* too narrow, let GridText deal */
 	    me->buffer_maxchars = 40;
     }
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c
index 7aa30de8..ab12eb2b 100644
--- a/WWW/Library/Implementation/HTTP.c
+++ b/WWW/Library/Implementation/HTTP.c
@@ -46,9 +46,6 @@ struct _HTStream {
     HTStreamClass *isa;
 };
 
-extern char *HTAppName;		/* Application name: please supply */
-extern char *HTAppVersion;	/* Application version: please supply */
-
 BOOL reloading = FALSE;		/* Reloading => send no-cache pragma to proxy */
 char *redirecting_url = NULL;	/* Location: value. */
 BOOL permanent_redirection = FALSE;	/* Got 301 status? */
@@ -345,7 +342,7 @@ static void strip_userid(char *host)
 	if ((fake = HTParse(host, "", PARSE_HOST)) != NULL) {
 	    char *msg = NULL;
 
-	    CTRACE((tfp, "FIXME:%s\n", fake));
+	    CTRACE((tfp, "parsed:%s\n", fake));
 	    HTSprintf0(&msg, gettext("Address contains a username: %s"), host);
 	    HTAlert(msg);
 	    FREE(msg);
@@ -1898,7 +1895,7 @@ static int HTLoadHTTP(const char *arg,
 			   format_out,
 			   sink, anAnchor);
 
-    if (!target || target == NULL) {
+    if (target == NULL) {
 	char *buffer = NULL;
 
 	HTTP_NETCLOSE(s, handle);
diff --git a/WWW/Library/Implementation/HText.h b/WWW/Library/Implementation/HText.h
index 8a87cc1c..08e91a10 100644
--- a/WWW/Library/Implementation/HText.h
+++ b/WWW/Library/Implementation/HText.h
@@ -29,6 +29,9 @@ typedef CHyperText HText;
 extern HText *HTMainText;	/* Pointer to current main text */
 extern HTParentAnchor *HTMainAnchor;	/* Pointer to current text's anchor */
 
+extern char *HTAppName;		/* Application name */
+extern char *HTAppVersion;	/* Application version */
+
 /*
 
 Creation and deletion
diff --git a/aclocal.m4 b/aclocal.m4
index 335d5dc7..8a64e1b9 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -931,7 +931,7 @@ AC_SUBST(BUILD_EXEEXT)
 AC_SUBST(BUILD_OBJEXT)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_BUNDLED_INTL version: 10 updated: 2003/09/14 18:49:13
+dnl CF_BUNDLED_INTL version: 11 updated: 2004/09/12 19:45:55
 dnl ---------------
 dnl Top-level macro for configuring an application with a bundled copy of
 dnl the intl and po directories for gettext.
@@ -996,7 +996,7 @@ if test "$USE_INCLUDED_LIBINTL" = yes ; then
 			$srcdir/intl/makefile.in
 		do
 			if test -f "$cf_makefile" ; then
-				SUB_MAKEFILE="$SUB_MAKEFILE `echo ${cf_makefile}|sed -e 's/\.in$//'`:${cf_makefile}"
+				SUB_MAKEFILE="$SUB_MAKEFILE `echo ${cf_makefile}|sed -e ',^'$srcdir',,' -e 's/\.in$//'`:${cf_makefile}"
 				break
 			fi
 		done
@@ -2177,7 +2177,7 @@ if test "$GCC" = yes ; then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_GCC_WARNINGS version: 15 updated: 2003/07/05 18:42:30
+dnl CF_GCC_WARNINGS version: 16 updated: 2004/07/23 14:40:34
 dnl ---------------
 dnl Check if the compiler supports useful warning options.  There's a few that
 dnl we don't use, simply because they're too noisy:
@@ -2189,6 +2189,13 @@ dnl	-Wwrite-strings (too noisy, but should review occasionally).  This
 dnl		is enabled for ncurses using "--enable-const".
 dnl	-pedantic
 dnl
+dnl Parameter:
+dnl	$1 is an optional list of gcc warning flags that a particular
+dnl		application might want to use, e.g., "no-unused" for
+dnl		-Wno-unused
+dnl Special:
+dnl	If $with_ext_const is "yes", add a check for -Wwrite-strings
+dnl
 AC_DEFUN([CF_GCC_WARNINGS],
 [
 AC_REQUIRE([CF_GCC_VERSION])
@@ -2214,7 +2221,7 @@ EOF
 		Wpointer-arith \
 		Wshadow \
 		Wstrict-prototypes \
-		Wundef $cf_warn_CONST
+		Wundef $cf_warn_CONST $1
 	do
 		CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
 		if AC_TRY_EVAL(ac_compile); then
@@ -2883,7 +2890,7 @@ elif test "$cf_cv_ngroups" = NGROUPS_MAX ; then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_OUR_MESSAGES version: 6 updated: 2004/01/03 10:56:43
+dnl CF_OUR_MESSAGES version: 7 updated: 2004/09/12 19:45:55
 dnl ---------------
 dnl Check if we use the messages included with this program
 dnl
@@ -2912,7 +2919,7 @@ fi
 MSG_DIR_MAKE="#"
 if test "$use_our_messages" = yes
 then
-	SUB_MAKEFILE="$SUB_MAKEFILE $srcdir/po/$cf_makefile.in:$srcdir/po/$cf_makefile.inn"
+	SUB_MAKEFILE="$SUB_MAKEFILE po/$cf_makefile.in:$srcdir/po/$cf_makefile.inn"
 	MSG_DIR_MAKE=
 fi
 
@@ -4407,14 +4414,23 @@ AC_TRY_LINK([
 test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_XOPEN_SOURCE version: 12 updated: 2004/06/26 18:29:41
+dnl CF_XOPEN_SOURCE version: 13 updated: 2004/08/22 12:16:05
 dnl ---------------
 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
 dnl or adapt to the vendor's definitions to get equivalent functionality.
 AC_DEFUN([CF_XOPEN_SOURCE],[
+
+cf_XOPEN_SOURCE=ifelse($1,,500,$1)
+cf_POSIX_C_SOURCE=ifelse($2,,199506,$2)
+
 case $host_os in #(vi
 freebsd*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600"
+	# 5.x headers associate
+	#	_XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112
+	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506
+	cf_POSIX_C_SOURCE=200112
+	cf_XOPEN_SOURCE=600
+	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 	;;
 hpux*) #(vi
 	CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
@@ -4451,7 +4467,7 @@ make an error
 #endif],
 	[cf_cv_xopen_source=no],
 	[cf_save="$CPPFLAGS"
-	 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
+	 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 	 AC_TRY_COMPILE([#include <sys/types.h>],[
 #ifdef _XOPEN_SOURCE
 make an error
@@ -4461,7 +4477,7 @@ make an error
 	CPPFLAGS="$cf_save"
 	])
 ])
-test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
+test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 
 	# FreeBSD 5.x headers demand this...
 	AC_CACHE_CHECK(if we should define _POSIX_C_SOURCE,cf_cv_xopen_source,[
@@ -4471,7 +4487,7 @@ make an error
 #endif],
 	[cf_cv_xopen_source=no],
 	[cf_save="$CPPFLAGS"
-	 CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE"
+	 CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
 	 AC_TRY_COMPILE([#include <sys/types.h>],[
 #ifdef _POSIX_C_SOURCE
 make an error
@@ -4481,7 +4497,7 @@ make an error
 	CPPFLAGS="$cf_save"
 	])
 ])
-test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE"
+test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
 	;;
 esac
 ])
diff --git a/config.hin b/config.hin
index f90a8233..1e274453 100644
--- a/config.hin
+++ b/config.hin
@@ -146,6 +146,7 @@
 #undef HAVE_UNISTD_H		/* have <unistd.h> */
 #undef HAVE_UNSETENV
 #undef HAVE_USE_DEFAULT_COLORS	/* ncurses extension */
+#undef HAVE_USLEEP
 #undef HAVE_UTMP		/* CF_UTMP */
 #undef HAVE_UTMP_UT_HOST	/* CF_UTMP_UT_HOST */
 #undef HAVE_UTMP_UT_SESSION	/* CF_UTMP_UT_SESSION */
diff --git a/configure b/configure
index b0f85aa7..858a6577 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in 2.8.6dev.4.
+# From configure.in 2.8.6dev.5.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by Autoconf 2.52.20030208.
 #
@@ -1184,7 +1184,7 @@ fi
 
 PACKAGE=lynx
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.6dev.5
+VERSION=2.8.6dev.6
 
 test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
 
@@ -5883,7 +5883,7 @@ fi
 MSG_DIR_MAKE="#"
 if test "$use_our_messages" = yes
 then
-	SUB_MAKEFILE="$SUB_MAKEFILE $srcdir/po/$cf_makefile.in:$srcdir/po/$cf_makefile.inn"
+	SUB_MAKEFILE="$SUB_MAKEFILE po/$cf_makefile.in:$srcdir/po/$cf_makefile.inn"
 	MSG_DIR_MAKE=
 fi
 
@@ -5905,7 +5905,7 @@ EOF
 			$srcdir/intl/makefile.in
 		do
 			if test -f "$cf_makefile" ; then
-				SUB_MAKEFILE="$SUB_MAKEFILE `echo ${cf_makefile}|sed -e 's/\.in$//'`:${cf_makefile}"
+				SUB_MAKEFILE="$SUB_MAKEFILE `echo ${cf_makefile}|sed -e ',^'$srcdir',,' -e 's/\.in$//'`:${cf_makefile}"
 				break
 			fi
 		done
@@ -6113,9 +6113,17 @@ if test $with_full_paths = no ; then
 fi
 fi
 
+cf_XOPEN_SOURCE=500
+cf_POSIX_C_SOURCE=199506
+
 case $host_os in #(vi
 freebsd*) #(vi
-	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600"
+	# 5.x headers associate
+	#	_XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112
+	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506
+	cf_POSIX_C_SOURCE=200112
+	cf_XOPEN_SOURCE=600
+	CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 	;;
 hpux*) #(vi
 	CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
@@ -6125,14 +6133,14 @@ irix6.*) #(vi
 	;;
 linux*|gnu*) #(vi
 
-echo "$as_me:6128: checking if we must define _GNU_SOURCE" >&5
+echo "$as_me:6136: checking if we must define _GNU_SOURCE" >&5
 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
 if test "${cf_cv_gnu_source+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6135 "configure"
+#line 6143 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6147,16 +6155,16 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6150: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6158: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6153: \$? = $ac_status" >&5
+  echo "$as_me:6161: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6156: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6164: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6159: \$? = $ac_status" >&5
+  echo "$as_me:6167: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_gnu_source=no
 else
@@ -6165,7 +6173,7 @@ cat conftest.$ac_ext >&5
 cf_save="$CPPFLAGS"
 	 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 	 cat >conftest.$ac_ext <<_ACEOF
-#line 6168 "configure"
+#line 6176 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6180,16 +6188,16 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6183: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6191: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6186: \$? = $ac_status" >&5
+  echo "$as_me:6194: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6189: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6197: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6192: \$? = $ac_status" >&5
+  echo "$as_me:6200: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_gnu_source=no
 else
@@ -6204,7 +6212,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:6207: result: $cf_cv_gnu_source" >&5
+echo "$as_me:6215: result: $cf_cv_gnu_source" >&5
 echo "${ECHO_T}$cf_cv_gnu_source" >&6
 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
 
@@ -6228,14 +6236,14 @@ solaris*) #(vi
 	CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
 	;;
 *)
-	echo "$as_me:6231: checking if we should define _XOPEN_SOURCE" >&5
+	echo "$as_me:6239: checking if we should define _XOPEN_SOURCE" >&5
 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
 if test "${cf_cv_xopen_source+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 6238 "configure"
+#line 6246 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6250,25 +6258,25 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6253: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6261: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6256: \$? = $ac_status" >&5
+  echo "$as_me:6264: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6259: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6267: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6262: \$? = $ac_status" >&5
+  echo "$as_me:6270: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_xopen_source=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cf_save="$CPPFLAGS"
-	 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
+	 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 	 cat >conftest.$ac_ext <<_ACEOF
-#line 6271 "configure"
+#line 6279 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6283,16 +6291,16 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6286: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6294: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6289: \$? = $ac_status" >&5
+  echo "$as_me:6297: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6292: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6300: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6295: \$? = $ac_status" >&5
+  echo "$as_me:6303: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_xopen_source=no
 else
@@ -6307,19 +6315,19 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:6310: result: $cf_cv_xopen_source" >&5
+echo "$as_me:6318: result: $cf_cv_xopen_source" >&5
 echo "${ECHO_T}$cf_cv_xopen_source" >&6
-test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
+test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
 
 	# FreeBSD 5.x headers demand this...
-	echo "$as_me:6315: checking if we should define _POSIX_C_SOURCE" >&5
+	echo "$as_me:6323: checking if we should define _POSIX_C_SOURCE" >&5
 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
 if test "${cf_cv_xopen_source+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 6322 "configure"
+#line 6330 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6334,25 +6342,25 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6337: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6345: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6340: \$? = $ac_status" >&5
+  echo "$as_me:6348: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6343: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6351: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6346: \$? = $ac_status" >&5
+  echo "$as_me:6354: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_xopen_source=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cf_save="$CPPFLAGS"
-	 CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE"
+	 CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
 	 cat >conftest.$ac_ext <<_ACEOF
-#line 6355 "configure"
+#line 6363 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 int
@@ -6367,16 +6375,16 @@ make an error
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6370: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6378: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6373: \$? = $ac_status" >&5
+  echo "$as_me:6381: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6376: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6384: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6379: \$? = $ac_status" >&5
+  echo "$as_me:6387: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_xopen_source=no
 else
@@ -6391,9 +6399,9 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:6394: result: $cf_cv_xopen_source" >&5
+echo "$as_me:6402: result: $cf_cv_xopen_source" >&5
 echo "${ECHO_T}$cf_cv_xopen_source" >&6
-test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE"
+test "$cf_cv_xopen_source" = yes && CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
 	;;
 esac
 
@@ -6477,7 +6485,7 @@ fi
 
 if test "$cf_check_cflags" != "$CFLAGS" ; then
 cat >conftest.$ac_ext <<_ACEOF
-#line 6480 "configure"
+#line 6488 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -6489,16 +6497,16 @@ printf("Hello world");
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6492: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6500: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6495: \$? = $ac_status" >&5
+  echo "$as_me:6503: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6498: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6506: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6501: \$? = $ac_status" >&5
+  echo "$as_me:6509: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -6519,7 +6527,7 @@ fi
 
 ### Look for network libraries first, since some functions (such as gethostname)
 ### are used in a lot of places.
-echo "$as_me:6522: checking if you want ssl library" >&5
+echo "$as_me:6530: checking if you want ssl library" >&5
 echo $ECHO_N "checking if you want ssl library... $ECHO_C" >&6
 if test "${cf_cv_use_libssl+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6534,11 +6542,11 @@ else
 fi;
 
 fi
-echo "$as_me:6537: result: $cf_cv_use_libssl" >&5
+echo "$as_me:6545: result: $cf_cv_use_libssl" >&5
 echo "${ECHO_T}$cf_cv_use_libssl" >&6
 
 if test "x$cf_cv_use_libssl" = "xno" ; then
-echo "$as_me:6541: checking if you want experimental gnutls support" >&5
+echo "$as_me:6549: checking if you want experimental gnutls support" >&5
 echo $ECHO_N "checking if you want experimental gnutls support... $ECHO_C" >&6
 if test "${cf_cv_use_libgnutls+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6553,11 +6561,11 @@ else
 fi;
 
 fi
-echo "$as_me:6556: result: $cf_cv_use_libgnutls" >&5
+echo "$as_me:6564: result: $cf_cv_use_libgnutls" >&5
 echo "${ECHO_T}$cf_cv_use_libgnutls" >&6
 fi
 
-echo "$as_me:6560: checking if you want socks library" >&5
+echo "$as_me:6568: checking if you want socks library" >&5
 echo $ECHO_N "checking if you want socks library... $ECHO_C" >&6
 if test "${cf_cv_use_libsocks+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6572,10 +6580,10 @@ else
 fi;
 
 fi
-echo "$as_me:6575: result: $cf_cv_use_libsocks" >&5
+echo "$as_me:6583: result: $cf_cv_use_libsocks" >&5
 echo "${ECHO_T}$cf_cv_use_libsocks" >&6
 
-echo "$as_me:6578: checking if you want socks5 library" >&5
+echo "$as_me:6586: checking if you want socks5 library" >&5
 echo $ECHO_N "checking if you want socks5 library... $ECHO_C" >&6
 if test "${cf_cv_use_libsocks5+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6590,7 +6598,7 @@ else
 fi;
 
 fi
-echo "$as_me:6593: result: $cf_cv_use_libsocks5" >&5
+echo "$as_me:6601: result: $cf_cv_use_libsocks5" >&5
 echo "${ECHO_T}$cf_cv_use_libsocks5" >&6
 
 if test "x$cf_cv_use_libsocks" != xno ; then
@@ -6608,7 +6616,7 @@ no|yes) #(vi
       test -d $cf_cv_use_libsocks/../include && CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libsocks/../include"
     fi
   else
-    { echo "$as_me:6611: WARNING: expected a directory: $cf_cv_use_libsocks" >&5
+    { echo "$as_me:6619: WARNING: expected a directory: $cf_cv_use_libsocks" >&5
 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libsocks" >&2;}
   fi
   ;;
@@ -6651,7 +6659,7 @@ cat >>confdefs.h <<\EOF
 EOF
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 6654 "configure"
+#line 6662 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -6665,22 +6673,22 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6668: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6676: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6671: \$? = $ac_status" >&5
+  echo "$as_me:6679: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6674: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6682: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6677: \$? = $ac_status" >&5
+  echo "$as_me:6685: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-{ { echo "$as_me:6683: error: Cannot link with socks library" >&5
+{ { echo "$as_me:6691: error: Cannot link with socks library" >&5
 echo "$as_me: error: Cannot link with socks library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -6701,7 +6709,7 @@ no|yes) #(vi
       test -d $cf_cv_use_libsocks5/../include && CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libsocks5/../include"
     fi
   else
-    { echo "$as_me:6704: WARNING: expected a directory: $cf_cv_use_libsocks5" >&5
+    { echo "$as_me:6712: WARNING: expected a directory: $cf_cv_use_libsocks5" >&5
 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libsocks5" >&2;}
   fi
   ;;
@@ -6715,11 +6723,11 @@ cat >>confdefs.h <<\EOF
 #define SOCKS 1
 EOF
 
-echo "$as_me:6718: checking if the socks library uses socks4 prefix" >&5
+echo "$as_me:6726: checking if the socks library uses socks4 prefix" >&5
 echo $ECHO_N "checking if the socks library uses socks4 prefix... $ECHO_C" >&6
 cf_use_socks4=error
 cat >conftest.$ac_ext <<_ACEOF
-#line 6722 "configure"
+#line 6730 "configure"
 #include "confdefs.h"
 
 #include <socks.h>
@@ -6733,16 +6741,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6736: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6744: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6739: \$? = $ac_status" >&5
+  echo "$as_me:6747: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6742: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6750: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6745: \$? = $ac_status" >&5
+  echo "$as_me:6753: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cat >>confdefs.h <<\EOF
 #define USE_SOCKS4_PREFIX 1
@@ -6753,7 +6761,7 @@ else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 6756 "configure"
+#line 6764 "configure"
 #include "confdefs.h"
 #include <socks.h>
 int
@@ -6765,29 +6773,29 @@ SOCKSinit((char *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6768: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6776: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6771: \$? = $ac_status" >&5
+  echo "$as_me:6779: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6774: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6782: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6777: \$? = $ac_status" >&5
+  echo "$as_me:6785: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_use_socks4=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-{ { echo "$as_me:6783: error: Cannot link with socks5 library" >&5
+{ { echo "$as_me:6791: error: Cannot link with socks5 library" >&5
 echo "$as_me: error: Cannot link with socks5 library" >&2;}
    { (exit 1); exit 1; }; }
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:6790: result: $cf_use_socks4" >&5
+echo "$as_me:6798: result: $cf_use_socks4" >&5
 echo "${ECHO_T}$cf_use_socks4" >&6
 if test "$cf_use_socks4" = "yes" ; then
 	cat >>confdefs.h <<\EOF
@@ -6840,10 +6848,10 @@ EOF
 EOF
 
 fi
-echo "$as_me:6843: checking if socks5p.h is available" >&5
+echo "$as_me:6851: checking if socks5p.h is available" >&5
 echo $ECHO_N "checking if socks5p.h is available... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 6846 "configure"
+#line 6854 "configure"
 #include "confdefs.h"
 
 #define INCLUDE_PROTOTYPES
@@ -6858,16 +6866,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6861: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6869: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:6864: \$? = $ac_status" >&5
+  echo "$as_me:6872: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:6867: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6875: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6870: \$? = $ac_status" >&5
+  echo "$as_me:6878: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_use_socks5p_h=yes
 else
@@ -6876,7 +6884,7 @@ cat conftest.$ac_ext >&5
 cf_use_socks5p_h=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:6879: result: $cf_use_socks5p_h" >&5
+echo "$as_me:6887: result: $cf_use_socks5p_h" >&5
 echo "${ECHO_T}$cf_use_socks5p_h" >&6
 test "$cf_use_socks5p_h" = yes && cat >>confdefs.h <<\EOF
 #define INCLUDE_PROTOTYPES 1
@@ -6885,13 +6893,13 @@ EOF
 else
 
 cf_test_netlibs=no
-echo "$as_me:6888: checking for network libraries" >&5
+echo "$as_me:6896: checking for network libraries" >&5
 echo $ECHO_N "checking for network libraries... $ECHO_C" >&6
 if test "${cf_cv_netlibs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
-echo "$as_me:6894: result: working..." >&5
+echo "$as_me:6902: result: working..." >&5
 echo "${ECHO_T}working..." >&6
 cf_cv_netlibs=""
 cf_test_netlibs=yes
@@ -6899,13 +6907,13 @@ cf_test_netlibs=yes
 for ac_func in gethostname
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:6902: checking for $ac_func" >&5
+echo "$as_me:6910: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6908 "configure"
+#line 6916 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -6936,16 +6944,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6939: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6947: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6942: \$? = $ac_status" >&5
+  echo "$as_me:6950: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:6945: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6953: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6948: \$? = $ac_status" >&5
+  echo "$as_me:6956: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -6955,7 +6963,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:6958: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:6966: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6964,7 +6972,7 @@ EOF
 
 else
 
-echo "$as_me:6967: checking for gethostname in -lnsl" >&5
+echo "$as_me:6975: checking for gethostname in -lnsl" >&5
 echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_gethostname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6972,7 +6980,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 6975 "configure"
+#line 6983 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6991,16 +6999,16 @@ gethostname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6994: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7002: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6997: \$? = $ac_status" >&5
+  echo "$as_me:7005: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7000: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7008: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7003: \$? = $ac_status" >&5
+  echo "$as_me:7011: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostname=yes
 else
@@ -7011,7 +7019,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7014: result: $ac_cv_lib_nsl_gethostname" >&5
+echo "$as_me:7022: result: $ac_cv_lib_nsl_gethostname" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6
 if test $ac_cv_lib_nsl_gethostname = yes; then
 
@@ -7028,7 +7036,7 @@ else
 	ac_cv_func_gethostname=unknown
 	unset ac_cv_func_gethostname 2>/dev/null
 
-echo "$as_me:7031: checking for gethostname in -lsocket" >&5
+echo "$as_me:7039: checking for gethostname in -lsocket" >&5
 echo $ECHO_N "checking for gethostname in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_gethostname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7036,7 +7044,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7039 "configure"
+#line 7047 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7055,16 +7063,16 @@ gethostname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7058: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7066: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7061: \$? = $ac_status" >&5
+  echo "$as_me:7069: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7064: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7072: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7067: \$? = $ac_status" >&5
+  echo "$as_me:7075: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_gethostname=yes
 else
@@ -7075,7 +7083,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7078: result: $ac_cv_lib_socket_gethostname" >&5
+echo "$as_me:7086: result: $ac_cv_lib_socket_gethostname" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_gethostname" >&6
 if test $ac_cv_lib_socket_gethostname = yes; then
 
@@ -7103,7 +7111,7 @@ done
 # FIXME:  sequent needs this library (i.e., -lsocket -linet -lnsl), but
 # I don't know the entrypoints - 97/7/22 TD
 # AC_HAVE_LIBRARY(inet,cf_cv_netlibs="-linet $cf_cv_netlibs")
-echo "$as_me:7106: checking for main in -linet" >&5
+echo "$as_me:7114: checking for main in -linet" >&5
 echo $ECHO_N "checking for main in -linet... $ECHO_C" >&6
 if test "${ac_cv_lib_inet_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7111,7 +7119,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-linet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7114 "configure"
+#line 7122 "configure"
 #include "confdefs.h"
 
 int
@@ -7123,16 +7131,16 @@ main ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7126: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7134: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7129: \$? = $ac_status" >&5
+  echo "$as_me:7137: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7132: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7140: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7135: \$? = $ac_status" >&5
+  echo "$as_me:7143: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_inet_main=yes
 else
@@ -7143,7 +7151,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7146: result: $ac_cv_lib_inet_main" >&5
+echo "$as_me:7154: result: $ac_cv_lib_inet_main" >&5
 echo "${ECHO_T}$ac_cv_lib_inet_main" >&6
 if test $ac_cv_lib_inet_main = yes; then
   cf_cv_netlibs="-linet $cf_cv_netlibs"
@@ -7155,13 +7163,13 @@ if test "$ac_cv_func_lsocket" != no ; then
 for ac_func in socket
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7158: checking for $ac_func" >&5
+echo "$as_me:7166: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7164 "configure"
+#line 7172 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7192,16 +7200,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7195: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7203: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7198: \$? = $ac_status" >&5
+  echo "$as_me:7206: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7201: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7209: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7204: \$? = $ac_status" >&5
+  echo "$as_me:7212: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -7211,7 +7219,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:7214: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7222: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7220,7 +7228,7 @@ EOF
 
 else
 
-echo "$as_me:7223: checking for socket in -lsocket" >&5
+echo "$as_me:7231: checking for socket in -lsocket" >&5
 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7228,7 +7236,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7231 "configure"
+#line 7239 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7247,16 +7255,16 @@ socket ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7250: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7258: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7253: \$? = $ac_status" >&5
+  echo "$as_me:7261: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7256: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7264: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7259: \$? = $ac_status" >&5
+  echo "$as_me:7267: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_socket=yes
 else
@@ -7267,7 +7275,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7270: result: $ac_cv_lib_socket_socket" >&5
+echo "$as_me:7278: result: $ac_cv_lib_socket_socket" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
 if test $ac_cv_lib_socket_socket = yes; then
 
@@ -7284,7 +7292,7 @@ else
 	ac_cv_func_socket=unknown
 	unset ac_cv_func_socket 2>/dev/null
 
-echo "$as_me:7287: checking for socket in -lbsd" >&5
+echo "$as_me:7295: checking for socket in -lbsd" >&5
 echo $ECHO_N "checking for socket in -lbsd... $ECHO_C" >&6
 if test "${ac_cv_lib_bsd_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7292,7 +7300,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbsd $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7295 "configure"
+#line 7303 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7311,16 +7319,16 @@ socket ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7314: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7322: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7317: \$? = $ac_status" >&5
+  echo "$as_me:7325: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7320: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7328: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7323: \$? = $ac_status" >&5
+  echo "$as_me:7331: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_bsd_socket=yes
 else
@@ -7331,7 +7339,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7334: result: $ac_cv_lib_bsd_socket" >&5
+echo "$as_me:7342: result: $ac_cv_lib_bsd_socket" >&5
 echo "${ECHO_T}$ac_cv_lib_bsd_socket" >&6
 if test $ac_cv_lib_bsd_socket = yes; then
 
@@ -7361,13 +7369,13 @@ fi
 for ac_func in gethostbyname
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7364: checking for $ac_func" >&5
+echo "$as_me:7372: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7370 "configure"
+#line 7378 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7398,16 +7406,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7401: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7409: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7404: \$? = $ac_status" >&5
+  echo "$as_me:7412: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7407: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7415: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7410: \$? = $ac_status" >&5
+  echo "$as_me:7418: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -7417,7 +7425,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:7420: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7428: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7426,7 +7434,7 @@ EOF
 
 else
 
-echo "$as_me:7429: checking for gethostbyname in -lnsl" >&5
+echo "$as_me:7437: checking for gethostbyname in -lnsl" >&5
 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7434,7 +7442,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7437 "configure"
+#line 7445 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7453,16 +7461,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7456: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7464: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7459: \$? = $ac_status" >&5
+  echo "$as_me:7467: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7462: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7470: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7465: \$? = $ac_status" >&5
+  echo "$as_me:7473: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostbyname=yes
 else
@@ -7473,7 +7481,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7476: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:7484: result: $ac_cv_lib_nsl_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
 if test $ac_cv_lib_nsl_gethostbyname = yes; then
 
@@ -7500,13 +7508,13 @@ done
 for ac_func in strcasecmp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7503: checking for $ac_func" >&5
+echo "$as_me:7511: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7509 "configure"
+#line 7517 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7537,16 +7545,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7540: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7548: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7543: \$? = $ac_status" >&5
+  echo "$as_me:7551: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7546: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7554: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7549: \$? = $ac_status" >&5
+  echo "$as_me:7557: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -7556,7 +7564,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:7559: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7567: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7565,7 +7573,7 @@ EOF
 
 else
 
-echo "$as_me:7568: checking for strcasecmp in -lresolv" >&5
+echo "$as_me:7576: checking for strcasecmp in -lresolv" >&5
 echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6
 if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7573,7 +7581,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lresolv $cf_cv_netlibs $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7576 "configure"
+#line 7584 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7592,16 +7600,16 @@ strcasecmp ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7595: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7603: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7598: \$? = $ac_status" >&5
+  echo "$as_me:7606: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7601: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7609: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7604: \$? = $ac_status" >&5
+  echo "$as_me:7612: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_resolv_strcasecmp=yes
 else
@@ -7612,7 +7620,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7615: result: $ac_cv_lib_resolv_strcasecmp" >&5
+echo "$as_me:7623: result: $ac_cv_lib_resolv_strcasecmp" >&5
 echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6
 if test $ac_cv_lib_resolv_strcasecmp = yes; then
 
@@ -7641,14 +7649,14 @@ test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&6
 
 fi
 
-echo "$as_me:7644: checking for inet_aton function" >&5
+echo "$as_me:7652: checking for inet_aton function" >&5
 echo $ECHO_N "checking for inet_aton function... $ECHO_C" >&6
 if test "${cf_cv_have_inet_aton+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 7651 "configure"
+#line 7659 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -7664,16 +7672,16 @@ inet_aton(0, (struct in_addr *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7667: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7675: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7670: \$? = $ac_status" >&5
+  echo "$as_me:7678: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7673: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7681: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7676: \$? = $ac_status" >&5
+  echo "$as_me:7684: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_inet_aton=yes
 else
@@ -7683,7 +7691,7 @@ cf_cv_have_inet_aton=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:7686: result: $cf_cv_have_inet_aton" >&5
+echo "$as_me:7694: result: $cf_cv_have_inet_aton" >&5
 echo "${ECHO_T}$cf_cv_have_inet_aton" >&6
 if test "$cf_cv_have_inet_aton" = yes ; then
     cat >>confdefs.h <<\EOF
@@ -7691,14 +7699,14 @@ if test "$cf_cv_have_inet_aton" = yes ; then
 EOF
 
 else
-    echo "$as_me:7694: checking for inet_addr function" >&5
+    echo "$as_me:7702: checking for inet_addr function" >&5
 echo $ECHO_N "checking for inet_addr function... $ECHO_C" >&6
 if test "${cf_cv_have_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 7701 "configure"
+#line 7709 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -7714,16 +7722,16 @@ inet_addr(0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7717: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7725: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7720: \$? = $ac_status" >&5
+  echo "$as_me:7728: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7723: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7731: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7726: \$? = $ac_status" >&5
+  echo "$as_me:7734: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_inet_addr=yes
 else
@@ -7733,10 +7741,10 @@ cf_cv_have_inet_addr=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:7736: result: $cf_cv_have_inet_addr" >&5
+echo "$as_me:7744: result: $cf_cv_have_inet_addr" >&5
 echo "${ECHO_T}$cf_cv_have_inet_addr" >&6
     if test "$cf_cv_have_inet_addr" = no ; then
-	echo "$as_me:7739: checking for library with inet_addr" >&5
+	echo "$as_me:7747: checking for library with inet_addr" >&5
 echo $ECHO_N "checking for library with inet_addr... $ECHO_C" >&6
 if test "${cf_cv_lib_inet_addr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7747,7 +7755,7 @@ else
 	    do
 		LIBS="$cf_save_LIBS $cf_inetlib"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 7750 "configure"
+#line 7758 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -7763,16 +7771,16 @@ inet_addr(0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7766: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7774: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7769: \$? = $ac_status" >&5
+  echo "$as_me:7777: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7772: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7780: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7775: \$? = $ac_status" >&5
+  echo "$as_me:7783: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_lib_inet_addr=$cf_inetlib
 else
@@ -7786,12 +7794,12 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 	    done
 
 fi
-echo "$as_me:7789: result: $cf_cv_lib_inet_addr" >&5
+echo "$as_me:7797: result: $cf_cv_lib_inet_addr" >&5
 echo "${ECHO_T}$cf_cv_lib_inet_addr" >&6
 	if test "$cf_cv_lib_inet_addr" != no ; then
 	    LIBS="$LIBS $cf_cv_lib_inet_addr"
 	else
-	    { echo "$as_me:7794: WARNING: Unable to find library for inet_addr function" >&5
+	    { echo "$as_me:7802: WARNING: Unable to find library for inet_addr function" >&5
 echo "$as_me: WARNING: Unable to find library for inet_addr function" >&2;}
 	fi
     fi
@@ -7806,7 +7814,7 @@ no) #(vi
 	;;
 yes) #(vi
 
-echo "$as_me:7809: checking for SSL_get_version in -lssl" >&5
+echo "$as_me:7817: checking for SSL_get_version in -lssl" >&5
 echo $ECHO_N "checking for SSL_get_version in -lssl... $ECHO_C" >&6
 if test "${ac_cv_lib_ssl_SSL_get_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7814,7 +7822,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lssl -lcrypto $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 7817 "configure"
+#line 7825 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -7833,16 +7841,16 @@ SSL_get_version ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7836: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7844: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7839: \$? = $ac_status" >&5
+  echo "$as_me:7847: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:7842: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7850: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7845: \$? = $ac_status" >&5
+  echo "$as_me:7853: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ssl_SSL_get_version=yes
 else
@@ -7853,7 +7861,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:7856: result: $ac_cv_lib_ssl_SSL_get_version" >&5
+echo "$as_me:7864: result: $ac_cv_lib_ssl_SSL_get_version" >&5
 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_get_version" >&6
 if test $ac_cv_lib_ssl_SSL_get_version = yes; then
   cat >>confdefs.h <<EOF
@@ -7870,7 +7878,7 @@ else
 
 			cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library"
 		else
-			{ { echo "$as_me:7873: error: cannot find ssl library" >&5
+			{ { echo "$as_me:7881: error: cannot find ssl library" >&5
 echo "$as_me: error: cannot find ssl library" >&2;}
    { (exit 1); exit 1; }; }
 		fi
@@ -7885,13 +7893,13 @@ fi
 		elif test -d $cf_cv_use_libssl/../include ; then
 			cf_ssl_root=$cf_cv_use_libssl/..
 		else
-			{ { echo "$as_me:7888: error: cannot find ssl library under $cf_cv_use_libssl" >&5
+			{ { echo "$as_me:7896: error: cannot find ssl library under $cf_cv_use_libssl" >&5
 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libssl" >&2;}
    { (exit 1); exit 1; }; }
 		fi
 		cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library"
 	else
-		{ echo "$as_me:7894: WARNING: expected a directory: $cf_cv_use_libssl" >&5
+		{ echo "$as_me:7902: WARNING: expected a directory: $cf_cv_use_libssl" >&5
 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libssl" >&2;}
 	fi
 	;;
@@ -7975,10 +7983,10 @@ fi
 fi
 
 if test "$cf_ssl_subincs" = yes ; then
-echo "$as_me:7978: checking for openssl include directory" >&5
+echo "$as_me:7986: checking for openssl include directory" >&5
 echo $ECHO_N "checking for openssl include directory... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 7981 "configure"
+#line 7989 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -7992,16 +8000,16 @@ SSL_shutdown((SSL *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7995: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8003: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7998: \$? = $ac_status" >&5
+  echo "$as_me:8006: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:8001: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8009: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8004: \$? = $ac_status" >&5
+  echo "$as_me:8012: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_openssl_incl=yes
 else
@@ -8010,7 +8018,7 @@ cat conftest.$ac_ext >&5
 cf_openssl_incl=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:8013: result: $cf_openssl_incl" >&5
+echo "$as_me:8021: result: $cf_openssl_incl" >&5
 echo "${ECHO_T}$cf_openssl_incl" >&6
 test "$cf_openssl_incl" = yes && cat >>confdefs.h <<\EOF
 #define USE_OPENSSL_INCL 1
@@ -8018,10 +8026,10 @@ EOF
 
 fi
 
-echo "$as_me:8021: checking if we can link to ssl library" >&5
+echo "$as_me:8029: checking if we can link to ssl library" >&5
 echo $ECHO_N "checking if we can link to ssl library... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 8024 "configure"
+#line 8032 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -8040,16 +8048,16 @@ SSL_shutdown((SSL *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8043: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8051: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8046: \$? = $ac_status" >&5
+  echo "$as_me:8054: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8049: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8057: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8052: \$? = $ac_status" >&5
+  echo "$as_me:8060: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_ssl_library=yes
 else
@@ -8058,7 +8066,7 @@ cat conftest.$ac_ext >&5
 cf_ssl_library=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:8061: result: $cf_ssl_library" >&5
+echo "$as_me:8069: result: $cf_ssl_library" >&5
 echo "${ECHO_T}$cf_ssl_library" >&6
 if test "$cf_ssl_library" = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -8070,7 +8078,7 @@ EOF
 EOF
 
 else
-	{ { echo "$as_me:8073: error: Cannot link with ssl library" >&5
+	{ { echo "$as_me:8081: error: Cannot link with ssl library" >&5
 echo "$as_me: error: Cannot link with ssl library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -8078,7 +8086,7 @@ fi
 elif test "x$cf_cv_use_libgnutls" != xno ; then
 
 cf_ssl_library="-lgnutls -lcrypt"
-echo "$as_me:8081: checking if we know what directory gnutls is in" >&5
+echo "$as_me:8089: checking if we know what directory gnutls is in" >&5
 echo $ECHO_N "checking if we know what directory gnutls is in... $ECHO_C" >&6
 case "$cf_cv_use_libgnutls" in #(vi
 no) #(vi
@@ -8086,7 +8094,7 @@ no) #(vi
 	;;
 yes) #(vi
 
-echo "$as_me:8089: checking for gnutls_init in -lgnutls" >&5
+echo "$as_me:8097: checking for gnutls_init in -lgnutls" >&5
 echo $ECHO_N "checking for gnutls_init in -lgnutls... $ECHO_C" >&6
 if test "${ac_cv_lib_gnutls_gnutls_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8094,7 +8102,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgnutls -lgnutls-extra -lgnutls -lcrypt $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8097 "configure"
+#line 8105 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8113,16 +8121,16 @@ gnutls_init ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8116: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8124: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8119: \$? = $ac_status" >&5
+  echo "$as_me:8127: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8122: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8130: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8125: \$? = $ac_status" >&5
+  echo "$as_me:8133: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gnutls_gnutls_init=yes
 else
@@ -8133,7 +8141,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8136: result: $ac_cv_lib_gnutls_gnutls_init" >&5
+echo "$as_me:8144: result: $ac_cv_lib_gnutls_gnutls_init" >&5
 echo "${ECHO_T}$ac_cv_lib_gnutls_gnutls_init" >&6
 if test $ac_cv_lib_gnutls_gnutls_init = yes; then
   cat >>confdefs.h <<EOF
@@ -8149,7 +8157,7 @@ else
 			test -n "$verbose" && echo "	assume it is in $cf_ssl_root" 1>&6
 
 		else
-			{ { echo "$as_me:8152: error: cannot find gnutls library" >&5
+			{ { echo "$as_me:8160: error: cannot find gnutls library" >&5
 echo "$as_me: error: cannot find gnutls library" >&2;}
    { (exit 1); exit 1; }; }
 		fi
@@ -8164,17 +8172,17 @@ fi
 		elif test -d $cf_cv_use_libgnutls/../include ; then
 			cf_ssl_root=$cf_cv_use_libgnutls/..
 		else
-			{ { echo "$as_me:8167: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+			{ { echo "$as_me:8175: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;}
    { (exit 1); exit 1; }; }
 		fi
 	else
-		{ echo "$as_me:8172: WARNING: expected a directory: $cf_cv_use_libgnutls" >&5
+		{ echo "$as_me:8180: WARNING: expected a directory: $cf_cv_use_libgnutls" >&5
 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libgnutls" >&2;}
 	fi
 	;;
 esac
-echo "$as_me:8177: result: $cf_ssl_root" >&5
+echo "$as_me:8185: result: $cf_ssl_root" >&5
 echo "${ECHO_T}$cf_ssl_root" >&6
 LIBS="$cf_ssl_library $LIBS"
 
@@ -8255,7 +8263,7 @@ fi
 	fi
 fi
 
-echo "$as_me:8258: checking for SSL_connect in -lgnutls-openssl" >&5
+echo "$as_me:8266: checking for SSL_connect in -lgnutls-openssl" >&5
 echo $ECHO_N "checking for SSL_connect in -lgnutls-openssl... $ECHO_C" >&6
 if test "${ac_cv_lib_gnutls_openssl_SSL_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8263,7 +8271,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgnutls-openssl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8266 "configure"
+#line 8274 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8282,16 +8290,16 @@ SSL_connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8285: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8293: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8288: \$? = $ac_status" >&5
+  echo "$as_me:8296: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8291: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8299: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8294: \$? = $ac_status" >&5
+  echo "$as_me:8302: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gnutls_openssl_SSL_connect=yes
 else
@@ -8302,12 +8310,12 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8305: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5
+echo "$as_me:8313: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5
 echo "${ECHO_T}$ac_cv_lib_gnutls_openssl_SSL_connect" >&6
 if test $ac_cv_lib_gnutls_openssl_SSL_connect = yes; then
   LIBS="-lgnutls-openssl $LIBS"
 else
-  echo "$as_me:8310: checking for SSL_connect in -lgnutls-extra" >&5
+  echo "$as_me:8318: checking for SSL_connect in -lgnutls-extra" >&5
 echo $ECHO_N "checking for SSL_connect in -lgnutls-extra... $ECHO_C" >&6
 if test "${ac_cv_lib_gnutls_extra_SSL_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8315,7 +8323,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgnutls-extra  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8318 "configure"
+#line 8326 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8334,16 +8342,16 @@ SSL_connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8337: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8345: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8340: \$? = $ac_status" >&5
+  echo "$as_me:8348: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8343: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8351: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8346: \$? = $ac_status" >&5
+  echo "$as_me:8354: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gnutls_extra_SSL_connect=yes
 else
@@ -8354,12 +8362,12 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8357: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5
+echo "$as_me:8365: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5
 echo "${ECHO_T}$ac_cv_lib_gnutls_extra_SSL_connect" >&6
 if test $ac_cv_lib_gnutls_extra_SSL_connect = yes; then
   LIBS="-lgnutls-extra $LIBS"
 else
-  { { echo "$as_me:8362: error: cannot find gnutls openssl functions" >&5
+  { { echo "$as_me:8370: error: cannot find gnutls openssl functions" >&5
 echo "$as_me: error: cannot find gnutls openssl functions" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -8367,10 +8375,10 @@ fi
 fi
 
 if test "$cf_ssl_subincs" = yes ; then
-echo "$as_me:8370: checking for gnutls include directory" >&5
+echo "$as_me:8378: checking for gnutls include directory" >&5
 echo $ECHO_N "checking for gnutls include directory... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 8373 "configure"
+#line 8381 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -8384,16 +8392,16 @@ SSL_shutdown((SSL *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8387: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8395: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:8390: \$? = $ac_status" >&5
+  echo "$as_me:8398: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:8393: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8401: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8396: \$? = $ac_status" >&5
+  echo "$as_me:8404: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_openssl_incl=yes
 else
@@ -8402,7 +8410,7 @@ cat conftest.$ac_ext >&5
 cf_openssl_incl=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:8405: result: $cf_openssl_incl" >&5
+echo "$as_me:8413: result: $cf_openssl_incl" >&5
 echo "${ECHO_T}$cf_openssl_incl" >&6
 test "$cf_openssl_incl" = yes && cat >>confdefs.h <<\EOF
 #define USE_GNUTLS_INCL 1
@@ -8410,10 +8418,10 @@ EOF
 
 fi
 
-echo "$as_me:8413: checking if we can link to gnutls library" >&5
+echo "$as_me:8421: checking if we can link to gnutls library" >&5
 echo $ECHO_N "checking if we can link to gnutls library... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 8416 "configure"
+#line 8424 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -8432,16 +8440,16 @@ SSL_shutdown((SSL *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8435: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8443: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8438: \$? = $ac_status" >&5
+  echo "$as_me:8446: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8441: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8449: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8444: \$? = $ac_status" >&5
+  echo "$as_me:8452: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_ssl_library=yes
 else
@@ -8450,7 +8458,7 @@ cat conftest.$ac_ext >&5
 cf_ssl_library=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:8453: result: $cf_ssl_library" >&5
+echo "$as_me:8461: result: $cf_ssl_library" >&5
 echo "${ECHO_T}$cf_ssl_library" >&6
 if test "$cf_ssl_library" = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -8458,15 +8466,15 @@ if test "$cf_ssl_library" = yes ; then
 EOF
 
 else
-	{ { echo "$as_me:8461: error: Cannot link with gnutls library" >&5
+	{ { echo "$as_me:8469: error: Cannot link with gnutls library" >&5
 echo "$as_me: error: Cannot link with gnutls library" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
-echo "$as_me:8466: checking for X509 support" >&5
+echo "$as_me:8474: checking for X509 support" >&5
 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 8469 "configure"
+#line 8477 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -8486,16 +8494,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(X509_STORE_CTX *0));
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8489: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8497: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8492: \$? = $ac_status" >&5
+  echo "$as_me:8500: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8495: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8503: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8498: \$? = $ac_status" >&5
+  echo "$as_me:8506: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_x509_support=no
 else
@@ -8503,7 +8511,7 @@ else
 cat conftest.$ac_ext >&5
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:8506: result: $cf_x509_support" >&5
+echo "$as_me:8514: result: $cf_x509_support" >&5
 echo "${ECHO_T}$cf_x509_support" >&6
 if test "$cf_x509_support" = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -8514,7 +8522,7 @@ fi
 
 fi
 
-echo "$as_me:8517: checking for screen type" >&5
+echo "$as_me:8525: checking for screen type" >&5
 echo $ECHO_N "checking for screen type... $ECHO_C" >&6
 if test "${cf_cv_screen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8528,7 +8536,7 @@ case $withval in
 curses|ncurses|ncursesw|pdcurses|slang)
 	cf_cv_screen=$withval
 	;;
-*)	{ { echo "$as_me:8531: error: Unexpected value" >&5
+*)	{ { echo "$as_me:8539: error: Unexpected value" >&5
 echo "$as_me: error: Unexpected value" >&2;}
    { (exit 1); exit 1; }; }
 	;;
@@ -8537,7 +8545,7 @@ else
   cf_cv_screen=curses
 fi;
 fi
-echo "$as_me:8540: result: $cf_cv_screen" >&5
+echo "$as_me:8548: result: $cf_cv_screen" >&5
 echo "${ECHO_T}$cf_cv_screen" >&6
 
 case $cf_cv_screen in
@@ -8566,7 +8574,7 @@ case ".$withval" in #(vi
   withval=`echo $withval | sed -e s%NONE%$ac_default_prefix%`
   ;;
 *)
-  { { echo "$as_me:8569: error: expected a pathname, not \"$withval\"" >&5
+  { { echo "$as_me:8577: error: expected a pathname, not \"$withval\"" >&5
 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    { (exit 1); exit 1; }; }
   ;;
@@ -8583,7 +8591,7 @@ esac
 case $cf_cv_screen in
 curses)
 
-echo "$as_me:8586: checking for extra include directories" >&5
+echo "$as_me:8594: checking for extra include directories" >&5
 echo $ECHO_N "checking for extra include directories... $ECHO_C" >&6
 if test "${cf_cv_curses_incdir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8603,11 +8611,11 @@ sunos3*|sunos4*)
 esac
 
 fi
-echo "$as_me:8606: result: $cf_cv_curses_incdir" >&5
+echo "$as_me:8614: result: $cf_cv_curses_incdir" >&5
 echo "${ECHO_T}$cf_cv_curses_incdir" >&6
 test "$cf_cv_curses_incdir" != no && CPPFLAGS="$cf_cv_curses_incdir $CPPFLAGS"
 
-echo "$as_me:8610: checking if we have identified curses headers" >&5
+echo "$as_me:8618: checking if we have identified curses headers" >&5
 echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6
 if test "${cf_cv_ncurses_header+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8621,7 +8629,7 @@ for cf_header in \
 	ncurses/ncurses.h
 do
 cat >conftest.$ac_ext <<_ACEOF
-#line 8624 "configure"
+#line 8632 "configure"
 #include "confdefs.h"
 #include <${cf_header}>
 int
@@ -8633,16 +8641,16 @@ initscr(); tgoto("?", 0,0)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8636: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8644: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:8639: \$? = $ac_status" >&5
+  echo "$as_me:8647: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:8642: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8650: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8645: \$? = $ac_status" >&5
+  echo "$as_me:8653: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_header=$cf_header; break
 else
@@ -8653,11 +8661,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:8656: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:8664: result: $cf_cv_ncurses_header" >&5
 echo "${ECHO_T}$cf_cv_ncurses_header" >&6
 
 if test "$cf_cv_ncurses_header" = none ; then
-	{ { echo "$as_me:8660: error: No curses header-files found" >&5
+	{ { echo "$as_me:8668: error: No curses header-files found" >&5
 echo "$as_me: error: No curses header-files found" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -8667,23 +8675,23 @@ fi
 for ac_header in $cf_cv_ncurses_header
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8670: checking for $ac_header" >&5
+echo "$as_me:8678: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8676 "configure"
+#line 8684 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:8680: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:8688: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:8686: \$? = $ac_status" >&5
+  echo "$as_me:8694: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8702,7 +8710,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:8705: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:8713: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8712,7 +8720,7 @@ EOF
 fi
 done
 
-echo "$as_me:8715: checking for ncurses version" >&5
+echo "$as_me:8723: checking for ncurses version" >&5
 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
 if test "${cf_cv_ncurses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8738,10 +8746,10 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo "$as_me:8741: \"$cf_try\"") >&5
+	{ (eval echo "$as_me:8749: \"$cf_try\"") >&5
   (eval $cf_try) 2>&5
   ac_status=$?
-  echo "$as_me:8744: \$? = $ac_status" >&5
+  echo "$as_me:8752: \$? = $ac_status" >&5
   (exit $ac_status); }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
@@ -8751,7 +8759,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8754 "configure"
+#line 8762 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -8776,15 +8784,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:8779: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8787: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8782: \$? = $ac_status" >&5
+  echo "$as_me:8790: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:8784: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8792: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8787: \$? = $ac_status" >&5
+  echo "$as_me:8795: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -8798,16 +8806,16 @@ fi
 	rm -f $cf_tempfile
 
 fi
-echo "$as_me:8801: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:8809: result: $cf_cv_ncurses_version" >&5
 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
 #define NCURSES 1
 EOF
 
-echo "$as_me:8807: checking if we have identified curses libraries" >&5
+echo "$as_me:8815: checking if we have identified curses libraries" >&5
 echo $ECHO_N "checking if we have identified curses libraries... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 8810 "configure"
+#line 8818 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -8819,16 +8827,16 @@ initscr(); tgoto("?", 0,0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8822: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8830: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8825: \$? = $ac_status" >&5
+  echo "$as_me:8833: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8828: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8836: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8831: \$? = $ac_status" >&5
+  echo "$as_me:8839: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -8837,13 +8845,13 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:8840: result: $cf_result" >&5
+echo "$as_me:8848: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 
 if test "$cf_result" = no ; then
 case $host_os in #(vi
 freebsd*) #(vi
-	echo "$as_me:8846: checking for tgoto in -lmytinfo" >&5
+	echo "$as_me:8854: checking for tgoto in -lmytinfo" >&5
 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8851,7 +8859,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmytinfo  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8854 "configure"
+#line 8862 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8870,16 +8878,16 @@ tgoto ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8873: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8881: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8876: \$? = $ac_status" >&5
+  echo "$as_me:8884: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8879: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8887: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8882: \$? = $ac_status" >&5
+  echo "$as_me:8890: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_mytinfo_tgoto=yes
 else
@@ -8890,7 +8898,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8893: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:8901: result: $ac_cv_lib_mytinfo_tgoto" >&5
 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
 if test $ac_cv_lib_mytinfo_tgoto = yes; then
   LIBS="-lmytinfo $LIBS"
@@ -8898,7 +8906,7 @@ fi
 
 	;;
 hpux10.*|hpux11.*) #(vi
-	echo "$as_me:8901: checking for initscr in -lcur_colr" >&5
+	echo "$as_me:8909: checking for initscr in -lcur_colr" >&5
 echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6
 if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8906,7 +8914,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lcur_colr  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8909 "configure"
+#line 8917 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8925,16 +8933,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8928: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8936: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8931: \$? = $ac_status" >&5
+  echo "$as_me:8939: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8934: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8942: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8937: \$? = $ac_status" >&5
+  echo "$as_me:8945: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_cur_colr_initscr=yes
 else
@@ -8945,7 +8953,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:8948: result: $ac_cv_lib_cur_colr_initscr" >&5
+echo "$as_me:8956: result: $ac_cv_lib_cur_colr_initscr" >&5
 echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6
 if test $ac_cv_lib_cur_colr_initscr = yes; then
 
@@ -8954,7 +8962,7 @@ if test $ac_cv_lib_cur_colr_initscr = yes; then
 
 else
 
-	echo "$as_me:8957: checking for initscr in -lHcurses" >&5
+	echo "$as_me:8965: checking for initscr in -lHcurses" >&5
 echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6
 if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8962,7 +8970,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lHcurses  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 8965 "configure"
+#line 8973 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -8981,16 +8989,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8984: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8992: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:8987: \$? = $ac_status" >&5
+  echo "$as_me:8995: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:8990: \"$ac_try\"") >&5
+  { (eval echo "$as_me:8998: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:8993: \$? = $ac_status" >&5
+  echo "$as_me:9001: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_Hcurses_initscr=yes
 else
@@ -9001,7 +9009,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9004: result: $ac_cv_lib_Hcurses_initscr" >&5
+echo "$as_me:9012: result: $ac_cv_lib_Hcurses_initscr" >&5
 echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6
 if test $ac_cv_lib_Hcurses_initscr = yes; then
 
@@ -9039,13 +9047,13 @@ if test ".$ac_cv_func_initscr" != .yes ; then
 
 	# Check for library containing tgoto.  Do this before curses library
 	# because it may be needed to link the test-case for initscr.
-	echo "$as_me:9042: checking for tgoto" >&5
+	echo "$as_me:9050: checking for tgoto" >&5
 echo $ECHO_N "checking for tgoto... $ECHO_C" >&6
 if test "${ac_cv_func_tgoto+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9048 "configure"
+#line 9056 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char tgoto (); below.  */
@@ -9076,16 +9084,16 @@ f = tgoto;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9079: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9087: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9082: \$? = $ac_status" >&5
+  echo "$as_me:9090: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9085: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9093: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9088: \$? = $ac_status" >&5
+  echo "$as_me:9096: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_tgoto=yes
 else
@@ -9095,7 +9103,7 @@ ac_cv_func_tgoto=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:9098: result: $ac_cv_func_tgoto" >&5
+echo "$as_me:9106: result: $ac_cv_func_tgoto" >&5
 echo "${ECHO_T}$ac_cv_func_tgoto" >&6
 if test $ac_cv_func_tgoto = yes; then
   cf_term_lib=predefined
@@ -9104,7 +9112,7 @@ else
 		for cf_term_lib in $cf_check_list termcap termlib unknown
 		do
 			as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
-echo "$as_me:9107: checking for tgoto in -l$cf_term_lib" >&5
+echo "$as_me:9115: checking for tgoto in -l$cf_term_lib" >&5
 echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9112,7 +9120,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-l$cf_term_lib  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9115 "configure"
+#line 9123 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9131,16 +9139,16 @@ tgoto ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9134: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9142: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9137: \$? = $ac_status" >&5
+  echo "$as_me:9145: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9140: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9148: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9143: \$? = $ac_status" >&5
+  echo "$as_me:9151: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_Lib=yes"
 else
@@ -9151,7 +9159,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9154: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+echo "$as_me:9162: result: `eval echo '${'$as_ac_Lib'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
   break
@@ -9166,7 +9174,7 @@ fi
 	for cf_curs_lib in $cf_check_list xcurses jcurses unknown
 	do
 		as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh`
-echo "$as_me:9169: checking for initscr in -l$cf_curs_lib" >&5
+echo "$as_me:9177: checking for initscr in -l$cf_curs_lib" >&5
 echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9174,7 +9182,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-l$cf_curs_lib  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9177 "configure"
+#line 9185 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -9193,16 +9201,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9196: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9204: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9199: \$? = $ac_status" >&5
+  echo "$as_me:9207: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9202: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9210: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9205: \$? = $ac_status" >&5
+  echo "$as_me:9213: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_Lib=yes"
 else
@@ -9213,23 +9221,23 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:9216: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+echo "$as_me:9224: result: `eval echo '${'$as_ac_Lib'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
   break
 fi
 
 	done
-	test $cf_curs_lib = unknown && { { echo "$as_me:9223: error: no curses library found" >&5
+	test $cf_curs_lib = unknown && { { echo "$as_me:9231: error: no curses library found" >&5
 echo "$as_me: error: no curses library found" >&2;}
    { (exit 1); exit 1; }; }
 
 	LIBS="-l$cf_curs_lib $cf_save_LIBS"
 	if test "$cf_term_lib" = unknown ; then
-		echo "$as_me:9229: checking if we can link with $cf_curs_lib library" >&5
+		echo "$as_me:9237: checking if we can link with $cf_curs_lib library" >&5
 echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6
 		cat >conftest.$ac_ext <<_ACEOF
-#line 9232 "configure"
+#line 9240 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -9241,16 +9249,16 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9244: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9252: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9247: \$? = $ac_status" >&5
+  echo "$as_me:9255: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9250: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9258: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9253: \$? = $ac_status" >&5
+  echo "$as_me:9261: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -9259,18 +9267,18 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-		echo "$as_me:9262: result: $cf_result" >&5
+		echo "$as_me:9270: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
-		test $cf_result = no && { { echo "$as_me:9264: error: Cannot link curses library" >&5
+		test $cf_result = no && { { echo "$as_me:9272: error: Cannot link curses library" >&5
 echo "$as_me: error: Cannot link curses library" >&2;}
    { (exit 1); exit 1; }; }
 	elif test "$cf_curs_lib" = "$cf_term_lib" ; then
 		:
 	elif test "$cf_term_lib" != predefined ; then
-		echo "$as_me:9270: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
+		echo "$as_me:9278: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
 echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6
 		cat >conftest.$ac_ext <<_ACEOF
-#line 9273 "configure"
+#line 9281 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -9282,16 +9290,16 @@ initscr(); tgoto((char *)0, 0, 0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9285: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9293: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9288: \$? = $ac_status" >&5
+  echo "$as_me:9296: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9291: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9299: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9294: \$? = $ac_status" >&5
+  echo "$as_me:9302: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=no
 else
@@ -9300,7 +9308,7 @@ cat conftest.$ac_ext >&5
 
 			LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
 			cat >conftest.$ac_ext <<_ACEOF
-#line 9303 "configure"
+#line 9311 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -9312,16 +9320,16 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9315: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9323: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9318: \$? = $ac_status" >&5
+  echo "$as_me:9326: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9321: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9329: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9324: \$? = $ac_status" >&5
+  echo "$as_me:9332: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -9333,13 +9341,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-		echo "$as_me:9336: result: $cf_result" >&5
+		echo "$as_me:9344: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 	fi
 fi
 fi
 
-echo "$as_me:9342: checking for curses performance tradeoff" >&5
+echo "$as_me:9350: checking for curses performance tradeoff" >&5
 echo $ECHO_N "checking for curses performance tradeoff... $ECHO_C" >&6
 if test "${cf_cv_curs_performance+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9347,7 +9355,7 @@ else
 
     cf_cv_curs_performance=no
     cat >conftest.$ac_ext <<_ACEOF
-#line 9350 "configure"
+#line 9358 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -9366,20 +9374,20 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9369: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9377: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9372: \$? = $ac_status" >&5
+  echo "$as_me:9380: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9375: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9383: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9378: \$? = $ac_status" >&5
+  echo "$as_me:9386: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 9382 "configure"
+#line 9390 "configure"
 #include "confdefs.h"
 
 #define CURS_PERFORMANCE
@@ -9399,16 +9407,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9402: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9410: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9405: \$? = $ac_status" >&5
+  echo "$as_me:9413: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9408: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9416: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9411: \$? = $ac_status" >&5
+  echo "$as_me:9419: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_curs_performance=yes
 else
@@ -9423,20 +9431,20 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 
-echo "$as_me:9426: result: $cf_cv_curs_performance" >&5
+echo "$as_me:9434: result: $cf_cv_curs_performance" >&5
 echo "${ECHO_T}$cf_cv_curs_performance" >&6
 test $cf_cv_curs_performance = yes && cat >>confdefs.h <<\EOF
 #define CURS_PERFORMANCE 1
 EOF
 
-echo "$as_me:9432: checking for curses touchline function" >&5
+echo "$as_me:9440: checking for curses touchline function" >&5
 echo $ECHO_N "checking for curses touchline function... $ECHO_C" >&6
 if test "${cf_cv_curs_touchline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 9439 "configure"
+#line 9447 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -9449,23 +9457,23 @@ touchline(stdscr, 1,2,3);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9452: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9460: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9455: \$? = $ac_status" >&5
+  echo "$as_me:9463: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9458: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9466: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9461: \$? = $ac_status" >&5
+  echo "$as_me:9469: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_curs_touchline=bsd
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 9468 "configure"
+#line 9476 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -9478,16 +9486,16 @@ touchline(stdscr, 1,2);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9481: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9489: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9484: \$? = $ac_status" >&5
+  echo "$as_me:9492: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:9487: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9495: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9490: \$? = $ac_status" >&5
+  echo "$as_me:9498: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_curs_touchline=sysv
 else
@@ -9499,7 +9507,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:9502: result: $cf_cv_curs_touchline" >&5
+echo "$as_me:9510: result: $cf_cv_curs_touchline" >&5
 echo "${ECHO_T}$cf_cv_curs_touchline" >&6
 case "$cf_cv_curs_touchline" in #(vi
 bsd) #(vi
@@ -9525,7 +9533,7 @@ test -n "$cf_cv_curses_dir" && \
 test "$cf_cv_curses_dir" != "no" && \
 CPPFLAGS="-I$cf_cv_curses_dir/include -I$cf_cv_curses_dir/include/$cf_ncuhdr_root $CPPFLAGS"
 
-echo "$as_me:9528: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:9536: checking for $cf_ncuhdr_root header in include-path" >&5
 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
 if test "${cf_cv_ncurses_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9537,7 +9545,7 @@ else
 	do
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 9540 "configure"
+#line 9548 "configure"
 #include "confdefs.h"
 
 #include <$cf_header>
@@ -9561,16 +9569,16 @@ printf("old\n");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9564: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9572: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9567: \$? = $ac_status" >&5
+  echo "$as_me:9575: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9570: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9578: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9573: \$? = $ac_status" >&5
+  echo "$as_me:9581: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_h=$cf_header
 
@@ -9585,13 +9593,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 	done
 
 fi
-echo "$as_me:9588: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:9596: result: $cf_cv_ncurses_h" >&5
 echo "${ECHO_T}$cf_cv_ncurses_h" >&6
 
 if test "$cf_cv_ncurses_h" != no ; then
 	cf_cv_ncurses_header=$cf_cv_ncurses_h
 else
-echo "$as_me:9594: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:9602: checking for $cf_ncuhdr_root include-path" >&5
 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
 if test "${cf_cv_ncurses_h2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9686,7 +9694,7 @@ do
 				cf_save_CPPFLAGS="$CPPFLAGS"
 				CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 9689 "configure"
+#line 9697 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -9698,16 +9706,16 @@ printf("Hello")
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9701: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9709: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9704: \$? = $ac_status" >&5
+  echo "$as_me:9712: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9707: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9715: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9710: \$? = $ac_status" >&5
+  echo "$as_me:9718: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -9734,7 +9742,7 @@ done
 		do
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 9737 "configure"
+#line 9745 "configure"
 #include "confdefs.h"
 
 #include <$cf_header>
@@ -9758,16 +9766,16 @@ printf("old\n");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9761: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9769: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9764: \$? = $ac_status" >&5
+  echo "$as_me:9772: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9767: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9775: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9770: \$? = $ac_status" >&5
+  echo "$as_me:9778: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_h2=$cf_header
 
@@ -9788,12 +9796,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 		CPPFLAGS="$cf_save2_CPPFLAGS"
 		test "$cf_cv_ncurses_h2" != no && break
 	done
-	test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:9791: error: not found" >&5
+	test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:9799: error: not found" >&5
 echo "$as_me: error: not found" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
-echo "$as_me:9796: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:9804: result: $cf_cv_ncurses_h2" >&5
 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
 
 	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
@@ -9815,7 +9823,7 @@ do
 				cf_save_CPPFLAGS="$CPPFLAGS"
 				CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 9818 "configure"
+#line 9826 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -9827,16 +9835,16 @@ printf("Hello")
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9830: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9838: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:9833: \$? = $ac_status" >&5
+  echo "$as_me:9841: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:9836: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9844: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9839: \$? = $ac_status" >&5
+  echo "$as_me:9847: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -9887,7 +9895,7 @@ EOF
 	;;
 esac
 
-echo "$as_me:9890: checking for ncurses version" >&5
+echo "$as_me:9898: checking for ncurses version" >&5
 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
 if test "${cf_cv_ncurses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9913,10 +9921,10 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo "$as_me:9916: \"$cf_try\"") >&5
+	{ (eval echo "$as_me:9924: \"$cf_try\"") >&5
   (eval $cf_try) 2>&5
   ac_status=$?
-  echo "$as_me:9919: \$? = $ac_status" >&5
+  echo "$as_me:9927: \$? = $ac_status" >&5
   (exit $ac_status); }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
@@ -9926,7 +9934,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9929 "configure"
+#line 9937 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -9951,15 +9959,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:9954: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9962: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:9957: \$? = $ac_status" >&5
+  echo "$as_me:9965: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:9959: \"$ac_try\"") >&5
+  { (eval echo "$as_me:9967: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:9962: \$? = $ac_status" >&5
+  echo "$as_me:9970: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -9973,7 +9981,7 @@ fi
 	rm -f $cf_tempfile
 
 fi
-echo "$as_me:9976: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:9984: result: $cf_cv_ncurses_version" >&5
 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
 #define NCURSES 1
@@ -9985,7 +9993,7 @@ cf_nculib_root=ncurses
 	# to link gpm.
 cf_ncurses_LIBS=""
 cf_ncurses_SAVE="$LIBS"
-echo "$as_me:9988: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:9996: checking for Gpm_Open in -lgpm" >&5
 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9993,7 +10001,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgpm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 9996 "configure"
+#line 10004 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -10012,16 +10020,16 @@ Gpm_Open ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10015: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10023: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10018: \$? = $ac_status" >&5
+  echo "$as_me:10026: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10021: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10029: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10024: \$? = $ac_status" >&5
+  echo "$as_me:10032: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gpm_Gpm_Open=yes
 else
@@ -10032,10 +10040,10 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:10035: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:10043: result: $ac_cv_lib_gpm_Gpm_Open" >&5
 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
-  echo "$as_me:10038: checking for initscr in -lgpm" >&5
+  echo "$as_me:10046: checking for initscr in -lgpm" >&5
 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
 if test "${ac_cv_lib_gpm_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10043,7 +10051,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgpm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 10046 "configure"
+#line 10054 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -10062,16 +10070,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10065: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10073: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10068: \$? = $ac_status" >&5
+  echo "$as_me:10076: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10071: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10079: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10074: \$? = $ac_status" >&5
+  echo "$as_me:10082: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gpm_initscr=yes
 else
@@ -10082,7 +10090,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:10085: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:10093: result: $ac_cv_lib_gpm_initscr" >&5
 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
 if test $ac_cv_lib_gpm_initscr = yes; then
   LIBS="$cf_ncurses_SAVE"
@@ -10097,7 +10105,7 @@ freebsd*)
 	# This is only necessary if you are linking against an obsolete
 	# version of ncurses (but it should do no harm, since it's static).
 	if test "$cf_nculib_root" = ncurses ; then
-		echo "$as_me:10100: checking for tgoto in -lmytinfo" >&5
+		echo "$as_me:10108: checking for tgoto in -lmytinfo" >&5
 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10105,7 +10113,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmytinfo  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 10108 "configure"
+#line 10116 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -10124,16 +10132,16 @@ tgoto ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10127: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10135: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10130: \$? = $ac_status" >&5
+  echo "$as_me:10138: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10133: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10141: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10136: \$? = $ac_status" >&5
+  echo "$as_me:10144: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_mytinfo_tgoto=yes
 else
@@ -10144,7 +10152,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:10147: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:10155: result: $ac_cv_lib_mytinfo_tgoto" >&5
 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
 if test $ac_cv_lib_mytinfo_tgoto = yes; then
   cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS"
@@ -10163,13 +10171,13 @@ else
 
 	eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
 	cf_libdir=""
-	echo "$as_me:10166: checking for initscr" >&5
+	echo "$as_me:10174: checking for initscr" >&5
 echo $ECHO_N "checking for initscr... $ECHO_C" >&6
 if test "${ac_cv_func_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10172 "configure"
+#line 10180 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char initscr (); below.  */
@@ -10200,16 +10208,16 @@ f = initscr;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10203: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10211: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10206: \$? = $ac_status" >&5
+  echo "$as_me:10214: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10209: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10217: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10212: \$? = $ac_status" >&5
+  echo "$as_me:10220: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_initscr=yes
 else
@@ -10219,18 +10227,18 @@ ac_cv_func_initscr=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:10222: result: $ac_cv_func_initscr" >&5
+echo "$as_me:10230: result: $ac_cv_func_initscr" >&5
 echo "${ECHO_T}$ac_cv_func_initscr" >&6
 if test $ac_cv_func_initscr = yes; then
   eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:10229: checking for initscr in -l$cf_nculib_root" >&5
+		echo "$as_me:10237: checking for initscr in -l$cf_nculib_root" >&5
 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
 		LIBS="-l$cf_nculib_root $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 10233 "configure"
+#line 10241 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -10242,25 +10250,25 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10245: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10253: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10248: \$? = $ac_status" >&5
+  echo "$as_me:10256: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10251: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10259: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10254: \$? = $ac_status" >&5
+  echo "$as_me:10262: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:10256: result: yes" >&5
+  echo "$as_me:10264: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:10263: result: no" >&5
+echo "$as_me:10271: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -10320,11 +10328,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:10323: checking for -l$cf_nculib_root in $cf_libdir" >&5
+				echo "$as_me:10331: checking for -l$cf_nculib_root in $cf_libdir" >&5
 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 10327 "configure"
+#line 10335 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -10336,25 +10344,25 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10339: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10347: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10342: \$? = $ac_status" >&5
+  echo "$as_me:10350: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10345: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10353: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10348: \$? = $ac_status" >&5
+  echo "$as_me:10356: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:10350: result: yes" >&5
+  echo "$as_me:10358: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:10357: result: no" >&5
+echo "$as_me:10365: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -10369,7 +10377,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:10372: error: Cannot link $cf_nculib_root library" >&5
+	{ { echo "$as_me:10380: error: Cannot link $cf_nculib_root library" >&5
 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -10377,7 +10385,7 @@ fi
 fi
 
 if test -n "$cf_ncurses_LIBS" ; then
-	echo "$as_me:10380: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+	echo "$as_me:10388: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
 	cf_ncurses_SAVE="$LIBS"
 	for p in $cf_ncurses_LIBS ; do
@@ -10387,7 +10395,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
 		fi
 	done
 	cat >conftest.$ac_ext <<_ACEOF
-#line 10390 "configure"
+#line 10398 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -10399,23 +10407,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10402: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10410: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10405: \$? = $ac_status" >&5
+  echo "$as_me:10413: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10408: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10416: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10411: \$? = $ac_status" >&5
+  echo "$as_me:10419: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:10413: result: yes" >&5
+  echo "$as_me:10421: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:10418: result: no" >&5
+echo "$as_me:10426: result: no" >&5
 echo "${ECHO_T}no" >&6
 		 LIBS="$cf_ncurses_SAVE"
 fi
@@ -10428,7 +10436,7 @@ cat >>confdefs.h <<EOF
 #define $cf_nculib_ROOT 1
 EOF
 
-echo "$as_me:10431: checking for ncurses version" >&5
+echo "$as_me:10439: checking for ncurses version" >&5
 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
 if test "${cf_cv_ncurses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10454,10 +10462,10 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo "$as_me:10457: \"$cf_try\"") >&5
+	{ (eval echo "$as_me:10465: \"$cf_try\"") >&5
   (eval $cf_try) 2>&5
   ac_status=$?
-  echo "$as_me:10460: \$? = $ac_status" >&5
+  echo "$as_me:10468: \$? = $ac_status" >&5
   (exit $ac_status); }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
@@ -10467,7 +10475,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10470 "configure"
+#line 10478 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -10492,15 +10500,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:10495: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10503: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10498: \$? = $ac_status" >&5
+  echo "$as_me:10506: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:10500: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10508: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10503: \$? = $ac_status" >&5
+  echo "$as_me:10511: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -10514,7 +10522,7 @@ fi
 	rm -f $cf_tempfile
 
 fi
-echo "$as_me:10517: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:10525: result: $cf_cv_ncurses_version" >&5
 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
 #define NCURSES 1
@@ -10523,7 +10531,7 @@ EOF
 	;;
 ncursesw)
 
-echo "$as_me:10526: checking for multibyte character support" >&5
+echo "$as_me:10534: checking for multibyte character support" >&5
 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
 if test "${cf_cv_utf8_lib+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10531,7 +10539,7 @@ else
 
 	cf_save_LIBS="$LIBS"
 	cat >conftest.$ac_ext <<_ACEOF
-#line 10534 "configure"
+#line 10542 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -10544,16 +10552,16 @@ putwc(0,0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10547: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10555: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10550: \$? = $ac_status" >&5
+  echo "$as_me:10558: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10553: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10561: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10556: \$? = $ac_status" >&5
+  echo "$as_me:10564: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_utf8_lib=yes
 else
@@ -10561,7 +10569,7 @@ else
 cat conftest.$ac_ext >&5
 LIBS="-lutf8 $LIBS"
 	 cat >conftest.$ac_ext <<_ACEOF
-#line 10564 "configure"
+#line 10572 "configure"
 #include "confdefs.h"
 
 #include <libutf8.h>
@@ -10574,16 +10582,16 @@ putwc(0,0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10577: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10585: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:10580: \$? = $ac_status" >&5
+  echo "$as_me:10588: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:10583: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10591: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10586: \$? = $ac_status" >&5
+  echo "$as_me:10594: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_utf8_lib=add-on
 else
@@ -10597,7 +10605,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:10600: result: $cf_cv_utf8_lib" >&5
+echo "$as_me:10608: result: $cf_cv_utf8_lib" >&5
 echo "${ECHO_T}$cf_cv_utf8_lib" >&6
 
 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
@@ -10616,7 +10624,7 @@ test -n "$cf_cv_curses_dir" && \
 test "$cf_cv_curses_dir" != "no" && \
 CPPFLAGS="-I$cf_cv_curses_dir/include -I$cf_cv_curses_dir/include/$cf_ncuhdr_root $CPPFLAGS"
 
-echo "$as_me:10619: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:10627: checking for $cf_ncuhdr_root header in include-path" >&5
 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6
 if test "${cf_cv_ncurses_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10628,7 +10636,7 @@ else
 	do
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 10631 "configure"
+#line 10639 "configure"
 #include "confdefs.h"
 
 #define _XOPEN_SOURCE_EXTENDED
@@ -10660,16 +10668,16 @@ printf("old\n");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10663: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10671: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:10666: \$? = $ac_status" >&5
+  echo "$as_me:10674: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:10669: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10677: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10672: \$? = $ac_status" >&5
+  echo "$as_me:10680: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_h=$cf_header
 
@@ -10684,13 +10692,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 	done
 
 fi
-echo "$as_me:10687: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:10695: result: $cf_cv_ncurses_h" >&5
 echo "${ECHO_T}$cf_cv_ncurses_h" >&6
 
 if test "$cf_cv_ncurses_h" != no ; then
 	cf_cv_ncurses_header=$cf_cv_ncurses_h
 else
-echo "$as_me:10693: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:10701: checking for $cf_ncuhdr_root include-path" >&5
 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6
 if test "${cf_cv_ncurses_h2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10785,7 +10793,7 @@ do
 				cf_save_CPPFLAGS="$CPPFLAGS"
 				CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 10788 "configure"
+#line 10796 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -10797,16 +10805,16 @@ printf("Hello")
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10800: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10808: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:10803: \$? = $ac_status" >&5
+  echo "$as_me:10811: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:10806: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10814: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10809: \$? = $ac_status" >&5
+  echo "$as_me:10817: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -10833,7 +10841,7 @@ done
 		do
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 10836 "configure"
+#line 10844 "configure"
 #include "confdefs.h"
 
 #define _XOPEN_SOURCE_EXTENDED
@@ -10865,16 +10873,16 @@ printf("old\n");
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10868: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10876: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:10871: \$? = $ac_status" >&5
+  echo "$as_me:10879: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:10874: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10882: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10877: \$? = $ac_status" >&5
+  echo "$as_me:10885: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_h2=$cf_header
 
@@ -10895,12 +10903,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 		CPPFLAGS="$cf_save2_CPPFLAGS"
 		test "$cf_cv_ncurses_h2" != no && break
 	done
-	test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:10898: error: not found" >&5
+	test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:10906: error: not found" >&5
 echo "$as_me: error: not found" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
-echo "$as_me:10903: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:10911: result: $cf_cv_ncurses_h2" >&5
 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6
 
 	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
@@ -10922,7 +10930,7 @@ do
 				cf_save_CPPFLAGS="$CPPFLAGS"
 				CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 10925 "configure"
+#line 10933 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -10934,16 +10942,16 @@ printf("Hello")
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10937: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10945: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:10940: \$? = $ac_status" >&5
+  echo "$as_me:10948: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:10943: \"$ac_try\"") >&5
+  { (eval echo "$as_me:10951: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:10946: \$? = $ac_status" >&5
+  echo "$as_me:10954: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -10994,7 +11002,7 @@ EOF
 	;;
 esac
 
-echo "$as_me:10997: checking for ncurses version" >&5
+echo "$as_me:11005: checking for ncurses version" >&5
 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
 if test "${cf_cv_ncurses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11020,10 +11028,10 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo "$as_me:11023: \"$cf_try\"") >&5
+	{ (eval echo "$as_me:11031: \"$cf_try\"") >&5
   (eval $cf_try) 2>&5
   ac_status=$?
-  echo "$as_me:11026: \$? = $ac_status" >&5
+  echo "$as_me:11034: \$? = $ac_status" >&5
   (exit $ac_status); }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
@@ -11033,7 +11041,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11036 "configure"
+#line 11044 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -11058,15 +11066,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:11061: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11069: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11064: \$? = $ac_status" >&5
+  echo "$as_me:11072: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:11066: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11074: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11069: \$? = $ac_status" >&5
+  echo "$as_me:11077: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -11080,7 +11088,7 @@ fi
 	rm -f $cf_tempfile
 
 fi
-echo "$as_me:11083: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:11091: result: $cf_cv_ncurses_version" >&5
 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
 #define NCURSES 1
@@ -11092,7 +11100,7 @@ cf_nculib_root=ncursesw
 	# to link gpm.
 cf_ncurses_LIBS=""
 cf_ncurses_SAVE="$LIBS"
-echo "$as_me:11095: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:11103: checking for Gpm_Open in -lgpm" >&5
 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6
 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11100,7 +11108,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgpm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11103 "configure"
+#line 11111 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11119,16 +11127,16 @@ Gpm_Open ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11122: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11130: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11125: \$? = $ac_status" >&5
+  echo "$as_me:11133: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11128: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11136: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11131: \$? = $ac_status" >&5
+  echo "$as_me:11139: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gpm_Gpm_Open=yes
 else
@@ -11139,10 +11147,10 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11142: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:11150: result: $ac_cv_lib_gpm_Gpm_Open" >&5
 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6
 if test $ac_cv_lib_gpm_Gpm_Open = yes; then
-  echo "$as_me:11145: checking for initscr in -lgpm" >&5
+  echo "$as_me:11153: checking for initscr in -lgpm" >&5
 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6
 if test "${ac_cv_lib_gpm_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11150,7 +11158,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgpm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11153 "configure"
+#line 11161 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11169,16 +11177,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11172: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11180: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11175: \$? = $ac_status" >&5
+  echo "$as_me:11183: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11178: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11186: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11181: \$? = $ac_status" >&5
+  echo "$as_me:11189: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_gpm_initscr=yes
 else
@@ -11189,7 +11197,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11192: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:11200: result: $ac_cv_lib_gpm_initscr" >&5
 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6
 if test $ac_cv_lib_gpm_initscr = yes; then
   LIBS="$cf_ncurses_SAVE"
@@ -11204,7 +11212,7 @@ freebsd*)
 	# This is only necessary if you are linking against an obsolete
 	# version of ncurses (but it should do no harm, since it's static).
 	if test "$cf_nculib_root" = ncurses ; then
-		echo "$as_me:11207: checking for tgoto in -lmytinfo" >&5
+		echo "$as_me:11215: checking for tgoto in -lmytinfo" >&5
 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11212,7 +11220,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmytinfo  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 11215 "configure"
+#line 11223 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -11231,16 +11239,16 @@ tgoto ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11234: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11242: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11237: \$? = $ac_status" >&5
+  echo "$as_me:11245: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11240: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11248: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11243: \$? = $ac_status" >&5
+  echo "$as_me:11251: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_mytinfo_tgoto=yes
 else
@@ -11251,7 +11259,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:11254: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:11262: result: $ac_cv_lib_mytinfo_tgoto" >&5
 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6
 if test $ac_cv_lib_mytinfo_tgoto = yes; then
   cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS"
@@ -11270,13 +11278,13 @@ else
 
 	eval 'cf_cv_have_lib_'$cf_nculib_root'=no'
 	cf_libdir=""
-	echo "$as_me:11273: checking for initscr" >&5
+	echo "$as_me:11281: checking for initscr" >&5
 echo $ECHO_N "checking for initscr... $ECHO_C" >&6
 if test "${ac_cv_func_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11279 "configure"
+#line 11287 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char initscr (); below.  */
@@ -11307,16 +11315,16 @@ f = initscr;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11310: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11318: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11313: \$? = $ac_status" >&5
+  echo "$as_me:11321: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11316: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11324: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11319: \$? = $ac_status" >&5
+  echo "$as_me:11327: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_initscr=yes
 else
@@ -11326,18 +11334,18 @@ ac_cv_func_initscr=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:11329: result: $ac_cv_func_initscr" >&5
+echo "$as_me:11337: result: $ac_cv_func_initscr" >&5
 echo "${ECHO_T}$ac_cv_func_initscr" >&6
 if test $ac_cv_func_initscr = yes; then
   eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:11336: checking for initscr in -l$cf_nculib_root" >&5
+		echo "$as_me:11344: checking for initscr in -l$cf_nculib_root" >&5
 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6
 		LIBS="-l$cf_nculib_root $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 11340 "configure"
+#line 11348 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -11349,25 +11357,25 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11352: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11360: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11355: \$? = $ac_status" >&5
+  echo "$as_me:11363: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11358: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11366: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11361: \$? = $ac_status" >&5
+  echo "$as_me:11369: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:11363: result: yes" >&5
+  echo "$as_me:11371: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:11370: result: no" >&5
+echo "$as_me:11378: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -11427,11 +11435,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:11430: checking for -l$cf_nculib_root in $cf_libdir" >&5
+				echo "$as_me:11438: checking for -l$cf_nculib_root in $cf_libdir" >&5
 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 11434 "configure"
+#line 11442 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -11443,25 +11451,25 @@ initscr()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11446: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11454: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11449: \$? = $ac_status" >&5
+  echo "$as_me:11457: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11452: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11460: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11455: \$? = $ac_status" >&5
+  echo "$as_me:11463: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:11457: result: yes" >&5
+  echo "$as_me:11465: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:11464: result: no" >&5
+echo "$as_me:11472: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -11476,7 +11484,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:11479: error: Cannot link $cf_nculib_root library" >&5
+	{ { echo "$as_me:11487: error: Cannot link $cf_nculib_root library" >&5
 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -11484,7 +11492,7 @@ fi
 fi
 
 if test -n "$cf_ncurses_LIBS" ; then
-	echo "$as_me:11487: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+	echo "$as_me:11495: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6
 	cf_ncurses_SAVE="$LIBS"
 	for p in $cf_ncurses_LIBS ; do
@@ -11494,7 +11502,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
 		fi
 	done
 	cat >conftest.$ac_ext <<_ACEOF
-#line 11497 "configure"
+#line 11505 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -11506,23 +11514,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11509: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11517: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11512: \$? = $ac_status" >&5
+  echo "$as_me:11520: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11515: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11523: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11518: \$? = $ac_status" >&5
+  echo "$as_me:11526: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:11520: result: yes" >&5
+  echo "$as_me:11528: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:11525: result: no" >&5
+echo "$as_me:11533: result: no" >&5
 echo "${ECHO_T}no" >&6
 		 LIBS="$cf_ncurses_SAVE"
 fi
@@ -11535,7 +11543,7 @@ cat >>confdefs.h <<EOF
 #define $cf_nculib_ROOT 1
 EOF
 
-echo "$as_me:11538: checking for ncurses version" >&5
+echo "$as_me:11546: checking for ncurses version" >&5
 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6
 if test "${cf_cv_ncurses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11561,10 +11569,10 @@ Autoconf "old"
 #endif
 EOF
 	cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
-	{ (eval echo "$as_me:11564: \"$cf_try\"") >&5
+	{ (eval echo "$as_me:11572: \"$cf_try\"") >&5
   (eval $cf_try) 2>&5
   ac_status=$?
-  echo "$as_me:11567: \$? = $ac_status" >&5
+  echo "$as_me:11575: \$? = $ac_status" >&5
   (exit $ac_status); }
 	if test -f conftest.out ; then
 		cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'`
@@ -11574,7 +11582,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 11577 "configure"
+#line 11585 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -11599,15 +11607,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:11602: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11610: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11605: \$? = $ac_status" >&5
+  echo "$as_me:11613: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:11607: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11615: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11610: \$? = $ac_status" >&5
+  echo "$as_me:11618: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 	cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -11621,7 +11629,7 @@ fi
 	rm -f $cf_tempfile
 
 fi
-echo "$as_me:11624: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:11632: result: $cf_cv_ncurses_version" >&5
 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF
 #define NCURSES 1
@@ -11634,14 +11642,14 @@ pdcurses)
 	;;
 slang)
 
-echo "$as_me:11637: checking for slang header file" >&5
+echo "$as_me:11645: checking for slang header file" >&5
 echo $ECHO_N "checking for slang header file... $ECHO_C" >&6
 if test "${cf_cv_slang_header+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 11644 "configure"
+#line 11652 "configure"
 #include "confdefs.h"
 #include <slang.h>
 int
@@ -11653,16 +11661,16 @@ printf("%s\n", SLANG_VERSION)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11656: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11664: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:11659: \$? = $ac_status" >&5
+  echo "$as_me:11667: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:11662: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11670: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11665: \$? = $ac_status" >&5
+  echo "$as_me:11673: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_slang_header=predefined
 else
@@ -11752,14 +11760,14 @@ test -d "$oldincludedir" && {
 		done
 		test -n "$cf_cv_slang_header" && break
 	done
-	test -z "$cf_cv_slang_header" && { { echo "$as_me:11755: error: not found" >&5
+	test -z "$cf_cv_slang_header" && { { echo "$as_me:11763: error: not found" >&5
 echo "$as_me: error: not found" >&2;}
    { (exit 1); exit 1; }; }
 
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:11762: result: $cf_cv_slang_header" >&5
+echo "$as_me:11770: result: $cf_cv_slang_header" >&5
 echo "${ECHO_T}$cf_cv_slang_header" >&6
 cat >>confdefs.h <<\EOF
 #define USE_SLANG 1
@@ -11785,7 +11793,7 @@ do
 				cf_save_CPPFLAGS="$CPPFLAGS"
 				CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 11788 "configure"
+#line 11796 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -11797,16 +11805,16 @@ printf("Hello")
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11800: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11808: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:11803: \$? = $ac_status" >&5
+  echo "$as_me:11811: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:11806: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11814: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11809: \$? = $ac_status" >&5
+  echo "$as_me:11817: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -11832,14 +11840,14 @@ esac
 
 # There's an unofficial set of patches for slang that gives it some limited
 # UTF8 capability.  Unfortunately it won't compile unless one defines UTF8.
-echo "$as_me:11835: checking if we must define UTF8" >&5
+echo "$as_me:11843: checking if we must define UTF8" >&5
 echo $ECHO_N "checking if we must define UTF8... $ECHO_C" >&6
 if test "${cf_cv_slang_utf8+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 11842 "configure"
+#line 11850 "configure"
 #include "confdefs.h"
 
 #include <slang.h>
@@ -11852,16 +11860,16 @@ SLtt_get_screen_size()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11855: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11863: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:11858: \$? = $ac_status" >&5
+  echo "$as_me:11866: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:11861: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11869: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11864: \$? = $ac_status" >&5
+  echo "$as_me:11872: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_slang_utf8=no
 else
@@ -11869,7 +11877,7 @@ else
 cat conftest.$ac_ext >&5
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 11872 "configure"
+#line 11880 "configure"
 #include "confdefs.h"
 
 #define UTF8
@@ -11883,16 +11891,16 @@ SLtt_get_screen_size()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11886: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11894: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:11889: \$? = $ac_status" >&5
+  echo "$as_me:11897: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:11892: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11900: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11895: \$? = $ac_status" >&5
+  echo "$as_me:11903: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_slang_utf8=yes
 else
@@ -11905,7 +11913,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:11908: result: $cf_cv_slang_utf8" >&5
+echo "$as_me:11916: result: $cf_cv_slang_utf8" >&5
 echo "${ECHO_T}$cf_cv_slang_utf8" >&6
 
 if test "$cf_cv_slang_utf8" = yes ; then
@@ -11923,7 +11931,7 @@ else
 
 cf_cv_termlib=none
 cat >conftest.$ac_ext <<_ACEOF
-#line 11926 "configure"
+#line 11934 "configure"
 #include "confdefs.h"
 
 int
@@ -11935,19 +11943,19 @@ char *x=(char*)tgoto("",0,0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11938: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11946: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11941: \$? = $ac_status" >&5
+  echo "$as_me:11949: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11944: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11952: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11947: \$? = $ac_status" >&5
+  echo "$as_me:11955: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cat >conftest.$ac_ext <<_ACEOF
-#line 11950 "configure"
+#line 11958 "configure"
 #include "confdefs.h"
 
 int
@@ -11959,16 +11967,16 @@ int x=tigetstr("")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11962: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11970: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:11965: \$? = $ac_status" >&5
+  echo "$as_me:11973: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:11968: \"$ac_try\"") >&5
+  { (eval echo "$as_me:11976: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:11971: \$? = $ac_status" >&5
+  echo "$as_me:11979: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_termlib=terminfo
 else
@@ -11992,10 +12000,10 @@ if test "$cf_cv_termlib" = none; then
 	LIBS="-l$cf_lib $cf_save_LIBS"
 	for cf_func in tigetstr tgetstr
 	do
-		echo "$as_me:11995: checking for $cf_func in -l$cf_lib" >&5
+		echo "$as_me:12003: checking for $cf_func in -l$cf_lib" >&5
 echo $ECHO_N "checking for $cf_func in -l$cf_lib... $ECHO_C" >&6
 		cat >conftest.$ac_ext <<_ACEOF
-#line 11998 "configure"
+#line 12006 "configure"
 #include "confdefs.h"
 
 int
@@ -12007,16 +12015,16 @@ int x=$cf_func("")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12010: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12018: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12013: \$? = $ac_status" >&5
+  echo "$as_me:12021: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12016: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12024: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12019: \$? = $ac_status" >&5
+  echo "$as_me:12027: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -12025,7 +12033,7 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-		echo "$as_me:12028: result: $cf_result" >&5
+		echo "$as_me:12036: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 		if test "$cf_result" = yes ; then
 			if test "$cf_func" = tigetstr ; then
@@ -12042,7 +12050,7 @@ echo "${ECHO_T}$cf_result" >&6
 fi
 if test "$cf_cv_termlib" = none; then
 	# allow curses library for broken AIX system.
-	echo "$as_me:12045: checking for initscr in -lcurses" >&5
+	echo "$as_me:12053: checking for initscr in -lcurses" >&5
 echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
 if test "${ac_cv_lib_curses_initscr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12050,7 +12058,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lcurses  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 12053 "configure"
+#line 12061 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -12069,16 +12077,16 @@ initscr ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12072: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12080: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12075: \$? = $ac_status" >&5
+  echo "$as_me:12083: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12078: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12086: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12081: \$? = $ac_status" >&5
+  echo "$as_me:12089: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_curses_initscr=yes
 else
@@ -12089,13 +12097,13 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:12092: result: $ac_cv_lib_curses_initscr" >&5
+echo "$as_me:12100: result: $ac_cv_lib_curses_initscr" >&5
 echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6
 if test $ac_cv_lib_curses_initscr = yes; then
   LIBS="$LIBS -lcurses" cf_cv_termlib=termcap
 fi
 
-	echo "$as_me:12098: checking for tgoto in -ltermcap" >&5
+	echo "$as_me:12106: checking for tgoto in -ltermcap" >&5
 echo $ECHO_N "checking for tgoto in -ltermcap... $ECHO_C" >&6
 if test "${ac_cv_lib_termcap_tgoto+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12103,7 +12111,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ltermcap  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 12106 "configure"
+#line 12114 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -12122,16 +12130,16 @@ tgoto ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12125: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12133: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12128: \$? = $ac_status" >&5
+  echo "$as_me:12136: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12131: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12139: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12134: \$? = $ac_status" >&5
+  echo "$as_me:12142: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_termcap_tgoto=yes
 else
@@ -12142,7 +12150,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:12145: result: $ac_cv_lib_termcap_tgoto" >&5
+echo "$as_me:12153: result: $ac_cv_lib_termcap_tgoto" >&5
 echo "${ECHO_T}$ac_cv_lib_termcap_tgoto" >&6
 if test $ac_cv_lib_termcap_tgoto = yes; then
   LIBS="$LIBS -ltermcap" cf_cv_termlib=termcap
@@ -12153,20 +12161,20 @@ fi
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 if test "$cf_cv_termlib" = none; then
-	{ echo "$as_me:12156: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
+	{ echo "$as_me:12164: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
 echo "$as_me: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&2;}
 fi
 
 fi
 
 cf_slang_LIBS2="$LIBS"
-echo "$as_me:12163: checking for acos" >&5
+echo "$as_me:12171: checking for acos" >&5
 echo $ECHO_N "checking for acos... $ECHO_C" >&6
 if test "${ac_cv_func_acos+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 12169 "configure"
+#line 12177 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char acos (); below.  */
@@ -12197,16 +12205,16 @@ f = acos;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12200: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12208: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12203: \$? = $ac_status" >&5
+  echo "$as_me:12211: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12206: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12214: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12209: \$? = $ac_status" >&5
+  echo "$as_me:12217: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_acos=yes
 else
@@ -12216,13 +12224,13 @@ ac_cv_func_acos=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:12219: result: $ac_cv_func_acos" >&5
+echo "$as_me:12227: result: $ac_cv_func_acos" >&5
 echo "${ECHO_T}$ac_cv_func_acos" >&6
 if test $ac_cv_func_acos = yes; then
   :
 else
 
-echo "$as_me:12225: checking for acos in -lm" >&5
+echo "$as_me:12233: checking for acos in -lm" >&5
 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
 if test "${ac_cv_lib_m_acos+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12230,7 +12238,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lm $LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 12233 "configure"
+#line 12241 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -12249,16 +12257,16 @@ acos ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12252: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12260: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12255: \$? = $ac_status" >&5
+  echo "$as_me:12263: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12258: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12266: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12261: \$? = $ac_status" >&5
+  echo "$as_me:12269: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_m_acos=yes
 else
@@ -12269,7 +12277,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:12272: result: $ac_cv_lib_m_acos" >&5
+echo "$as_me:12280: result: $ac_cv_lib_m_acos" >&5
 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
 if test $ac_cv_lib_m_acos = yes; then
 
@@ -12295,13 +12303,13 @@ os2*)
 
 	eval 'cf_cv_have_lib_'video'=no'
 	cf_libdir=""
-	echo "$as_me:12298: checking for v_init" >&5
+	echo "$as_me:12306: checking for v_init" >&5
 echo $ECHO_N "checking for v_init... $ECHO_C" >&6
 if test "${ac_cv_func_v_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 12304 "configure"
+#line 12312 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char v_init (); below.  */
@@ -12332,16 +12340,16 @@ f = v_init;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12335: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12343: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12338: \$? = $ac_status" >&5
+  echo "$as_me:12346: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12341: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12349: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12344: \$? = $ac_status" >&5
+  echo "$as_me:12352: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_v_init=yes
 else
@@ -12351,18 +12359,18 @@ ac_cv_func_v_init=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:12354: result: $ac_cv_func_v_init" >&5
+echo "$as_me:12362: result: $ac_cv_func_v_init" >&5
 echo "${ECHO_T}$ac_cv_func_v_init" >&6
 if test $ac_cv_func_v_init = yes; then
   eval 'cf_cv_have_lib_'video'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:12361: checking for v_init in -lvideo" >&5
+		echo "$as_me:12369: checking for v_init in -lvideo" >&5
 echo $ECHO_N "checking for v_init in -lvideo... $ECHO_C" >&6
 		LIBS="-lvideo $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 12365 "configure"
+#line 12373 "configure"
 #include "confdefs.h"
 #include <sys/video.h>
 int
@@ -12374,25 +12382,25 @@ v_init()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12377: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12385: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12380: \$? = $ac_status" >&5
+  echo "$as_me:12388: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12383: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12391: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12386: \$? = $ac_status" >&5
+  echo "$as_me:12394: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:12388: result: yes" >&5
+  echo "$as_me:12396: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'video'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:12395: result: no" >&5
+echo "$as_me:12403: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -12452,11 +12460,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:12455: checking for -lvideo in $cf_libdir" >&5
+				echo "$as_me:12463: checking for -lvideo in $cf_libdir" >&5
 echo $ECHO_N "checking for -lvideo in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -lvideo $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 12459 "configure"
+#line 12467 "configure"
 #include "confdefs.h"
 #include <sys/video.h>
 int
@@ -12468,25 +12476,25 @@ v_init()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12471: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12479: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12474: \$? = $ac_status" >&5
+  echo "$as_me:12482: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12477: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12485: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12480: \$? = $ac_status" >&5
+  echo "$as_me:12488: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:12482: result: yes" >&5
+  echo "$as_me:12490: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'video'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:12489: result: no" >&5
+echo "$as_me:12497: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -12501,7 +12509,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'video
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:12504: error: Cannot link video library" >&5
+	{ { echo "$as_me:12512: error: Cannot link video library" >&5
 echo "$as_me: error: Cannot link video library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -12511,13 +12519,13 @@ esac
 
 	eval 'cf_cv_have_lib_'slang'=no'
 	cf_libdir=""
-	echo "$as_me:12514: checking for SLtt_get_screen_size" >&5
+	echo "$as_me:12522: checking for SLtt_get_screen_size" >&5
 echo $ECHO_N "checking for SLtt_get_screen_size... $ECHO_C" >&6
 if test "${ac_cv_func_SLtt_get_screen_size+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 12520 "configure"
+#line 12528 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char SLtt_get_screen_size (); below.  */
@@ -12548,16 +12556,16 @@ f = SLtt_get_screen_size;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12551: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12559: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12554: \$? = $ac_status" >&5
+  echo "$as_me:12562: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12557: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12565: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12560: \$? = $ac_status" >&5
+  echo "$as_me:12568: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_SLtt_get_screen_size=yes
 else
@@ -12567,18 +12575,18 @@ ac_cv_func_SLtt_get_screen_size=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:12570: result: $ac_cv_func_SLtt_get_screen_size" >&5
+echo "$as_me:12578: result: $ac_cv_func_SLtt_get_screen_size" >&5
 echo "${ECHO_T}$ac_cv_func_SLtt_get_screen_size" >&6
 if test $ac_cv_func_SLtt_get_screen_size = yes; then
   eval 'cf_cv_have_lib_'slang'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:12577: checking for SLtt_get_screen_size in -lslang" >&5
+		echo "$as_me:12585: checking for SLtt_get_screen_size in -lslang" >&5
 echo $ECHO_N "checking for SLtt_get_screen_size in -lslang... $ECHO_C" >&6
 		LIBS="-lslang $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 12581 "configure"
+#line 12589 "configure"
 #include "confdefs.h"
 #include <slang.h>
 int
@@ -12590,25 +12598,25 @@ SLtt_get_screen_size()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12593: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12601: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12596: \$? = $ac_status" >&5
+  echo "$as_me:12604: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12599: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12607: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12602: \$? = $ac_status" >&5
+  echo "$as_me:12610: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:12604: result: yes" >&5
+  echo "$as_me:12612: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'slang'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:12611: result: no" >&5
+echo "$as_me:12619: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -12668,11 +12676,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:12671: checking for -lslang in $cf_libdir" >&5
+				echo "$as_me:12679: checking for -lslang in $cf_libdir" >&5
 echo $ECHO_N "checking for -lslang in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -lslang $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 12675 "configure"
+#line 12683 "configure"
 #include "confdefs.h"
 #include <slang.h>
 int
@@ -12684,25 +12692,25 @@ SLtt_get_screen_size()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12687: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12695: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12690: \$? = $ac_status" >&5
+  echo "$as_me:12698: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12693: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12701: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12696: \$? = $ac_status" >&5
+  echo "$as_me:12704: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:12698: result: yes" >&5
+  echo "$as_me:12706: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'slang'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:12705: result: no" >&5
+echo "$as_me:12713: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -12717,13 +12725,13 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'slang
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:12720: error: Cannot link slang library" >&5
+	{ { echo "$as_me:12728: error: Cannot link slang library" >&5
 echo "$as_me: error: Cannot link slang library" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
 cf_slang_LIBS3="$LIBS"
-echo "$as_me:12726: checking if we can link slang without termcap" >&5
+echo "$as_me:12734: checking if we can link slang without termcap" >&5
 echo $ECHO_N "checking if we can link slang without termcap... $ECHO_C" >&6
 if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
 	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
@@ -12732,7 +12740,7 @@ else
 fi
 LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
 cat >conftest.$ac_ext <<_ACEOF
-#line 12735 "configure"
+#line 12743 "configure"
 #include "confdefs.h"
 #include <slang.h>
 int
@@ -12744,16 +12752,16 @@ SLtt_get_screen_size()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12747: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12755: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12750: \$? = $ac_status" >&5
+  echo "$as_me:12758: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12753: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12761: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12756: \$? = $ac_status" >&5
+  echo "$as_me:12764: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -12762,18 +12770,18 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:12765: result: $cf_result" >&5
+echo "$as_me:12773: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 test $cf_result = no && LIBS="$cf_slang_LIBS3"
 
-echo "$as_me:12769: checking if we must tell slang this is UNIX" >&5
+echo "$as_me:12777: checking if we must tell slang this is UNIX" >&5
 echo $ECHO_N "checking if we must tell slang this is UNIX... $ECHO_C" >&6
 if test "${cf_cv_slang_unix+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 12776 "configure"
+#line 12784 "configure"
 #include "confdefs.h"
 #include <slang.h>
 int
@@ -12792,16 +12800,16 @@ SLang_TT_Baud_Rate = 1
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12795: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12803: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:12798: \$? = $ac_status" >&5
+  echo "$as_me:12806: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:12801: \"$ac_try\"") >&5
+  { (eval echo "$as_me:12809: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:12804: \$? = $ac_status" >&5
+  echo "$as_me:12812: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_slang_unix=yes
 else
@@ -12812,7 +12820,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:12815: result: $cf_cv_slang_unix" >&5
+echo "$as_me:12823: result: $cf_cv_slang_unix" >&5
 echo "${ECHO_T}$cf_cv_slang_unix" >&6
 test $cf_cv_slang_unix = yes && cat >>confdefs.h <<\EOF
 #define REAL_UNIX_SYSTEM 1
@@ -12824,19 +12832,19 @@ esac
 eval cf_libdir=$libdir
 cf_libdir=`echo $cf_libdir | sed -e s%'^NONE/'%$prefix/% -e s%'^NONE/'%$ac_default_prefix/%`
 
-echo "$as_me:12827: checking for location of config-file" >&5
+echo "$as_me:12835: checking for location of config-file" >&5
 echo $ECHO_N "checking for location of config-file... $ECHO_C" >&6
 LYNX_CFG_FILE=$cf_libdir/lynx.cfg
 cat >>confdefs.h <<EOF
 #define LYNX_CFG_FILE "$LYNX_CFG_FILE"
 EOF
 
-echo "$as_me:12834: result: $LYNX_CFG_FILE" >&5
+echo "$as_me:12842: result: $LYNX_CFG_FILE" >&5
 echo "${ECHO_T}$LYNX_CFG_FILE" >&6
 
 CHARSET_DEFS=
 
-echo "$as_me:12839: checking if you want only a few charsets" >&5
+echo "$as_me:12847: checking if you want only a few charsets" >&5
 echo $ECHO_N "checking if you want only a few charsets... $ECHO_C" >&6
 
 # Check whether --with-charsets or --without-charsets was given.
@@ -12848,7 +12856,7 @@ else
 fi;
 
 if test -n "$cf_charsets" ; then
-	echo "$as_me:12851: result: yes" >&5
+	echo "$as_me:12859: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 	cat >>confdefs.h <<\EOF
 #define ALL_CHARSETS 0
@@ -12893,17 +12901,17 @@ EOF
 		fi
 	done
 else
-	echo "$as_me:12896: result: no" >&5
+	echo "$as_me:12904: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
-echo "$as_me:12900: checking for ANSI C header files" >&5
+echo "$as_me:12908: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 12906 "configure"
+#line 12914 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -12911,13 +12919,13 @@ else
 #include <float.h>
 
 _ACEOF
-if { (eval echo "$as_me:12914: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:12922: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:12920: \$? = $ac_status" >&5
+  echo "$as_me:12928: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12939,7 +12947,7 @@ rm -f conftest.err conftest.$ac_ext
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 12942 "configure"
+#line 12950 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -12957,7 +12965,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 12960 "configure"
+#line 12968 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -12978,7 +12986,7 @@ if test $ac_cv_header_stdc = yes; then
   :
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 12981 "configure"
+#line 12989 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -13004,15 +13012,15 @@ main ()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:13007: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13015: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13010: \$? = $ac_status" >&5
+  echo "$as_me:13018: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:13012: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13020: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13015: \$? = $ac_status" >&5
+  echo "$as_me:13023: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -13025,7 +13033,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 fi
 fi
-echo "$as_me:13028: result: $ac_cv_header_stdc" >&5
+echo "$as_me:13036: result: $ac_cv_header_stdc" >&5
 echo "${ECHO_T}$ac_cv_header_stdc" >&6
 if test $ac_cv_header_stdc = yes; then
 
@@ -13035,13 +13043,13 @@ EOF
 
 fi
 
-echo "$as_me:13038: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:13046: checking whether time.h and sys/time.h may both be included" >&5
 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
 if test "${ac_cv_header_time+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13044 "configure"
+#line 13052 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/time.h>
@@ -13057,16 +13065,16 @@ return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13060: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13068: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13063: \$? = $ac_status" >&5
+  echo "$as_me:13071: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13066: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13074: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13069: \$? = $ac_status" >&5
+  echo "$as_me:13077: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_header_time=yes
 else
@@ -13076,7 +13084,7 @@ ac_cv_header_time=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:13079: result: $ac_cv_header_time" >&5
+echo "$as_me:13087: result: $ac_cv_header_time" >&5
 echo "${ECHO_T}$ac_cv_header_time" >&6
 if test $ac_cv_header_time = yes; then
 
@@ -13089,13 +13097,13 @@ fi
 ac_header_dirent=no
 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
-echo "$as_me:13092: checking for $ac_hdr that defines DIR" >&5
+echo "$as_me:13100: checking for $ac_hdr that defines DIR" >&5
 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13098 "configure"
+#line 13106 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <$ac_hdr>
@@ -13110,16 +13118,16 @@ return 0;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13113: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13121: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13116: \$? = $ac_status" >&5
+  echo "$as_me:13124: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13119: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13127: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13122: \$? = $ac_status" >&5
+  echo "$as_me:13130: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_Header=yes"
 else
@@ -13129,7 +13137,7 @@ eval "$as_ac_Header=no"
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:13132: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13140: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13142,7 +13150,7 @@ fi
 done
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
 if test $ac_header_dirent = dirent.h; then
-  echo "$as_me:13145: checking for opendir in -ldir" >&5
+  echo "$as_me:13153: checking for opendir in -ldir" >&5
 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
 if test "${ac_cv_lib_dir_opendir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13150,7 +13158,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldir  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 13153 "configure"
+#line 13161 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -13169,16 +13177,16 @@ opendir ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13172: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13180: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13175: \$? = $ac_status" >&5
+  echo "$as_me:13183: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:13178: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13186: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13181: \$? = $ac_status" >&5
+  echo "$as_me:13189: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dir_opendir=yes
 else
@@ -13189,14 +13197,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:13192: result: $ac_cv_lib_dir_opendir" >&5
+echo "$as_me:13200: result: $ac_cv_lib_dir_opendir" >&5
 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
 if test $ac_cv_lib_dir_opendir = yes; then
   LIBS="$LIBS -ldir"
 fi
 
 else
-  echo "$as_me:13199: checking for opendir in -lx" >&5
+  echo "$as_me:13207: checking for opendir in -lx" >&5
 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
 if test "${ac_cv_lib_x_opendir+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13204,7 +13212,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lx  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 13207 "configure"
+#line 13215 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -13223,16 +13231,16 @@ opendir ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13226: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13234: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13229: \$? = $ac_status" >&5
+  echo "$as_me:13237: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:13232: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13240: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13235: \$? = $ac_status" >&5
+  echo "$as_me:13243: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_x_opendir=yes
 else
@@ -13243,7 +13251,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:13246: result: $ac_cv_lib_x_opendir" >&5
+echo "$as_me:13254: result: $ac_cv_lib_x_opendir" >&5
 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
 if test $ac_cv_lib_x_opendir = yes; then
   LIBS="$LIBS -lx"
@@ -13271,23 +13279,23 @@ for ac_header in \
 
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13274: checking for $ac_header" >&5
+echo "$as_me:13282: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13280 "configure"
+#line 13288 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:13284: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13292: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:13290: \$? = $ac_status" >&5
+  echo "$as_me:13298: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13306,7 +13314,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:13309: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13317: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13316,14 +13324,14 @@ EOF
 fi
 done
 
-echo "$as_me:13319: checking termio.h and termios.h" >&5
+echo "$as_me:13327: checking termio.h and termios.h" >&5
 echo $ECHO_N "checking termio.h and termios.h... $ECHO_C" >&6
 if test "${cf_cv_termio_and_termios+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 13326 "configure"
+#line 13334 "configure"
 #include "confdefs.h"
 
 #if HAVE_TERMIO_H
@@ -13341,16 +13349,16 @@ putchar (0x0a)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13344: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13352: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13347: \$? = $ac_status" >&5
+  echo "$as_me:13355: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13350: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13358: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13353: \$? = $ac_status" >&5
+  echo "$as_me:13361: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_termio_and_termios=yes
 else
@@ -13361,20 +13369,20 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 
-echo "$as_me:13364: result: $cf_cv_termio_and_termios" >&5
+echo "$as_me:13372: result: $cf_cv_termio_and_termios" >&5
 echo "${ECHO_T}$cf_cv_termio_and_termios" >&6
 test $cf_cv_termio_and_termios = no && cat >>confdefs.h <<\EOF
 #define TERMIO_AND_TERMIOS 1
 EOF
 
-echo "$as_me:13370: checking for sigaction and structs" >&5
+echo "$as_me:13378: checking for sigaction and structs" >&5
 echo $ECHO_N "checking for sigaction and structs... $ECHO_C" >&6
 if test "${cf_cv_func_sigaction+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 13377 "configure"
+#line 13385 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -13394,16 +13402,16 @@ struct sigaction act;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13397: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13405: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13400: \$? = $ac_status" >&5
+  echo "$as_me:13408: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:13403: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13411: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13406: \$? = $ac_status" >&5
+  echo "$as_me:13414: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_func_sigaction=yes
 else
@@ -13414,7 +13422,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:13417: result: $cf_cv_func_sigaction" >&5
+echo "$as_me:13425: result: $cf_cv_func_sigaction" >&5
 echo "${ECHO_T}$cf_cv_func_sigaction" >&6
 test "$cf_cv_func_sigaction" = yes && cat >>confdefs.h <<\EOF
 #define HAVE_SIGACTION 1
@@ -13423,23 +13431,23 @@ EOF
 for ac_header in sys/wait.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13426: checking for $ac_header" >&5
+echo "$as_me:13434: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13432 "configure"
+#line 13440 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:13436: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13444: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:13442: \$? = $ac_status" >&5
+  echo "$as_me:13450: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13458,7 +13466,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:13461: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13469: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13479,23 +13487,23 @@ else
 for ac_header in wait.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13482: checking for $ac_header" >&5
+echo "$as_me:13490: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13488 "configure"
+#line 13496 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:13492: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13500: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:13498: \$? = $ac_status" >&5
+  echo "$as_me:13506: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13514,7 +13522,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:13517: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13525: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13527,23 +13535,23 @@ done
 for ac_header in waitstatus.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13530: checking for $ac_header" >&5
+echo "$as_me:13538: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13536 "configure"
+#line 13544 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:13540: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13548: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:13546: \$? = $ac_status" >&5
+  echo "$as_me:13554: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13562,7 +13570,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:13565: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13573: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13584,14 +13592,14 @@ cf_wait_headers="$cf_wait_headers
 fi
 fi
 
-echo "$as_me:13587: checking for union wait" >&5
+echo "$as_me:13595: checking for union wait" >&5
 echo $ECHO_N "checking for union wait... $ECHO_C" >&6
 if test "${cf_cv_type_unionwait+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 13594 "configure"
+#line 13602 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int
@@ -13607,16 +13615,16 @@ int x;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13610: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13618: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13613: \$? = $ac_status" >&5
+  echo "$as_me:13621: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:13616: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13624: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13619: \$? = $ac_status" >&5
+  echo "$as_me:13627: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_type_unionwait=no
 	 echo compiles ok w/o union wait 1>&5
@@ -13626,7 +13634,7 @@ else
 cat conftest.$ac_ext >&5
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 13629 "configure"
+#line 13637 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int
@@ -13646,16 +13654,16 @@ union wait x;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13649: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13657: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13652: \$? = $ac_status" >&5
+  echo "$as_me:13660: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:13655: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13663: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13658: \$? = $ac_status" >&5
+  echo "$as_me:13666: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_type_unionwait=yes
 	 echo compiles ok with union wait and possibly macros too 1>&5
@@ -13670,7 +13678,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 
-echo "$as_me:13673: result: $cf_cv_type_unionwait" >&5
+echo "$as_me:13681: result: $cf_cv_type_unionwait" >&5
 echo "${ECHO_T}$cf_cv_type_unionwait" >&6
 test $cf_cv_type_unionwait = yes && cat >>confdefs.h <<\EOF
 #define HAVE_TYPE_UNIONWAIT 1
@@ -13678,14 +13686,14 @@ EOF
 
 if test $cf_cv_type_unionwait = yes; then
 
-	echo "$as_me:13681: checking if union wait can be used as wait-arg" >&5
+	echo "$as_me:13689: checking if union wait can be used as wait-arg" >&5
 echo $ECHO_N "checking if union wait can be used as wait-arg... $ECHO_C" >&6
 	if test "${cf_cv_arg_union_wait+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 		cat >conftest.$ac_ext <<_ACEOF
-#line 13688 "configure"
+#line 13696 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int
@@ -13697,16 +13705,16 @@ union wait x; wait(&x)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13700: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13708: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13703: \$? = $ac_status" >&5
+  echo "$as_me:13711: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13706: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13714: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13709: \$? = $ac_status" >&5
+  echo "$as_me:13717: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_arg_union_wait=yes
 else
@@ -13718,20 +13726,20 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-	echo "$as_me:13721: result: $cf_cv_arg_union_wait" >&5
+	echo "$as_me:13729: result: $cf_cv_arg_union_wait" >&5
 echo "${ECHO_T}$cf_cv_arg_union_wait" >&6
 	test $cf_cv_arg_union_wait = yes && cat >>confdefs.h <<\EOF
 #define WAIT_USES_UNION 1
 EOF
 
-	echo "$as_me:13727: checking if union wait can be used as waitpid-arg" >&5
+	echo "$as_me:13735: checking if union wait can be used as waitpid-arg" >&5
 echo $ECHO_N "checking if union wait can be used as waitpid-arg... $ECHO_C" >&6
 	if test "${cf_cv_arg_union_waitpid+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 		cat >conftest.$ac_ext <<_ACEOF
-#line 13734 "configure"
+#line 13742 "configure"
 #include "confdefs.h"
 $cf_wait_headers
 int
@@ -13743,16 +13751,16 @@ union wait x; waitpid(0, &x, 0)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13746: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13754: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13749: \$? = $ac_status" >&5
+  echo "$as_me:13757: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13752: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13760: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13755: \$? = $ac_status" >&5
+  echo "$as_me:13763: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_arg_union_waitpid=yes
 else
@@ -13764,7 +13772,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-	echo "$as_me:13767: result: $cf_cv_arg_union_waitpid" >&5
+	echo "$as_me:13775: result: $cf_cv_arg_union_waitpid" >&5
 echo "${ECHO_T}$cf_cv_arg_union_waitpid" >&6
 	test $cf_cv_arg_union_waitpid = yes && cat >>confdefs.h <<\EOF
 #define WAITPID_USES_UNION 1
@@ -13775,23 +13783,23 @@ fi
 for ac_header in stdarg.h varargs.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13778: checking for $ac_header" >&5
+echo "$as_me:13786: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13784 "configure"
+#line 13792 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:13788: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13796: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:13794: \$? = $ac_status" >&5
+  echo "$as_me:13802: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13810,7 +13818,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:13813: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13821: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -13820,14 +13828,14 @@ EOF
 fi
 done
 
-echo "$as_me:13823: checking for standard varargs" >&5
+echo "$as_me:13831: checking for standard varargs" >&5
 echo $ECHO_N "checking for standard varargs... $ECHO_C" >&6
 if test "${cf_cv_ansi_varargs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 13830 "configure"
+#line 13838 "configure"
 #include "confdefs.h"
 
 #if HAVE_STDARG_H
@@ -13847,16 +13855,16 @@ return 0;} int foo(char *fmt,...){va_list args;va_start(args,fmt);va_end(args)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13850: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13858: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:13853: \$? = $ac_status" >&5
+  echo "$as_me:13861: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:13856: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13864: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13859: \$? = $ac_status" >&5
+  echo "$as_me:13867: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ansi_varargs=yes
 else
@@ -13868,19 +13876,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-echo "$as_me:13871: result: $cf_cv_ansi_varargs" >&5
+echo "$as_me:13879: result: $cf_cv_ansi_varargs" >&5
 echo "${ECHO_T}$cf_cv_ansi_varargs" >&6
 test $cf_cv_ansi_varargs = yes && cat >>confdefs.h <<\EOF
 #define ANSI_VARARGS 1
 EOF
 
-echo "$as_me:13877: checking for uid_t in sys/types.h" >&5
+echo "$as_me:13885: checking for uid_t in sys/types.h" >&5
 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13883 "configure"
+#line 13891 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 
@@ -13894,7 +13902,7 @@ fi
 rm -f conftest*
 
 fi
-echo "$as_me:13897: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:13905: result: $ac_cv_type_uid_t" >&5
 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
 if test $ac_cv_type_uid_t = no; then
 
@@ -13908,7 +13916,7 @@ EOF
 
 fi
 
-echo "$as_me:13911: checking type of array argument to getgroups" >&5
+echo "$as_me:13919: checking type of array argument to getgroups" >&5
 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6
 if test "${ac_cv_type_getgroups+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13917,7 +13925,7 @@ else
   ac_cv_type_getgroups=cross
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13920 "configure"
+#line 13928 "configure"
 #include "confdefs.h"
 /* Thanks to Mike Rendell for this test.  */
 #include <sys/types.h>
@@ -13943,15 +13951,15 @@ main ()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:13946: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13954: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:13949: \$? = $ac_status" >&5
+  echo "$as_me:13957: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:13951: \"$ac_try\"") >&5
+  { (eval echo "$as_me:13959: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:13954: \$? = $ac_status" >&5
+  echo "$as_me:13962: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_getgroups=gid_t
 else
@@ -13964,7 +13972,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 if test $ac_cv_type_getgroups = cross; then
         cat >conftest.$ac_ext <<_ACEOF
-#line 13967 "configure"
+#line 13975 "configure"
 #include "confdefs.h"
 #include <unistd.h>
 
@@ -13979,20 +13987,20 @@ rm -f conftest*
 
 fi
 fi
-echo "$as_me:13982: result: $ac_cv_type_getgroups" >&5
+echo "$as_me:13990: result: $ac_cv_type_getgroups" >&5
 echo "${ECHO_T}$ac_cv_type_getgroups" >&6
 
 cat >>confdefs.h <<EOF
 #define GETGROUPS_T $ac_cv_type_getgroups
 EOF
 
-echo "$as_me:13989: checking for pid_t" >&5
+echo "$as_me:13997: checking for pid_t" >&5
 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
 if test "${ac_cv_type_pid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 13995 "configure"
+#line 14003 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -14007,16 +14015,16 @@ if (sizeof (pid_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:14010: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14018: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:14013: \$? = $ac_status" >&5
+  echo "$as_me:14021: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:14016: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14024: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14019: \$? = $ac_status" >&5
+  echo "$as_me:14027: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_pid_t=yes
 else
@@ -14026,7 +14034,7 @@ ac_cv_type_pid_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:14029: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:14037: result: $ac_cv_type_pid_t" >&5
 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
 if test $ac_cv_type_pid_t = yes; then
   :
@@ -14038,13 +14046,13 @@ EOF
 
 fi
 
-echo "$as_me:14041: checking for uid_t in sys/types.h" >&5
+echo "$as_me:14049: checking for uid_t in sys/types.h" >&5
 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14047 "configure"
+#line 14055 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 
@@ -14058,7 +14066,7 @@ fi
 rm -f conftest*
 
 fi
-echo "$as_me:14061: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:14069: result: $ac_cv_type_uid_t" >&5
 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
 if test $ac_cv_type_uid_t = no; then
 
@@ -14072,13 +14080,13 @@ EOF
 
 fi
 
-echo "$as_me:14075: checking for mode_t" >&5
+echo "$as_me:14083: checking for mode_t" >&5
 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
 if test "${ac_cv_type_mode_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14081 "configure"
+#line 14089 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -14093,16 +14101,16 @@ if (sizeof (mode_t))
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:14096: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14104: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:14099: \$? = $ac_status" >&5
+  echo "$as_me:14107: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:14102: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14110: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14105: \$? = $ac_status" >&5
+  echo "$as_me:14113: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_type_mode_t=yes
 else
@@ -14112,7 +14120,7 @@ ac_cv_type_mode_t=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:14115: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:14123: result: $ac_cv_type_mode_t" >&5
 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
 if test $ac_cv_type_mode_t = yes; then
   :
@@ -14126,13 +14134,13 @@ fi
 
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!
-echo "$as_me:14129: checking for working alloca.h" >&5
+echo "$as_me:14137: checking for working alloca.h" >&5
 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
 if test "${ac_cv_working_alloca_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14135 "configure"
+#line 14143 "configure"
 #include "confdefs.h"
 #include <alloca.h>
 int
@@ -14144,16 +14152,16 @@ char *p = (char *) alloca (2 * sizeof (int));
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14147: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14155: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14150: \$? = $ac_status" >&5
+  echo "$as_me:14158: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14153: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14161: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14156: \$? = $ac_status" >&5
+  echo "$as_me:14164: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_working_alloca_h=yes
 else
@@ -14163,7 +14171,7 @@ ac_cv_working_alloca_h=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:14166: result: $ac_cv_working_alloca_h" >&5
+echo "$as_me:14174: result: $ac_cv_working_alloca_h" >&5
 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
 if test $ac_cv_working_alloca_h = yes; then
 
@@ -14173,13 +14181,13 @@ EOF
 
 fi
 
-echo "$as_me:14176: checking for alloca" >&5
+echo "$as_me:14184: checking for alloca" >&5
 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
 if test "${ac_cv_func_alloca_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14182 "configure"
+#line 14190 "configure"
 #include "confdefs.h"
 #ifdef __GNUC__
 # define alloca __builtin_alloca
@@ -14211,16 +14219,16 @@ char *p = (char *) alloca (1);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14214: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14222: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14217: \$? = $ac_status" >&5
+  echo "$as_me:14225: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14220: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14228: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14223: \$? = $ac_status" >&5
+  echo "$as_me:14231: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_alloca_works=yes
 else
@@ -14230,7 +14238,7 @@ ac_cv_func_alloca_works=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:14233: result: $ac_cv_func_alloca_works" >&5
+echo "$as_me:14241: result: $ac_cv_func_alloca_works" >&5
 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
 
 if test $ac_cv_func_alloca_works = yes; then
@@ -14251,13 +14259,13 @@ cat >>confdefs.h <<\EOF
 #define C_ALLOCA 1
 EOF
 
-echo "$as_me:14254: checking whether \`alloca.c' needs Cray hooks" >&5
+echo "$as_me:14262: checking whether \`alloca.c' needs Cray hooks" >&5
 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
 if test "${ac_cv_os_cray+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14260 "configure"
+#line 14268 "configure"
 #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)
 webecray
@@ -14275,18 +14283,18 @@ fi
 rm -f conftest*
 
 fi
-echo "$as_me:14278: result: $ac_cv_os_cray" >&5
+echo "$as_me:14286: result: $ac_cv_os_cray" >&5
 echo "${ECHO_T}$ac_cv_os_cray" >&6
 if test $ac_cv_os_cray = yes; then
   for ac_func in _getb67 GETB67 getb67; do
     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14283: checking for $ac_func" >&5
+echo "$as_me:14291: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14289 "configure"
+#line 14297 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -14317,16 +14325,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14320: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14328: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14323: \$? = $ac_status" >&5
+  echo "$as_me:14331: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14326: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14334: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14329: \$? = $ac_status" >&5
+  echo "$as_me:14337: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -14336,7 +14344,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:14339: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:14347: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
 
@@ -14350,7 +14358,7 @@ fi
   done
 fi
 
-echo "$as_me:14353: checking stack direction for C alloca" >&5
+echo "$as_me:14361: checking stack direction for C alloca" >&5
 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
 if test "${ac_cv_c_stack_direction+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14359,7 +14367,7 @@ else
   ac_cv_c_stack_direction=0
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14362 "configure"
+#line 14370 "configure"
 #include "confdefs.h"
 int
 find_stack_direction ()
@@ -14382,15 +14390,15 @@ main ()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:14385: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14393: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14388: \$? = $ac_status" >&5
+  echo "$as_me:14396: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:14390: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14398: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14393: \$? = $ac_status" >&5
+  echo "$as_me:14401: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_c_stack_direction=1
 else
@@ -14402,7 +14410,7 @@ fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 fi
-echo "$as_me:14405: result: $ac_cv_c_stack_direction" >&5
+echo "$as_me:14413: result: $ac_cv_c_stack_direction" >&5
 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
 
 cat >>confdefs.h <<EOF
@@ -14414,23 +14422,23 @@ fi
 for ac_header in unistd.h vfork.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:14417: checking for $ac_header" >&5
+echo "$as_me:14425: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14423 "configure"
+#line 14431 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:14427: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:14435: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:14433: \$? = $ac_status" >&5
+  echo "$as_me:14441: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -14449,7 +14457,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:14452: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:14460: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -14462,13 +14470,13 @@ done
 for ac_func in fork vfork
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14465: checking for $ac_func" >&5
+echo "$as_me:14473: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14471 "configure"
+#line 14479 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -14499,16 +14507,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14502: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14510: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14505: \$? = $ac_status" >&5
+  echo "$as_me:14513: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14508: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14516: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14511: \$? = $ac_status" >&5
+  echo "$as_me:14519: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -14518,7 +14526,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:14521: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:14529: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -14530,7 +14538,7 @@ done
 
 ac_cv_func_fork_works=$ac_cv_func_fork
 if test "x$ac_cv_func_fork" = xyes; then
-  echo "$as_me:14533: checking for working fork" >&5
+  echo "$as_me:14541: checking for working fork" >&5
 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
 if test "${ac_cv_func_fork_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14553,15 +14561,15 @@ else
       }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:14556: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14564: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14559: \$? = $ac_status" >&5
+  echo "$as_me:14567: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:14561: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14569: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14564: \$? = $ac_status" >&5
+  echo "$as_me:14572: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_fork_works=yes
 else
@@ -14573,7 +14581,7 @@ fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 fi
-echo "$as_me:14576: result: $ac_cv_func_fork_works" >&5
+echo "$as_me:14584: result: $ac_cv_func_fork_works" >&5
 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
 
 fi
@@ -14587,12 +14595,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
       ac_cv_func_fork_works=yes
       ;;
   esac
-  { echo "$as_me:14590: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
+  { echo "$as_me:14598: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
 fi
 ac_cv_func_vfork_works=$ac_cv_func_vfork
 if test "x$ac_cv_func_vfork" = xyes; then
-  echo "$as_me:14595: checking for working vfork" >&5
+  echo "$as_me:14603: checking for working vfork" >&5
 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
 if test "${ac_cv_func_vfork_works+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14601,7 +14609,7 @@ else
   ac_cv_func_vfork_works=cross
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 14604 "configure"
+#line 14612 "configure"
 #include "confdefs.h"
 /* Thanks to Paul Eggert for this test.  */
 #include <stdio.h>
@@ -14698,15 +14706,15 @@ main ()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:14701: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14709: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14704: \$? = $ac_status" >&5
+  echo "$as_me:14712: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:14706: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14714: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14709: \$? = $ac_status" >&5
+  echo "$as_me:14717: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_vfork_works=yes
 else
@@ -14718,13 +14726,13 @@ fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 fi
-echo "$as_me:14721: result: $ac_cv_func_vfork_works" >&5
+echo "$as_me:14729: result: $ac_cv_func_vfork_works" >&5
 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
 
 fi;
 if test "x$ac_cv_func_fork_works" = xcross; then
   ac_cv_func_vfork_works=ac_cv_func_vfork
-  { echo "$as_me:14727: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
+  { echo "$as_me:14735: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
 fi
 
@@ -14749,14 +14757,14 @@ EOF
 
 fi
 
-echo "$as_me:14752: checking if we should use fcntl or ioctl" >&5
+echo "$as_me:14760: checking if we should use fcntl or ioctl" >&5
 echo $ECHO_N "checking if we should use fcntl or ioctl... $ECHO_C" >&6
 if test "${cf_cv_fionbio+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 14759 "configure"
+#line 14767 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -14773,16 +14781,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14776: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14784: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14779: \$? = $ac_status" >&5
+  echo "$as_me:14787: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14782: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14790: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14785: \$? = $ac_status" >&5
+  echo "$as_me:14793: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_fionbio=ioctl
 else
@@ -14790,7 +14798,7 @@ else
 cat conftest.$ac_ext >&5
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 14793 "configure"
+#line 14801 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -14812,16 +14820,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14815: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14823: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14818: \$? = $ac_status" >&5
+  echo "$as_me:14826: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14821: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14829: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14824: \$? = $ac_status" >&5
+  echo "$as_me:14832: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_fionbio=fcntl
 else
@@ -14834,20 +14842,20 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:14837: result: $cf_cv_fionbio" >&5
+echo "$as_me:14845: result: $cf_cv_fionbio" >&5
 echo "${ECHO_T}$cf_cv_fionbio" >&6
 test "$cf_cv_fionbio" = "fcntl" && cat >>confdefs.h <<\EOF
 #define USE_FCNTL 1
 EOF
 
-echo "$as_me:14843: checking for broken/missing definition of remove" >&5
+echo "$as_me:14851: checking for broken/missing definition of remove" >&5
 echo $ECHO_N "checking for broken/missing definition of remove... $ECHO_C" >&6
 if test "${cf_cv_baddef_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 14850 "configure"
+#line 14858 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -14859,23 +14867,23 @@ remove("dummy")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14862: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14870: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14865: \$? = $ac_status" >&5
+  echo "$as_me:14873: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14868: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14876: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14871: \$? = $ac_status" >&5
+  echo "$as_me:14879: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_baddef_remove=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 14878 "configure"
+#line 14886 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 		int __unlink(name) { return unlink(name); }
@@ -14888,16 +14896,16 @@ remove("dummy")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14891: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14899: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14894: \$? = $ac_status" >&5
+  echo "$as_me:14902: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14897: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14905: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14900: \$? = $ac_status" >&5
+  echo "$as_me:14908: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_baddef_remove=yes
 else
@@ -14912,20 +14920,20 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:14915: result: $cf_cv_baddef_remove" >&5
+echo "$as_me:14923: result: $cf_cv_baddef_remove" >&5
 echo "${ECHO_T}$cf_cv_baddef_remove" >&6
 test "$cf_cv_baddef_remove" != no && cat >>confdefs.h <<\EOF
 #define NEED_REMOVE 1
 EOF
 
-echo "$as_me:14921: checking for lstat" >&5
+echo "$as_me:14929: checking for lstat" >&5
 echo $ECHO_N "checking for lstat... $ECHO_C" >&6
 if test "${ac_cv_func_lstat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 14928 "configure"
+#line 14936 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -14939,16 +14947,16 @@ lstat(".", (struct stat *)0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14942: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14950: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:14945: \$? = $ac_status" >&5
+  echo "$as_me:14953: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:14948: \"$ac_try\"") >&5
+  { (eval echo "$as_me:14956: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:14951: \$? = $ac_status" >&5
+  echo "$as_me:14959: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_lstat=yes
 else
@@ -14960,7 +14968,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:14963: result: $ac_cv_func_lstat " >&5
+echo "$as_me:14971: result: $ac_cv_func_lstat " >&5
 echo "${ECHO_T}$ac_cv_func_lstat " >&6
 if test $ac_cv_func_lstat = yes; then
 	cat >>confdefs.h <<\EOF
@@ -14986,18 +14994,19 @@ for ac_func in \
 	truncate \
 	ttyname \
 	unsetenv \
+	usleep \
 	vasprintf \
 	waitpid \
 
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:14994: checking for $ac_func" >&5
+echo "$as_me:15003: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15000 "configure"
+#line 15009 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -15028,16 +15037,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15031: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15040: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15034: \$? = $ac_status" >&5
+  echo "$as_me:15043: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15037: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15046: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15040: \$? = $ac_status" >&5
+  echo "$as_me:15049: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -15047,7 +15056,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:15050: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:15059: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -15063,13 +15072,13 @@ for ac_func in \
 
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15066: checking for $ac_func" >&5
+echo "$as_me:15075: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$as_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15072 "configure"
+#line 15081 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -15100,16 +15109,16 @@ f = $ac_func;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15103: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15112: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15106: \$? = $ac_status" >&5
+  echo "$as_me:15115: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15109: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15118: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15112: \$? = $ac_status" >&5
+  echo "$as_me:15121: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   eval "$as_ac_var=yes"
 else
@@ -15119,7 +15128,7 @@ eval "$as_ac_var=no"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:15122: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:15131: result: `eval echo '${'$as_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 if test `eval echo '${'$as_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -15131,7 +15140,7 @@ else
 fi
 done
 
-echo "$as_me:15134: checking for random-integer functions" >&5
+echo "$as_me:15143: checking for random-integer functions" >&5
 echo $ECHO_N "checking for random-integer functions... $ECHO_C" >&6
 if test "${cf_cv_srand_func+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15143,7 +15152,7 @@ do
 	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
 	cf_rand_func=`echo  $cf_func | sed -e 's%.*/%%'`
 cat >conftest.$ac_ext <<_ACEOF
-#line 15146 "configure"
+#line 15155 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -15162,16 +15171,16 @@ long seed = 1; $cf_srand_func(seed); seed = $cf_rand_func()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15165: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15174: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15168: \$? = $ac_status" >&5
+  echo "$as_me:15177: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15171: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15180: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15174: \$? = $ac_status" >&5
+  echo "$as_me:15183: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_srand_func=$cf_func
  break
@@ -15183,10 +15192,10 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:15186: result: $cf_cv_srand_func" >&5
+echo "$as_me:15195: result: $cf_cv_srand_func" >&5
 echo "${ECHO_T}$cf_cv_srand_func" >&6
 if test "$cf_cv_srand_func" != unknown ; then
-	echo "$as_me:15189: checking for range of random-integers" >&5
+	echo "$as_me:15198: checking for range of random-integers" >&5
 echo $ECHO_N "checking for range of random-integers... $ECHO_C" >&6
 if test "${cf_cv_rand_max+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15207,7 +15216,7 @@ else
 			;;
 		esac
 		cat >conftest.$ac_ext <<_ACEOF
-#line 15210 "configure"
+#line 15219 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -15226,16 +15235,16 @@ long x = $cf_cv_rand_max
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15229: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15238: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15232: \$? = $ac_status" >&5
+  echo "$as_me:15241: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15235: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15244: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15238: \$? = $ac_status" >&5
+  echo "$as_me:15247: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -15246,7 +15255,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:15249: result: $cf_cv_rand_max" >&5
+echo "$as_me:15258: result: $cf_cv_rand_max" >&5
 echo "${ECHO_T}$cf_cv_rand_max" >&6
 	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
 	cf_rand_func=`echo  $cf_func | sed -e 's%.*/%%'`
@@ -15270,13 +15279,13 @@ fi
 for ac_func in strstr
 do
 
-echo "$as_me:15273: checking for $ac_func declaration" >&5
+echo "$as_me:15282: checking for $ac_func declaration" >&5
 echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
 if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15279 "configure"
+#line 15288 "configure"
 #include "confdefs.h"
 #include <string.h>
 int
@@ -15290,20 +15299,20 @@ extern	int	${ac_func}();
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15293: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15302: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15296: \$? = $ac_status" >&5
+  echo "$as_me:15305: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15299: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15308: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15302: \$? = $ac_status" >&5
+  echo "$as_me:15311: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 15306 "configure"
+#line 15315 "configure"
 #include "confdefs.h"
 #include <string.h>
 int
@@ -15317,16 +15326,16 @@ int	(*p)() = ${ac_func};
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15320: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15329: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15323: \$? = $ac_status" >&5
+  echo "$as_me:15332: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15326: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15335: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15329: \$? = $ac_status" >&5
+  echo "$as_me:15338: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 eval "ac_cv_func_decl_$ac_func=yes"
@@ -15347,11 +15356,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 
 if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
-  echo "$as_me:15350: result: yes" >&5
+  echo "$as_me:15359: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   :
 else
-  echo "$as_me:15354: result: no" >&5
+  echo "$as_me:15363: result: no" >&5
 echo "${ECHO_T}no" >&6
 
 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -15366,13 +15375,13 @@ done
 for ac_func in getgrgid getgrnam
 do
 
-echo "$as_me:15369: checking for $ac_func declaration" >&5
+echo "$as_me:15378: checking for $ac_func declaration" >&5
 echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6
 if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15375 "configure"
+#line 15384 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -15388,20 +15397,20 @@ extern	int	${ac_func}();
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15391: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15400: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15394: \$? = $ac_status" >&5
+  echo "$as_me:15403: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15397: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15406: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15400: \$? = $ac_status" >&5
+  echo "$as_me:15409: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 15404 "configure"
+#line 15413 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -15417,16 +15426,16 @@ int	(*p)() = ${ac_func};
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15420: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15429: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15423: \$? = $ac_status" >&5
+  echo "$as_me:15432: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15426: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15435: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15429: \$? = $ac_status" >&5
+  echo "$as_me:15438: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
 eval "ac_cv_func_decl_$ac_func=yes"
@@ -15447,11 +15456,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 
 if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
-  echo "$as_me:15450: result: yes" >&5
+  echo "$as_me:15459: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   :
 else
-  echo "$as_me:15454: result: no" >&5
+  echo "$as_me:15463: result: no" >&5
 echo "${ECHO_T}no" >&6
 
 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -15463,14 +15472,14 @@ EOF
 fi
 done
 
-echo "$as_me:15466: checking if TRUE/FALSE are defined" >&5
+echo "$as_me:15475: checking if TRUE/FALSE are defined" >&5
 echo $ECHO_N "checking if TRUE/FALSE are defined... $ECHO_C" >&6
 if test "${cf_cv_bool_defs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 15473 "configure"
+#line 15482 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -15484,16 +15493,16 @@ int x = TRUE, y = FALSE
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15487: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15496: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15490: \$? = $ac_status" >&5
+  echo "$as_me:15499: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15493: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15502: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15496: \$? = $ac_status" >&5
+  echo "$as_me:15505: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_bool_defs=yes
 else
@@ -15504,7 +15513,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 
-echo "$as_me:15507: result: $cf_cv_bool_defs" >&5
+echo "$as_me:15516: result: $cf_cv_bool_defs" >&5
 echo "${ECHO_T}$cf_cv_bool_defs" >&6
 if test "$cf_cv_bool_defs" = no ; then
 	cat >>confdefs.h <<\EOF
@@ -15517,14 +15526,14 @@ EOF
 
 fi
 
-echo "$as_me:15520: checking if external errno is declared" >&5
+echo "$as_me:15529: checking if external errno is declared" >&5
 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6
 if test "${cf_cv_dcl_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 15527 "configure"
+#line 15536 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -15542,16 +15551,16 @@ long x = (long) errno
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15545: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15554: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15548: \$? = $ac_status" >&5
+  echo "$as_me:15557: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15551: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15560: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15554: \$? = $ac_status" >&5
+  echo "$as_me:15563: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_dcl_errno=yes
 else
@@ -15562,7 +15571,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:15565: result: $cf_cv_dcl_errno" >&5
+echo "$as_me:15574: result: $cf_cv_dcl_errno" >&5
 echo "${ECHO_T}$cf_cv_dcl_errno" >&6
 
 if test "$cf_cv_dcl_errno" = no ; then
@@ -15577,14 +15586,14 @@ fi
 
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
-echo "$as_me:15580: checking if external errno exists" >&5
+echo "$as_me:15589: checking if external errno exists" >&5
 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6
 if test "${cf_cv_have_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 15587 "configure"
+#line 15596 "configure"
 #include "confdefs.h"
 
 #undef errno
@@ -15599,16 +15608,16 @@ errno = 2
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15602: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15611: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15605: \$? = $ac_status" >&5
+  echo "$as_me:15614: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15608: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15617: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15611: \$? = $ac_status" >&5
+  echo "$as_me:15620: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_errno=yes
 else
@@ -15619,7 +15628,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:15622: result: $cf_cv_have_errno" >&5
+echo "$as_me:15631: result: $cf_cv_have_errno" >&5
 echo "${ECHO_T}$cf_cv_have_errno" >&6
 
 if test "$cf_cv_have_errno" = yes ; then
@@ -15632,7 +15641,7 @@ EOF
 
 fi
 
-echo "$as_me:15635: checking if we can set errno" >&5
+echo "$as_me:15644: checking if we can set errno" >&5
 echo $ECHO_N "checking if we can set errno... $ECHO_C" >&6
 if test "${cf_cv_set_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15640,7 +15649,7 @@ else
 
 if test "$cross_compiling" = yes; then
   cat >conftest.$ac_ext <<_ACEOF
-#line 15643 "configure"
+#line 15652 "configure"
 #include "confdefs.h"
 #include <errno.h>
 int
@@ -15652,16 +15661,16 @@ errno = 255
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15655: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15664: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15658: \$? = $ac_status" >&5
+  echo "$as_me:15667: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15661: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15670: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15664: \$? = $ac_status" >&5
+  echo "$as_me:15673: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_set_errno=maybe
 else
@@ -15672,7 +15681,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 15675 "configure"
+#line 15684 "configure"
 #include "confdefs.h"
 
 #include <errno.h>
@@ -15683,15 +15692,15 @@ int main()
 }
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:15686: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15695: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15689: \$? = $ac_status" >&5
+  echo "$as_me:15698: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:15691: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15700: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15694: \$? = $ac_status" >&5
+  echo "$as_me:15703: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_set_errno=yes
 else
@@ -15704,20 +15713,20 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 
 fi
-echo "$as_me:15707: result: $cf_cv_set_errno" >&5
+echo "$as_me:15716: result: $cf_cv_set_errno" >&5
 echo "${ECHO_T}$cf_cv_set_errno" >&6
 test "$cf_cv_set_errno" != no && cat >>confdefs.h <<\EOF
 #define CAN_SET_ERRNO 1
 EOF
 
-echo "$as_me:15713: checking for setlocale()" >&5
+echo "$as_me:15722: checking for setlocale()" >&5
 echo $ECHO_N "checking for setlocale()... $ECHO_C" >&6
 if test "${cf_cv_locale+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 15720 "configure"
+#line 15729 "configure"
 #include "confdefs.h"
 #include <locale.h>
 int
@@ -15729,16 +15738,16 @@ setlocale(LC_ALL, "")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15732: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15741: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15735: \$? = $ac_status" >&5
+  echo "$as_me:15744: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15738: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15747: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15741: \$? = $ac_status" >&5
+  echo "$as_me:15750: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_locale=yes
 else
@@ -15750,21 +15759,21 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:15753: result: $cf_cv_locale" >&5
+echo "$as_me:15762: result: $cf_cv_locale" >&5
 echo "${ECHO_T}$cf_cv_locale" >&6
 test $cf_cv_locale = yes && { cat >>confdefs.h <<\EOF
 #define LOCALE 1
 EOF
  }
 
-echo "$as_me:15760: checking if NGROUPS is defined" >&5
+echo "$as_me:15769: checking if NGROUPS is defined" >&5
 echo $ECHO_N "checking if NGROUPS is defined... $ECHO_C" >&6
 if test "${cf_cv_ngroups+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 15767 "configure"
+#line 15776 "configure"
 #include "confdefs.h"
 
 #if HAVE_SYS_PARAM_H
@@ -15783,23 +15792,23 @@ int x = NGROUPS
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15786: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15795: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15789: \$? = $ac_status" >&5
+  echo "$as_me:15798: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15792: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15801: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15795: \$? = $ac_status" >&5
+  echo "$as_me:15804: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ngroups=yes
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 15802 "configure"
+#line 15811 "configure"
 #include "confdefs.h"
 
 #if HAVE_SYS_PARAM_H
@@ -15818,16 +15827,16 @@ int x = NGROUPS_MAX
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15821: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15830: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15824: \$? = $ac_status" >&5
+  echo "$as_me:15833: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15827: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15836: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15830: \$? = $ac_status" >&5
+  echo "$as_me:15839: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ngroups=NGROUPS_MAX
 else
@@ -15839,7 +15848,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:15842: result: $cf_cv_ngroups" >&5
+echo "$as_me:15851: result: $cf_cv_ngroups" >&5
 echo "${ECHO_T}$cf_cv_ngroups" >&6
 
 fi
@@ -15856,14 +15865,14 @@ EOF
 
 fi
 
-echo "$as_me:15859: checking if external sys_nerr is declared" >&5
+echo "$as_me:15868: checking if external sys_nerr is declared" >&5
 echo $ECHO_N "checking if external sys_nerr is declared... $ECHO_C" >&6
 if test "${cf_cv_dcl_sys_nerr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 15866 "configure"
+#line 15875 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -15881,16 +15890,16 @@ long x = (long) sys_nerr
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15884: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15893: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:15887: \$? = $ac_status" >&5
+  echo "$as_me:15896: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:15890: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15899: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15893: \$? = $ac_status" >&5
+  echo "$as_me:15902: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_dcl_sys_nerr=yes
 else
@@ -15901,7 +15910,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:15904: result: $cf_cv_dcl_sys_nerr" >&5
+echo "$as_me:15913: result: $cf_cv_dcl_sys_nerr" >&5
 echo "${ECHO_T}$cf_cv_dcl_sys_nerr" >&6
 
 if test "$cf_cv_dcl_sys_nerr" = no ; then
@@ -15916,14 +15925,14 @@ fi
 
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
-echo "$as_me:15919: checking if external sys_nerr exists" >&5
+echo "$as_me:15928: checking if external sys_nerr exists" >&5
 echo $ECHO_N "checking if external sys_nerr exists... $ECHO_C" >&6
 if test "${cf_cv_have_sys_nerr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 15926 "configure"
+#line 15935 "configure"
 #include "confdefs.h"
 
 #undef sys_nerr
@@ -15938,16 +15947,16 @@ sys_nerr = 2
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15941: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15950: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:15944: \$? = $ac_status" >&5
+  echo "$as_me:15953: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:15947: \"$ac_try\"") >&5
+  { (eval echo "$as_me:15956: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:15950: \$? = $ac_status" >&5
+  echo "$as_me:15959: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_sys_nerr=yes
 else
@@ -15958,7 +15967,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:15961: result: $cf_cv_have_sys_nerr" >&5
+echo "$as_me:15970: result: $cf_cv_have_sys_nerr" >&5
 echo "${ECHO_T}$cf_cv_have_sys_nerr" >&6
 
 if test "$cf_cv_have_sys_nerr" = yes ; then
@@ -15971,14 +15980,14 @@ EOF
 
 fi
 
-echo "$as_me:15974: checking if external sys_errlist is declared" >&5
+echo "$as_me:15983: checking if external sys_errlist is declared" >&5
 echo $ECHO_N "checking if external sys_errlist is declared... $ECHO_C" >&6
 if test "${cf_cv_dcl_sys_errlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 15981 "configure"
+#line 15990 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_STDLIB_H
@@ -15996,16 +16005,16 @@ long x = (long) sys_errlist
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15999: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16008: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16002: \$? = $ac_status" >&5
+  echo "$as_me:16011: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16005: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16014: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16008: \$? = $ac_status" >&5
+  echo "$as_me:16017: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_dcl_sys_errlist=yes
 else
@@ -16016,7 +16025,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:16019: result: $cf_cv_dcl_sys_errlist" >&5
+echo "$as_me:16028: result: $cf_cv_dcl_sys_errlist" >&5
 echo "${ECHO_T}$cf_cv_dcl_sys_errlist" >&6
 
 if test "$cf_cv_dcl_sys_errlist" = no ; then
@@ -16031,14 +16040,14 @@ fi
 
 # It's possible (for near-UNIX clones) that the data doesn't exist
 
-echo "$as_me:16034: checking if external sys_errlist exists" >&5
+echo "$as_me:16043: checking if external sys_errlist exists" >&5
 echo $ECHO_N "checking if external sys_errlist exists... $ECHO_C" >&6
 if test "${cf_cv_have_sys_errlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 16041 "configure"
+#line 16050 "configure"
 #include "confdefs.h"
 
 #undef sys_errlist
@@ -16053,16 +16062,16 @@ sys_errlist = 2
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16056: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16065: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16059: \$? = $ac_status" >&5
+  echo "$as_me:16068: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16062: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16071: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16065: \$? = $ac_status" >&5
+  echo "$as_me:16074: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_sys_errlist=yes
 else
@@ -16073,7 +16082,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:16076: result: $cf_cv_have_sys_errlist" >&5
+echo "$as_me:16085: result: $cf_cv_have_sys_errlist" >&5
 echo "${ECHO_T}$cf_cv_have_sys_errlist" >&6
 
 if test "$cf_cv_have_sys_errlist" = yes ; then
@@ -16089,23 +16098,23 @@ fi
 for ac_header in lastlog.h paths.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:16092: checking for $ac_header" >&5
+echo "$as_me:16101: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 16098 "configure"
+#line 16107 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:16102: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16111: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:16108: \$? = $ac_status" >&5
+  echo "$as_me:16117: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16124,7 +16133,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:16127: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:16136: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -16134,14 +16143,14 @@ EOF
 fi
 done
 
-echo "$as_me:16137: checking for lastlog path" >&5
+echo "$as_me:16146: checking for lastlog path" >&5
 echo $ECHO_N "checking for lastlog path... $ECHO_C" >&6
 if test "${cf_cv_path_lastlog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 16144 "configure"
+#line 16153 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16161,16 +16170,16 @@ char *path = _PATH_LASTLOG
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16164: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16173: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16167: \$? = $ac_status" >&5
+  echo "$as_me:16176: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16170: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16179: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16173: \$? = $ac_status" >&5
+  echo "$as_me:16182: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_path_lastlog="_PATH_LASTLOG"
 else
@@ -16185,13 +16194,13 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:16188: result: $cf_cv_path_lastlog" >&5
+echo "$as_me:16197: result: $cf_cv_path_lastlog" >&5
 echo "${ECHO_T}$cf_cv_path_lastlog" >&6
 test $cf_cv_path_lastlog != no && cat >>confdefs.h <<\EOF
 #define USE_LASTLOG 1
 EOF
 
-echo "$as_me:16194: checking for utmp implementation" >&5
+echo "$as_me:16203: checking for utmp implementation" >&5
 echo $ECHO_N "checking for utmp implementation... $ECHO_C" >&6
 if test "${cf_cv_have_utmp+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16208,7 +16217,7 @@ cf_utmp_includes="
 #endif
 "
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16211 "configure"
+#line 16220 "configure"
 #include "confdefs.h"
 $cf_utmp_includes
 int
@@ -16222,16 +16231,16 @@ struct $cf_header x;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16225: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16234: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16228: \$? = $ac_status" >&5
+  echo "$as_me:16237: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16231: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16240: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16234: \$? = $ac_status" >&5
+  echo "$as_me:16243: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp=$cf_header
 	 break
@@ -16240,7 +16249,7 @@ else
 cat conftest.$ac_ext >&5
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16243 "configure"
+#line 16252 "configure"
 #include "confdefs.h"
 $cf_utmp_includes
 int
@@ -16254,16 +16263,16 @@ struct $cf_header x;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16257: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16266: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16260: \$? = $ac_status" >&5
+  echo "$as_me:16269: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16263: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16272: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16266: \$? = $ac_status" >&5
+  echo "$as_me:16275: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp=$cf_header
 	 break
@@ -16278,7 +16287,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:16281: result: $cf_cv_have_utmp" >&5
+echo "$as_me:16290: result: $cf_cv_have_utmp" >&5
 echo "${ECHO_T}$cf_cv_have_utmp" >&6
 
 if test $cf_cv_have_utmp != no ; then
@@ -16291,14 +16300,14 @@ EOF
 EOF
 
 if test $cf_cv_have_utmp != no ; then
-echo "$as_me:16294: checking if utmp.ut_host is declared" >&5
+echo "$as_me:16303: checking if utmp.ut_host is declared" >&5
 echo $ECHO_N "checking if utmp.ut_host is declared... $ECHO_C" >&6
 if test "${cf_cv_have_utmp_ut_host+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16301 "configure"
+#line 16310 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16312,16 +16321,16 @@ struct $cf_cv_have_utmp x; char *y = &x.ut_host[0]
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16315: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16324: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16318: \$? = $ac_status" >&5
+  echo "$as_me:16327: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16321: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16330: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16324: \$? = $ac_status" >&5
+  echo "$as_me:16333: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_host=yes
 else
@@ -16333,7 +16342,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-echo "$as_me:16336: result: $cf_cv_have_utmp_ut_host" >&5
+echo "$as_me:16345: result: $cf_cv_have_utmp_ut_host" >&5
 echo "${ECHO_T}$cf_cv_have_utmp_ut_host" >&6
 test $cf_cv_have_utmp_ut_host != no && cat >>confdefs.h <<\EOF
 #define HAVE_UTMP_UT_HOST 1
@@ -16342,7 +16351,7 @@ EOF
 fi
 
 if test $cf_cv_have_utmp != no ; then
-echo "$as_me:16345: checking if utmp.ut_name is declared" >&5
+echo "$as_me:16354: checking if utmp.ut_name is declared" >&5
 echo $ECHO_N "checking if utmp.ut_name is declared... $ECHO_C" >&6
 if test "${cf_cv_have_utmp_ut_name+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16359,7 +16368,7 @@ cf_utmp_includes="
 "
 for cf_header in ut_name ut_user ; do
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16362 "configure"
+#line 16371 "configure"
 #include "confdefs.h"
 $cf_utmp_includes
 int
@@ -16373,16 +16382,16 @@ struct $cf_cv_have_utmp x;
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16376: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16385: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16379: \$? = $ac_status" >&5
+  echo "$as_me:16388: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16382: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16391: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16385: \$? = $ac_status" >&5
+  echo "$as_me:16394: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_name=$cf_header
 	 break
@@ -16394,12 +16403,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:16397: result: $cf_cv_have_utmp_ut_name" >&5
+echo "$as_me:16406: result: $cf_cv_have_utmp_ut_name" >&5
 echo "${ECHO_T}$cf_cv_have_utmp_ut_name" >&6
 
 case $cf_cv_have_utmp_ut_name in #(vi
 no) #(vi
-	{ { echo "$as_me:16402: error: Cannot find declaration for ut.ut_name" >&5
+	{ { echo "$as_me:16411: error: Cannot find declaration for ut.ut_name" >&5
 echo "$as_me: error: Cannot find declaration for ut.ut_name" >&2;}
    { (exit 1); exit 1; }; }
 	;;
@@ -16413,7 +16422,7 @@ esac
 fi
 
 if test $cf_cv_have_utmp != no ; then
-echo "$as_me:16416: checking for exit-status in $cf_cv_have_utmp" >&5
+echo "$as_me:16425: checking for exit-status in $cf_cv_have_utmp" >&5
 echo $ECHO_N "checking for exit-status in $cf_cv_have_utmp... $ECHO_C" >&6
 if test "${cf_cv_have_utmp_ut_xstatus+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16426,7 +16435,7 @@ for cf_result in \
 	ut_exit.ut_exit
 do
 cat >conftest.$ac_ext <<_ACEOF
-#line 16429 "configure"
+#line 16438 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16440,16 +16449,16 @@ struct $cf_cv_have_utmp x; long y = x.$cf_result = 0
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16443: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16452: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16446: \$? = $ac_status" >&5
+  echo "$as_me:16455: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16449: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16458: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16452: \$? = $ac_status" >&5
+  echo "$as_me:16461: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_xstatus=$cf_result
 	 break
@@ -16462,7 +16471,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:16465: result: $cf_cv_have_utmp_ut_xstatus" >&5
+echo "$as_me:16474: result: $cf_cv_have_utmp_ut_xstatus" >&5
 echo "${ECHO_T}$cf_cv_have_utmp_ut_xstatus" >&6
 if test $cf_cv_have_utmp_ut_xstatus != no ; then
 	cat >>confdefs.h <<\EOF
@@ -16477,14 +16486,14 @@ fi
 fi
 
 if test $cf_cv_have_utmp != no ; then
-echo "$as_me:16480: checking if utmp.ut_xtime is declared" >&5
+echo "$as_me:16489: checking if utmp.ut_xtime is declared" >&5
 echo $ECHO_N "checking if utmp.ut_xtime is declared... $ECHO_C" >&6
 if test "${cf_cv_have_utmp_ut_xtime+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16487 "configure"
+#line 16496 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16498,23 +16507,23 @@ struct $cf_cv_have_utmp x; long y = x.ut_xtime = 0
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16501: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16510: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16504: \$? = $ac_status" >&5
+  echo "$as_me:16513: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16507: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16516: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16510: \$? = $ac_status" >&5
+  echo "$as_me:16519: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_xtime=yes
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 16517 "configure"
+#line 16526 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16528,16 +16537,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_tv.tv_sec
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16531: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16540: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16534: \$? = $ac_status" >&5
+  echo "$as_me:16543: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16537: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16546: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16540: \$? = $ac_status" >&5
+  echo "$as_me:16549: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_xtime=define
 else
@@ -16551,7 +16560,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:16554: result: $cf_cv_have_utmp_ut_xtime" >&5
+echo "$as_me:16563: result: $cf_cv_have_utmp_ut_xtime" >&5
 echo "${ECHO_T}$cf_cv_have_utmp_ut_xtime" >&6
 if test $cf_cv_have_utmp_ut_xtime != no ; then
 	cat >>confdefs.h <<\EOF
@@ -16568,14 +16577,14 @@ fi
 fi
 
 if test $cf_cv_have_utmp != no ; then
-echo "$as_me:16571: checking if utmp.ut_session is declared" >&5
+echo "$as_me:16580: checking if utmp.ut_session is declared" >&5
 echo $ECHO_N "checking if utmp.ut_session is declared... $ECHO_C" >&6
 if test "${cf_cv_have_utmp_ut_session+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 16578 "configure"
+#line 16587 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16589,16 +16598,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_session
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16592: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16601: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:16595: \$? = $ac_status" >&5
+  echo "$as_me:16604: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:16598: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16607: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16601: \$? = $ac_status" >&5
+  echo "$as_me:16610: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_utmp_ut_session=yes
 else
@@ -16609,7 +16618,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "$as_me:16612: result: $cf_cv_have_utmp_ut_session" >&5
+echo "$as_me:16621: result: $cf_cv_have_utmp_ut_session" >&5
 echo "${ECHO_T}$cf_cv_have_utmp_ut_session" >&6
 if test $cf_cv_have_utmp_ut_session != no ; then
 	cat >>confdefs.h <<\EOF
@@ -16619,7 +16628,7 @@ EOF
 fi
 fi
 
-echo "$as_me:16622: checking if $cf_cv_have_utmp is SYSV flavor" >&5
+echo "$as_me:16631: checking if $cf_cv_have_utmp is SYSV flavor" >&5
 echo $ECHO_N "checking if $cf_cv_have_utmp is SYSV flavor... $ECHO_C" >&6
 if test "${cf_cv_sysv_utmp+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16627,7 +16636,7 @@ else
 
 test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16630 "configure"
+#line 16639 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -16646,16 +16655,16 @@ struct $cf_cv_have_utmp x;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16649: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16658: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16652: \$? = $ac_status" >&5
+  echo "$as_me:16661: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16655: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16664: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16658: \$? = $ac_status" >&5
+  echo "$as_me:16667: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_sysv_utmp=yes
 else
@@ -16666,7 +16675,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:16669: result: $cf_cv_sysv_utmp" >&5
+echo "$as_me:16678: result: $cf_cv_sysv_utmp" >&5
 echo "${ECHO_T}$cf_cv_sysv_utmp" >&6
 test $cf_cv_sysv_utmp = yes && cat >>confdefs.h <<\EOF
 #define USE_SYSV_UTMP 1
@@ -16674,14 +16683,14 @@ EOF
 
 fi
 
-echo "$as_me:16677: checking if external h_errno exists" >&5
+echo "$as_me:16686: checking if external h_errno exists" >&5
 echo $ECHO_N "checking if external h_errno exists... $ECHO_C" >&6
 if test "${cf_cv_have_h_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 16684 "configure"
+#line 16693 "configure"
 #include "confdefs.h"
 
 #undef h_errno
@@ -16696,16 +16705,16 @@ h_errno = 2
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16699: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16708: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16702: \$? = $ac_status" >&5
+  echo "$as_me:16711: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16705: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16714: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16708: \$? = $ac_status" >&5
+  echo "$as_me:16717: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_h_errno=yes
 else
@@ -16716,7 +16725,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:16719: result: $cf_cv_have_h_errno" >&5
+echo "$as_me:16728: result: $cf_cv_have_h_errno" >&5
 echo "${ECHO_T}$cf_cv_have_h_errno" >&6
 
 if test "$cf_cv_have_h_errno" = yes ; then
@@ -16729,7 +16738,7 @@ EOF
 
 fi
 
-echo "$as_me:16732: checking if bibp: URLs should be supported" >&5
+echo "$as_me:16741: checking if bibp: URLs should be supported" >&5
 echo $ECHO_N "checking if bibp: URLs should be supported... $ECHO_C" >&6
 
 # Check whether --enable-bibp-urls or --disable-bibp-urls was given.
@@ -16746,13 +16755,13 @@ else
   use_bibp_urls=yes
 
 fi;
-echo "$as_me:16749: result: $use_bibp_urls" >&5
+echo "$as_me:16758: result: $use_bibp_urls" >&5
 echo "${ECHO_T}$use_bibp_urls" >&6
 test $use_bibp_urls = no && cat >>confdefs.h <<\EOF
 #define DISABLE_BIBP 1
 EOF
 
-echo "$as_me:16755: checking if configuration info should be browsable" >&5
+echo "$as_me:16764: checking if configuration info should be browsable" >&5
 echo $ECHO_N "checking if configuration info should be browsable... $ECHO_C" >&6
 
 # Check whether --enable-config-info or --disable-config-info was given.
@@ -16769,13 +16778,13 @@ else
   use_config_info=yes
 
 fi;
-echo "$as_me:16772: result: $use_config_info" >&5
+echo "$as_me:16781: result: $use_config_info" >&5
 echo "${ECHO_T}$use_config_info" >&6
 test $use_config_info = no && cat >>confdefs.h <<\EOF
 #define NO_CONFIG_INFO 1
 EOF
 
-echo "$as_me:16778: checking if new-style forms-based options screen should be used" >&5
+echo "$as_me:16787: checking if new-style forms-based options screen should be used" >&5
 echo $ECHO_N "checking if new-style forms-based options screen should be used... $ECHO_C" >&6
 
 # Check whether --enable-forms-options or --disable-forms-options was given.
@@ -16792,13 +16801,13 @@ else
   use_forms_options=yes
 
 fi;
-echo "$as_me:16795: result: $use_forms_options" >&5
+echo "$as_me:16804: result: $use_forms_options" >&5
 echo "${ECHO_T}$use_forms_options" >&6
 test $use_forms_options = no && cat >>confdefs.h <<\EOF
 #define NO_OPTION_FORMS 1
 EOF
 
-echo "$as_me:16801: checking if old-style options menu should be used" >&5
+echo "$as_me:16810: checking if old-style options menu should be used" >&5
 echo $ECHO_N "checking if old-style options menu should be used... $ECHO_C" >&6
 
 # Check whether --enable-menu-options or --disable-menu-options was given.
@@ -16815,13 +16824,13 @@ else
   use_menu_options=yes
 
 fi;
-echo "$as_me:16818: result: $use_menu_options" >&5
+echo "$as_me:16827: result: $use_menu_options" >&5
 echo "${ECHO_T}$use_menu_options" >&6
 test $use_menu_options = no && cat >>confdefs.h <<\EOF
 #define NO_OPTION_MENU 1
 EOF
 
-echo "$as_me:16824: checking if experimental address-list page should be used" >&5
+echo "$as_me:16833: checking if experimental address-list page should be used" >&5
 echo $ECHO_N "checking if experimental address-list page should be used... $ECHO_C" >&6
 
 # Check whether --enable-addrlist-page or --disable-addrlist-page was given.
@@ -16838,13 +16847,13 @@ else
   use_addrlist_page=no
 
 fi;
-echo "$as_me:16841: result: $use_addrlist_page" >&5
+echo "$as_me:16850: result: $use_addrlist_page" >&5
 echo "${ECHO_T}$use_addrlist_page" >&6
 test $use_addrlist_page != no && cat >>confdefs.h <<\EOF
 #define EXP_ADDRLIST_PAGE 1
 EOF
 
-echo "$as_me:16847: checking if experimental charset-selection logic should be used" >&5
+echo "$as_me:16856: checking if experimental charset-selection logic should be used" >&5
 echo $ECHO_N "checking if experimental charset-selection logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-charset-choice or --disable-charset-choice was given.
@@ -16861,13 +16870,13 @@ else
   use_charset_choice=no
 
 fi;
-echo "$as_me:16864: result: $use_charset_choice" >&5
+echo "$as_me:16873: result: $use_charset_choice" >&5
 echo "${ECHO_T}$use_charset_choice" >&6
 test $use_charset_choice != no && cat >>confdefs.h <<\EOF
 #define EXP_CHARSET_CHOICE 1
 EOF
 
-echo "$as_me:16870: checking if experimental CJK logic should be used" >&5
+echo "$as_me:16879: checking if experimental CJK logic should be used" >&5
 echo $ECHO_N "checking if experimental CJK logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-cjk or --disable-cjk was given.
@@ -16884,13 +16893,13 @@ else
   use_cjk=no
 
 fi;
-echo "$as_me:16887: result: $use_cjk" >&5
+echo "$as_me:16896: result: $use_cjk" >&5
 echo "${ECHO_T}$use_cjk" >&6
 test $use_cjk != no && cat >>confdefs.h <<\EOF
 #define CJK_EX 1
 EOF
 
-echo "$as_me:16893: checking if experimental Japanese UTF-8 logic should be used" >&5
+echo "$as_me:16902: checking if experimental Japanese UTF-8 logic should be used" >&5
 echo $ECHO_N "checking if experimental Japanese UTF-8 logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-japanese-utf8 or --disable-japanese-utf8 was given.
@@ -16907,14 +16916,14 @@ else
   use_ja_utf8=no
 
 fi;
-echo "$as_me:16910: result: $use_ja_utf8" >&5
+echo "$as_me:16919: result: $use_ja_utf8" >&5
 echo "${ECHO_T}$use_ja_utf8" >&6
 if test $use_ja_utf8 != no ; then
 	cat >>confdefs.h <<\EOF
 #define EXP_JAPANESEUTF8_SUPPORT 1
 EOF
 
-echo "$as_me:16917: checking for libiconv_open in -liconv" >&5
+echo "$as_me:16926: checking for libiconv_open in -liconv" >&5
 echo $ECHO_N "checking for libiconv_open in -liconv... $ECHO_C" >&6
 if test "${ac_cv_lib_iconv_libiconv_open+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16922,7 +16931,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-liconv  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 16925 "configure"
+#line 16934 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -16941,16 +16950,16 @@ libiconv_open ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16944: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16953: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:16947: \$? = $ac_status" >&5
+  echo "$as_me:16956: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:16950: \"$ac_try\"") >&5
+  { (eval echo "$as_me:16959: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:16953: \$? = $ac_status" >&5
+  echo "$as_me:16962: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_iconv_libiconv_open=yes
 else
@@ -16961,7 +16970,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:16964: result: $ac_cv_lib_iconv_libiconv_open" >&5
+echo "$as_me:16973: result: $ac_cv_lib_iconv_libiconv_open" >&5
 echo "${ECHO_T}$ac_cv_lib_iconv_libiconv_open" >&6
 if test $ac_cv_lib_iconv_libiconv_open = yes; then
   cat >>confdefs.h <<EOF
@@ -16974,7 +16983,7 @@ fi
 
 fi
 
-echo "$as_me:16977: checking if color-style code should be used" >&5
+echo "$as_me:16986: checking if color-style code should be used" >&5
 echo $ECHO_N "checking if color-style code should be used... $ECHO_C" >&6
 
 # Check whether --enable-color-style or --disable-color-style was given.
@@ -16994,7 +17003,7 @@ fi;
 
 case $use_color_style in
 no)
-	echo "$as_me:16997: result: no" >&5
+	echo "$as_me:17006: result: no" >&5
 echo "${ECHO_T}no" >&6
 	INSTALL_LSS=
 	;;
@@ -17003,17 +17012,17 @@ echo "${ECHO_T}no" >&6
 #define USE_COLOR_STYLE 1
 EOF
 
-	echo "$as_me:17006: result: yes" >&5
+	echo "$as_me:17015: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 
-	echo "$as_me:17009: checking for location of style-sheet file" >&5
+	echo "$as_me:17018: checking for location of style-sheet file" >&5
 echo $ECHO_N "checking for location of style-sheet file... $ECHO_C" >&6
 	LYNX_LSS_FILE=$cf_libdir/lynx.lss
 	cat >>confdefs.h <<EOF
 #define LYNX_LSS_FILE "$LYNX_LSS_FILE"
 EOF
 
-	echo "$as_me:17016: result: $LYNX_LSS_FILE" >&5
+	echo "$as_me:17025: result: $LYNX_LSS_FILE" >&5
 echo "${ECHO_T}$LYNX_LSS_FILE" >&6
 	INSTALL_LSS=install-lss
 	;;
@@ -17027,7 +17036,7 @@ curses|slang|ncurses*)
 esac
 
 if test "$use_dft_colors" != no ; then
-echo "$as_me:17030: checking if you want to use default-colors" >&5
+echo "$as_me:17039: checking if you want to use default-colors" >&5
 echo $ECHO_N "checking if you want to use default-colors... $ECHO_C" >&6
 
 # Check whether --enable-default-colors or --disable-default-colors was given.
@@ -17044,7 +17053,7 @@ else
   use_dft_colors=no
 
 fi;
-echo "$as_me:17047: result: $use_dft_colors" >&5
+echo "$as_me:17056: result: $use_dft_colors" >&5
 echo "${ECHO_T}$use_dft_colors" >&6
 test $use_dft_colors = "yes" && cat >>confdefs.h <<\EOF
 #define USE_DEFAULT_COLORS 1
@@ -17052,7 +17061,7 @@ EOF
 
 fi
 
-echo "$as_me:17055: checking if experimental htmlized lynx.cfg should be built" >&5
+echo "$as_me:17064: checking if experimental htmlized lynx.cfg should be built" >&5
 echo $ECHO_N "checking if experimental htmlized lynx.cfg should be built... $ECHO_C" >&6
 
 # Check whether --enable-htmlized-cfg or --disable-htmlized-cfg was given.
@@ -17069,7 +17078,7 @@ else
   use_exp_htmlized_cfg=no
 
 fi;
-echo "$as_me:17072: result: $use_exp_htmlized_cfg" >&5
+echo "$as_me:17081: result: $use_exp_htmlized_cfg" >&5
 echo "${ECHO_T}$use_exp_htmlized_cfg" >&6
 
 LYNXCFG_MAKE=''
@@ -17080,7 +17089,7 @@ if test $use_exp_htmlized_cfg = no ; then
 fi
 
 ### check for ipv6 support
-echo "$as_me:17083: checking whether to enable ipv6" >&5
+echo "$as_me:17092: checking whether to enable ipv6" >&5
 echo $ECHO_N "checking whether to enable ipv6... $ECHO_C" >&6
 
 # Check whether --enable-ipv6 or --disable-ipv6 was given.
@@ -17096,11 +17105,11 @@ EOF
 else
   enableval=no
 fi;
-echo "$as_me:17099: result: $enableval" >&5
+echo "$as_me:17108: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 if test "$enableval" = "yes"; then
 
-echo "$as_me:17103: checking ipv6 stack type" >&5
+echo "$as_me:17112: checking ipv6 stack type" >&5
 echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
 if test "${cf_cv_ipv6type+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17121,7 +17130,7 @@ do
 		;;
 	inria) #(vi
 				cat >conftest.$ac_ext <<_ACEOF
-#line 17124 "configure"
+#line 17133 "configure"
 #include "confdefs.h"
 
 #include <netinet/in.h>
@@ -17138,7 +17147,7 @@ rm -f conftest*
 		;;
 	kame) #(vi
 				cat >conftest.$ac_ext <<_ACEOF
-#line 17141 "configure"
+#line 17150 "configure"
 #include "confdefs.h"
 
 #include <netinet/in.h>
@@ -17155,7 +17164,7 @@ rm -f conftest*
 		;;
 	linux-glibc) #(vi
 				cat >conftest.$ac_ext <<_ACEOF
-#line 17158 "configure"
+#line 17167 "configure"
 #include "confdefs.h"
 
 #include <features.h>
@@ -17181,7 +17190,7 @@ rm -f conftest*
 		;;
 	toshiba) #(vi
 		cat >conftest.$ac_ext <<_ACEOF
-#line 17184 "configure"
+#line 17193 "configure"
 #include "confdefs.h"
 
 #include <sys/param.h>
@@ -17198,7 +17207,7 @@ rm -f conftest*
 		;;
 	v6d) #(vi
 		cat >conftest.$ac_ext <<_ACEOF
-#line 17201 "configure"
+#line 17210 "configure"
 #include "confdefs.h"
 
 #include </usr/local/v6/include/sys/v6config.h>
@@ -17215,7 +17224,7 @@ rm -f conftest*
 		;;
 	zeta)
 		cat >conftest.$ac_ext <<_ACEOF
-#line 17218 "configure"
+#line 17227 "configure"
 #include "confdefs.h"
 
 #include <sys/param.h>
@@ -17237,13 +17246,13 @@ rm -f conftest*
 done
 
 fi
-echo "$as_me:17240: result: $cf_cv_ipv6type" >&5
+echo "$as_me:17249: result: $cf_cv_ipv6type" >&5
 echo "${ECHO_T}$cf_cv_ipv6type" >&6
 
 cf_ipv6lib=none
 cf_ipv6dir=none
 
-echo "$as_me:17246: checking for IPv6 library if required" >&5
+echo "$as_me:17255: checking for IPv6 library if required" >&5
 echo $ECHO_N "checking for IPv6 library if required... $ECHO_C" >&6
 case $cf_cv_ipv6type in #(vi
 solaris) #(vi
@@ -17273,13 +17282,13 @@ zeta)
 	cf_ipv6dir=v6
 	;;
 esac
-echo "$as_me:17276: result: $cf_ipv6lib" >&5
+echo "$as_me:17285: result: $cf_ipv6lib" >&5
 echo "${ECHO_T}$cf_ipv6lib" >&6
 
 if test "$cf_ipv6lib" != "none"; then
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 17282 "configure"
+#line 17291 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -17295,16 +17304,16 @@ getaddrinfo(0, 0, 0, 0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17298: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17307: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17301: \$? = $ac_status" >&5
+  echo "$as_me:17310: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17304: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17313: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17307: \$? = $ac_status" >&5
+  echo "$as_me:17316: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -17398,13 +17407,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 	eval 'cf_cv_have_lib_'$cf_ipv6lib'=no'
 	cf_libdir=""
-	echo "$as_me:17401: checking for getaddrinfo" >&5
+	echo "$as_me:17410: checking for getaddrinfo" >&5
 echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6
 if test "${ac_cv_func_getaddrinfo+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 17407 "configure"
+#line 17416 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char getaddrinfo (); below.  */
@@ -17435,16 +17444,16 @@ f = getaddrinfo;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17438: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17447: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17441: \$? = $ac_status" >&5
+  echo "$as_me:17450: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17444: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17453: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17447: \$? = $ac_status" >&5
+  echo "$as_me:17456: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_getaddrinfo=yes
 else
@@ -17454,18 +17463,18 @@ ac_cv_func_getaddrinfo=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:17457: result: $ac_cv_func_getaddrinfo" >&5
+echo "$as_me:17466: result: $ac_cv_func_getaddrinfo" >&5
 echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6
 if test $ac_cv_func_getaddrinfo = yes; then
   eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:17464: checking for getaddrinfo in -l$cf_ipv6lib" >&5
+		echo "$as_me:17473: checking for getaddrinfo in -l$cf_ipv6lib" >&5
 echo $ECHO_N "checking for getaddrinfo in -l$cf_ipv6lib... $ECHO_C" >&6
 		LIBS="-l$cf_ipv6lib $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 17468 "configure"
+#line 17477 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -17481,25 +17490,25 @@ getaddrinfo(0, 0, 0, 0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17484: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17493: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17487: \$? = $ac_status" >&5
+  echo "$as_me:17496: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17490: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17499: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17493: \$? = $ac_status" >&5
+  echo "$as_me:17502: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:17495: result: yes" >&5
+  echo "$as_me:17504: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:17502: result: no" >&5
+echo "$as_me:17511: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -17559,11 +17568,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:17562: checking for -l$cf_ipv6lib in $cf_libdir" >&5
+				echo "$as_me:17571: checking for -l$cf_ipv6lib in $cf_libdir" >&5
 echo $ECHO_N "checking for -l$cf_ipv6lib in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -l$cf_ipv6lib $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 17566 "configure"
+#line 17575 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -17579,25 +17588,25 @@ getaddrinfo(0, 0, 0, 0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17582: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17591: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17585: \$? = $ac_status" >&5
+  echo "$as_me:17594: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:17588: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17597: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17591: \$? = $ac_status" >&5
+  echo "$as_me:17600: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:17593: result: yes" >&5
+  echo "$as_me:17602: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:17600: result: no" >&5
+echo "$as_me:17609: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -17612,7 +17621,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'$cf_ipv6lib
 
 	if test $cf_found_library = no ; then
-		{ { echo "$as_me:17615: error: No $cf_ipv6lib library found, cannot continue.  You must fetch lib$cf_ipv6lib.a
+		{ { echo "$as_me:17624: error: No $cf_ipv6lib library found, cannot continue.  You must fetch lib$cf_ipv6lib.a
 from an appropriate IPv6 kit and compile beforehand." >&5
 echo "$as_me: error: No $cf_ipv6lib library found, cannot continue.  You must fetch lib$cf_ipv6lib.a
 from an appropriate IPv6 kit and compile beforehand." >&2;}
@@ -17620,7 +17629,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;}
 	fi
 fi
 
-echo "$as_me:17623: checking working getaddrinfo" >&5
+echo "$as_me:17632: checking working getaddrinfo" >&5
 echo $ECHO_N "checking working getaddrinfo... $ECHO_C" >&6
 if test "${cf_cv_getaddrinfo+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17630,7 +17639,7 @@ if test "$cross_compiling" = yes; then
   cf_cv_getaddrinfo=unknown
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 17633 "configure"
+#line 17642 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -17710,15 +17719,15 @@ int main()
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:17713: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17722: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:17716: \$? = $ac_status" >&5
+  echo "$as_me:17725: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:17718: \"$ac_try\"") >&5
+  { (eval echo "$as_me:17727: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:17721: \$? = $ac_status" >&5
+  echo "$as_me:17730: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_getaddrinfo=yes
 else
@@ -17731,7 +17740,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 
 fi
-echo "$as_me:17734: result: $cf_cv_getaddrinfo" >&5
+echo "$as_me:17743: result: $cf_cv_getaddrinfo" >&5
 echo "${ECHO_T}$cf_cv_getaddrinfo" >&6
 if test "$cf_cv_getaddrinfo" = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -17746,12 +17755,12 @@ fi
 
 if test "$cf_cv_getaddrinfo" != "yes"; then
 	if test "$cf_cv_ipv6type" != "linux"; then
-		{ echo "$as_me:17749: WARNING: You must get working getaddrinfo() function,
+		{ echo "$as_me:17758: WARNING: You must get working getaddrinfo() function,
 or you can specify \"--disable-ipv6\"" >&5
 echo "$as_me: WARNING: You must get working getaddrinfo() function,
 or you can specify \"--disable-ipv6\"" >&2;}
 	else
-		{ echo "$as_me:17754: WARNING: The getaddrinfo() implementation on your system seems be buggy.
+		{ echo "$as_me:17763: WARNING: The getaddrinfo() implementation on your system seems be buggy.
 You should upgrade your system library to the newest version
 of GNU C library (aka glibc)." >&5
 echo "$as_me: WARNING: The getaddrinfo() implementation on your system seems be buggy.
@@ -17762,7 +17771,7 @@ fi
 
 fi
 
-echo "$as_me:17765: checking if experimental element-justification logic should be used" >&5
+echo "$as_me:17774: checking if experimental element-justification logic should be used" >&5
 echo $ECHO_N "checking if experimental element-justification logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-justify-elts or --disable-justify-elts was given.
@@ -17779,13 +17788,13 @@ else
   use_exp_justify_elts=no
 
 fi;
-echo "$as_me:17782: result: $use_exp_justify_elts" >&5
+echo "$as_me:17791: result: $use_exp_justify_elts" >&5
 echo "${ECHO_T}$use_exp_justify_elts" >&6
 test $use_exp_justify_elts != no && cat >>confdefs.h <<\EOF
 #define EXP_JUSTIFY_ELTS 1
 EOF
 
-echo "$as_me:17788: checking if experimental keyboard-layout logic should be used" >&5
+echo "$as_me:17797: checking if experimental keyboard-layout logic should be used" >&5
 echo $ECHO_N "checking if experimental keyboard-layout logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-kbd-layout or --disable-kbd-layout was given.
@@ -17802,13 +17811,13 @@ else
   use_kbd_layout=no
 
 fi;
-echo "$as_me:17805: result: $use_kbd_layout" >&5
+echo "$as_me:17814: result: $use_kbd_layout" >&5
 echo "${ECHO_T}$use_kbd_layout" >&6
 test $use_kbd_layout != no && cat >>confdefs.h <<\EOF
 #define EXP_KEYBOARD_LAYOUT 1
 EOF
 
-echo "$as_me:17811: checking if experimental locale-charset selection logic should be used" >&5
+echo "$as_me:17820: checking if experimental locale-charset selection logic should be used" >&5
 echo $ECHO_N "checking if experimental locale-charset selection logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-locale-charset or --disable-locale-charset was given.
@@ -17825,13 +17834,13 @@ else
   use_locale_charset=yes
 
 fi;
-echo "$as_me:17828: result: $use_locale_charset" >&5
+echo "$as_me:17837: result: $use_locale_charset" >&5
 echo "${ECHO_T}$use_locale_charset" >&6
 test $use_locale_charset != no && cat >>confdefs.h <<\EOF
 #define EXP_LOCALE_CHARSET 1
 EOF
 
-echo "$as_me:17834: checking if experimental nested-table logic should be used" >&5
+echo "$as_me:17843: checking if experimental nested-table logic should be used" >&5
 echo $ECHO_N "checking if experimental nested-table logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-nested-tables or --disable-nested-tables was given.
@@ -17848,13 +17857,13 @@ else
   use_nested_tables=no
 
 fi;
-echo "$as_me:17851: result: $use_nested_tables" >&5
+echo "$as_me:17860: result: $use_nested_tables" >&5
 echo "${ECHO_T}$use_nested_tables" >&6
 test $use_nested_tables != no && cat >>confdefs.h <<\EOF
 #define EXP_NESTED_TABLES 1
 EOF
 
-echo "$as_me:17857: checking if scrollbar code should be used" >&5
+echo "$as_me:17866: checking if scrollbar code should be used" >&5
 echo $ECHO_N "checking if scrollbar code should be used... $ECHO_C" >&6
 
 # Check whether --enable-scrollbar or --disable-scrollbar was given.
@@ -17871,10 +17880,10 @@ else
   use_scrollbar=no
 
 fi;
-echo "$as_me:17874: result: $use_scrollbar" >&5
+echo "$as_me:17883: result: $use_scrollbar" >&5
 echo "${ECHO_T}$use_scrollbar" >&6
 
-echo "$as_me:17877: checking if alternative line-edit bindings should be used" >&5
+echo "$as_me:17886: checking if alternative line-edit bindings should be used" >&5
 echo $ECHO_N "checking if alternative line-edit bindings should be used... $ECHO_C" >&6
 
 # Check whether --enable-alt-bindings or --disable-alt-bindings was given.
@@ -17891,13 +17900,13 @@ else
   use_alt_bindings=yes
 
 fi;
-echo "$as_me:17894: result: $use_alt_bindings" >&5
+echo "$as_me:17903: result: $use_alt_bindings" >&5
 echo "${ECHO_T}$use_alt_bindings" >&6
 test $use_alt_bindings != no && cat >>confdefs.h <<\EOF
 #define EXP_ALT_BINDINGS 1
 EOF
 
-echo "$as_me:17900: checking if you want to use extended HTML DTD logic" >&5
+echo "$as_me:17909: checking if you want to use extended HTML DTD logic" >&5
 echo $ECHO_N "checking if you want to use extended HTML DTD logic... $ECHO_C" >&6
 
 # Check whether --enable-extended-dtd or --disable-extended-dtd was given.
@@ -17914,13 +17923,13 @@ else
   use_ext_htmldtd=yes
 
 fi;
-echo "$as_me:17917: result: $use_ext_htmldtd" >&5
+echo "$as_me:17926: result: $use_ext_htmldtd" >&5
 echo "${ECHO_T}$use_ext_htmldtd" >&6
 test $use_ext_htmldtd = "no" && cat >>confdefs.h <<\EOF
 #define NO_EXTENDED_HTMLDTD 1
 EOF
 
-echo "$as_me:17923: checking if file-upload logic should be used" >&5
+echo "$as_me:17932: checking if file-upload logic should be used" >&5
 echo $ECHO_N "checking if file-upload logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-file-upload or --disable-file-upload was given.
@@ -17937,13 +17946,13 @@ else
   use_file_upload=yes
 
 fi;
-echo "$as_me:17940: result: $use_file_upload" >&5
+echo "$as_me:17949: result: $use_file_upload" >&5
 echo "${ECHO_T}$use_file_upload" >&6
 test $use_file_upload != no && cat >>confdefs.h <<\EOF
 #define USE_FILE_UPLOAD 1
 EOF
 
-echo "$as_me:17946: checking if partial-display should be used" >&5
+echo "$as_me:17955: checking if partial-display should be used" >&5
 echo $ECHO_N "checking if partial-display should be used... $ECHO_C" >&6
 
 # Check whether --enable-partial or --disable-partial was given.
@@ -17960,13 +17969,13 @@ else
   use_partial_display=yes
 
 fi;
-echo "$as_me:17963: result: $use_partial_display" >&5
+echo "$as_me:17972: result: $use_partial_display" >&5
 echo "${ECHO_T}$use_partial_display" >&6
 test $use_partial_display != no && cat >>confdefs.h <<\EOF
 #define DISP_PARTIAL 1
 EOF
 
-echo "$as_me:17969: checking if persistent-cookie logic should be used" >&5
+echo "$as_me:17978: checking if persistent-cookie logic should be used" >&5
 echo $ECHO_N "checking if persistent-cookie logic should be used... $ECHO_C" >&6
 
 # Check whether --enable-persistent-cookies or --disable-persistent-cookies was given.
@@ -17983,13 +17992,13 @@ else
   use_filed_cookies=yes
 
 fi;
-echo "$as_me:17986: result: $use_filed_cookies" >&5
+echo "$as_me:17995: result: $use_filed_cookies" >&5
 echo "${ECHO_T}$use_filed_cookies" >&6
 test $use_filed_cookies != no && cat >>confdefs.h <<\EOF
 #define USE_PERSISTENT_COOKIES 1
 EOF
 
-echo "$as_me:17992: checking if html source should be colorized" >&5
+echo "$as_me:18001: checking if html source should be colorized" >&5
 echo $ECHO_N "checking if html source should be colorized... $ECHO_C" >&6
 
 # Check whether --enable-prettysrc or --disable-prettysrc was given.
@@ -18006,13 +18015,13 @@ else
   use_prettysrc=yes
 
 fi;
-echo "$as_me:18009: result: $use_prettysrc" >&5
+echo "$as_me:18018: result: $use_prettysrc" >&5
 echo "${ECHO_T}$use_prettysrc" >&6
 test $use_prettysrc != no && cat >>confdefs.h <<\EOF
 #define USE_PRETTYSRC 1
 EOF
 
-echo "$as_me:18015: checking if read-progress message should show ETA" >&5
+echo "$as_me:18024: checking if read-progress message should show ETA" >&5
 echo $ECHO_N "checking if read-progress message should show ETA... $ECHO_C" >&6
 
 # Check whether --enable-read-eta or --disable-read-eta was given.
@@ -18029,13 +18038,13 @@ else
   use_read_eta=yes
 
 fi;
-echo "$as_me:18032: result: $use_read_eta" >&5
+echo "$as_me:18041: result: $use_read_eta" >&5
 echo "${ECHO_T}$use_read_eta" >&6
 test $use_read_eta != no && cat >>confdefs.h <<\EOF
 #define USE_READPROGRESS 1
 EOF
 
-echo "$as_me:18038: checking if source caching should be used" >&5
+echo "$as_me:18047: checking if source caching should be used" >&5
 echo $ECHO_N "checking if source caching should be used... $ECHO_C" >&6
 
 # Check whether --enable-source-cache or --disable-source-cache was given.
@@ -18052,13 +18061,13 @@ else
   use_source_cache=yes
 
 fi;
-echo "$as_me:18055: result: $use_source_cache" >&5
+echo "$as_me:18064: result: $use_source_cache" >&5
 echo "${ECHO_T}$use_source_cache" >&6
 test $use_source_cache != no && cat >>confdefs.h <<\EOF
 #define USE_SOURCE_CACHE 1
 EOF
 
-echo "$as_me:18061: checking if you want to use external commands" >&5
+echo "$as_me:18070: checking if you want to use external commands" >&5
 echo $ECHO_N "checking if you want to use external commands... $ECHO_C" >&6
 
 # Check whether --enable-externs or --disable-externs was given.
@@ -18075,7 +18084,7 @@ else
   use_externs=no
 
 fi;
-echo "$as_me:18078: result: $use_externs" >&5
+echo "$as_me:18087: result: $use_externs" >&5
 echo "${ECHO_T}$use_externs" >&6
 if test $use_externs != "no" ; then
 	cat >>confdefs.h <<\EOF
@@ -18085,7 +18094,7 @@ EOF
 	LIBOBJS="$LIBOBJS LYExtern\$o"
 fi
 
-echo "$as_me:18088: checking if you want to use setfont support" >&5
+echo "$as_me:18097: checking if you want to use setfont support" >&5
 echo $ECHO_N "checking if you want to use setfont support... $ECHO_C" >&6
 
 # Check whether --enable-font-switch or --disable-font-switch was given.
@@ -18102,13 +18111,13 @@ else
   use_setfont=no
 
 fi;
-echo "$as_me:18105: result: $use_setfont" >&5
+echo "$as_me:18114: result: $use_setfont" >&5
 echo "${ECHO_T}$use_setfont" >&6
 test $use_setfont = yes && cat >>confdefs.h <<\EOF
 #define EXP_CHARTRANS_AUTOSWITCH 1
 EOF
 
-echo "$as_me:18111: checking if you want cgi-link support" >&5
+echo "$as_me:18120: checking if you want cgi-link support" >&5
 echo $ECHO_N "checking if you want cgi-link support... $ECHO_C" >&6
 
 # Check whether --enable-cgi-links or --disable-cgi-links was given.
@@ -18124,10 +18133,10 @@ EOF
 else
   enableval=no
 fi;
-echo "$as_me:18127: result: $enableval" >&5
+echo "$as_me:18136: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-echo "$as_me:18130: checking if you want change-exec support" >&5
+echo "$as_me:18139: checking if you want change-exec support" >&5
 echo $ECHO_N "checking if you want change-exec support... $ECHO_C" >&6
 
 # Check whether --enable-change-exec or --disable-change-exec was given.
@@ -18144,13 +18153,13 @@ else
   use_change_exec=no
 
 fi;
-echo "$as_me:18147: result: $use_change_exec" >&5
+echo "$as_me:18156: result: $use_change_exec" >&5
 echo "${ECHO_T}$use_change_exec" >&6
 test $use_change_exec = yes && cat >>confdefs.h <<\EOF
 #define ENABLE_OPTS_CHANGE_EXEC 1
 EOF
 
-echo "$as_me:18153: checking if you want exec-links support" >&5
+echo "$as_me:18162: checking if you want exec-links support" >&5
 echo $ECHO_N "checking if you want exec-links support... $ECHO_C" >&6
 
 # Check whether --enable-exec-links or --disable-exec-links was given.
@@ -18167,13 +18176,13 @@ else
   use_exec_links=$enableval
 
 fi;
-echo "$as_me:18170: result: $use_exec_links" >&5
+echo "$as_me:18179: result: $use_exec_links" >&5
 echo "${ECHO_T}$use_exec_links" >&6
 test $use_exec_links = yes && cat >>confdefs.h <<\EOF
 #define EXEC_LINKS 1
 EOF
 
-echo "$as_me:18176: checking if you want exec-scripts support" >&5
+echo "$as_me:18185: checking if you want exec-scripts support" >&5
 echo $ECHO_N "checking if you want exec-scripts support... $ECHO_C" >&6
 
 # Check whether --enable-exec-scripts or --disable-exec-scripts was given.
@@ -18190,13 +18199,13 @@ else
   use_exec_scripts=$enableval
 
 fi;
-echo "$as_me:18193: result: $use_exec_scripts" >&5
+echo "$as_me:18202: result: $use_exec_scripts" >&5
 echo "${ECHO_T}$use_exec_scripts" >&6
 test $use_exec_scripts = yes && cat >>confdefs.h <<\EOF
 #define EXEC_SCRIPTS 1
 EOF
 
-echo "$as_me:18199: checking if you want internal-links feature" >&5
+echo "$as_me:18208: checking if you want internal-links feature" >&5
 echo $ECHO_N "checking if you want internal-links feature... $ECHO_C" >&6
 
 # Check whether --enable-internal-links or --disable-internal-links was given.
@@ -18213,13 +18222,13 @@ else
   use_internal_links=no
 
 fi;
-echo "$as_me:18216: result: $use_internal_links" >&5
+echo "$as_me:18225: result: $use_internal_links" >&5
 echo "${ECHO_T}$use_internal_links" >&6
 test $use_internal_links = no && cat >>confdefs.h <<\EOF
 #define DONT_TRACK_INTERNAL_LINKS 1
 EOF
 
-echo "$as_me:18222: checking if you want to fork NSL requests" >&5
+echo "$as_me:18231: checking if you want to fork NSL requests" >&5
 echo $ECHO_N "checking if you want to fork NSL requests... $ECHO_C" >&6
 
 # Check whether --enable-nsl-fork or --disable-nsl-fork was given.
@@ -18236,13 +18245,13 @@ else
   use_nsl_fork=no
 
 fi;
-echo "$as_me:18239: result: $use_nsl_fork" >&5
+echo "$as_me:18248: result: $use_nsl_fork" >&5
 echo "${ECHO_T}$use_nsl_fork" >&6
 test $use_nsl_fork = yes && cat >>confdefs.h <<\EOF
 #define NSL_FORK 1
 EOF
 
-echo "$as_me:18245: checking if you want to log URL requests via syslog" >&5
+echo "$as_me:18254: checking if you want to log URL requests via syslog" >&5
 echo $ECHO_N "checking if you want to log URL requests via syslog... $ECHO_C" >&6
 
 # Check whether --enable-syslog or --disable-syslog was given.
@@ -18259,13 +18268,13 @@ else
   use_syslog=no
 
 fi;
-echo "$as_me:18262: result: $use_syslog" >&5
+echo "$as_me:18271: result: $use_syslog" >&5
 echo "${ECHO_T}$use_syslog" >&6
 test $use_syslog = yes && cat >>confdefs.h <<\EOF
 #define SYSLOG_REQUESTED_URLS 1
 EOF
 
-echo "$as_me:18268: checking if you want to underline links" >&5
+echo "$as_me:18277: checking if you want to underline links" >&5
 echo $ECHO_N "checking if you want to underline links... $ECHO_C" >&6
 
 # Check whether --enable-underlines or --disable-underlines was given.
@@ -18282,7 +18291,7 @@ else
   use_underline=no
 
 fi;
-echo "$as_me:18285: result: $use_underline" >&5
+echo "$as_me:18294: result: $use_underline" >&5
 echo "${ECHO_T}$use_underline" >&6
 test $use_underline = yes && cat >>confdefs.h <<\EOF
 #define UNDERLINE_LINKS 1
@@ -18292,7 +18301,7 @@ test $use_underline = no  && cat >>confdefs.h <<\EOF
 #define UNDERLINE_LINKS 0
 EOF
 
-echo "$as_me:18295: checking if help files should be gzip'ed" >&5
+echo "$as_me:18304: checking if help files should be gzip'ed" >&5
 echo $ECHO_N "checking if help files should be gzip'ed... $ECHO_C" >&6
 
 # Check whether --enable-gzip-help or --disable-gzip-help was given.
@@ -18309,10 +18318,10 @@ else
   use_gzip_help=no
 
 fi;
-echo "$as_me:18312: result: $use_gzip_help" >&5
+echo "$as_me:18321: result: $use_gzip_help" >&5
 echo "${ECHO_T}$use_gzip_help" >&6
 
-echo "$as_me:18315: checking if you want to use libbz2 for decompression of some bzip2 files" >&5
+echo "$as_me:18324: checking if you want to use libbz2 for decompression of some bzip2 files" >&5
 echo $ECHO_N "checking if you want to use libbz2 for decompression of some bzip2 files... $ECHO_C" >&6
 
 # Check whether --with-bzlib or --without-bzlib was given.
@@ -18322,15 +18331,15 @@ if test "${with_bzlib+set}" = set; then
 else
   use_bzlib=no
 fi;
-echo "$as_me:18325: result: $use_bzlib" >&5
+echo "$as_me:18334: result: $use_bzlib" >&5
 echo "${ECHO_T}$use_bzlib" >&6
 
 if test ".$use_bzlib" != ".no" ; then
 
-echo "$as_me:18330: checking if we need to add -I option to get bzlib.h" >&5
+echo "$as_me:18339: checking if we need to add -I option to get bzlib.h" >&5
 echo $ECHO_N "checking if we need to add -I option to get bzlib.h... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 18333 "configure"
+#line 18342 "configure"
 #include "confdefs.h"
 #include <zlib.h>
 int
@@ -18342,24 +18351,24 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18345: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18354: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:18348: \$? = $ac_status" >&5
+  echo "$as_me:18357: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:18351: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18360: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18354: \$? = $ac_status" >&5
+  echo "$as_me:18363: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:18356: result: no" >&5
+  echo "$as_me:18365: result: no" >&5
 echo "${ECHO_T}no" >&6
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-echo "$as_me:18362: result: yes" >&5
+echo "$as_me:18371: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 cf_search=""
 
@@ -18516,13 +18525,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 	eval 'cf_cv_have_lib_'bz2'=no'
 	cf_libdir=""
-	echo "$as_me:18519: checking for BZ2_bzopen" >&5
+	echo "$as_me:18528: checking for BZ2_bzopen" >&5
 echo $ECHO_N "checking for BZ2_bzopen... $ECHO_C" >&6
 if test "${ac_cv_func_BZ2_bzopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 18525 "configure"
+#line 18534 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char BZ2_bzopen (); below.  */
@@ -18553,16 +18562,16 @@ f = BZ2_bzopen;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18556: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18565: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18559: \$? = $ac_status" >&5
+  echo "$as_me:18568: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18562: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18571: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18565: \$? = $ac_status" >&5
+  echo "$as_me:18574: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_BZ2_bzopen=yes
 else
@@ -18572,18 +18581,18 @@ ac_cv_func_BZ2_bzopen=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:18575: result: $ac_cv_func_BZ2_bzopen" >&5
+echo "$as_me:18584: result: $ac_cv_func_BZ2_bzopen" >&5
 echo "${ECHO_T}$ac_cv_func_BZ2_bzopen" >&6
 if test $ac_cv_func_BZ2_bzopen = yes; then
   eval 'cf_cv_have_lib_'bz2'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:18582: checking for BZ2_bzopen in -lbz2" >&5
+		echo "$as_me:18591: checking for BZ2_bzopen in -lbz2" >&5
 echo $ECHO_N "checking for BZ2_bzopen in -lbz2... $ECHO_C" >&6
 		LIBS="-lbz2 $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 18586 "configure"
+#line 18595 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -18597,25 +18606,25 @@ BZ2_bzopen("name","mode")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18600: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18609: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18603: \$? = $ac_status" >&5
+  echo "$as_me:18612: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18606: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18615: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18609: \$? = $ac_status" >&5
+  echo "$as_me:18618: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:18611: result: yes" >&5
+  echo "$as_me:18620: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'bz2'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:18618: result: no" >&5
+echo "$as_me:18627: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -18675,11 +18684,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:18678: checking for -lbz2 in $cf_libdir" >&5
+				echo "$as_me:18687: checking for -lbz2 in $cf_libdir" >&5
 echo $ECHO_N "checking for -lbz2 in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -lbz2 $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 18682 "configure"
+#line 18691 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -18693,25 +18702,25 @@ BZ2_bzopen("name","mode")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18696: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18705: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18699: \$? = $ac_status" >&5
+  echo "$as_me:18708: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18702: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18711: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18705: \$? = $ac_status" >&5
+  echo "$as_me:18714: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:18707: result: yes" >&5
+  echo "$as_me:18716: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'bz2'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:18714: result: no" >&5
+echo "$as_me:18723: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -18726,7 +18735,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'bz2
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:18729: error: Cannot link bz2 library" >&5
+	{ { echo "$as_me:18738: error: Cannot link bz2 library" >&5
 echo "$as_me: error: Cannot link bz2 library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -18737,7 +18746,7 @@ EOF
 
 fi
 
-echo "$as_me:18740: checking if you want to use zlib for decompression of some gzip files" >&5
+echo "$as_me:18749: checking if you want to use zlib for decompression of some gzip files" >&5
 echo $ECHO_N "checking if you want to use zlib for decompression of some gzip files... $ECHO_C" >&6
 
 # Check whether --with-zlib or --without-zlib was given.
@@ -18747,15 +18756,15 @@ if test "${with_zlib+set}" = set; then
 else
   use_zlib=no
 fi;
-echo "$as_me:18750: result: $use_zlib" >&5
+echo "$as_me:18759: result: $use_zlib" >&5
 echo "${ECHO_T}$use_zlib" >&6
 
 if test ".$use_zlib" != ".no" ; then
 
-echo "$as_me:18755: checking if we need to add -I option to get zlib.h" >&5
+echo "$as_me:18764: checking if we need to add -I option to get zlib.h" >&5
 echo $ECHO_N "checking if we need to add -I option to get zlib.h... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 18758 "configure"
+#line 18767 "configure"
 #include "confdefs.h"
 #include <zlib.h>
 int
@@ -18767,24 +18776,24 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18770: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18779: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:18773: \$? = $ac_status" >&5
+  echo "$as_me:18782: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:18776: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18785: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18779: \$? = $ac_status" >&5
+  echo "$as_me:18788: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:18781: result: no" >&5
+  echo "$as_me:18790: result: no" >&5
 echo "${ECHO_T}no" >&6
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 
-echo "$as_me:18787: result: yes" >&5
+echo "$as_me:18796: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 cf_search=""
 
@@ -18941,13 +18950,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 	eval 'cf_cv_have_lib_'z'=no'
 	cf_libdir=""
-	echo "$as_me:18944: checking for gzopen" >&5
+	echo "$as_me:18953: checking for gzopen" >&5
 echo $ECHO_N "checking for gzopen... $ECHO_C" >&6
 if test "${ac_cv_func_gzopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 18950 "configure"
+#line 18959 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gzopen (); below.  */
@@ -18978,16 +18987,16 @@ f = gzopen;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18981: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18990: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:18984: \$? = $ac_status" >&5
+  echo "$as_me:18993: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:18987: \"$ac_try\"") >&5
+  { (eval echo "$as_me:18996: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:18990: \$? = $ac_status" >&5
+  echo "$as_me:18999: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gzopen=yes
 else
@@ -18997,18 +19006,18 @@ ac_cv_func_gzopen=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:19000: result: $ac_cv_func_gzopen" >&5
+echo "$as_me:19009: result: $ac_cv_func_gzopen" >&5
 echo "${ECHO_T}$ac_cv_func_gzopen" >&6
 if test $ac_cv_func_gzopen = yes; then
   eval 'cf_cv_have_lib_'z'=yes'
 else
 
 		cf_save_LIBS="$LIBS"
-		echo "$as_me:19007: checking for gzopen in -lz" >&5
+		echo "$as_me:19016: checking for gzopen in -lz" >&5
 echo $ECHO_N "checking for gzopen in -lz... $ECHO_C" >&6
 		LIBS="-lz $LIBS"
 		cat >conftest.$ac_ext <<_ACEOF
-#line 19011 "configure"
+#line 19020 "configure"
 #include "confdefs.h"
 #include <zlib.h>
 int
@@ -19020,25 +19029,25 @@ gzopen("name","mode")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19023: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19032: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19026: \$? = $ac_status" >&5
+  echo "$as_me:19035: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19029: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19038: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19032: \$? = $ac_status" >&5
+  echo "$as_me:19041: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:19034: result: yes" >&5
+  echo "$as_me:19043: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 eval 'cf_cv_have_lib_'z'=yes'
 
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:19041: result: no" >&5
+echo "$as_me:19050: result: no" >&5
 echo "${ECHO_T}no" >&6
 			cf_search=""
 
@@ -19098,11 +19107,11 @@ test -d /usr && {
 
 			for cf_libdir in $cf_search
 			do
-				echo "$as_me:19101: checking for -lz in $cf_libdir" >&5
+				echo "$as_me:19110: checking for -lz in $cf_libdir" >&5
 echo $ECHO_N "checking for -lz in $cf_libdir... $ECHO_C" >&6
 				LIBS="-L$cf_libdir -lz $cf_save_LIBS"
 				cat >conftest.$ac_ext <<_ACEOF
-#line 19105 "configure"
+#line 19114 "configure"
 #include "confdefs.h"
 #include <zlib.h>
 int
@@ -19114,25 +19123,25 @@ gzopen("name","mode")
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19117: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19126: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:19120: \$? = $ac_status" >&5
+  echo "$as_me:19129: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:19123: \"$ac_try\"") >&5
+  { (eval echo "$as_me:19132: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:19126: \$? = $ac_status" >&5
+  echo "$as_me:19135: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  echo "$as_me:19128: result: yes" >&5
+  echo "$as_me:19137: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 			 		 eval 'cf_cv_have_lib_'z'=yes'
 					 break
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:19135: result: no" >&5
+echo "$as_me:19144: result: no" >&5
 echo "${ECHO_T}no" >&6
 					 LIBS="$cf_save_LIBS"
 fi
@@ -19147,7 +19156,7 @@ fi
 eval 'cf_found_library=$cf_cv_have_lib_'z
 
 if test $cf_found_library = no ; then
-	{ { echo "$as_me:19150: error: Cannot link z library" >&5
+	{ { echo "$as_me:19159: error: Cannot link z library" >&5
 echo "$as_me: error: Cannot link z library" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -19158,7 +19167,7 @@ EOF
 
 fi
 
-echo "$as_me:19161: checking if you want to exclude FINGER code" >&5
+echo "$as_me:19170: checking if you want to exclude FINGER code" >&5
 echo $ECHO_N "checking if you want to exclude FINGER code... $ECHO_C" >&6
 
 # Check whether --enable-finger or --disable-finger was given.
@@ -19175,13 +19184,13 @@ else
   use_finger=no
 
 fi;
-echo "$as_me:19178: result: $use_finger" >&5
+echo "$as_me:19187: result: $use_finger" >&5
 echo "${ECHO_T}$use_finger" >&6
 test $use_finger != "no" && cat >>confdefs.h <<\EOF
 #define DISABLE_FINGER 1
 EOF
 
-echo "$as_me:19184: checking if you want to exclude GOPHER code" >&5
+echo "$as_me:19193: checking if you want to exclude GOPHER code" >&5
 echo $ECHO_N "checking if you want to exclude GOPHER code... $ECHO_C" >&6
 
 # Check whether --enable-gopher or --disable-gopher was given.
@@ -19198,13 +19207,13 @@ else
   use_gopher=no
 
 fi;
-echo "$as_me:19201: result: $use_gopher" >&5
+echo "$as_me:19210: result: $use_gopher" >&5
 echo "${ECHO_T}$use_gopher" >&6
 test $use_gopher != "no" && cat >>confdefs.h <<\EOF
 #define DISABLE_GOPHER 1
 EOF
 
-echo "$as_me:19207: checking if you want to exclude NEWS code" >&5
+echo "$as_me:19216: checking if you want to exclude NEWS code" >&5
 echo $ECHO_N "checking if you want to exclude NEWS code... $ECHO_C" >&6
 
 # Check whether --enable-news or --disable-news was given.
@@ -19221,13 +19230,13 @@ else
   use_news=no
 
 fi;
-echo "$as_me:19224: result: $use_news" >&5
+echo "$as_me:19233: result: $use_news" >&5
 echo "${ECHO_T}$use_news" >&6
 test $use_news != "no" && cat >>confdefs.h <<\EOF
 #define DISABLE_NEWS 1
 EOF
 
-echo "$as_me:19230: checking if you want to exclude FTP code" >&5
+echo "$as_me:19239: checking if you want to exclude FTP code" >&5
 echo $ECHO_N "checking if you want to exclude FTP code... $ECHO_C" >&6
 
 # Check whether --enable-ftp or --disable-ftp was given.
@@ -19244,7 +19253,7 @@ else
   use_ftp=no
 
 fi;
-echo "$as_me:19247: result: $use_ftp" >&5
+echo "$as_me:19256: result: $use_ftp" >&5
 echo "${ECHO_T}$use_ftp" >&6
 test $use_ftp != "no" && cat >>confdefs.h <<\EOF
 #define DISABLE_FTP 1
@@ -19252,7 +19261,7 @@ EOF
 
 # All DirEd functions that were enabled on compilation can be disabled
 # or modified at run time via DIRED_MENU symbols in lynx.cfg.
-echo "$as_me:19255: checking if directory-editor code should be used" >&5
+echo "$as_me:19264: checking if directory-editor code should be used" >&5
 echo $ECHO_N "checking if directory-editor code should be used... $ECHO_C" >&6
 
 # Check whether --enable-dired or --disable-dired was given.
@@ -19269,7 +19278,7 @@ else
   use_dired=yes
 
 fi;
-echo "$as_me:19272: result: $use_dired" >&5
+echo "$as_me:19281: result: $use_dired" >&5
 echo "${ECHO_T}$use_dired" >&6
 
 if test ".$use_dired" != ".no" ; then
@@ -19278,7 +19287,7 @@ if test ".$use_dired" != ".no" ; then
 #define DIRED_SUPPORT 1
 EOF
 
-	echo "$as_me:19281: checking if you wish to allow extracting from archives via DirEd" >&5
+	echo "$as_me:19290: checking if you wish to allow extracting from archives via DirEd" >&5
 echo $ECHO_N "checking if you wish to allow extracting from archives via DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-dearchive or --disable-dired-dearchive was given.
@@ -19294,10 +19303,10 @@ EOF
 else
   enableval=yes
 fi;
-	echo "$as_me:19297: result: $enableval" >&5
+	echo "$as_me:19306: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19300: checking if DirEd mode should override keys" >&5
+	echo "$as_me:19309: checking if DirEd mode should override keys" >&5
 echo $ECHO_N "checking if DirEd mode should override keys... $ECHO_C" >&6
 
 # Check whether --enable-dired-override or --disable-dired-override was given.
@@ -19319,10 +19328,10 @@ else
 EOF
 
 fi;
-	echo "$as_me:19322: result: $enableval" >&5
+	echo "$as_me:19331: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19325: checking if you wish to allow permissions commands via DirEd" >&5
+	echo "$as_me:19334: checking if you wish to allow permissions commands via DirEd" >&5
 echo $ECHO_N "checking if you wish to allow permissions commands via DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-permit or --disable-dired-permit was given.
@@ -19344,10 +19353,10 @@ else
 EOF
 
 fi;
-	echo "$as_me:19347: result: $enableval" >&5
+	echo "$as_me:19356: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19350: checking if you wish to allow executable-permission commands via DirEd" >&5
+	echo "$as_me:19359: checking if you wish to allow executable-permission commands via DirEd" >&5
 echo $ECHO_N "checking if you wish to allow executable-permission commands via DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-xpermit or --disable-dired-xpermit was given.
@@ -19363,10 +19372,10 @@ EOF
 else
   enableval=yes
 fi;
-	echo "$as_me:19366: result: $enableval" >&5
+	echo "$as_me:19375: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19369: checking if you wish to allow \"tar\" commands from DirEd" >&5
+	echo "$as_me:19378: checking if you wish to allow \"tar\" commands from DirEd" >&5
 echo $ECHO_N "checking if you wish to allow \"tar\" commands from DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-tar or --disable-dired-tar was given.
@@ -19388,10 +19397,10 @@ else
 EOF
 
 fi;
-	echo "$as_me:19391: result: $enableval" >&5
+	echo "$as_me:19400: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19394: checking if you wish to allow \"uudecode\" commands from DirEd" >&5
+	echo "$as_me:19403: checking if you wish to allow \"uudecode\" commands from DirEd" >&5
 echo $ECHO_N "checking if you wish to allow \"uudecode\" commands from DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-uudecode or --disable-dired-uudecode was given.
@@ -19413,10 +19422,10 @@ else
 EOF
 
 fi;
-	echo "$as_me:19416: result: $enableval" >&5
+	echo "$as_me:19425: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19419: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5
+	echo "$as_me:19428: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5
 echo $ECHO_N "checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-zip or --disable-dired-zip was given.
@@ -19438,10 +19447,10 @@ else
 EOF
 
 fi;
-	echo "$as_me:19441: result: $enableval" >&5
+	echo "$as_me:19450: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-	echo "$as_me:19444: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5
+	echo "$as_me:19453: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5
 echo $ECHO_N "checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd... $ECHO_C" >&6
 
 # Check whether --enable-dired-gzip or --disable-dired-gzip was given.
@@ -19463,11 +19472,11 @@ else
 EOF
 
 fi;
-	echo "$as_me:19466: result: $enableval" >&5
+	echo "$as_me:19475: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 fi
 
-echo "$as_me:19470: checking if you want long-directory listings" >&5
+echo "$as_me:19479: checking if you want long-directory listings" >&5
 echo $ECHO_N "checking if you want long-directory listings... $ECHO_C" >&6
 
 # Check whether --enable-long-list or --disable-long-list was given.
@@ -19489,10 +19498,10 @@ else
 EOF
 
 fi;
-echo "$as_me:19492: result: $enableval" >&5
+echo "$as_me:19501: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-echo "$as_me:19495: checking if parent-directory references are permitted" >&5
+echo "$as_me:19504: checking if parent-directory references are permitted" >&5
 echo $ECHO_N "checking if parent-directory references are permitted... $ECHO_C" >&6
 
 # Check whether --enable-parent-dir-refs or --disable-parent-dir-refs was given.
@@ -19508,7 +19517,7 @@ EOF
 else
   enableval=yes
 fi;
-echo "$as_me:19511: result: $enableval" >&5
+echo "$as_me:19520: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
 test -z "$TELNET" && TELNET=telnet
@@ -19516,7 +19525,7 @@ for ac_prog in $TELNET telnet
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:19519: checking for $ac_word" >&5
+echo "$as_me:19528: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_TELNET+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19533,7 +19542,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_TELNET="$ac_dir/$ac_word"
-   echo "$as_me:19536: found $ac_dir/$ac_word" >&5
+   echo "$as_me:19545: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -19544,10 +19553,10 @@ fi
 TELNET=$ac_cv_path_TELNET
 
 if test -n "$TELNET"; then
-  echo "$as_me:19547: result: $TELNET" >&5
+  echo "$as_me:19556: result: $TELNET" >&5
 echo "${ECHO_T}$TELNET" >&6
 else
-  echo "$as_me:19550: result: no" >&5
+  echo "$as_me:19559: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19609,7 +19618,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 19612) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 19621) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define TELNET_PATH "$cf_path_prog"
@@ -19626,7 +19635,7 @@ for ac_prog in $TN3270 tn3270
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:19629: checking for $ac_word" >&5
+echo "$as_me:19638: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_TN3270+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19643,7 +19652,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_TN3270="$ac_dir/$ac_word"
-   echo "$as_me:19646: found $ac_dir/$ac_word" >&5
+   echo "$as_me:19655: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -19654,10 +19663,10 @@ fi
 TN3270=$ac_cv_path_TN3270
 
 if test -n "$TN3270"; then
-  echo "$as_me:19657: result: $TN3270" >&5
+  echo "$as_me:19666: result: $TN3270" >&5
 echo "${ECHO_T}$TN3270" >&6
 else
-  echo "$as_me:19660: result: no" >&5
+  echo "$as_me:19669: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19719,7 +19728,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 19722) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 19731) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define TN3270_PATH "$cf_path_prog"
@@ -19736,7 +19745,7 @@ for ac_prog in $RLOGIN rlogin
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:19739: checking for $ac_word" >&5
+echo "$as_me:19748: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_RLOGIN+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19753,7 +19762,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_RLOGIN="$ac_dir/$ac_word"
-   echo "$as_me:19756: found $ac_dir/$ac_word" >&5
+   echo "$as_me:19765: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -19764,10 +19773,10 @@ fi
 RLOGIN=$ac_cv_path_RLOGIN
 
 if test -n "$RLOGIN"; then
-  echo "$as_me:19767: result: $RLOGIN" >&5
+  echo "$as_me:19776: result: $RLOGIN" >&5
 echo "${ECHO_T}$RLOGIN" >&6
 else
-  echo "$as_me:19770: result: no" >&5
+  echo "$as_me:19779: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19829,7 +19838,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 19832) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 19841) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define RLOGIN_PATH "$cf_path_prog"
@@ -19846,7 +19855,7 @@ for ac_prog in $MV mv
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:19849: checking for $ac_word" >&5
+echo "$as_me:19858: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_MV+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19863,7 +19872,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_MV="$ac_dir/$ac_word"
-   echo "$as_me:19866: found $ac_dir/$ac_word" >&5
+   echo "$as_me:19875: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -19874,10 +19883,10 @@ fi
 MV=$ac_cv_path_MV
 
 if test -n "$MV"; then
-  echo "$as_me:19877: result: $MV" >&5
+  echo "$as_me:19886: result: $MV" >&5
 echo "${ECHO_T}$MV" >&6
 else
-  echo "$as_me:19880: result: no" >&5
+  echo "$as_me:19889: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -19939,7 +19948,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 19942) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 19951) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define MV_PATH "$cf_path_prog"
@@ -19956,7 +19965,7 @@ for ac_prog in $GZIP gzip
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:19959: checking for $ac_word" >&5
+echo "$as_me:19968: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GZIP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19973,7 +19982,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GZIP="$ac_dir/$ac_word"
-   echo "$as_me:19976: found $ac_dir/$ac_word" >&5
+   echo "$as_me:19985: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -19984,10 +19993,10 @@ fi
 GZIP=$ac_cv_path_GZIP
 
 if test -n "$GZIP"; then
-  echo "$as_me:19987: result: $GZIP" >&5
+  echo "$as_me:19996: result: $GZIP" >&5
 echo "${ECHO_T}$GZIP" >&6
 else
-  echo "$as_me:19990: result: no" >&5
+  echo "$as_me:19999: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20049,7 +20058,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20052) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20061) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define GZIP_PATH "$cf_path_prog"
@@ -20066,7 +20075,7 @@ for ac_prog in $UNCOMPRESS gunzip
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20069: checking for $ac_word" >&5
+echo "$as_me:20078: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_UNCOMPRESS+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20083,7 +20092,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word"
-   echo "$as_me:20086: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20095: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20094,10 +20103,10 @@ fi
 UNCOMPRESS=$ac_cv_path_UNCOMPRESS
 
 if test -n "$UNCOMPRESS"; then
-  echo "$as_me:20097: result: $UNCOMPRESS" >&5
+  echo "$as_me:20106: result: $UNCOMPRESS" >&5
 echo "${ECHO_T}$UNCOMPRESS" >&6
 else
-  echo "$as_me:20100: result: no" >&5
+  echo "$as_me:20109: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20159,7 +20168,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20162) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20171) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define UNCOMPRESS_PATH "$cf_path_prog"
@@ -20176,7 +20185,7 @@ for ac_prog in $UNZIP unzip
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20179: checking for $ac_word" >&5
+echo "$as_me:20188: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_UNZIP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20193,7 +20202,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_UNZIP="$ac_dir/$ac_word"
-   echo "$as_me:20196: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20205: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20204,10 +20213,10 @@ fi
 UNZIP=$ac_cv_path_UNZIP
 
 if test -n "$UNZIP"; then
-  echo "$as_me:20207: result: $UNZIP" >&5
+  echo "$as_me:20216: result: $UNZIP" >&5
 echo "${ECHO_T}$UNZIP" >&6
 else
-  echo "$as_me:20210: result: no" >&5
+  echo "$as_me:20219: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20269,7 +20278,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20272) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20281) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define UNZIP_PATH "$cf_path_prog"
@@ -20286,7 +20295,7 @@ for ac_prog in $BZIP2 bzip2
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20289: checking for $ac_word" >&5
+echo "$as_me:20298: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_BZIP2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20303,7 +20312,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_BZIP2="$ac_dir/$ac_word"
-   echo "$as_me:20306: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20315: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20314,10 +20323,10 @@ fi
 BZIP2=$ac_cv_path_BZIP2
 
 if test -n "$BZIP2"; then
-  echo "$as_me:20317: result: $BZIP2" >&5
+  echo "$as_me:20326: result: $BZIP2" >&5
 echo "${ECHO_T}$BZIP2" >&6
 else
-  echo "$as_me:20320: result: no" >&5
+  echo "$as_me:20329: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20379,7 +20388,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20382) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20391) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define BZIP2_PATH "$cf_path_prog"
@@ -20398,7 +20407,7 @@ for ac_prog in $COMPRESS compress
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20401: checking for $ac_word" >&5
+echo "$as_me:20410: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_COMPRESS+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20415,7 +20424,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_COMPRESS="$ac_dir/$ac_word"
-   echo "$as_me:20418: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20427: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20426,10 +20435,10 @@ fi
 COMPRESS=$ac_cv_path_COMPRESS
 
 if test -n "$COMPRESS"; then
-  echo "$as_me:20429: result: $COMPRESS" >&5
+  echo "$as_me:20438: result: $COMPRESS" >&5
 echo "${ECHO_T}$COMPRESS" >&6
 else
-  echo "$as_me:20432: result: no" >&5
+  echo "$as_me:20441: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20491,7 +20500,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20494) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20503) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define COMPRESS_PATH "$cf_path_prog"
@@ -20508,7 +20517,7 @@ for ac_prog in $RM rm
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20511: checking for $ac_word" >&5
+echo "$as_me:20520: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_RM+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20525,7 +20534,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_RM="$ac_dir/$ac_word"
-   echo "$as_me:20528: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20537: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20536,10 +20545,10 @@ fi
 RM=$ac_cv_path_RM
 
 if test -n "$RM"; then
-  echo "$as_me:20539: result: $RM" >&5
+  echo "$as_me:20548: result: $RM" >&5
 echo "${ECHO_T}$RM" >&6
 else
-  echo "$as_me:20542: result: no" >&5
+  echo "$as_me:20551: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20601,7 +20610,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20604) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20613) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define RM_PATH "$cf_path_prog"
@@ -20618,7 +20627,7 @@ for ac_prog in $TAR tar pax gtar gnutar bsdtar star
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20621: checking for $ac_word" >&5
+echo "$as_me:20630: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_TAR+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20635,7 +20644,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_TAR="$ac_dir/$ac_word"
-   echo "$as_me:20638: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20647: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20646,10 +20655,10 @@ fi
 TAR=$ac_cv_path_TAR
 
 if test -n "$TAR"; then
-  echo "$as_me:20649: result: $TAR" >&5
+  echo "$as_me:20658: result: $TAR" >&5
 echo "${ECHO_T}$TAR" >&6
 else
-  echo "$as_me:20652: result: no" >&5
+  echo "$as_me:20661: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20711,7 +20720,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20714) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20723) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define TAR_PATH "$cf_path_prog"
@@ -20728,7 +20737,7 @@ for ac_prog in $UUDECODE uudecode
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20731: checking for $ac_word" >&5
+echo "$as_me:20740: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_UUDECODE+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20745,7 +20754,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_UUDECODE="$ac_dir/$ac_word"
-   echo "$as_me:20748: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20757: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20756,10 +20765,10 @@ fi
 UUDECODE=$ac_cv_path_UUDECODE
 
 if test -n "$UUDECODE"; then
-  echo "$as_me:20759: result: $UUDECODE" >&5
+  echo "$as_me:20768: result: $UUDECODE" >&5
 echo "${ECHO_T}$UUDECODE" >&6
 else
-  echo "$as_me:20762: result: no" >&5
+  echo "$as_me:20771: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20821,7 +20830,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20824) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20833) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define UUDECODE_PATH "$cf_path_prog"
@@ -20838,7 +20847,7 @@ for ac_prog in $ZCAT zcat
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20841: checking for $ac_word" >&5
+echo "$as_me:20850: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_ZCAT+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20855,7 +20864,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_ZCAT="$ac_dir/$ac_word"
-   echo "$as_me:20858: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20867: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20866,10 +20875,10 @@ fi
 ZCAT=$ac_cv_path_ZCAT
 
 if test -n "$ZCAT"; then
-  echo "$as_me:20869: result: $ZCAT" >&5
+  echo "$as_me:20878: result: $ZCAT" >&5
 echo "${ECHO_T}$ZCAT" >&6
 else
-  echo "$as_me:20872: result: no" >&5
+  echo "$as_me:20881: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -20931,7 +20940,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 20934) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 20943) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define ZCAT_PATH "$cf_path_prog"
@@ -20948,7 +20957,7 @@ for ac_prog in $ZIP zip
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:20951: checking for $ac_word" >&5
+echo "$as_me:20960: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_ZIP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20965,7 +20974,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_ZIP="$ac_dir/$ac_word"
-   echo "$as_me:20968: found $ac_dir/$ac_word" >&5
+   echo "$as_me:20977: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -20976,10 +20985,10 @@ fi
 ZIP=$ac_cv_path_ZIP
 
 if test -n "$ZIP"; then
-  echo "$as_me:20979: result: $ZIP" >&5
+  echo "$as_me:20988: result: $ZIP" >&5
 echo "${ECHO_T}$ZIP" >&6
 else
-  echo "$as_me:20982: result: no" >&5
+  echo "$as_me:20991: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -21041,7 +21050,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 21044) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 21053) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define ZIP_PATH "$cf_path_prog"
@@ -21106,7 +21115,7 @@ for ac_prog in $INSTALL install
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:21109: checking for $ac_word" >&5
+echo "$as_me:21118: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_INSTALL+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21123,7 +21132,7 @@ for ac_dir in $ac_dummy; do
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_INSTALL="$ac_dir/$ac_word"
-   echo "$as_me:21126: found $ac_dir/$ac_word" >&5
+   echo "$as_me:21135: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -21134,10 +21143,10 @@ fi
 INSTALL=$ac_cv_path_INSTALL
 
 if test -n "$INSTALL"; then
-  echo "$as_me:21137: result: $INSTALL" >&5
+  echo "$as_me:21146: result: $INSTALL" >&5
 echo "${ECHO_T}$INSTALL" >&6
 else
-  echo "$as_me:21140: result: no" >&5
+  echo "$as_me:21149: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -21199,7 +21208,7 @@ IFS="$cf_save_ifs"
 
 if test -n "$cf_path_prog" ; then
 
-echo "(line 21202) testing defining path for ${cf_path_prog} ..." 1>&5
+echo "(line 21211) testing defining path for ${cf_path_prog} ..." 1>&5
 
 	cat >>confdefs.h <<EOF
 #define INSTALL_PATH "$cf_path_prog"
@@ -21225,7 +21234,7 @@ fi
 
 if test $cf_cv_screen = pdcurses ; then
 
-	echo "$as_me:21228: checking for X" >&5
+	echo "$as_me:21237: checking for X" >&5
 echo $ECHO_N "checking for X... $ECHO_C" >&6
 
 # Check whether --with-x or --without-x was given.
@@ -21322,17 +21331,17 @@ if test "$ac_x_includes" = no; then
   # Guess where to find include files, by looking for Intrinsic.h.
   # First, try using that file with no special directory specified.
   cat >conftest.$ac_ext <<_ACEOF
-#line 21325 "configure"
+#line 21334 "configure"
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 _ACEOF
-if { (eval echo "$as_me:21329: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:21338: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:21335: \$? = $ac_status" >&5
+  echo "$as_me:21344: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -21365,7 +21374,7 @@ if test "$ac_x_libraries" = no; then
   ac_save_LIBS=$LIBS
   LIBS="-lXt $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
-#line 21368 "configure"
+#line 21377 "configure"
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int
@@ -21377,16 +21386,16 @@ XtMalloc (0)
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21380: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21389: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21383: \$? = $ac_status" >&5
+  echo "$as_me:21392: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21386: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21395: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21389: \$? = $ac_status" >&5
+  echo "$as_me:21398: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   LIBS=$ac_save_LIBS
 # We can link X programs with no special library path.
@@ -21424,7 +21433,7 @@ fi
 fi # $with_x != no
 
 if test "$have_x" != yes; then
-  echo "$as_me:21427: result: $have_x" >&5
+  echo "$as_me:21436: result: $have_x" >&5
 echo "${ECHO_T}$have_x" >&6
   no_x=yes
 else
@@ -21434,7 +21443,7 @@ else
   # Update the cache value to reflect the command line values.
   ac_cv_have_x="have_x=yes \
 		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
-  echo "$as_me:21437: result: libraries $x_libraries, headers $x_includes" >&5
+  echo "$as_me:21446: result: libraries $x_libraries, headers $x_includes" >&5
 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
 fi
 
@@ -21458,11 +21467,11 @@ else
     # others require no space.  Words are not sufficient . . . .
     case `(uname -sr) 2>/dev/null` in
     "SunOS 5"*)
-      echo "$as_me:21461: checking whether -R must be followed by a space" >&5
+      echo "$as_me:21470: checking whether -R must be followed by a space" >&5
 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
       cat >conftest.$ac_ext <<_ACEOF
-#line 21465 "configure"
+#line 21474 "configure"
 #include "confdefs.h"
 
 int
@@ -21474,16 +21483,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21477: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21486: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21480: \$? = $ac_status" >&5
+  echo "$as_me:21489: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21483: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21492: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21486: \$? = $ac_status" >&5
+  echo "$as_me:21495: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_nospace=yes
 else
@@ -21493,13 +21502,13 @@ ac_R_nospace=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
       if test $ac_R_nospace = yes; then
-	echo "$as_me:21496: result: no" >&5
+	echo "$as_me:21505: result: no" >&5
 echo "${ECHO_T}no" >&6
 	X_LIBS="$X_LIBS -R$x_libraries"
       else
 	LIBS="$ac_xsave_LIBS -R $x_libraries"
 	cat >conftest.$ac_ext <<_ACEOF
-#line 21502 "configure"
+#line 21511 "configure"
 #include "confdefs.h"
 
 int
@@ -21511,16 +21520,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21514: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21523: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21517: \$? = $ac_status" >&5
+  echo "$as_me:21526: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21520: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21529: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21523: \$? = $ac_status" >&5
+  echo "$as_me:21532: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_R_space=yes
 else
@@ -21530,11 +21539,11 @@ ac_R_space=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 	if test $ac_R_space = yes; then
-	  echo "$as_me:21533: result: yes" >&5
+	  echo "$as_me:21542: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 	  X_LIBS="$X_LIBS -R $x_libraries"
 	else
-	  echo "$as_me:21537: result: neither works" >&5
+	  echo "$as_me:21546: result: neither works" >&5
 echo "${ECHO_T}neither works" >&6
 	fi
       fi
@@ -21554,7 +21563,7 @@ echo "${ECHO_T}neither works" >&6
     # the Alpha needs dnet_stub (dnet does not exist).
     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
     cat >conftest.$ac_ext <<_ACEOF
-#line 21557 "configure"
+#line 21566 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21573,22 +21582,22 @@ XOpenDisplay ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21576: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21585: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21579: \$? = $ac_status" >&5
+  echo "$as_me:21588: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21582: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21591: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21585: \$? = $ac_status" >&5
+  echo "$as_me:21594: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
-echo "$as_me:21591: checking for dnet_ntoa in -ldnet" >&5
+echo "$as_me:21600: checking for dnet_ntoa in -ldnet" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21596,7 +21605,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21599 "configure"
+#line 21608 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21615,16 +21624,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21618: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21627: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21621: \$? = $ac_status" >&5
+  echo "$as_me:21630: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21624: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21633: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21627: \$? = $ac_status" >&5
+  echo "$as_me:21636: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_dnet_ntoa=yes
 else
@@ -21635,14 +21644,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21638: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "$as_me:21647: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 fi
 
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
-      echo "$as_me:21645: checking for dnet_ntoa in -ldnet_stub" >&5
+      echo "$as_me:21654: checking for dnet_ntoa in -ldnet_stub" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21650,7 +21659,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldnet_stub  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21653 "configure"
+#line 21662 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21669,16 +21678,16 @@ dnet_ntoa ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21672: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21681: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21675: \$? = $ac_status" >&5
+  echo "$as_me:21684: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21678: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21687: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21681: \$? = $ac_status" >&5
+  echo "$as_me:21690: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_dnet_stub_dnet_ntoa=yes
 else
@@ -21689,7 +21698,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21692: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "$as_me:21701: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
@@ -21708,13 +21717,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     # on Irix 5.2, according to T.E. Dickey.
     # The functions gethostbyname, getservbyname, and inet_addr are
     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
-    echo "$as_me:21711: checking for gethostbyname" >&5
+    echo "$as_me:21720: checking for gethostbyname" >&5
 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
 if test "${ac_cv_func_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 21717 "configure"
+#line 21726 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */
@@ -21745,16 +21754,16 @@ f = gethostbyname;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21748: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21757: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21751: \$? = $ac_status" >&5
+  echo "$as_me:21760: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21754: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21763: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21757: \$? = $ac_status" >&5
+  echo "$as_me:21766: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_gethostbyname=yes
 else
@@ -21764,11 +21773,11 @@ ac_cv_func_gethostbyname=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21767: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:21776: result: $ac_cv_func_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
 
     if test $ac_cv_func_gethostbyname = no; then
-      echo "$as_me:21771: checking for gethostbyname in -lnsl" >&5
+      echo "$as_me:21780: checking for gethostbyname in -lnsl" >&5
 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21776,7 +21785,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21779 "configure"
+#line 21788 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21795,16 +21804,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21798: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21807: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21801: \$? = $ac_status" >&5
+  echo "$as_me:21810: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21804: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21813: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21807: \$? = $ac_status" >&5
+  echo "$as_me:21816: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_nsl_gethostbyname=yes
 else
@@ -21815,14 +21824,14 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21818: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:21827: result: $ac_cv_lib_nsl_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
 if test $ac_cv_lib_nsl_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 fi
 
       if test $ac_cv_lib_nsl_gethostbyname = no; then
-        echo "$as_me:21825: checking for gethostbyname in -lbsd" >&5
+        echo "$as_me:21834: checking for gethostbyname in -lbsd" >&5
 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21830,7 +21839,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lbsd  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21833 "configure"
+#line 21842 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21849,16 +21858,16 @@ gethostbyname ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21852: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21861: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21855: \$? = $ac_status" >&5
+  echo "$as_me:21864: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21858: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21867: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21861: \$? = $ac_status" >&5
+  echo "$as_me:21870: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_bsd_gethostbyname=yes
 else
@@ -21869,7 +21878,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21872: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "$as_me:21881: result: $ac_cv_lib_bsd_gethostbyname" >&5
 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
 if test $ac_cv_lib_bsd_gethostbyname = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
@@ -21885,13 +21894,13 @@ fi
     # variants that don't use the nameserver (or something).  -lsocket
     # must be given before -lnsl if both are needed.  We assume that
     # if connect needs -lnsl, so does gethostbyname.
-    echo "$as_me:21888: checking for connect" >&5
+    echo "$as_me:21897: checking for connect" >&5
 echo $ECHO_N "checking for connect... $ECHO_C" >&6
 if test "${ac_cv_func_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 21894 "configure"
+#line 21903 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect (); below.  */
@@ -21922,16 +21931,16 @@ f = connect;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21925: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21934: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21928: \$? = $ac_status" >&5
+  echo "$as_me:21937: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21931: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21940: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21934: \$? = $ac_status" >&5
+  echo "$as_me:21943: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_connect=yes
 else
@@ -21941,11 +21950,11 @@ ac_cv_func_connect=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:21944: result: $ac_cv_func_connect" >&5
+echo "$as_me:21953: result: $ac_cv_func_connect" >&5
 echo "${ECHO_T}$ac_cv_func_connect" >&6
 
     if test $ac_cv_func_connect = no; then
-      echo "$as_me:21948: checking for connect in -lsocket" >&5
+      echo "$as_me:21957: checking for connect in -lsocket" >&5
 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_connect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21953,7 +21962,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 21956 "configure"
+#line 21965 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -21972,16 +21981,16 @@ connect ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21975: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21984: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:21978: \$? = $ac_status" >&5
+  echo "$as_me:21987: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:21981: \"$ac_try\"") >&5
+  { (eval echo "$as_me:21990: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:21984: \$? = $ac_status" >&5
+  echo "$as_me:21993: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_socket_connect=yes
 else
@@ -21992,7 +22001,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:21995: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:22004: result: $ac_cv_lib_socket_connect" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
 if test $ac_cv_lib_socket_connect = yes; then
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
@@ -22001,13 +22010,13 @@ fi
     fi
 
     # Guillermo Gomez says -lposix is necessary on A/UX.
-    echo "$as_me:22004: checking for remove" >&5
+    echo "$as_me:22013: checking for remove" >&5
 echo $ECHO_N "checking for remove... $ECHO_C" >&6
 if test "${ac_cv_func_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22010 "configure"
+#line 22019 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char remove (); below.  */
@@ -22038,16 +22047,16 @@ f = remove;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22041: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22050: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22044: \$? = $ac_status" >&5
+  echo "$as_me:22053: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22047: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22056: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22050: \$? = $ac_status" >&5
+  echo "$as_me:22059: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_remove=yes
 else
@@ -22057,11 +22066,11 @@ ac_cv_func_remove=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22060: result: $ac_cv_func_remove" >&5
+echo "$as_me:22069: result: $ac_cv_func_remove" >&5
 echo "${ECHO_T}$ac_cv_func_remove" >&6
 
     if test $ac_cv_func_remove = no; then
-      echo "$as_me:22064: checking for remove in -lposix" >&5
+      echo "$as_me:22073: checking for remove in -lposix" >&5
 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
 if test "${ac_cv_lib_posix_remove+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22069,7 +22078,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22072 "configure"
+#line 22081 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22088,16 +22097,16 @@ remove ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22091: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22100: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22094: \$? = $ac_status" >&5
+  echo "$as_me:22103: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22097: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22106: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22100: \$? = $ac_status" >&5
+  echo "$as_me:22109: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_posix_remove=yes
 else
@@ -22108,7 +22117,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22111: result: $ac_cv_lib_posix_remove" >&5
+echo "$as_me:22120: result: $ac_cv_lib_posix_remove" >&5
 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
 if test $ac_cv_lib_posix_remove = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
@@ -22117,13 +22126,13 @@ fi
     fi
 
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
-    echo "$as_me:22120: checking for shmat" >&5
+    echo "$as_me:22129: checking for shmat" >&5
 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
 if test "${ac_cv_func_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22126 "configure"
+#line 22135 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shmat (); below.  */
@@ -22154,16 +22163,16 @@ f = shmat;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22157: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22166: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22160: \$? = $ac_status" >&5
+  echo "$as_me:22169: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22163: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22172: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22166: \$? = $ac_status" >&5
+  echo "$as_me:22175: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_shmat=yes
 else
@@ -22173,11 +22182,11 @@ ac_cv_func_shmat=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22176: result: $ac_cv_func_shmat" >&5
+echo "$as_me:22185: result: $ac_cv_func_shmat" >&5
 echo "${ECHO_T}$ac_cv_func_shmat" >&6
 
     if test $ac_cv_func_shmat = no; then
-      echo "$as_me:22180: checking for shmat in -lipc" >&5
+      echo "$as_me:22189: checking for shmat in -lipc" >&5
 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22185,7 +22194,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lipc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22188 "configure"
+#line 22197 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22204,16 +22213,16 @@ shmat ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22207: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22216: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22210: \$? = $ac_status" >&5
+  echo "$as_me:22219: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22213: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22222: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22216: \$? = $ac_status" >&5
+  echo "$as_me:22225: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ipc_shmat=yes
 else
@@ -22224,7 +22233,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22227: result: $ac_cv_lib_ipc_shmat" >&5
+echo "$as_me:22236: result: $ac_cv_lib_ipc_shmat" >&5
 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
 if test $ac_cv_lib_ipc_shmat = yes; then
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
@@ -22242,7 +22251,7 @@ fi
   # These have to be linked with before -lX11, unlike the other
   # libraries we check for below, so use a different variable.
   # John Interrante, Karl Berry
-  echo "$as_me:22245: checking for IceConnectionNumber in -lICE" >&5
+  echo "$as_me:22254: checking for IceConnectionNumber in -lICE" >&5
 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22250,7 +22259,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22253 "configure"
+#line 22262 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22269,16 +22278,16 @@ IceConnectionNumber ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22272: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22281: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22275: \$? = $ac_status" >&5
+  echo "$as_me:22284: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22278: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22287: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22281: \$? = $ac_status" >&5
+  echo "$as_me:22290: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_ICE_IceConnectionNumber=yes
 else
@@ -22289,7 +22298,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22292: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "$as_me:22301: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
@@ -22383,7 +22392,7 @@ fi
 
 if test "$cf_check_cflags" != "$CFLAGS" ; then
 cat >conftest.$ac_ext <<_ACEOF
-#line 22386 "configure"
+#line 22395 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -22395,16 +22404,16 @@ printf("Hello world");
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22398: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22407: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22401: \$? = $ac_status" >&5
+  echo "$as_me:22410: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22404: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22413: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22407: \$? = $ac_status" >&5
+  echo "$as_me:22416: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -22421,13 +22430,13 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 
-echo "$as_me:22424: checking for XOpenDisplay" >&5
+echo "$as_me:22433: checking for XOpenDisplay" >&5
 echo $ECHO_N "checking for XOpenDisplay... $ECHO_C" >&6
 if test "${ac_cv_func_XOpenDisplay+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22430 "configure"
+#line 22439 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char XOpenDisplay (); below.  */
@@ -22458,16 +22467,16 @@ f = XOpenDisplay;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22461: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22470: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22464: \$? = $ac_status" >&5
+  echo "$as_me:22473: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22467: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22476: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22470: \$? = $ac_status" >&5
+  echo "$as_me:22479: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_XOpenDisplay=yes
 else
@@ -22477,13 +22486,13 @@ ac_cv_func_XOpenDisplay=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22480: result: $ac_cv_func_XOpenDisplay" >&5
+echo "$as_me:22489: result: $ac_cv_func_XOpenDisplay" >&5
 echo "${ECHO_T}$ac_cv_func_XOpenDisplay" >&6
 if test $ac_cv_func_XOpenDisplay = yes; then
   :
 else
 
-echo "$as_me:22486: checking for XOpenDisplay in -lX11" >&5
+echo "$as_me:22495: checking for XOpenDisplay in -lX11" >&5
 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6
 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22491,7 +22500,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22494 "configure"
+#line 22503 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22510,16 +22519,16 @@ XOpenDisplay ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22513: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22522: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22516: \$? = $ac_status" >&5
+  echo "$as_me:22525: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22519: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22528: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22522: \$? = $ac_status" >&5
+  echo "$as_me:22531: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_X11_XOpenDisplay=yes
 else
@@ -22530,7 +22539,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22533: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:22542: result: $ac_cv_lib_X11_XOpenDisplay" >&5
 echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6
 if test $ac_cv_lib_X11_XOpenDisplay = yes; then
   LIBS="-lX11 $LIBS"
@@ -22538,13 +22547,13 @@ fi
 
 fi
 
-echo "$as_me:22541: checking for XtAppInitialize" >&5
+echo "$as_me:22550: checking for XtAppInitialize" >&5
 echo $ECHO_N "checking for XtAppInitialize... $ECHO_C" >&6
 if test "${ac_cv_func_XtAppInitialize+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 22547 "configure"
+#line 22556 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char XtAppInitialize (); below.  */
@@ -22575,16 +22584,16 @@ f = XtAppInitialize;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22578: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22587: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22581: \$? = $ac_status" >&5
+  echo "$as_me:22590: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22584: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22593: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22587: \$? = $ac_status" >&5
+  echo "$as_me:22596: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_func_XtAppInitialize=yes
 else
@@ -22594,13 +22603,13 @@ ac_cv_func_XtAppInitialize=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:22597: result: $ac_cv_func_XtAppInitialize" >&5
+echo "$as_me:22606: result: $ac_cv_func_XtAppInitialize" >&5
 echo "${ECHO_T}$ac_cv_func_XtAppInitialize" >&6
 if test $ac_cv_func_XtAppInitialize = yes; then
   :
 else
 
-echo "$as_me:22603: checking for XtAppInitialize in -lXt" >&5
+echo "$as_me:22612: checking for XtAppInitialize in -lXt" >&5
 echo $ECHO_N "checking for XtAppInitialize in -lXt... $ECHO_C" >&6
 if test "${ac_cv_lib_Xt_XtAppInitialize+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22608,7 +22617,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22611 "configure"
+#line 22620 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22627,16 +22636,16 @@ XtAppInitialize ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22630: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22639: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22633: \$? = $ac_status" >&5
+  echo "$as_me:22642: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22636: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22645: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22639: \$? = $ac_status" >&5
+  echo "$as_me:22648: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_Xt_XtAppInitialize=yes
 else
@@ -22647,7 +22656,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22650: result: $ac_cv_lib_Xt_XtAppInitialize" >&5
+echo "$as_me:22659: result: $ac_cv_lib_Xt_XtAppInitialize" >&5
 echo "${ECHO_T}$ac_cv_lib_Xt_XtAppInitialize" >&6
 if test $ac_cv_lib_Xt_XtAppInitialize = yes; then
   cat >>confdefs.h <<\EOF
@@ -22661,7 +22670,7 @@ fi
 fi
 
 if test $cf_have_X_LIBS = no ; then
-	{ echo "$as_me:22664: WARNING: Unable to successfully link X Toolkit library (-lXt) with
+	{ echo "$as_me:22673: WARNING: Unable to successfully link X Toolkit library (-lXt) with
 test program.  You will have to check and add the proper libraries by hand
 to makefile." >&5
 echo "$as_me: WARNING: Unable to successfully link X Toolkit library (-lXt) with
@@ -22671,7 +22680,7 @@ fi
 
 cf_x_athena=${cf_x_athena-Xaw}
 
-echo "$as_me:22674: checking if you want to link with Xaw 3d library" >&5
+echo "$as_me:22683: checking if you want to link with Xaw 3d library" >&5
 echo $ECHO_N "checking if you want to link with Xaw 3d library... $ECHO_C" >&6
 withval=
 
@@ -22682,14 +22691,14 @@ if test "${with_Xaw3d+set}" = set; then
 fi;
 if test "$withval" = yes ; then
 	cf_x_athena=Xaw3d
-	echo "$as_me:22685: result: yes" >&5
+	echo "$as_me:22694: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
-	echo "$as_me:22688: result: no" >&5
+	echo "$as_me:22697: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
-echo "$as_me:22692: checking if you want to link with neXT Athena library" >&5
+echo "$as_me:22701: checking if you want to link with neXT Athena library" >&5
 echo $ECHO_N "checking if you want to link with neXT Athena library... $ECHO_C" >&6
 withval=
 
@@ -22700,14 +22709,14 @@ if test "${with_neXtaw+set}" = set; then
 fi;
 if test "$withval" = yes ; then
 	cf_x_athena=neXtaw
-	echo "$as_me:22703: result: yes" >&5
+	echo "$as_me:22712: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
-	echo "$as_me:22706: result: no" >&5
+	echo "$as_me:22715: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
-echo "$as_me:22710: checking if you want to link with Athena-Plus library" >&5
+echo "$as_me:22719: checking if you want to link with Athena-Plus library" >&5
 echo $ECHO_N "checking if you want to link with Athena-Plus library... $ECHO_C" >&6
 withval=
 
@@ -22718,14 +22727,14 @@ if test "${with_XawPlus+set}" = set; then
 fi;
 if test "$withval" = yes ; then
 	cf_x_athena=XawPlus
-	echo "$as_me:22721: result: yes" >&5
+	echo "$as_me:22730: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
-	echo "$as_me:22724: result: no" >&5
+	echo "$as_me:22733: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
-echo "$as_me:22728: checking for XextCreateExtension in -lXext" >&5
+echo "$as_me:22737: checking for XextCreateExtension in -lXext" >&5
 echo $ECHO_N "checking for XextCreateExtension in -lXext... $ECHO_C" >&6
 if test "${ac_cv_lib_Xext_XextCreateExtension+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -22733,7 +22742,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lXext  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 22736 "configure"
+#line 22745 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -22752,16 +22761,16 @@ XextCreateExtension ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22755: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22764: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22758: \$? = $ac_status" >&5
+  echo "$as_me:22767: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22761: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22770: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22764: \$? = $ac_status" >&5
+  echo "$as_me:22773: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_Xext_XextCreateExtension=yes
 else
@@ -22772,7 +22781,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:22775: result: $ac_cv_lib_Xext_XextCreateExtension" >&5
+echo "$as_me:22784: result: $ac_cv_lib_Xext_XextCreateExtension" >&5
 echo "${ECHO_T}$ac_cv_lib_Xext_XextCreateExtension" >&6
 if test $ac_cv_lib_Xext_XextCreateExtension = yes; then
   LIBS="-lXext $LIBS"
@@ -22794,14 +22803,14 @@ do
 		cf_test=X11/$cf_x_athena_root/SimpleMenu.h
 		if test $cf_path != default ; then
 			CPPFLAGS="-I$cf_path/include $cf_save"
-			echo "$as_me:22797: checking for $cf_test in $cf_path" >&5
+			echo "$as_me:22806: checking for $cf_test in $cf_path" >&5
 echo $ECHO_N "checking for $cf_test in $cf_path... $ECHO_C" >&6
 		else
-			echo "$as_me:22800: checking for $cf_test" >&5
+			echo "$as_me:22809: checking for $cf_test" >&5
 echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6
 		fi
 		cat >conftest.$ac_ext <<_ACEOF
-#line 22804 "configure"
+#line 22813 "configure"
 #include "confdefs.h"
 
 #include <X11/Intrinsic.h>
@@ -22815,16 +22824,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:22818: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22827: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:22821: \$? = $ac_status" >&5
+  echo "$as_me:22830: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:22824: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22833: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22827: \$? = $ac_status" >&5
+  echo "$as_me:22836: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -22833,7 +22842,7 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-		echo "$as_me:22836: result: $cf_result" >&5
+		echo "$as_me:22845: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 		if test "$cf_result" = yes ; then
 			cf_x_athena_include=$cf_path
@@ -22845,7 +22854,7 @@ echo "${ECHO_T}$cf_result" >&6
 done
 
 if test -z "$cf_x_athena_include" ; then
-	{ echo "$as_me:22848: WARNING: Unable to successfully find Athena header files with test program" >&5
+	{ echo "$as_me:22857: WARNING: Unable to successfully find Athena header files with test program" >&5
 echo "$as_me: WARNING: Unable to successfully find Athena header files with test program" >&2;}
 elif test "$cf_x_athena_include" != default ; then
 	CPPFLAGS="$CPPFLAGS -I$cf_x_athena_include"
@@ -22870,17 +22879,17 @@ do
 			cf_test=XawSimpleMenuAddGlobalActions
 			if test $cf_path != default ; then
 				LIBS="-L$cf_path/lib $cf_lib $LIBS"
-				echo "$as_me:22873: checking for $cf_lib in $cf_path" >&5
+				echo "$as_me:22882: checking for $cf_lib in $cf_path" >&5
 echo $ECHO_N "checking for $cf_lib in $cf_path... $ECHO_C" >&6
 			else
 				LIBS="$cf_lib $LIBS"
-				echo "$as_me:22877: checking for $cf_test in $cf_lib" >&5
+				echo "$as_me:22886: checking for $cf_test in $cf_lib" >&5
 echo $ECHO_N "checking for $cf_test in $cf_lib... $ECHO_C" >&6
 			fi
 			cf_SAVE="$LIBS"
 			LIBS="$X_PRE_LIBS $LIBS $X_EXTRA_LIBS"
 			cat >conftest.$ac_ext <<_ACEOF
-#line 22883 "configure"
+#line 22892 "configure"
 #include "confdefs.h"
 
 int
@@ -22892,16 +22901,16 @@ $cf_test()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:22895: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22904: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:22898: \$? = $ac_status" >&5
+  echo "$as_me:22907: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:22901: \"$ac_try\"") >&5
+  { (eval echo "$as_me:22910: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:22904: \$? = $ac_status" >&5
+  echo "$as_me:22913: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -22910,7 +22919,7 @@ cat conftest.$ac_ext >&5
 cf_result=no
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-			echo "$as_me:22913: result: $cf_result" >&5
+			echo "$as_me:22922: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 			if test "$cf_result" = yes ; then
 				cf_x_athena_lib="$cf_lib"
@@ -22924,7 +22933,7 @@ echo "${ECHO_T}$cf_result" >&6
 done
 
 if test -z "$cf_x_athena_lib" ; then
-	{ { echo "$as_me:22927: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5
+	{ { echo "$as_me:22936: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5
 echo "$as_me: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&2;}
    { (exit 1); exit 1; }; }
 fi
@@ -23015,7 +23024,7 @@ fi
 
 if test "$cf_check_cflags" != "$CFLAGS" ; then
 cat >conftest.$ac_ext <<_ACEOF
-#line 23018 "configure"
+#line 23027 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int
@@ -23027,16 +23036,16 @@ printf("Hello world");
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23030: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23039: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23033: \$? = $ac_status" >&5
+  echo "$as_me:23042: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23036: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23045: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23039: \$? = $ac_status" >&5
+  echo "$as_me:23048: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   :
 else
@@ -23053,7 +23062,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 
-echo "$as_me:23056: checking for XOpenDisplay in -lX11" >&5
+echo "$as_me:23065: checking for XOpenDisplay in -lX11" >&5
 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6
 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23061,7 +23070,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 23064 "configure"
+#line 23073 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -23080,16 +23089,16 @@ XOpenDisplay ();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23083: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23092: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23086: \$? = $ac_status" >&5
+  echo "$as_me:23095: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23089: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23098: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23092: \$? = $ac_status" >&5
+  echo "$as_me:23101: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   ac_cv_lib_X11_XOpenDisplay=yes
 else
@@ -23100,13 +23109,13 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:23103: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:23112: result: $ac_cv_lib_X11_XOpenDisplay" >&5
 echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6
 if test $ac_cv_lib_X11_XOpenDisplay = yes; then
   LIBS="-lX11 $LIBS"
 fi
 
-echo "$as_me:23109: checking for XCurses library" >&5
+echo "$as_me:23118: checking for XCurses library" >&5
 echo $ECHO_N "checking for XCurses library... $ECHO_C" >&6
 if test "${cf_cv_lib_XCurses+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23114,7 +23123,7 @@ else
 
 LIBS="-lXCurses $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 23117 "configure"
+#line 23126 "configure"
 #include "confdefs.h"
 
 #include <xcurses.h>
@@ -23129,16 +23138,16 @@ XCursesExit();
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23132: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23141: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23135: \$? = $ac_status" >&5
+  echo "$as_me:23144: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23138: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23147: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23141: \$? = $ac_status" >&5
+  echo "$as_me:23150: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_lib_XCurses=yes
 else
@@ -23149,7 +23158,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:23152: result: $cf_cv_lib_XCurses" >&5
+echo "$as_me:23161: result: $cf_cv_lib_XCurses" >&5
 echo "${ECHO_T}$cf_cv_lib_XCurses" >&6
 if test $cf_cv_lib_XCurses = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -23165,14 +23174,14 @@ EOF
 EOF
 
 else
-	{ { echo "$as_me:23168: error: Cannot link with XCurses" >&5
+	{ { echo "$as_me:23177: error: Cannot link with XCurses" >&5
 echo "$as_me: error: Cannot link with XCurses" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
 else
 
-echo "$as_me:23175: checking if we can include termio.h with curses" >&5
+echo "$as_me:23184: checking if we can include termio.h with curses" >&5
 echo $ECHO_N "checking if we can include termio.h with curses... $ECHO_C" >&6
 if test "${cf_cv_termio_and_curses+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23182,7 +23191,7 @@ else
     CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -I. -I${srcdir-.} -I${srcdir-.}/src -I${srcdir-.}/WWW/Library/Implementation"
     touch lynx_cfg.h
     cat >conftest.$ac_ext <<_ACEOF
-#line 23185 "configure"
+#line 23194 "configure"
 #include "confdefs.h"
 
 #include <LYCurses.h>
@@ -23196,16 +23205,16 @@ putchar(0x0a)
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23199: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23208: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23202: \$? = $ac_status" >&5
+  echo "$as_me:23211: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23205: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23214: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23208: \$? = $ac_status" >&5
+  echo "$as_me:23217: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_termio_and_curses=yes
 else
@@ -23218,7 +23227,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
     rm -f lynx_cfg.h
 
 fi
-echo "$as_me:23221: result: $cf_cv_termio_and_curses" >&5
+echo "$as_me:23230: result: $cf_cv_termio_and_curses" >&5
 echo "${ECHO_T}$cf_cv_termio_and_curses" >&6
 
 test $cf_cv_termio_and_curses = yes && cat >>confdefs.h <<\EOF
@@ -23233,23 +23242,23 @@ if test $cf_cv_screen != slang ; then
 for ac_header in $cf_cv_screen/term.h term.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:23236: checking for $ac_header" >&5
+echo "$as_me:23245: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 23242 "configure"
+#line 23251 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:23246: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:23255: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:23252: \$? = $ac_status" >&5
+  echo "$as_me:23261: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -23268,7 +23277,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:23271: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:23280: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -23278,7 +23287,7 @@ EOF
 fi
 done
 
-echo "$as_me:23281: checking if curses supports alternate-character set" >&5
+echo "$as_me:23290: checking if curses supports alternate-character set" >&5
 echo $ECHO_N "checking if curses supports alternate-character set... $ECHO_C" >&6
 if test "${cf_cv_alt_char_set+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23287,7 +23296,7 @@ else
 for mapname in acs_map _acs_map
 do
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23290 "configure"
+#line 23299 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -23301,16 +23310,16 @@ chtype x = $mapname['l']; $mapname['m'] = 0
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23304: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23313: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23307: \$? = $ac_status" >&5
+  echo "$as_me:23316: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23310: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23319: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23313: \$? = $ac_status" >&5
+  echo "$as_me:23322: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_alt_char_set=$mapname
 	 break
@@ -23324,20 +23333,20 @@ done
 
 fi
 
-echo "$as_me:23327: result: $cf_cv_alt_char_set" >&5
+echo "$as_me:23336: result: $cf_cv_alt_char_set" >&5
 echo "${ECHO_T}$cf_cv_alt_char_set" >&6
 test $cf_cv_alt_char_set != no && cat >>confdefs.h <<EOF
 #define ALT_CHAR_SET $cf_cv_alt_char_set
 EOF
 
-echo "$as_me:23333: checking if curses supports fancy attributes" >&5
+echo "$as_me:23342: checking if curses supports fancy attributes" >&5
 echo $ECHO_N "checking if curses supports fancy attributes... $ECHO_C" >&6
 if test "${cf_cv_fancy_curses+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23340 "configure"
+#line 23349 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -23355,16 +23364,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23358: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23367: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23361: \$? = $ac_status" >&5
+  echo "$as_me:23370: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23364: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23373: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23367: \$? = $ac_status" >&5
+  echo "$as_me:23376: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_fancy_curses=yes
 else
@@ -23376,13 +23385,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:23379: result: $cf_cv_fancy_curses" >&5
+echo "$as_me:23388: result: $cf_cv_fancy_curses" >&5
 echo "${ECHO_T}$cf_cv_fancy_curses" >&6
 test $cf_cv_fancy_curses = yes && cat >>confdefs.h <<\EOF
 #define FANCY_CURSES 1
 EOF
 
-echo "$as_me:23385: checking for function curses_version" >&5
+echo "$as_me:23394: checking for function curses_version" >&5
 echo $ECHO_N "checking for function curses_version... $ECHO_C" >&6
 if test "${cf_cv_func_curses_version+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23392,7 +23401,7 @@ if test "$cross_compiling" = yes; then
   cf_cv_func_curses_version=unknown
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 23395 "configure"
+#line 23404 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -23405,15 +23414,15 @@ int main()
 
 _ACEOF
 rm -f conftest$ac_exeext
-if { (eval echo "$as_me:23408: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23417: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23411: \$? = $ac_status" >&5
+  echo "$as_me:23420: \$? = $ac_status" >&5
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:23413: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23422: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23416: \$? = $ac_status" >&5
+  echo "$as_me:23425: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_func_curses_version=yes
 
@@ -23428,21 +23437,21 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core
 fi
-echo "$as_me:23431: result: $cf_cv_func_curses_version" >&5
+echo "$as_me:23440: result: $cf_cv_func_curses_version" >&5
 echo "${ECHO_T}$cf_cv_func_curses_version" >&6
 test "$cf_cv_func_curses_version" = yes && cat >>confdefs.h <<\EOF
 #define HAVE_CURSES_VERSION 1
 EOF
 
 if test "$cf_cv_ncurses_version" != no ; then
-echo "$as_me:23438: checking for obsolete/broken version of ncurses" >&5
+echo "$as_me:23447: checking for obsolete/broken version of ncurses" >&5
 echo $ECHO_N "checking for obsolete/broken version of ncurses... $ECHO_C" >&6
 if test "${cf_cv_ncurses_broken+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 23445 "configure"
+#line 23454 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -23461,16 +23470,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23464: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23473: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23467: \$? = $ac_status" >&5
+  echo "$as_me:23476: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23470: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23479: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23473: \$? = $ac_status" >&5
+  echo "$as_me:23482: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_ncurses_broken=no
 else
@@ -23482,10 +23491,10 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 
-echo "$as_me:23485: result: $cf_cv_ncurses_broken" >&5
+echo "$as_me:23494: result: $cf_cv_ncurses_broken" >&5
 echo "${ECHO_T}$cf_cv_ncurses_broken" >&6
 if test "$cf_cv_ncurses_broken" = yes ; then
-	{ echo "$as_me:23488: WARNING: hmm... you should get an up-to-date version of ncurses" >&5
+	{ echo "$as_me:23497: WARNING: hmm... you should get an up-to-date version of ncurses" >&5
 echo "$as_me: WARNING: hmm... you should get an up-to-date version of ncurses" >&2;}
 	cat >>confdefs.h <<\EOF
 #define NCURSES_BROKEN 1
@@ -23494,14 +23503,14 @@ EOF
 fi
 fi
 
-echo "$as_me:23497: checking if curses supports color attributes" >&5
+echo "$as_me:23506: checking if curses supports color attributes" >&5
 echo $ECHO_N "checking if curses supports color attributes... $ECHO_C" >&6
 if test "${cf_cv_color_curses+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23504 "configure"
+#line 23513 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -23521,16 +23530,16 @@ chtype x = COLOR_BLUE;
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23524: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23533: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23527: \$? = $ac_status" >&5
+  echo "$as_me:23536: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23530: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23539: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23533: \$? = $ac_status" >&5
+  echo "$as_me:23542: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_color_curses=yes
 else
@@ -23542,7 +23551,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:23545: result: $cf_cv_color_curses" >&5
+echo "$as_me:23554: result: $cf_cv_color_curses" >&5
 echo "${ECHO_T}$cf_cv_color_curses" >&6
 if test $cf_cv_color_curses = yes ; then
 	cat >>confdefs.h <<\EOF
@@ -23562,23 +23571,23 @@ unistd.h \
 
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:23565: checking for $ac_header" >&5
+echo "$as_me:23574: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 23571 "configure"
+#line 23580 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:23575: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:23584: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:23581: \$? = $ac_status" >&5
+  echo "$as_me:23590: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -23597,7 +23606,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:23600: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:23609: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -23612,23 +23621,23 @@ if test "$ISC" = yes ; then
 for ac_header in sys/termio.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:23615: checking for $ac_header" >&5
+echo "$as_me:23624: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 23621 "configure"
+#line 23630 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 _ACEOF
-if { (eval echo "$as_me:23625: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:23634: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:23631: \$? = $ac_status" >&5
+  echo "$as_me:23640: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -23647,7 +23656,7 @@ else
 fi
 rm -f conftest.err conftest.$ac_ext
 fi
-echo "$as_me:23650: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:23659: result: `eval echo '${'$as_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -23665,10 +23674,10 @@ if test "$ac_cv_header_termios_h" = yes ; then
 	*)	termios_bad=maybe ;;
 	esac
 	if test "$termios_bad" = maybe ; then
-	echo "$as_me:23668: checking whether termios.h needs _POSIX_SOURCE" >&5
+	echo "$as_me:23677: checking whether termios.h needs _POSIX_SOURCE" >&5
 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23671 "configure"
+#line 23680 "configure"
 #include "confdefs.h"
 #include <termios.h>
 int
@@ -23680,16 +23689,16 @@ struct termios foo; int x = foo.c_iflag
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23683: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23692: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23686: \$? = $ac_status" >&5
+  echo "$as_me:23695: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23689: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23698: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23692: \$? = $ac_status" >&5
+  echo "$as_me:23701: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   termios_bad=no
 else
@@ -23697,7 +23706,7 @@ else
 cat conftest.$ac_ext >&5
 
 		cat >conftest.$ac_ext <<_ACEOF
-#line 23700 "configure"
+#line 23709 "configure"
 #include "confdefs.h"
 
 #define _POSIX_SOURCE
@@ -23711,16 +23720,16 @@ struct termios foo; int x = foo.c_iflag
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23714: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23723: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23717: \$? = $ac_status" >&5
+  echo "$as_me:23726: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23720: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23729: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23723: \$? = $ac_status" >&5
+  echo "$as_me:23732: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   termios_bad=unknown
 else
@@ -23735,12 +23744,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
-	echo "$as_me:23738: result: $termios_bad" >&5
+	echo "$as_me:23747: result: $termios_bad" >&5
 echo "${ECHO_T}$termios_bad" >&6
 	fi
 fi
 
-echo "$as_me:23743: checking declaration of size-change" >&5
+echo "$as_me:23752: checking declaration of size-change" >&5
 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6
 if test "${cf_cv_sizechange+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -23755,7 +23764,7 @@ do
     CPPFLAGS="$cf_save_CPPFLAGS"
     test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts"
     cat >conftest.$ac_ext <<_ACEOF
-#line 23758 "configure"
+#line 23767 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #ifdef HAVE_TERMIOS_H
@@ -23799,16 +23808,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23802: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23811: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23805: \$? = $ac_status" >&5
+  echo "$as_me:23814: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23808: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23817: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23811: \$? = $ac_status" >&5
+  echo "$as_me:23820: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_sizechange=yes
 else
@@ -23827,7 +23836,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:23830: result: $cf_cv_sizechange" >&5
+echo "$as_me:23839: result: $cf_cv_sizechange" >&5
 echo "${ECHO_T}$cf_cv_sizechange" >&6
 if test "$cf_cv_sizechange" != no ; then
 	cat >>confdefs.h <<\EOF
@@ -23844,14 +23853,14 @@ EOF
 	esac
 fi
 
-echo "$as_me:23847: checking if ttytype is declared in curses library" >&5
+echo "$as_me:23856: checking if ttytype is declared in curses library" >&5
 echo $ECHO_N "checking if ttytype is declared in curses library... $ECHO_C" >&6
 if test "${cf_cv_have_ttytype+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23854 "configure"
+#line 23863 "configure"
 #include "confdefs.h"
 #include <${cf_cv_ncurses_header-curses.h}>
 int
@@ -23863,16 +23872,16 @@ char *x = &ttytype[1]; *x = 1
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23866: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23875: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23869: \$? = $ac_status" >&5
+  echo "$as_me:23878: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23872: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23881: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23875: \$? = $ac_status" >&5
+  echo "$as_me:23884: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_have_ttytype=yes
 else
@@ -23884,20 +23893,20 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
 
-echo "$as_me:23887: result: $cf_cv_have_ttytype" >&5
+echo "$as_me:23896: result: $cf_cv_have_ttytype" >&5
 echo "${ECHO_T}$cf_cv_have_ttytype" >&6
 test $cf_cv_have_ttytype = yes && cat >>confdefs.h <<\EOF
 #define HAVE_TTYTYPE 1
 EOF
 
-echo "$as_me:23893: checking if curses supports wide characters" >&5
+echo "$as_me:23902: checking if curses supports wide characters" >&5
 echo $ECHO_N "checking if curses supports wide characters... $ECHO_C" >&6
 if test "${cf_cv_widec_curses+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 23900 "configure"
+#line 23909 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -23916,16 +23925,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:23919: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23928: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:23922: \$? = $ac_status" >&5
+  echo "$as_me:23931: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:23925: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23934: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23928: \$? = $ac_status" >&5
+  echo "$as_me:23937: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_widec_curses=yes
 else
@@ -23936,7 +23945,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
 fi
-echo "$as_me:23939: result: $cf_cv_widec_curses" >&5
+echo "$as_me:23948: result: $cf_cv_widec_curses" >&5
 echo "${ECHO_T}$cf_cv_widec_curses" >&6
 
 if test "$cf_cv_widec_curses" = yes ; then
@@ -23945,14 +23954,14 @@ if test "$cf_cv_widec_curses" = yes ; then
 EOF
 
 	# This is needed on Tru64 5.0 to declare mbstate_t
-	echo "$as_me:23948: checking if we must include wchar.h to declare mbstate_t" >&5
+	echo "$as_me:23957: checking if we must include wchar.h to declare mbstate_t" >&5
 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
 if test "${cf_cv_widec_mbstate+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 	cat >conftest.$ac_ext <<_ACEOF
-#line 23955 "configure"
+#line 23964 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -23966,23 +23975,23 @@ mbstate_t state
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:23969: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23978: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:23972: \$? = $ac_status" >&5
+  echo "$as_me:23981: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:23975: \"$ac_try\"") >&5
+  { (eval echo "$as_me:23984: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:23978: \$? = $ac_status" >&5
+  echo "$as_me:23987: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_widec_mbstate=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 23985 "configure"
+#line 23994 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -23997,16 +24006,16 @@ mbstate_t state
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:24000: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24009: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:24003: \$? = $ac_status" >&5
+  echo "$as_me:24012: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:24006: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24015: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24009: \$? = $ac_status" >&5
+  echo "$as_me:24018: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_widec_mbstate=yes
 else
@@ -24018,7 +24027,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "$as_me:24021: result: $cf_cv_widec_mbstate" >&5
+echo "$as_me:24030: result: $cf_cv_widec_mbstate" >&5
 echo "${ECHO_T}$cf_cv_widec_mbstate" >&6
 
 if test "$cf_cv_widec_mbstate" = yes ; then
@@ -24037,14 +24046,14 @@ fi
 
 fi
 
-echo "$as_me:24040: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
+echo "$as_me:24049: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6
 if test "${cf_cv_need_xopen_extension+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 24047 "configure"
+#line 24056 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -24061,23 +24070,23 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24064: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24073: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24067: \$? = $ac_status" >&5
+  echo "$as_me:24076: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24070: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24079: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24073: \$? = $ac_status" >&5
+  echo "$as_me:24082: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_need_xopen_extension=no
 else
   echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
-#line 24080 "configure"
+#line 24089 "configure"
 #include "confdefs.h"
 
 #define _XOPEN_SOURCE_EXTENDED
@@ -24095,16 +24104,16 @@ main ()
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24098: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24107: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24101: \$? = $ac_status" >&5
+  echo "$as_me:24110: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24104: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24113: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24107: \$? = $ac_status" >&5
+  echo "$as_me:24116: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_need_xopen_extension=yes
 else
@@ -24116,11 +24125,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "$as_me:24119: result: $cf_cv_need_xopen_extension" >&5
+echo "$as_me:24128: result: $cf_cv_need_xopen_extension" >&5
 echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6
 test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
 
-echo "$as_me:24123: checking for term.h" >&5
+echo "$as_me:24132: checking for term.h" >&5
 echo $ECHO_N "checking for term.h... $ECHO_C" >&6
 if test "${cf_cv_term_header+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -24133,7 +24142,7 @@ for cf_header in \
 	term.h
 do
 	cat >conftest.$ac_ext <<_ACEOF
-#line 24136 "configure"
+#line 24145 "configure"
 #include "confdefs.h"
 
 #include <${cf_cv_ncurses_header-curses.h}>
@@ -24147,16 +24156,16 @@ WINDOW *x
 }
 _ACEOF
 rm -f conftest.$ac_objext
-if { (eval echo "$as_me:24150: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24159: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:24153: \$? = $ac_status" >&5
+  echo "$as_me:24162: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:24156: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24165: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24159: \$? = $ac_status" >&5
+  echo "$as_me:24168: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_cv_term_header=$cf_header
 	 break
@@ -24169,7 +24178,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "$as_me:24172: result: $cf_cv_term_header" >&5
+echo "$as_me:24181: result: $cf_cv_term_header" >&5
 echo "${ECHO_T}$cf_cv_term_header" >&6
 
 case $cf_cv_term_header in #(vi
@@ -24219,10 +24228,10 @@ do
 
 cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
 
-	echo "$as_me:24222: checking for ${cf_func}" >&5
+	echo "$as_me:24231: checking for ${cf_func}" >&5
 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
 
-echo "(line 24225) testing ${cf_func} ..." 1>&5
+echo "(line 24234) testing ${cf_func} ..." 1>&5
 
 	if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -24231,7 +24240,7 @@ else
 		eval cf_result='$ac_cv_func_'$cf_func
 		if test ".$cf_result" != ".no"; then
 			cat >conftest.$ac_ext <<_ACEOF
-#line 24234 "configure"
+#line 24243 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_XCURSES
@@ -24265,16 +24274,16 @@ exit(foo == 0);
 }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:24268: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24277: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:24271: \$? = $ac_status" >&5
+  echo "$as_me:24280: \$? = $ac_status" >&5
   (exit $ac_status); } &&
          { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:24274: \"$ac_try\"") >&5
+  { (eval echo "$as_me:24283: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:24277: \$? = $ac_status" >&5
+  echo "$as_me:24286: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   cf_result=yes
 else
@@ -24290,7 +24299,7 @@ fi
 
 	# use the computed/retrieved cache-value:
 	eval 'cf_result=$cf_cv_func_'$cf_func
-	echo "$as_me:24293: result: $cf_result" >&5
+	echo "$as_me:24302: result: $cf_result" >&5
 echo "${ECHO_T}$cf_result" >&6
 	if test $cf_result != no; then
 		cat >>confdefs.h <<EOF
@@ -24304,12 +24313,12 @@ fi
 
 if test $use_color_style != no ; then
 	if test .$cf_cv_color_curses != .yes ; then
-		{ { echo "$as_me:24307: error: Configuration does not support color-styles" >&5
+		{ { echo "$as_me:24316: error: Configuration does not support color-styles" >&5
 echo "$as_me: error: Configuration does not support color-styles" >&2;}
    { (exit 1); exit 1; }; }
 	fi
 	if test $cf_cv_screen = slang ; then
-		{ { echo "$as_me:24312: error: Configuration does not support color-styles" >&5
+		{ { echo "$as_me:24321: error: Configuration does not support color-styles" >&5
 echo "$as_me: error: Configuration does not support color-styles" >&2;}
    { (exit 1); exit 1; }; }
 	fi
@@ -24317,7 +24326,7 @@ fi
 
 if test $use_scrollbar != no ; then
 	if test .$cf_cv_fancy_curses != .yes ; then
-		{ echo "$as_me:24320: WARNING: Configuration does not support ACS_xxx definitions" >&5
+		{ echo "$as_me:24329: WARNING: Configuration does not support ACS_xxx definitions" >&5
 echo "$as_me: WARNING: Configuration does not support ACS_xxx definitions" >&2;}
 	else
 		cat >>confdefs.h <<\EOF
@@ -24422,7 +24431,7 @@ DEFS=-DHAVE_CONFIG_H
 : ${CONFIG_STATUS=./config.status}
 ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:24425: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:24434: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<_ACEOF
 #! $SHELL
@@ -24598,7 +24607,7 @@ cat >>$CONFIG_STATUS <<\EOF
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    { { echo "$as_me:24601: error: ambiguous option: $1
+    { { echo "$as_me:24610: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -24617,7 +24626,7 @@ Try \`$0 --help' for more information." >&2;}
     ac_need_defaults=false;;
 
   # This is an error.
-  -*) { { echo "$as_me:24620: error: unrecognized option: $1
+  -*) { { echo "$as_me:24629: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -24670,7 +24679,7 @@ do
   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
   "$CONFIG_H" ) CONFIG_HEADERS="$CONFIG_HEADERS $CONFIG_H:config.hin" ;;
-  *) { { echo "$as_me:24673: error: invalid argument: $ac_config_target" >&5
+  *) { { echo "$as_me:24682: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
   esac
@@ -24976,7 +24985,7 @@ done; }
   esac
 
   if test x"$ac_file" != x-; then
-    { echo "$as_me:24979: creating $ac_file" >&5
+    { echo "$as_me:24988: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"
   fi
@@ -24994,7 +25003,7 @@ echo "$as_me: creating $ac_file" >&6;}
       -) echo $tmp/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:24997: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:25006: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -25007,7 +25016,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:25010: error: cannot find input file: $f" >&5
+           { { echo "$as_me:25019: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -25073,7 +25082,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
   * )   ac_file_in=$ac_file.in ;;
   esac
 
-  test x"$ac_file" != x- && { echo "$as_me:25076: creating $ac_file" >&5
+  test x"$ac_file" != x- && { echo "$as_me:25085: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
 
   # First look for the input files in the build tree, otherwise in the
@@ -25084,7 +25093,7 @@ echo "$as_me: creating $ac_file" >&6;}
       -) echo $tmp/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:25087: error: cannot find input file: $f" >&5
+         test -f "$f" || { { echo "$as_me:25096: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -25097,7 +25106,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
            echo $srcdir/$f
          else
            # /dev/null tree
-           { { echo "$as_me:25100: error: cannot find input file: $f" >&5
+           { { echo "$as_me:25109: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -25215,7 +25224,7 @@ cat >>$CONFIG_STATUS <<\EOF
   rm -f $tmp/in
   if test x"$ac_file" != x-; then
     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
-      { echo "$as_me:25218: $ac_file is unchanged" >&5
+      { echo "$as_me:25227: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
diff --git a/configure.in b/configure.in
index 2636705a..f33f171c 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
 dnl
 dnl ask PRCS to plug-in the project-version for the configure-script.
 dnl $Format: "AC_REVISION($ProjectVersion$)"$
-AC_REVISION(2.8.6dev.5)
+AC_REVISION(2.8.6dev.6)
 
 # Save the original $CFLAGS so we can distinguish whether the user set those
 # in the environment, or whether autoconf added -O and -g options:
@@ -33,7 +33,7 @@ CF_CHECK_CACHE
 PACKAGE=lynx
 dnl ask PRCS to plug-in the project-version for the packages.
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.6dev.5
+VERSION=2.8.6dev.6
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 AC_SUBST(DESTDIR)
@@ -578,6 +578,7 @@ AC_CHECK_FUNCS( \
 	truncate \
 	ttyname \
 	unsetenv \
+	usleep \
 	vasprintf \
 	waitpid \
 )
diff --git a/lynx.cfg b/lynx.cfg
index 211e697b..2e292bde 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -3,10 +3,10 @@
 #                                     or Lynx_Dir:lynx.cfg (VMS)
 #
 # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
-#PRCS LYNX_VERSION "2.8.6dev.5"
+#PRCS LYNX_VERSION "2.8.6dev.6"
 #
 # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
-#PRCS LYNX_DATE "Wed, 30 Jun 2004 16:55:04 -0700"
+#PRCS LYNX_DATE "Sun, 10 Oct 2004 17:29:46 -0700"
 #
 # Definition pairs are of the form  VARIABLE:DEFINITION
 # NO spaces are allowed between the pair items.
diff --git a/lynx.man b/lynx.man
index f2d8a99b..084a5f77 100644
--- a/lynx.man
+++ b/lynx.man
@@ -320,6 +320,9 @@ do justification of text.
 .B \-link\fR=\fINUMBER
 starting count for lnk#.dat files produced by \fB\-crawl\fR.
 .TP
+.B -listonly
+for \fB-dump\fR, show only the list of links.
+.TP
 .B \-localhost
 disable URLs that point to remote hosts.
 .TP
@@ -381,6 +384,10 @@ If available, this flag \fImay\fR cause Lynx to react
 more immediately to window changes when run within
 an \fBxterm\fR.
 .TP
+.B \-nonumbers
+disable link- and field-numbering.
+This overrides \fB-number_fields\fR and \fB-number_links\fR.
+.TP
 .B \-nopause
 disable forced pauses for statusline messages.
 .TP
diff --git a/lynx_help/lynx_help_main.html b/lynx_help/lynx_help_main.html
index 20766b71..35c63537 100644
--- a/lynx_help/lynx_help_main.html
+++ b/lynx_help/lynx_help_main.html
@@ -59,7 +59,7 @@ SSL &amp; security, and more
 <ul>
 <li><a href="http://www.htmlhelp.com/reference/html40/">HTML 4.0 Reference</a>
 <li><a href="http://archive.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">NCSA Beginner's Guide To HTML</a>
-<li><a href="http://www.cc.ukans.edu/%7Eacs/docs/other/HTML_quick.shtml">HTML Quick Reference Guide</a>
+<li><a href="http://www.ku.edu/acs/documentation/docs/html_quick.shtml">HTML Quick Reference Guide</a>
 </ul>
 
 <h2>HTML validation services:</h2>
diff --git a/makefile.in b/makefile.in
index 3f17c842..df0717ae 100644
--- a/makefile.in
+++ b/makefile.in
@@ -156,7 +156,6 @@ SITE_DEFS = # Your defines here
 
 all lynx$x: cfg_defs.h LYHelp.h
 @MSG_DIR_MAKE@	$(SHELL) $(srcdir)/fixtext.sh $(srcdir)/LYMessages_en.h >LYMessages.c
-@INTLDIR_MAKE@	cd intl && $(MAKE) CC="$(CC)"
 @MSG_DIR_MAKE@	cd po && $(MAKE) CC="$(CC)"
 	cd $(WWWINC) && $(MAKE) CC="$(CC)" \
 		LY_CFLAGS="$(CFLAGS)" \
@@ -200,7 +199,6 @@ clean:
 	rm -f WWW/Library/*/.created
 	cd src && $(MAKE) clean
 @MSG_DIR_MAKE@	rm -f LYMessages.c
-@INTLDIR_MAKE@	cd intl && $(MAKE) $@
 @MSG_DIR_MAKE@	cd po && $(MAKE) $@
 	rm -f *.b src/lynx$x *.leaks cfg_defs.h LYHelp.h lint.*
 @LYNXCFG_MAKE@	-rm -f alphatoc.html body.html cattoc.html tmp007
@@ -217,9 +215,6 @@ distclean: clean
 	-rm -rf src/obsolete
 	-cd src && $(MAKE) $@
 	-cd src/chrtrans && $(MAKE) $@
-@INTLDIR_MAKE@	cd intl && $(MAKE) $@
-	-rm -f intl/libintl.h
-@MSG_DIR_MAKE@	-rmdir intl
 @MSG_DIR_MAKE@	cd po && $(MAKE) $@
 @MSG_DIR_MAKE@	-rmdir po
 	-rm -f *~ *.bak *.sav tags TAGS
diff --git a/po/ca.po b/po/ca.po
index 8e15e7be..68a56069 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5pre15\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2003-07-06 18:12+0200\n"
 "Last-Translator: Carles Sadurní Anguita <isard@ctv.es>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
@@ -2791,7 +2791,7 @@ msgstr "El document amb contingut POST no s'ha trobat en la memòria cau. Reenvia
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Càrrega incompleta."
 
@@ -2814,7 +2814,7 @@ msgstr ""
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "No ha estat possible accedir-hi"
 
@@ -2843,24 +2843,24 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Enllaç simbòlic"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Rebent directori d'FTP"
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d (%5d) bytes transferits"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Rebent arxiu d'FTP"
 
@@ -3010,15 +3010,15 @@ msgstr "Llegint article."
 msgid "Sorry, could not load requested news."
 msgstr "No ha estat possible carregar els missatges sol·licitats."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "L'adreça conté un port que no és vàlid"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "La longitud de l'adreça sembla invàlida"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Ha estat impossible trobar el servidor %s."
@@ -3027,85 +3027,85 @@ msgstr "Ha estat impossible trobar el servidor %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Servidor %s no vàlid"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Establint una connexió %s amb %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "La connexió ha fallat (massa reintents)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "L'adreça conté un nom d'usuari: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Aquest client no admet adreces HTTPS."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "No ha estat possible connectar amb el servidor."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "S'està reintentant la connexió sense TLS."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "Error SSL: no s'ha pogut trobar el nom comú en el certificat. Continuem?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "Error SSL: servidor(%s)!=cert(%s). Voleu continuar?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Enviant sol·licitud HTTP."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Error inesperat d'escriptura "
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "Sol·licitud HTTP enviada; esperant resposta."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Error inesperat de lectura en la xarxa; s'ha avortat la connexió."
 
@@ -3118,7 +3118,7 @@ msgstr "Error inesperat de lectura en la xarxa; s'ha avortat la connexió."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3128,7 +3128,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3138,27 +3138,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "S'ha obtingut un codi 304 Not Modified inesperat (el document no ha estat modificat)."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Estic reintentant amb la informació d'accés."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Mostrar el cos del missatge d'error 401?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Mostrar el cos del missatge d'error 407?"
 
@@ -3166,7 +3166,7 @@ msgstr "Mostrar el cos del missatge d'error 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Resposta desconeguda del servidor!"
 
@@ -3346,110 +3346,110 @@ msgstr "Mantenidor"
 msgid "Host"
 msgstr "Servidor"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Memòria exhaurida, visualització interrompuda!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Memòria exhaurida, la transferència s'interromprà!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MEMÔRIA EXHAURIDA ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "camp o enllaç desconegut"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "camp de text"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "camp de contrasenya"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "quadre de verificació"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "botó de grup"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "botó d'enviament"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "botó de reinici"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "menú emergent"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "camp de formulari ocult"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "àrea de text"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "camp d'entrada d'interval"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "camp de fitxer"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "camp d'enviament de text"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "botó d'enviament d'imatges"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr ""
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "camp de formulari desconegut"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "No ha estat possible obrir el fitxer que voleu carregar."
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Enviant %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Trencar les línies per a ajustar a l'espai disponible?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Les línies molt llargues han estat tallades!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Les línies molt llargues han estat truncades!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3515,6 +3515,26 @@ msgstr "sí"
 msgid "no"
 msgstr "no"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Descripció:"
@@ -3604,23 +3624,23 @@ msgstr "El fitxer es podrà recuperar des de %s durant aquesta sessió"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Ha estat impossible d'accedir al script cgi"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Bon consell"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Un servidor http excel·lent per a VMS està disponible "
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "ací"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Dóna informació del estat actual del suport per a scripts CGI.\n"
 
@@ -3644,31 +3664,31 @@ msgstr ""
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Ha fallat la inicialització del terminal: potser és un tipus de terminal desconegut."
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Heu d'usar un terminal vt100, 300, etc. amb aquest programa."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "El terminal especificat és desconegut!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Introduïu un tipus de terminal:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "EL TIPUS DE TERMINAL ESTÀ FIXAT A"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3677,7 +3697,7 @@ msgstr ""
 "\n"
 "S'ha produït un error fatal en %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3846,7 +3866,7 @@ msgstr "Enllaços ocults:"
 msgid "References"
 msgstr "Referències"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Enllaços visibles"
 
@@ -4019,7 +4039,7 @@ msgstr "No s'ha pogut obrir el fitxer d'opcions de permisos"
 msgid "Specify permissions below:"
 msgstr "Especifiqueu els permisos:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Propietari:"
 
@@ -4098,7 +4118,7 @@ msgid "Just a moment, ..."
 msgstr "Un moment..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4154,19 +4174,19 @@ msgstr "Aquest missatge va ser generat automàticament per"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "No s'ha trobat Winsock."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Heu de definir una àrea TMP o TEMP vàlida!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "No existeix el directori"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4177,7 +4197,7 @@ msgstr ""
 "El fitxer de configuració %s no està disponible\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4187,7 +4207,7 @@ msgstr ""
 "\n"
 "Els jocs de caràcters no estan declarats.\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4195,7 +4215,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4206,160 +4226,160 @@ msgstr ""
 "El fitxer %s no està disponible.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Alerta:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "l'estat de les cookies persistents no es canviarà fins la següent sessió"
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: joc de caràcters %s no reconegut. S'ignorarà.\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Versió %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Compilat per a %s el %s a les %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr ""
 "Els drets de còpia pertanyen a la Universitat de Kansas, el CERN i altres\n"
 "contribuïdors."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribuït sota la Llicència Pública General."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Vegeu http://lynx.isc.org/ i l'ajuda en línia per a més informació."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "UTILITZACIÓ: %s [opcions] [arxiu]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Les opcions són:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: l'opció no és vàlida: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Error intern: l'enllaç del ratolí no és vàlid: %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Una URL especificada per l'usuari"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Pantalla d'ajuda"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Índex del sistema"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Entrar en la pantalla principal"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "No hi ha cap document més"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "el joc de caràcters per a aquest document està especificat explicitament"
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "canvia al directori:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Un component del camí no és un directori"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "no ha estat possible canviar de directori"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Tornant a analitzar el document amb les opcions actuals..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Error fatal: no s'ha pogut obrir el fitxer d'eixida %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "La URL actual és buida."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "No s'ha pogut copiar al porta-retalls."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "La URL del document s'ha copiat al porta-retalls."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "La URL de l'enllaç s'ha copiat al porta-retalls."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "No hi ha cap URL al porta-retalls."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-índex-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: No s'ha pogut accedir al fitxer inicial"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: No s'ha trobat el fitxer o no és text/html ni text/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Eixint..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-més-"
 
@@ -4672,100 +4692,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "Useu %s per a invocar el menú d'opcions"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(les opcions marcades amb (!) no es desen)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Preferències generals"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Tipus d'usuari"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Tipus de recerca"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookies"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Teclat"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Mode del teclat"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Tecles d'emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "Tecles de VI"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Configuració del teclat"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Pantalla i joc de caràcters"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "Joc de caràcters predeterminat"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Joc de caràcters"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Joc de caràcters predeterminat"
 
@@ -4774,168 +4794,168 @@ msgstr "Joc de caràcters predeterminat"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "mode CJK"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "8-bits cru"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr ""
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Apariència dels documents"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "En color"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Mostrar cursor"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Enllaços ocults:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Mostrar la barra de desplaçament"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr ""
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "Recuperació d'errors de HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Mostrar imatges"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Detalls sobre imatges"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Capçaleres que es transmeten als servidors remots"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Adreça electrònica personal"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d bytes transferits"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Idioma preferit"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Joc de caràcters preferit"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Idioma preferit"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Identificació del navegador"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Fitxers: llistat i accés"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Criteri d'ordenació per a FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Criteri d'ordenació local"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Criteri d'ordenació local"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Mostrar fitxers .*"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Enllaços d'execució"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Mostrar taxa de transferència"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Fitxers i pantalles especials"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr ""
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Editar fitxers de favorits"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Veure el menú de múltiples fitxers d'adreces"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Fitxer de favorits"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Pàgines visitades"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Veure el fitxer"
 
@@ -5091,191 +5111,218 @@ msgstr "RECARREGAR ELS CANVIS"
 msgid "Your primary configuration"
 msgstr "Configuració primària"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Directori que veieu actualment"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Nom:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Directori triat"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Arxiu triat"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Enllaç simbòlic que heu triat"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Element que heu triat"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Nom complet:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Ha estat impossible seguir l'enllaç"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Apunta al fitxer:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Nom del propietari:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Nom del grup:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Grandària:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Data de creació:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Última modificació:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Últim accés:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Permisos d'accés"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Grup"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Fitxer que veieu actualment"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Nom:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Joc de caràcters:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Servidor:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Data:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Últ. mod.:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Expira:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr ""
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Idioma:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Propietari(s):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "grandària:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "línies"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "mode:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "font"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ""
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ""
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "mode:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Enllaç triat"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Mètode:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr ""
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Ubicació: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Camp de formulari)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "No hi ha enllaços en aquesta pàgina"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Servidor:"
@@ -5323,33 +5370,33 @@ msgstr "Carregar a:"
 msgid "Upload options:"
 msgstr "Opcions de càrrega:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Massa fitxers temporals"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "restricció desconeguda"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "No s'hi han establert restriccions.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Restriccions:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "No s'ha trobat el directori d'inici (HOME)"
 
diff --git a/po/cs.po b/po/cs.po
index de93807d..538d5f27 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 1999-12-11 12:55+0100\n"
 "Last-Translator: Jiøí Pavlovský  <pavlovsk@ff.cuni.cz>\n"
 "Language-Team: Czech <cs@li.org>\n"
@@ -131,12 +131,12 @@ msgstr ""
 #: LYMessages.c:63
 #, c-format
 msgid "(Textarea) Inactive.  Press <return> to activate (%s for editor)."
-msgstr "(Textové pole) Zadejte text. ©ipky NAHORU/DOLÙ èi tab pro odchod."
+msgstr "(Textové pole) Zadejte text. ©ipky NAHORU/DOLÙ èi tab pro odchod (%s ode¹le)."
 
 #. #define FORM_LINK_TEXT_SUBMIT_MESSAGE_INA
 #: LYMessages.c:65
 msgid "(Form field) Inactive.  Use <return> to edit."
-msgstr "(Pole formuláøe) Zadejte text. <return> ode¹le ('x' pro 'NO CACHE')."
+msgstr "(Pole formuláøe) Zadejte text. <return> ode¹le."
 
 #. #define FORM_TEXT_SUBMIT_MESSAGE_INA_X
 #: LYMessages.c:67
@@ -183,7 +183,7 @@ msgstr "(Textové pole) Zadejte text. ©ipky NAHORU/DOLÙ èi tab pro odchod."
 #: LYMessages.c:84
 #, c-format
 msgid "(Textarea) Enter text. Use UP/DOWN arrows or TAB to move off (%s for editor)."
-msgstr "(Textové pole) Zadejte text. ©ipky NAHORU/DOLÙ èi tab pro odchod."
+msgstr "(Textové pole) Zadejte text. ©ipky NAHORU/DOLÙ èi tab pro odchod (%s ode¹le)."
 
 #. #define FORM_LINK_TEXT_UNM_MSG
 #: LYMessages.c:86
@@ -454,13 +454,13 @@ msgstr "    Ctrl-U vyma¾e ve¹kerý text v poli; [Backspace] sma¾e jeden znak
 #: LYMessages.c:180
 #, c-format
 msgid "    %s to delete all text in field, [Backspace] to delete a character    "
-msgstr "    Ctrl-U vyma¾e ve¹kerý text v poli; [Backspace] sma¾e jeden znak          "
+msgstr "    %s vyma¾e ve¹kerý text v poli; [Backspace] sma¾e jeden znak          "
 
 #. #define FORM_NOVICELINE_TWO_DELBL_VAR
 #: LYMessages.c:182
 #, c-format
 msgid "      %s to delete text in field, [Backspace] to delete a character    "
-msgstr "    Ctrl-U vyma¾e ve¹kerý text v poli; [Backspace] sma¾e jeden znak          "
+msgstr "    %s vyma¾e ve¹kerý text v poli; [Backspace] sma¾e jeden znak          "
 
 #. mailto
 #: LYMessages.c:185
@@ -2793,7 +2793,7 @@ msgstr "Dokument s POST obsahem nenalezen v cache. Odeslat znovu?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Nahrávání dokonèeno."
 
@@ -2816,7 +2816,7 @@ msgstr "**** HTAccess: Návratový status: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Nelze získat pøístup"
 
@@ -2845,24 +2845,24 @@ msgstr "hlavní soket"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Symbol. odkaz"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Stahuji výpis FTP adresáøe."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
-msgstr "Pøeneseno bajtù: %d"
+msgstr "Pøeneseno bajtù: %d (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "datové spojení"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Stahuji FTP soubor."
 
@@ -3013,15 +3013,15 @@ msgstr "Ètu pøíspìvek z diskuzní skupiny."
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Délka adresy se zdá být chybnou."
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Délka adresy se zdá být chybnou."
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Adresu poèítaèe %s nelze zjistit."
@@ -3030,86 +3030,86 @@ msgstr "Adresu poèítaèe %s nelze zjistit."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Jméno poèítaèe %s je chybné"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Navazuji %s spojení s %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "chyba soketu."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Soket nelze nastavit jako neblokující."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Spojení se nepodaøilo navázat na 180 000. pokus."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Soket nelze nastavit jako blokující."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "180 000 neúspì¹ných pokusù èíst ze soketu."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Tento klient nepodporuje HTTPS URL."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Spojení se vzdáleným poèítaèem nelze navázat."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 #, fuzzy
 msgid "Retrying connection without TLS."
 msgstr "Navazuji %s spojení s %s."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Odesílám HTTP po¾adavek."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Neoèekávaná chyba pøi zápisu na soket; spojení uzavøeno."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP po¾adavek odeslán; èekám na odpovìï"
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Neoèekávaná chyba pøi ètení ze soketu; spojení uzavøeno."
 
@@ -3122,7 +3122,7 @@ msgstr "Neoèekávaná chyba pøi ètení ze soketu; spojení uzavøeno."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Neoèekávané Informaèní hlá¹ení."
 
@@ -3132,7 +3132,7 @@ msgstr "Neoèekávané Informaèní hlá¹ení."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Po¾adavek vyøízen. Obsah formuláøe smazán."
 
@@ -3142,27 +3142,27 @@ msgstr "Po¾adavek vyøízen. Obsah formuláøe smazán."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Neoèekávané hlá¹ení: 304 Not Modified"
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Pøesmìrování POST obsahu vy¾aduje souhlas u¾ivatele."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Obsahuje POST data. Trvalé pøesmìrování pou¾ívám pouze jako doèasné.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Zkou¹ím to znovu s proxy autorizací."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Zobrazit tìlo 401 hlá¹ení?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Zobrazit tìlo 407 hlá¹ení?"
 
@@ -3170,7 +3170,7 @@ msgstr "Zobrazit tìlo 407 hlá¹ení?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Neznámé hlá¹ení od serveru!"
 
@@ -3358,111 +3358,111 @@ msgstr "Správce"
 msgid "Host"
 msgstr "Poèítaè"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Do¹la pamì», zobrazení pøeru¹eno!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Do¹la pamì», pøenos pøeru¹en!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** DO©LA PAMÌ« ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "neznámé pole èi odkaz"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "textové vstupní pole"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "vstupní pole pro heslo"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "za¹krtávací políèko"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "pøepínací tlaèítko"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "tlaèítko pro odeslání dat serveru"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "tlaèítko pro obnovení implicitních hodnot"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "vyskakovací menu"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "skryté pole formuláøe"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "textová vstupní oblast"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "vstupní pole pro interval"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "pole pro výbìr souboru"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "tlaèítko pro odeslání textu"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "tlaèítko pro odeslání obrázku"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "pole pro vytvoøení klíèe"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "neznámé pole formuláøe"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 #, fuzzy
 msgid "Can't open file for uploading"
 msgstr "Soubor pro dekompresi nelze otevøít!"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Odesílám %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bajtù"
 
@@ -3528,6 +3528,26 @@ msgstr "ano"
 msgid "no"
 msgstr "ne"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Popis:"
@@ -3611,23 +3631,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Nelze získat pøístup k cgi skriptu"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Dobrá rada"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Vynikající http server pro VMS je dostupný pøes"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "tento odkaz."
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Poskytuje výbornou podporu pro cgi skripty.\n"
 
@@ -3651,31 +3671,31 @@ msgstr " (vnitøní)"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Inicializace terminálu se nezdaøila - neznámý typ terminálu?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminál ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Tento program vy¾aduje terminál typu vt100, 200 etc."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Typ va¹eho terminálu je neznámý!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Zadejte typ terminálu:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TYP TERMINÁLU JE NASTAVEN NA"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3684,7 +3704,7 @@ msgstr ""
 "\n"
 "V programu %s verze %s nastala fatální chyba.\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3856,7 +3876,7 @@ msgstr "Skryté odkazy:"
 msgid "References"
 msgstr "Reference"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Viditelné odkazy"
 
@@ -4029,7 +4049,7 @@ msgstr "Soubor s menu nastavení práv souborù nelze otevøít."
 msgid "Specify permissions below:"
 msgstr "Zadejte pøístupová práva:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Vlastník:"
 
@@ -4108,7 +4128,7 @@ msgid "Just a moment, ..."
 msgstr "Okam¾ik, prosím ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4164,19 +4184,19 @@ msgstr "Tato zpráva byla vytvoøena automaticky programem"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Winsock nenalezen. lituji."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "MUSÍTE zadat platný TMP èi TEMP prostor!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr " adresáø"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4187,7 +4207,7 @@ msgstr ""
 "Konfiguraèní soubor %s je nedostupný.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4198,7 +4218,7 @@ msgstr ""
 "Znakové sady Lynxu nejsou deklarovány.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4209,7 +4229,7 @@ msgstr ""
 "Editovací mapy Lynxu nejsou deklarovány.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4220,159 +4240,159 @@ msgstr ""
 "Soubor %s není dostupný.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr ""
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "Stav trvalých cookies bude zmìnìn a¾ pøi pøí¹tím sezení."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s verze %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Pøelo¾en na %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Autorská práva patøí Kansaské univerzitì, CERN a ostatním autorùm."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Roz¹iøován podle podmínek Obecné veøejné licence GNU."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Podrobnìj¹í informace získáte na http://lynx.isc.org/ a z nápovìdy k programu."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "Pou¾ití: %s [pøepínaèe] [soubor]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Pøepínaèe:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Chybný pøepínaè %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "URL zadané u¾ivatelem"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Kódování multipart/form-data není zatím podporováno. Nelze odeslat."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Nápovìda"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Systémový index"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Vstup na hlavní obrazovku"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "znaková sada tohoto dokumentu je explicitnì zadána, lituji..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr " do "
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Adresáø není dostupný."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Znovu zpracovávám dokument za pou¾ití nových nastavení..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Fatální chyba - výstupní soubor %s nelze otevøít\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Aktuální adresáø:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr " rejstøík"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: startovní soubor nelze otevøít"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: startovní soubor nelze nalézt, nebo není ani typu text/html ani text/plain."
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Konèím..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr ""
 
@@ -4688,100 +4708,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Osobní nastavení"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "U¾ivatelský re¾im"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr ""
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookies"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Re¾im numerické klávesnice"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs klávesy"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI klávesy"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Místní znaková sada"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "Pøedpokládaná znaková sada"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Místní znaková sada"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Pøedpokládaná znaková sada"
 
@@ -4790,169 +4810,169 @@ msgstr "Pøedpokládaná znaková sada"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK re¾im"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Pøímý 8bitový re¾im"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Display"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Zobrazovat barvy"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Zobrazovat kurzor"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Skryté odkazy:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 #, fuzzy
 msgid "Show scrollbar"
 msgstr "Zobrazovat barvy"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Vyskakovací menu pro zvolená pole"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "Zotavení po chybách HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Zobrazení obrázkù"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Doslovné obrázky"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "HTTP hlavièky"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Osobní adresa elektronické po¹ty"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "Pøeneseno bajtù: %d"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Upøednostòovaný jazyk dokumentu"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Upøednostòovaná znaková sada"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Upøednostòovaný jazyk dokumentu"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Hlavièka 'User-Agent'"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Øazení FTP adresáøù"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Øazení lokálních adresáøù"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Øazení lokálních adresáøù"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Zobrazovat teèkové soubory"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Spustitelné odkazy"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Pøenos dat dokonèen"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Dìlené zálo¾ky"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Editace podsouborù se zálo¾kami"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Menu dìlených zálo¾ek"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Soubor se zálo¾kami"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Nav¹tívené odkazy"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 #, fuzzy
 msgid "View the file "
 msgstr "Poslat soubor po¹tou"
@@ -5040,12 +5060,12 @@ msgstr "kritický øádek:"
 #: src/LYReadCFG.c:625
 #, c-format
 msgid "key remapping of %s to %s for %s failed\n"
-msgstr ""
+msgstr "chápat klávesy dle %s a k¾ %s být ve ¹tychu (%s)\n"
 
 #: src/LYReadCFG.c:632
 #, c-format
 msgid "key remapping of %s to %s failed\n"
-msgstr "pøemapování klávesy\n"
+msgstr "pøemapování klávesy (%s a k¾ %s)\n"
 
 #: src/LYReadCFG.c:653
 #, c-format
@@ -5106,191 +5126,218 @@ msgstr "NAÈÍST ZMÌNY"
 msgid "Your primary configuration"
 msgstr "Va¹e primární konfigurace"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Adresáø, který právì prohlí¾íte"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Jméno:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Adresáø, který jste právì zvolil"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Soubor, který jste právì zvolil"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Symbolický odkaz, který jste právì zvolil"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Polo¾ka, kterou jste právì zvolil"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Celé jméno:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Odkaz nelze následovat"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Odkazuje do souboru:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Jméno vlastníka:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Jméno skupiny:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Velikost souboru:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bajtù"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Datum vytvoøení:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Poslední zmìna:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Poslední pøístup:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Pøístupová práva "
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Skupina"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Soubor, který si právì prohlí¾íte"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Jméno odkazu:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Znaková sada:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Datum:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Poslední modifikace:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Expiruje:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cache-Control:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Content-Length:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Jazyk:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Post Data:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Post Content Type:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Vlastníci:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "velikost:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "øádky"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "re¾im:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "formuláøový re¾im"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "zdroj"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "bì¾ný"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", bezpeèný"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", vnitøní odkaz"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", no-cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP skript"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", soubor zálo¾ek"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "re¾im:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Odkaz, který jste právì zvolil"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Metoda:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Typ kódování"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Umístìní: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Pole formuláøe)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Aktuální stránka neobsahuje ¾ádné odkazy"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5344,34 +5391,34 @@ msgstr "Poslat na:"
 msgid "Upload options:"
 msgstr "Menu voleb posílání:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 #, fuzzy
 msgid "unknown restriction"
 msgstr "neznámé pole èi odkaz"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Popis:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/da.po b/po/da.po
index f8a3a675..c1481526 100644
--- a/po/da.po
+++ b/po/da.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.6-dev4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2004-06-10 20:35+0200\n"
 "Last-Translator: Morten Bo Johansen <mojo@mbjnet.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
@@ -2788,7 +2788,7 @@ msgstr "Dokument med 'POST'-indhold ikke fundet i cache. Genindsend?"
 msgid "Loading failed, use a previous copy."
 msgstr "Indlæsning slog fejl, brug en ældre kopi."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Indlæsning ikke fuldført."
 
@@ -2811,7 +2811,7 @@ msgstr "**** HTAccess: Statustilbagemelding var: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Kan ikke tilgå"
 
@@ -2840,24 +2840,24 @@ msgstr "\"socket\" til \"master-socket\""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Symbolsk link"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "FTP-filkatalog indlæses."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Overført %d bytes (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "dataforbindelse åben"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Modtager FTP-fil."
 
@@ -3007,15 +3007,15 @@ msgstr "Læser nyhedsartikel.."
 msgid "Sorry, could not load requested news."
 msgstr "Beklager, kunne ikke indlæse artikler."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Adresse har en ugyldig port"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Adresselængde forekommer ugyldig"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Ude af stand til at finde fremmed vært %s."
@@ -3024,85 +3024,85 @@ msgstr "Ude af stand til at finde fremmed vært %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Ugyldigt værtsnavn %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Opretter %s-forbindelse til %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "'socket' fejlede."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "'socket' fejlede: familie %d adr. %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Kunne ikke oprette en ikke-blokerende forbindelse."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Forbindelse opgivet (for mange forsøg)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Kunne ikke genformå \"socket\" til at blokere."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "'Socket'-læsning slog fejl for 180.000 forsøg."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "Adresse indeholder et brugernavn: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Denne klient kan ikke håndtere HTTPS-adresser."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Kan ikke forbinde til fremmed vært."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Forsøger at genetablere forbindelsen uden TLS."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL-fejl: Kan ikke finde fælles navn i certifikat - fortsæt?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL-fejl:vært(%s)!=cert(%s)-Fortsæt?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Sikker %d-bit %s (%s) HTTP-forbindelse"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Sender HTTP-anmodning."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Uventet skrivningsfejl i netværk; forbindelse afbrudt."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP-anmodning sendt; venter på svar."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Uventet læsningsfejl i netværk; forbindelse afbrudt"
 
@@ -3115,7 +3115,7 @@ msgstr "Uventet læsningsfejl i netværk; forbindelse afbrudt"
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Modtog uventet \"Informational Status\"."
 
@@ -3125,7 +3125,7 @@ msgstr "Modtog uventet \"Informational Status\"."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Anmodning imødekommet. Nulstil indhold."
 
@@ -3135,27 +3135,27 @@ msgstr "Anmodning imødekommet. Nulstil indhold."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Modtog uventet 304 \"Not Modified status\"."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Omdirigering af 'POST'-indhold kræver brugers godkendelse."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Har 'POST'-indhold. Behandler permanent omdirigering som midlertidig.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Prøver igen med oplysning om adgangstilladelse."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Vis indhold af 401-meddelelse?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Vis indhold af 407-meddelelse?"
 
@@ -3163,7 +3163,7 @@ msgstr "Vis indhold af 407-meddelelse?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Ukendt statussvar fra server!"
 
@@ -3351,110 +3351,110 @@ msgstr "Vedligeholder"
 msgid "Host"
 msgstr "Vært"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Hukommelse opbrugt, visning afbrudt!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Hukommelse opbrugt, vil afbryde overførsel!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** HUKOMMELSE OPBRUGT ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "ukendt felt eller link"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "tekstindtastningsfelt"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "indtastningsfelt til adgangskode"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "afkrydsningsboks"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "radioknap"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "indsendelsesknap"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "nulstillingsknap"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "pop up-menu"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "skjult formularfelt"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "tekstindtastningsområde"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "intervalindtastningsfelt"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "filindtastningsfelt"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "tekstindsendelsesfelt"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "Billedindsendelsesknap"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "nøglegen-felt"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "ukendt formularfelt"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Kan ikke åbne fil til uploadning"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Indsender %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Program hænger: TextAnchor-struktur ødelagt - det er bedst at afbryde!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Ombryd linjer så de passer til det viste område?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Meget lange linjer er blevet ombrudt!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Meget lange linjer er blevet afkortet!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3520,6 +3520,26 @@ msgstr "ja"
 msgid "no"
 msgstr "nej"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Beskrivelse:"
@@ -3609,23 +3629,23 @@ msgstr "Fil kan måske genskabes fra %s under denne session"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Kan ikke få adgang til cgi-program"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Godt råd"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "En fortrinlig HTTP-server for VMS kan findes via"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "dette link"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Den tilbyder upåklagelig understøttelse af CGI-programmer\n"
 
@@ -3649,31 +3669,31 @@ msgstr "Intern"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "'cookie_domain_set_flag'-fejl, afbryder program"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Klargøring af terminal slog fejl - ukendt terminaltype?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Du skal bruge en vt100, 200, etc. terminal med dette program."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Din terminaltype er ukendt!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Anfør en terminaltype:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINAL-TYPE SAT TIL"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3682,7 +3702,7 @@ msgstr ""
 "\n"
 "En kritisk fejl opstod i %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3854,7 +3874,7 @@ msgstr "Skjulte links:"
 msgid "References"
 msgstr "Henvisninger"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Synlige links"
 
@@ -4026,7 +4046,7 @@ msgstr "Ude af stand til at åbne fil med rettighedstilvalg."
 msgid "Specify permissions below:"
 msgstr "Anfør rettigheder nedenfor:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Ejer:"
 
@@ -4105,7 +4125,7 @@ msgid "Just a moment, ..."
 msgstr "Vent et øjeblik, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Kunne ikke danne installeringsparametre"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4161,19 +4181,19 @@ msgstr "Denne meddelelse blev automatisk lavet af"
 msgid "No system mailer configured"
 msgstr "Systemets postprogram er ikke sat op"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Ingen \"Winsocket\" fundet, beklager."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Du SKAL definere et gyldigt TMP eller TEMP-område!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Intet sådant filkatalog"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4183,7 +4203,7 @@ msgstr ""
 "\n"
 "Opsætningsfil %s er ikke tilgængelig.\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4193,7 +4213,7 @@ msgstr ""
 "\n"
 "Lynx tegnsæt er ikke angivet.\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4203,7 +4223,7 @@ msgstr ""
 "\n"
 "Lynx \"edit map\" er ikke angivet.\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4213,158 +4233,158 @@ msgstr ""
 "\n"
 "Lynx-fil %s er ikke tilgængelig.\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Advarsel:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "Ændring for vedvarende cookier vil kun gælde næste session."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: Ignorerer ukendt tegnsæt=%s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Version %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Bygget på %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Ophavsret indehaves af University of Kansas, CERN og andre bidragydere."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribueret under GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Se http://lynx.isc.org/ og online-hjælpen for flere oplysninger."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "BRUG: %s [valgmuligheder] [fil]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Valgmuligheder er:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Ugyldig indstilling: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Intern fejl: Ugyldigt muse-link %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "En adresse angivet af brugeren"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Kodningstype \"multipart/form-data\" ikke understøttet! Kan ikke indsende."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Hjælpeskærm"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Systemfortegnelse"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Indgang til hovedskærm"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Intet \"næste dokument\" indlæst"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "dette dokuments tegnsæt er udtrykkeligt angivet, beklager ..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "cd til:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "En del af stien er ikke et filkatalog"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Kunne ikke skifte filkatalog."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Genfortolker dokument under nuværende indstillinger ..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Kritisk fejl - kunne ikke åbne uddatafil %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "TABEL-centrering slået til."
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "TABEL-centrering slået fra."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Aktuelle adresse er tom."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Kopiering til klippebord slog fejl."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "Dokumentets adresse overført til klippebord."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "Linkets adresse overført til klippebord."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Ingen adresse ligger på klippebord."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-indeks-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Kan ikke få adgang til startfil"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: startfil fandtes ikke eller er ikke i text/html, text/plain format"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Afslutter ..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-mere-"
 
@@ -4670,99 +4690,99 @@ msgstr "Alle"
 msgid "Use %s to invoke the Options menu!"
 msgstr "Brug %s for at aktivere menu over valgmuligheder!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(indstillinger markeret med (!) vil ikke blive gemt)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Generelle indstillinger"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Brugertilstand"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Søgningstype"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Sikkerhed og personbeskyttelse"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookier"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Prompt ved ugyldig cookie"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "Prompt ved SSL"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Tastatur-inddata"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Numerisk tastaturtilstand"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs-taster"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI-taster"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Linjeredigeringsstil"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Tastaturudlægning"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Skærm og tegnsæt"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Brug tegnsæt baseret på lokaliseringsindstillinger"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Skærmtegnsæt"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Formodet dokumenttegnsæt"
 
@@ -4771,165 +4791,165 @@ msgstr "Formodet dokumenttegnsæt"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK-tilstand"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Rå 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X-skærm"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Udseende af dokument"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Vis farver"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Vis markør"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Understreg links"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Vis rullebjælke"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Pop op-vinduer for valgte felter"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML-fejlgenopretning"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Vis billeder"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Billedtekst"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Information til fremmede servere"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Personlig e-post-adresse"
 
 # media type refererer til content-type headeren, eks: image/xyz
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr "Foretrukket medietype"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr "Foretrukken indkodning"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Foretrukket dokumenttegnsæt"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Foretrukket dokumentsprog"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "'User-Agent'-linje"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Filoversigt og Filadgang"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP sorteringskriterie"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Sortering af lokale filkataloger"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Sortering af lokale filkataloger"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Vis punktumfiler"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Links til programafvikling"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Vis overførselshastighed"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Særlige filer og skærmbilleder"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Multi-bogmærker"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Gennemse/ret bogmærkefiler"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Gå til multi-bogmærkemenu"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Bogmærkefil"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Besøgte sider"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Vis filen "
 
@@ -5084,191 +5104,218 @@ msgstr "GENINDLÆS ÆNDRINGERNE"
 msgid "Your primary configuration"
 msgstr "Din primære opsætning"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Filkatalog som du kigger på i øjeblikket"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Navn:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "Adresse:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Aktuelt valgte filkatalog"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Aktuelt valgte fil"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Aktuelt valgte symbolske link"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Aktuelt valgte enhed"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Fulde navn:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Ude af stand til at følge link"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Peger til fil:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Ejers navn:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Gruppes navn:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Filstr.:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Oprettelsesdato:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Sidst rettet:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Sidst tilgået:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Adgangsrettigheder"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Gruppe"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Oplysninger om det aktuelle dokument:"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Linknavn:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Tegnsæt:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Dato:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Sidst ret:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Udløber:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cachestyring:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "'Content-Length':"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Sprog:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "'Post Data:'"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "'Post Content Type:'"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Ejer(e):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "Str:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "linjer"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "Tilstand:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "formulartilstand"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "kilde"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", sikker"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", via internt link"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", no-cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP-script"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", bogmærkefil"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "Tilstand:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Aktuelt valgte link"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Metode:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Kodtype:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Placering: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Formularfelt)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Ingen links på denne side"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5322,33 +5369,33 @@ msgstr "Upload til:"
 msgid "Upload options:"
 msgstr "Valgmuligheder for uploads:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "Hjemtag dokument fra adressen på klippebord."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Uventet adgangsprotokol for denne adressetype."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "For mange tempfiler"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "ukendt begrænsning"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Ingen begrænsninger sat.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Begrænsninger sat:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "Kan ikke finde HOME-katalog"
 
diff --git a/po/de.po b/po/de.po
index cf79749d..70dd93df 100644
--- a/po/de.po
+++ b/po/de.po
@@ -21,7 +21,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5-rel1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2004-02-09 17:20+0100\n"
 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
 "Language-Team: German <de@li.org>\n"
@@ -2822,7 +2822,7 @@ msgstr "Dokument mit POST-Daten nicht im Seitencache gefunden. POST wiederholen?
 msgid "Loading failed, use a previous copy."
 msgstr "Laden fehlgeschalten, die vorherige Kopie wird verwendet."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Unvollständig geladen."
 
@@ -2845,7 +2845,7 @@ msgstr "**** HTAccess: Der empfangene Statuscode war %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Zugriff fehlgeschlagen:"
 
@@ -2876,24 +2876,24 @@ msgstr "socket for master socket"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Symbolic Link"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "FTP-Verzeichnis wird empfangen."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d bytes übertragen (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "connect for data"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "FTP-Datei wird empfangen."
 
@@ -3044,15 +3044,15 @@ msgstr "News-Message wird geladen."
 msgid "Sorry, could not load requested news."
 msgstr "Entschuldigung: konnte die angeforderten News nich laden."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Adresslänge hat einen ungültigen port"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Adresslänge scheint ungültig zu sein"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Remote Host %s nicht gefunden."
@@ -3061,85 +3061,85 @@ msgstr "Remote Host %s nicht gefunden."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Hostname ist ungültig: %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "%s-Verbindung zu %s wird aufgebaut."
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "Socket-Fehler."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "Socketfehler: family %d addr %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Veerbindung konnte nicht non-blocking gemacht werden."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Verbindungsfehler (zu viele Versuche)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Socket konnte nicht wieder blocking gemacht werden."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Lesefehler nach 180.000 Versuchen."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "Adresse mit einem Username: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Dieses Programm hat keine Unterstützung für HTTPS-URLs."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Verbindung zum remote Host konnte nicht hergestellt werden."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Verbindung erneut versuchen, ohne TLS."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL-Fehler:Es ist nicht möglich einen allgemeinen Namen im Zertifikat zu finden - Fortfahren?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL-Fehler:host(%s)!=cert(%s) - Fortfahren?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Sichere %d Bit %s (%s) HTTP-Verbindung"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "HTTP Request wird geschickt."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Unerwarteter Netzschreibfehler; Verbindung abgebrochen."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP Request geschickt; warten auf Antwort."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Unerwarteter Netzlesefehler; Verbindung abgebrochen."
 
@@ -3152,7 +3152,7 @@ msgstr "Unerwarteter Netzlesefehler; Verbindung abgebrochen."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Unerwarteter Informations-Statuscode empfangen."
 
@@ -3162,7 +3162,7 @@ msgstr "Unerwarteter Informations-Statuscode empfangen."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Request ausgeführt. Seiteninhalt zurücksetzen."
 
@@ -3172,27 +3172,27 @@ msgstr "Request ausgeführt. Seiteninhalt zurücksetzen."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Unerwarteter Status 304 \"Not Modified\"."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Bestätigung ist erforderlich für Umleitung von POST-Daten."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "POST-Request. Permanente Umleitung wird als temporär behandelt.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Wir versuchen's noch einmal mit Authorisierungsinfo."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Inhalt der 401-Antwort zeigen?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Inhalt der 407-Antwort zeigen?"
 
@@ -3200,7 +3200,7 @@ msgstr "Inhalt der 407-Antwort zeigen?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Unbekannter Statuscode in Antwort vom Server!"
 
@@ -3388,110 +3388,110 @@ msgstr "Instandhalter"
 msgid "Host"
 msgstr "Host"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "zu wenig Hauptspeicher, Anzeige abgebrochen!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "zu wenig Hauptspeicher, Übertragung wird abgebrochen!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MEMORY ERSCHÖPFT ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "unbekanntes Feld oder Link"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "Texteingabefeld"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "Password-Eingabefeld"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "Checkbox"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "Radiobutton"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "Submit-Button"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "Reset-Button"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "Popup-Menü"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "verstecktes Formfeld"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "Texteingaberegion"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "Bereichseingabefeld"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "Dateieingabefeld"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "Textsendefeld"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "Image-Sendefeld"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "\"Keygen\"-Feld"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "unbekanntes Formfeld"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Datei konnte nicht zum Upload geöffnet werden!"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "%s wird gesandt"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Hänger festgestellt: TextAnchor-Konstruktion ist schadhaft - am besten abbrechen!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Zeilen umbrechen, um in den sichtbaren Bereich einzupassen?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Sehr lange Zeilen wurden umbrochen!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Sehr lange Zeilen wurden abgeschnitten!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3557,6 +3557,26 @@ msgstr "ja"
 msgid "no"
 msgstr "nein"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Beschreibung:"
@@ -3647,23 +3667,23 @@ msgstr "Datei kann möglicherweise während dieser Session mit %s wieder rekonst
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Zugang zu CGI-Script nicht möglich"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Guter Rat"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Ein exzellenter HTTP-Server für VMS is durch"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "diesen Link erhältlich"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Er hat state of the art CGI-Unterstützung.\n"
 
@@ -3687,31 +3707,31 @@ msgstr "Intern"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set-Fehler, beende das Programm"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Terminalinitialisierung fehlgeschlagen - unbekannter Terminaltyp?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Ein Textterminal wie VT100, VT200 usw. ist für dieses Programm notwendig."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Terminaltyp ist unbekannt!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Terminaltyp eingeben:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINAL TYPE IS SET TO"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3721,7 +3741,7 @@ msgstr ""
 " Ein fataler Fehler passierte in %s Ver. %s\n"
 
 # Yes, this is incomplete... - kw
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3898,7 +3918,7 @@ msgstr "Versteckte Links:"
 msgid "References"
 msgstr "Verweise"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Sichtbare Links"
 
@@ -4070,7 +4090,7 @@ msgstr "Zugriffsrechte-Optionsdatei kann nicht geöffnet werden"
 msgid "Specify permissions below:"
 msgstr "Zugriffsrechte angeben:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Besitzer:"
 
@@ -4149,7 +4169,7 @@ msgid "Just a moment, ..."
 msgstr "Nur ein Weilchen, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Fehler beim Aufbau der Installations-Argumente"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4205,19 +4225,19 @@ msgstr "Diese Nachricht wurde automatisch generiert von"
 msgid "No system mailer configured"
 msgstr "Kein systemweiter Mailer konfiguriert"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Kein Winsock gefunden, sorry."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Ein gültiger Bereich MUSS definiert sein für TMP oder TEMP!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Verzeichnis nicht vorhanden"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4228,7 +4248,7 @@ msgstr ""
 "Konfigurationsdatei %s ist nicht zugänglich.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4239,7 +4259,7 @@ msgstr ""
 "Lynx-Zeichensätze nicht deklariert.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4250,7 +4270,7 @@ msgstr ""
 "Lynx \"edit map\" nicht deklariert.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4261,160 +4281,160 @@ msgstr ""
 "Lynx-Datei %s ist nicht verfügbar.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Warnung:"
 
 # No idea what this means.  Seems highly experimental anyway. - kw
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "Beständige Kekse werden erst beim nächsten Programmaufruf geändert."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ignoriere unbekannte Codierung (charset)=%s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Version %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Kompiliert auf %s, %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Copyrights - University of Kansas, CERN, Autoren individueller Beiträge."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Verbreitet unter den Bedingungen der GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Weitere Informationen: http://lynx.isc.org/ und die Online-Hilfe."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "AUFRUF: %s [optionen] [datei oder URL]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Optionen sind:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Ungültige Option: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Interner Fehler: %d is ungültig für mouse_link!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Ein vom Benutzer eingegegener URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Enctype multipart/form-data noch nicht unterstützt! Submission unmöglich."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Hilfe-Seite"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Systemindex"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Eingang zur Hauptseite"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Es gibt kein nächstes Dokument"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "Charset für dieses Dokument ist schon explizit angegeben..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "cd nach:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Eine Pfadkomponente ist kein Verzeichnis"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Fehler beim Verzeichniswechsel"
 
 # How does one translate reparsing anyway? - kw
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Dokument wird mit jetzigen Einstellungen reinterpretiert..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Fataler Fehler - Ausgabedatei %s konnte nicht geöffnet werden\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "TABLE-Zentrierung aktivieren."
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "TABLE-Zentrierung ausschalten."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Aktueller URL ist leer."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Kopieren in das Clipboard fehlgeschlagen."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "URL des Dokuments in das Clipboard gespeichert."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "URL des Links in das Clipboard gespeichert."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Kein URL in das Clipboard gespeichert."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-Index"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Unzugängliche Startdatei"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Startdatei nicht gefunden oder nicht text/html oder text/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Ende..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-mehr-"
 
@@ -4720,99 +4740,99 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "%s benutzen, um das Options-Menü aufzurufen"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(mit (!) markierte Optionen werden nicht gespeichert)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Allgmeine Präferenzen"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "User mode"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Art der Suche"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Sicherheit und Datenschutz"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Kekse (Cookies)"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Bei Invalid-Cookie nachfragen"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "Bei SSL nachfragen"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Tastatureingabe"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Tastaturmodus/Keypad mode"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacstasten"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI-Tasten"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Art für das Editieren von Zeilen"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Tastaturbelegung"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Display und Zeichensatz"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Locale-basierenden Zeichensatz verwenden"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Zeichensatz des Displays"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Angenommene Zeichensatzkodierung"
 
@@ -4821,166 +4841,166 @@ msgstr "Angenommene Zeichensatzkodierung"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK-Modus"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Unkonvertiert (Raw 8-bit)"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X DISPLAY"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Aussehen des Dokuments"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Farbe zeigen/Show color"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Positionsmarke zeigen/Show cursor"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Links unterstreichen"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Scrollbar zeigen"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Popups für Select-Felder"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML-Fehlerbehandlung"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Bilder zeigen"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Detaillierte Bildinformation"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Einige Headers für Requests zu Remote Servern verschickt"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Persönliche Mailadresse"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d bytes übertragen"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Erwünschte Dokumentsprache (Accept-Language)"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Erwünschter Zeichensatz (Accept-Charset)"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Erwünschte Dokumentsprache (Accept-Language)"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Browseridentifizierung (User-Agent)"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Dateiverzeichnisse anlegen und auf Dateien zugreifen"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Sortierung für FTP-Verzeichnisse"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Sortierkriterien für lokale Verzeichnisse"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Sortierreihenfolge für lokale Verzeichnisse"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Dateien mit Punkt am Anfang sichtbar"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Ausführbare Links/Execution links"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Übertragungsrate anzeigen"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Besondere Dateien und Bildschirme"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Multi-Datein-Lesezeichen"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Lesezeichendateien ansehen/bearbeiten"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Zum Multi-Lesezeichenmenü"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Lesezeichendatei"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Besuchte Seiten"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Die Datei ansehen "
 
@@ -5138,193 +5158,220 @@ msgstr "NEULADEN NACH ÄNDERUNG, AUF EIGENE GEFAHR!"
 msgid "Your primary configuration"
 msgstr "Ihre primäre Konfiguration"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Zur Zeit angeschautes Verzeichnis"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Name:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr " URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Zur Zeit ausgewähltes Verzeichnis"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Zur Zeit ausgewählte Datei"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Zur Zeit ausgewählter symbolischer Link"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Zur Zeit ausgewähltes Objekt"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "  Pfadname:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Kann dem Link nicht folgen"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "      Zeigt auf:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Name des Besitzers:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Gruppenname:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Dateilänge:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Erzeugungsdatum:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Letzte Änderung:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Letzter Zugriff:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Zugriffsrechte"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Gruppe"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Zur Zeit angeschautes Dokument"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Linkname:"
 
 # Some of the following stuff is highly technical, so leave as English
 # (or whatever the language of protocol elements is...) - kw
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Charset:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Datum:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Geändert:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Expires:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cache-Control:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Content-Length:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Language:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "POST-Daten:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "POST-Content-Type:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Besitzer:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "Länge:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "Zeilen"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "Modus:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "Formmodus"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "Quelltext"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", safe"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", durch internen Link"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", no-cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP-Script"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", Lesezeichendatei"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "Modus:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Zur Zeit ausgewählter Link"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Methode:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Enctype:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Location: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Formfeld)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Keine Links auf dieser Seite"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5378,33 +5425,33 @@ msgstr "Upload - wohin:"
 msgid "Upload options:"
 msgstr "Upload-Optionen:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "URL des Download-Dokuments in das Clipboard gespeichert."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Unerwartetes Zugangsprotokoll für dieses URL-Schema."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Zu viele temporäre Dateien"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "unbekannte Beschränkung"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Keine Beschränkungen gesetzt.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Aktuelle Beschränkungen:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "Das HOME-Verzeichnis ist nicht zu finden"
 
diff --git a/po/et.po b/po/et.po
index 864941b1..f62bee00 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.6-dev4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2004-05-30 23:06+0300\n"
 "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
@@ -2788,7 +2788,7 @@ msgstr "POST sisuga dokument puudub puhvrist. Postitan uuesti?"
 msgid "Loading failed, use a previous copy."
 msgstr "laadimine ebaõnnestus, kasuta eelmist koopiat."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Mittetäielik laadimine."
 
@@ -2811,7 +2811,7 @@ msgstr "**** HTAccess: Tagastatud olek oli: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Ei saa kasutada"
 
@@ -2840,24 +2840,24 @@ msgstr "pistik ülem pistikule"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Nimeviide"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Laen FTP kataloogi."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Üle kantud %d baiti (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "loon andmekanalit"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Laen FTP faili."
 
@@ -3008,15 +3008,15 @@ msgstr "Loen artiklit."
 msgid "Sorry, could not load requested news."
 msgstr "Kahjuks ei õnnestunud soovitud uudiseid laadida."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Aadressis on vigane port"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Aadressi pikkus tundub vigane"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Ei leia serverit %s."
@@ -3025,85 +3025,85 @@ msgstr "Ei leia serverit %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Vigane serveri nimi %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Loon %s ühendust serveriga %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "socket ebaõnnestus."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "socket ebaõnnestus: perekond %d aadress %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Ei õnnestu muuta ühendust mitte-blokeerivaks."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Ühendus ebaõnnestus (looga palju katseid)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Pistikul ei õnnestu taastada blokeerivat moodi."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Pistikust lugemine ebaõnnestus 180 000 katsel."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "Aadress sisaldab kasutajanime: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "See klient ei toeta HTTPS URLe."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Serveriga ühenduse loomine ebaõnnestus."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Üritan ühendust uuesti luua TLS kasutamata."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL viga: Sertifikaadis puudub ühine nimi - jätkan?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL viga:host(%s)!=sert(%s)-Jätkan?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Turvaline %d-bitti %s (%s) HTTP ühendus"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Saadan HTTP päringu."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Ootamatu tõrge võrku kirjutamisel; ühendus katkestati."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP päring on saadetud; ootan vastust."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Ootamatu tõrge võrgust lugemisel; ühendus katkestati."
 
@@ -3116,7 +3116,7 @@ msgstr "Ootamatu tõrge võrgust lugemisel; ühendus katkestati."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Sain ootamatu informatiivse oleku."
 
@@ -3126,7 +3126,7 @@ msgstr "Sain ootamatu informatiivse oleku."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Päring täidetud. Algväärtusta sisu."
 
@@ -3136,27 +3136,27 @@ msgstr "Päring täidetud. Algväärtusta sisu."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Sain ootamatu oleku, 304 Pole muudetud."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "POST sisu ümbersuunamine nõuab kasutaja kinnitust."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Oman POST sisu. Käsitlen püsivat ümbersuunamist ajutisena.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Proovin uuesti kasutades autoriseerimise infot."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Näitan teate 401 keha?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Näitan teate 407 keha?"
 
@@ -3164,7 +3164,7 @@ msgstr "Näitan teate 407 keha?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Tundmatu oleku vastus serverilt!"
 
@@ -3352,110 +3352,110 @@ msgstr "Haldaja"
 msgid "Host"
 msgstr "Server"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Mälu on otsas, esitus katkestati!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Mälu on otsas, katkestan ülekande!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MÄLU ON OTSAS ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "tundmatu väli või viide"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "teksti väli"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "parooli väli"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "märkeruut"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "raadionupp"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "postitamise nupp"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "algväärtustamise nupp"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "hüpikmenüü"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "peidetud vormi väli"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "tekstiala"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "vahemiku väli"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "faili väli"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "teksti postitamise väli"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "pildi postitamise nupp"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "võtme loomise väli"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "tundmatu vormi väli"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Faili ei õnnestu üleslaadimiseks avada"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Postitan %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Tuvastati hangumine: TextAnchor struktuur on vigane - soovitan katkestada!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Murran read et mahtuda ekraanile?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Väga pikad read on murtud!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Väga pikad read on lõigatud!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "baiti"
 
@@ -3521,6 +3521,26 @@ msgstr "jah"
 msgid "no"
 msgstr "ei"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Kirjeldus:"
@@ -3609,23 +3629,23 @@ msgstr "Fail võib selle sessiooni jooksul olla taastatav failist %s"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Cgi skripti ei saa kasutada"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Hea soovitus"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Suurepärane http server VMS süsteemile on saadav"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "sellelt viitelt"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "See pakub korralikku CGI skriptide tuge.\n"
 
@@ -3649,31 +3669,31 @@ msgstr "Sisemine"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set viga, katkestan programmi töö"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Terminali initsialiseerimine ebaõnnestus - tundmatu terminali tüüp?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Selle programmiga peate kasutama vt100, 200 vms terminali."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Teie terminali tüüp on tundmatu!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Sisestage terminali tüüp:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINALI TÜÜBIKS ON SEATUD"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3682,7 +3702,7 @@ msgstr ""
 "\n"
 "Fataalne viga tekkis programmis %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3853,7 +3873,7 @@ msgstr "Peidetud viited:"
 msgid "References"
 msgstr "Viited"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Nähtavad viited"
 
@@ -4025,7 +4045,7 @@ msgstr "Õiguste seadete faili avamine ebaõnnestus"
 msgid "Specify permissions below:"
 msgstr "Määrake õigused allpool:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Omanik:"
 
@@ -4104,7 +4124,7 @@ msgid "Just a moment, ..."
 msgstr "Üks hetk, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Viga install argumentide koostamisel"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4160,19 +4180,19 @@ msgstr "See teade on automaatselt loodud"
 msgid "No system mailer configured"
 msgstr "Süsteemset e-posti programmi ei ole seadistatud"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Winsock puudub, kahju."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Te PEATE defineerima kehtiva TMP või TEMP piirkonna!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Sellist kataloogi ei ole"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4183,7 +4203,7 @@ msgstr ""
 "Seadete faili %s ei ole.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4194,7 +4214,7 @@ msgstr ""
 "Lynx kooditabeleid ei ole deklareeritud.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4205,7 +4225,7 @@ msgstr ""
 "Lynx kaadri toimeti ei ole deklareeritud.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4216,158 +4236,158 @@ msgstr ""
 "Lynx fail %s ei ole kasutatav.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Hoiatus:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "püsivate präänikute olekut muudetakse alles järgmise sessiooniga."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ignoreerin tundmatut kooditabelit %s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Versioon %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Ehitatud %s masinal %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Autoriõiguseid omavad University of Kansas, CERN ja teised."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Levitatakse GNU üldise avaliku litsensiga."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Abi ja muud infot leiate aadressil http://lynx.isc.org/."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "KASUTAMINE: %s [võtmed] [fail]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Võtmed on:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Vigane võti: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Sisemine viga: Vigane hiire viide %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Kasutaja poolt antud URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "multipart/form-data kodeering ei ole veel toetatud! Ei saa saata."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Abiinfo ekraan"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Süsteemi indeks"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Sisenemine põhiekraanile"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Järgmist dokumenti pole"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "kahjuks on selle dokumendi kooditabel üheselt määratud..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "mine kataloogi:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Tee komponent ei ole kataloog"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "kataloogi ei õnnestu vahetada"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Parsin dokumendi uuesti jooksvate seadetega..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Fataalne viga - ei õnnestu avada väljundfaili %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "TABELI tsentreerimine lubatud."
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "TABELI tsentreerimine blokeeritud."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Jooksev URL on tühi."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Lõikepuhvrisse kopeerimine ebaõnnestus."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "Panin dokumendi URLi lõikepuhvrisse."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "Panin viite URLi lõikepuhvrisse."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Lõikepuhvris URLe ei ole."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-indeks-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Ei õnnestu laadida esilehte"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Esilehte pole või ei ole text/html ega text/plain tüüpi"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Lõpetan..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-veel-"
 
@@ -4672,99 +4692,99 @@ msgstr "Kõik"
 msgid "Use %s to invoke the Options menu!"
 msgstr "Seadete menüü saamiseks kasutage %s!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "((!) märgitud seadeid ei salvestata)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Üldised seaded"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Kasutaja mood"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Toimeti"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Otsingutüüp"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Turvalisus ja privaatsus"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Präänikud"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Vigase prääniku küsimine"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "SSL küsimine"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Sisend klaviatuurilt"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Klahvistiku mood"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs klahvid"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI klahvid"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Reatoimeti mood"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Klaviatuuri asetus"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Ekraan ja kooditabel"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Kasuta lokaadi põhist kooditabelit"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Ekraani kooditabel"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Eeldatav dokumendi kooditabel"
 
@@ -4773,164 +4793,164 @@ msgstr "Eeldatav dokumendi kooditabel"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK mood"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Puhas 8-bitti"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Ekraan"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Dokumendi esitamine"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Näita värve"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Näita kursorit"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Jooni viited"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Näita kerimisriba"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Hüpikud valikuväljadele"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML veatöötlus"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Näita pilte"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Verbaalsed pildid"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Serverile saadetavad päised"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Isiklik e-posti aadress"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr "Eelistatud meedia tüüp"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr "Eelistatud kodeering"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Eelistatuim dokumendi kooditabel"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Eelistatuim dokumendi keel"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "User-Agent päis"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Failide näitamine ja kasutamine"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP järjestamine"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Lokaalse kataloogi järjestamine"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Lokaalse kataloogi järjestamine"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Näita punktiga faile"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Täidetavad viited"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Näita laadimise kiirust"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Spetsiaalfailid ja ekraanid"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Järgede failid"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "vaata/toimeta järgede faile"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Mine mitme-järje menüüsse"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Järgede fail"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Külastatud lehed"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Vaata faili"
 
@@ -5085,191 +5105,218 @@ msgstr "MUUTUSTE LAADIMINE"
 msgid "Your primary configuration"
 msgstr "Teie primaarsed seaded"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Praegu vaadatav kataloog"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Nimi:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Praegu valitud kataloog"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Praegu valitud fail"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Praegu valitud nimeviide"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Praegu valitud element"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Täisnimi"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Viidet ei õnnestu järgida"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Osutab failile: "
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Omaniku nimi"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Grupi nimi"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Faili suurus"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "baiti"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Loodud:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Viimati muudetud:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Viimane kasutamine:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Kasutamise õigused"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Grupp:"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Fail mida te parajasti vaatate"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Viite nimi:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Kooditabel:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Kuupäev:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Viimane muutmine:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Aegub:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Vahemälu-kontroll:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Sisu-pikkus:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Keel:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Post andmed:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Post sisu tüüp:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Omanik(ud):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "maht:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "ridu"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "mood:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "vormide mood"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "lähtetekst"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normaalne"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", turvaline"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", sisemise viitega"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", mitte-puhverdatav"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP skript"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", järgede fail"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "mood:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Praegu valitud viide"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Meetod:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Kodeering:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Asukoht: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Vormi väli)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Jooksval lehel ei ole viiteid"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5323,33 +5370,33 @@ msgstr "Lae üles:"
 msgid "Upload options:"
 msgstr "Üleslaadimise seaded:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "Panin dokumendi allalaadimise URLi lõikepuhvrisse."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Selle URL skeemiga kasutatakse ootamatut kasutamise protokolli."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Liiga palju ajutisi faile"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "tundmatu piirang"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Piiranguid pole.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Seatud piirangud:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "Ei leie HOME kataloogi"
 
diff --git a/po/fr.po b/po/fr.po
index 6c252262..e2fa70df 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -29,7 +29,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 1999-06-05 15:18-0400\n"
 "Last-Translator: Jim Spath <jspath@bcpl.net>\n"
 "Language-Team: (none yet, address for now:) French <lynx-dev@nongnu.org>\n"
@@ -73,7 +73,7 @@ msgstr "Désirez-vous vraiment quitter?"
 
 #: LYMessages.c:34
 msgid "Really exit from Lynx?"
-msgstr "Vous voulez vraiment quitter Lynx?"
+msgstr "Voulez-vous vraiment quitter Lynx?"
 
 #: LYMessages.c:36
 msgid "Connection interrupted."
@@ -97,7 +97,7 @@ msgstr "Excellent!"
 
 #: LYMessages.c:41
 msgid "OK"
-msgstr ""
+msgstr "OK"
 
 #: LYMessages.c:42
 msgid "Done!"
@@ -131,7 +131,7 @@ msgstr "Touches fléchées: se déplacer, '?': aide, 'q': quitter, '<-': retour"
 #. #define MOREHELP
 #: LYMessages.c:51
 msgid "-- press space for more, use arrow keys to move, '?' for help, 'q' to quit."
-msgstr "touche d'espac.: page suiv., flèches: se déplacer, '?': aide, 'q': quitter"
+msgstr "touche d'espace.: page suiv., flèches: se déplacer, '?': aide, 'q': quitter"
 
 #: LYMessages.c:52
 msgid "-- press space for next page --"
@@ -139,7 +139,7 @@ msgstr "- appuyez sur la touche d'espacement pour aller à la page suivante -"
 
 #: LYMessages.c:53
 msgid "URL too long"
-msgstr "URL à ouvrir"
+msgstr "URL trop longue"
 
 #. Inactive input fields, messages used with -tna option - kw
 #. #define FORM_LINK_TEXT_MESSAGE_INA
@@ -150,13 +150,13 @@ msgstr "(Champ texte) inactif. Appuyez sur <entrée> pour l'activer."
 #. #define FORM_LINK_TEXTAREA_MESSAGE_INA
 #: LYMessages.c:61
 msgid "(Textarea) Inactive.  Press <return> to activate."
-msgstr "(Aire de texte) inactive. Appuyez sur <entrée> pour l'activer."
+msgstr "(Zone de texte) inactive. Appuyez sur <entrée> pour l'activer."
 
 #. #define FORM_LINK_TEXTAREA_MESSAGE_INA_E
 #: LYMessages.c:63
 #, c-format
 msgid "(Textarea) Inactive.  Press <return> to activate (%s for editor)."
-msgstr "(Aire de texte) Inactive. Appuyez sur <entrée> pour l'activer (%s pour éditer)."
+msgstr "(Zone de texte) Inactive. Appuyez sur <entrée> pour l'activer (%s pour éditer)."
 
 #. #define FORM_LINK_TEXT_SUBMIT_MESSAGE_INA
 #: LYMessages.c:65
@@ -461,7 +461,7 @@ msgstr "  O) Commandes S) Paramètres W) Recherche N) Suivant D) Décharger U) Cha
 #. #define NOVICE_LINE_TWO_C
 #: LYMessages.c:172
 msgid "O)ther cmds  C)omment  History: <backspace>  Bookmarks: V)iew, A)dd, R)emove \n"
-msgstr "  O) Commandes  K) Clavier  ^R) Recharger  Signets: v)oir A)jouter R) Suppr\n"
+msgstr "O) Commandes  K) Clavier  ^R) Recharger  Signets: v)oir A)jouter R) Suppr\n"
 
 #  Z)ap Transfer missing from line, since it does nothing
 #. #define FORM_NOVICELINE_ONE
@@ -498,7 +498,7 @@ msgstr "Envoi de formulaire mailto incorrect. Demande annulée!"
 
 #: LYMessages.c:186
 msgid "Warning!  Control codes in mail address replaced by ?"
-msgstr "Attention! Les codes de controles de l'adresse ont étés remplacés par ?"
+msgstr "Attention! Les codes de contrôles de l'adresse ont étés remplacés par ?"
 
 #: LYMessages.c:187
 msgid "Mail disallowed!  Cannot submit."
@@ -564,7 +564,7 @@ msgstr "Envoi de votre commentaire:"
 #. textarea
 #: LYMessages.c:208
 msgid "Not in a TEXTAREA; cannot use external editor."
-msgstr "Vous n'êtes pas dans une zone de texte, impossible d'utiliser l'éditeur éxterne."
+msgstr "Vous n'êtes pas dans une zone de texte, impossible d'utiliser l'éditeur externe."
 
 #: LYMessages.c:209
 msgid "Not in a TEXTAREA; cannot use command."
@@ -637,15 +637,15 @@ msgstr "Vous ne pouvez télécharger les cookies."
 
 #: LYMessages.c:237
 msgid "You cannot download a printing option."
-msgstr "Impossible de télédécharger une option d'impression"
+msgstr "Impossible de télécharger une option d'impression"
 
 #: LYMessages.c:238
 msgid "You cannot download an upload option."
-msgstr "Impossible de télédécharger une option de chargement."
+msgstr "Impossible de télécharger une option de chargement."
 
 #: LYMessages.c:239
 msgid "You cannot download an permit option."
-msgstr "Impossible de télédécharger une option de permission."
+msgstr "Impossible de télécharger une option de permission."
 
 #: LYMessages.c:240
 msgid "This special URL cannot be downloaded!"
@@ -653,7 +653,7 @@ msgstr "Cet URL spécial ne peut être déchargé!"
 
 #: LYMessages.c:241
 msgid "Nothing to download."
-msgstr "Il n'y a rien à télédécharger."
+msgstr "Il n'y a rien à télécharger."
 
 #: LYMessages.c:242
 msgid "Trace ON!"
@@ -775,7 +775,7 @@ msgstr "Le fichier de signets n'est pas défini. Utilisez %s pour voir les option
 #. #define NO_TEMP_FOR_HOTLIST
 #: LYMessages.c:278
 msgid "Unable to open tempfile for X Mosaic hotlist conversion."
-msgstr "Impossible d'ouvrir le fichier temp. pour convertir les signets X Mosaic"
+msgstr "Impossible d'ouvrir le fichier temporaire. pour convertir les signets X Mosaic"
 
 #: LYMessages.c:279
 msgid "ERROR - unable to open bookmark file."
@@ -807,7 +807,7 @@ msgstr "Impossible de copier le fichier temporaire (pour l'effacement du lien)."
 #. #define BOOKTEMP_REOPEN_FAIL_FOR_DEL
 #: LYMessages.c:291
 msgid "Unable to reopen temporary file for deletion of link."
-msgstr "Impossible de réouvrir le fichier temporaire pour supprimer un lien"
+msgstr "Impossible de d clore le fichier temporaire pour supprimer un lien"
 
 #. #define BOOKMARK_LINK_NOT_ONE_LINE
 #: LYMessages.c:294
@@ -1042,11 +1042,11 @@ msgstr "Éditer l'URL de ce document :"
 
 #: LYMessages.c:363
 msgid "Edit the current link's URL: "
-msgstr "Editer l'url relative au lien courant: "
+msgstr "Éditer l'URL relative au lien courant: "
 
 #: LYMessages.c:364
 msgid "You cannot edit File Management URLs"
-msgstr "Vous ne pouvez pas éditer les url de gestion de fichier."
+msgstr "Vous ne pouvez pas éditer les URL de gestion de fichier."
 
 #: LYMessages.c:365
 msgid "Enter a database query: "
@@ -1233,7 +1233,7 @@ msgstr "Donnez le nom du fichier à sauvegarder."
 
 #: LYMessages.c:415
 msgid "Can't save data to file -- please run WWW locally"
-msgstr "Impossible d'enregistrer les données dans le fichier -- Merci d'utiliser www localement."
+msgstr "Impossible d'enregistrer les données dans le fichier -- Merci d'utiliser WWW localement."
 
 #: LYMessages.c:416
 msgid "Can't open temporary file!"
@@ -1318,7 +1318,7 @@ msgstr "ERREUR - la commande de déchargement est mal configurée."
 
 #: LYMessages.c:441
 msgid "Unable to download file."
-msgstr "Impossible de télédécharger le fichier."
+msgstr "Impossible de télécharger le fichier."
 
 #: LYMessages.c:442
 msgid "Reading directory..."
@@ -1339,7 +1339,7 @@ msgstr "Impossible d'éditer le fichier '%s'."
 
 #: LYMessages.c:446
 msgid "Unable to access document!"
-msgstr "Impossible d'acceder au document !"
+msgstr "Impossible d'accéder au document !"
 
 #: LYMessages.c:447
 msgid "Could not access file."
@@ -1347,7 +1347,7 @@ msgstr "Impossible d'accéder au fichier."
 
 #: LYMessages.c:448
 msgid "Could not access directory."
-msgstr "Impossible d'acceder au répertoire."
+msgstr "Impossible d'accéder au répertoire."
 
 #: LYMessages.c:449
 msgid "Could not load data."
@@ -1356,7 +1356,7 @@ msgstr "Impossible de charger les données."
 #. #define CANNOT_EDIT_REMOTE_FILES
 #: LYMessages.c:451
 msgid "Lynx cannot currently (e)dit remote WWW files."
-msgstr "Lynx ne peut (E) Éditer de fichiers W3 distants."
+msgstr "Lynx ne peut (e)diter de fichiers W3 distants."
 
 #. #define CANNOT_EDIT_FIELD
 #: LYMessages.c:453
@@ -1365,7 +1365,7 @@ msgstr "Ce champ ne peut être (e)dité par un éditeur externe."
 
 #: LYMessages.c:454
 msgid "Bad rule"
-msgstr "Mauvaise regle."
+msgstr "Mauvaise règle."
 
 #: LYMessages.c:455
 msgid "Insufficient operands:"
@@ -1410,7 +1410,7 @@ msgstr "Information d'autorisation effacée."
 
 #: LYMessages.c:465
 msgid "Authorization failed.  Retry?"
-msgstr "L'auhorisation a échouée. Ré-essayer ?"
+msgstr "L'autorisation a échouée. Réessayer ?"
 
 #: LYMessages.c:466
 msgid "cgi support has been disabled."
@@ -1546,11 +1546,11 @@ msgstr "Impossible d'ouvrir le fichier pour décompression."
 
 #: LYMessages.c:509
 msgid "File does not exist."
-msgstr "Le fichier n'éxiste pas."
+msgstr "Le fichier n'existe pas."
 
 #: LYMessages.c:510
 msgid "File does not exist - reenter or cancel:"
-msgstr "LE fichier n'éxiste pas - ré-essayer ou annuler:"
+msgstr "LE fichier n'existe pas - réessayer ou annuler:"
 
 #: LYMessages.c:511
 msgid "File is not readable."
@@ -1558,7 +1558,7 @@ msgstr "Le fichier n'est pas lisible."
 
 #: LYMessages.c:512
 msgid "File is not readable - reenter or cancel:"
-msgstr "Le fichier n'est pas lisible - ré-essayer ou annuler:"
+msgstr "Le fichier n'est pas lisible - réessayer ou annuler:"
 
 #: LYMessages.c:513
 msgid "Nothing to insert - file is 0-length."
@@ -1593,7 +1593,7 @@ msgstr "ERREUR - impossible d'envoyer le fichier."
 #: LYMessages.c:522
 #, c-format
 msgid "File is %d screens long.  Are you sure you want to print?"
-msgstr "Le fichier représente %d écrans. Vous voulez l'imprimer?"
+msgstr "Le fichier représente %d écrans. Voulez-vous l'imprimer?"
 
 #: LYMessages.c:523
 msgid "Print request cancelled!!!"
@@ -1611,7 +1611,7 @@ msgstr "Appuyez sur <Entr> pour terminer : "
 #: LYMessages.c:527
 #, c-format
 msgid "File is %d pages long.  Are you sure you want to print?"
-msgstr "Le fichier représente %d pages. Vous voulez l'inmprimer?"
+msgstr "Le fichier représente %d pages. Voulez-vous l'imprimer?"
 
 #. #define CHECK_PRINTER
 #: LYMessages.c:529
@@ -1753,7 +1753,7 @@ msgstr "Annuler les changements"
 
 #: LYMessages.c:567
 msgid "Left Arrow cancels changes"
-msgstr "Fleche gauche pour annuler les changements"
+msgstr "Flèche gauche pour annuler les changements"
 
 #: LYMessages.c:568
 msgid "Save options to disk"
@@ -1815,12 +1815,12 @@ msgstr "L'accès aux fichiers cachés est désactivé!"
 #. #define UA_NO_LYNX_WARNING
 #: LYMessages.c:586
 msgid "User-Agent string does not contain \"Lynx\" or \"L_y_n_x\""
-msgstr "La chaine de caractere 'User-Agent' ne contient ni \"Lynx\" ni \"L_y_n_x\""
+msgstr "La chaîne de caractères 'User-Agent' ne contient ni \"Lynx\" ni \"L_y_n_x\""
 
 #. #define UA_PLEASE_USE_LYNX
 #: LYMessages.c:588
 msgid "Use \"L_y_n_x\" or \"Lynx\" in User-Agent, or it looks like intentional deception!"
-msgstr "Utilisez \"L_y_n_x\" ou \"Lynx\" dans le champs 'User-Agent' ou cela apparaitra comme uneerreur volontaire"
+msgstr "Utilisez \"L_y_n_x\" ou \"Lynx\" dans le champs 'User-Agent' ou cela apparaîtra comme une erreur volontaire"
 
 #. #define UA_CHANGE_DISABLED
 #: LYMessages.c:590
@@ -1930,7 +1930,7 @@ msgstr "Envoi par méthode POST; l'élément HEAD peut être inconnu. Procéder?"
 
 #: LYMessages.c:625
 msgid "Proceed without a username and password?"
-msgstr "Procéder sans id-utilisateur et mot de passe?"
+msgstr "Procéder sans identification de l'utilisateur et mot de passe?"
 
 #: LYMessages.c:626
 #, c-format
@@ -2130,7 +2130,7 @@ msgid ""
 " Please enter a mail address or some other\n"
 msgstr ""
 "\n"
-" Entrez une adresse de courriel ou un autre moyen\n"
+" Entrez une adresse de courrier ou un autre moyen\n"
 
 #. #define MEANS_TO_CONTACT_FOR_RESPONSE
 #: LYMessages.c:678
@@ -2152,7 +2152,7 @@ msgid ""
 " Enter a mail address for a CC of your message.\n"
 msgstr ""
 "\n"
-" Entrez une adresse de courriel pour la copie conforme.\n"
+" Entrez une adresse de courrier pour la copie conforme.\n"
 
 #: LYMessages.c:682
 msgid " (Leave blank if you don't want a copy.)\n"
@@ -2279,7 +2279,7 @@ msgstr "(Cookies acceptés à l'invite)"
 
 #: LYMessages.c:709
 msgid "(Persistent Cookies.)"
-msgstr "(Cokkies persistants.)"
+msgstr "(Cookies persistants.)"
 
 #: LYMessages.c:710
 msgid "(No title.)"
@@ -2381,7 +2381,7 @@ msgstr "Imbrication maximale d'éléments HTML dépassée."
 
 #: LYMessages.c:735
 msgid "Bad partial reference!  Stripping lead dots."
-msgstr "Référence partielle eronnée! Suppression des points (../)."
+msgstr "Référence partielle erronée! Suppression des points (../)."
 
 #: LYMessages.c:736
 msgid "Trace Log open failed.  Trace off!"
@@ -2479,7 +2479,7 @@ msgid ""
 "This is a searchable index of a CSO database.\n"
 msgstr ""
 "\n"
-"Ceci est un index cherchable provenant d'une base de donnée CSO.\n"
+"Ceci est un index rechercheable provenant d'une base de donnée CSO.\n"
 
 #: LYMessages.c:765
 msgid "CSO Search Results"
@@ -2504,7 +2504,7 @@ msgid ""
 "This is a searchable Gopher index.\n"
 msgstr ""
 "\n"
-"Ceci est un index Gopher chercheable.\n"
+"Ceci est un index Gopher rechercheable.\n"
 
 #: LYMessages.c:769
 msgid "Gopher index"
@@ -2581,7 +2581,7 @@ msgstr "\tIndentations: premiere=%.0f autres=%.0f, Hauteur=%.1f Desc=%.1f\n"
 #: LYMessages.c:788
 #, c-format
 msgid "\tAlign=%d, %d tabs. (%.0f before, %.0f after)\n"
-msgstr "\tAlign=%d, %d tabs. (%.0f avant, %.0f apres)\n"
+msgstr "\tAlign=%d, %d tabs. (%.0f avant, %.0f après)\n"
 
 #: LYMessages.c:789
 #, c-format
@@ -2595,7 +2595,7 @@ msgstr "Impossible de procéder sans id-utilisateur et mot de passe."
 
 #: LYMessages.c:793
 msgid "Can't retry with authorization!  Contact the server's WebMaster."
-msgstr "Impossible de ré-essayer sans authorisation! Contactez le Webmestre du serveur."
+msgstr "Impossible de réessayer sans autorisation! Contactez le Webmestre du serveur."
 
 #: LYMessages.c:794
 msgid "Can't retry with proxy authorization!  Contact the server's WebMaster."
@@ -2717,7 +2717,7 @@ msgstr "votre"
 
 #: LYMessages.c:830
 msgid "for runtime options"
-msgstr "pour les options d'éxécution"
+msgstr "pour les options d'exécution"
 
 #: LYMessages.c:831
 msgid "compile time options"
@@ -2747,7 +2747,7 @@ msgid ""
 "process of this copy of Lynx.  When reporting a bug, please include a copy\n"
 "of this page."
 msgstr ""
-"Les données suivantes ont étées déduites lors de la configuration automatique\n"
+"Les données suivantes ont été es déduites lors de la configuration automatique\n"
 "de cette copie de lynx. Lorsque vous nous informer d'un bug, merci \n"
 "d'inclure une copie de cette page."
 
@@ -2757,7 +2757,7 @@ msgid ""
 "The following data were used as automatically-configured compile-time\n"
 "definitions when this copy of Lynx was built."
 msgstr ""
-"Les données suivantes ont étées utilisées comme des options de compilations\n"
+"Les données suivantes ont été es utilisées comme des options de compilations\n"
 "configurées automatiquement lors de la compilation de cette version de Lynx."
 
 #. #define DIRED_NOVICELINE
@@ -2776,7 +2776,7 @@ msgstr "URL spécial valide uniquement depuis le menu de permission d'accès actif
 
 #: LYMessages.c:854
 msgid "External support is currently disabled."
-msgstr "Le soutien externe est présentement inactivé."
+msgstr "Le soutien externe est présentement inactive."
 
 #. new with 2.8.4dev.21
 #: LYMessages.c:858
@@ -2819,11 +2819,11 @@ msgstr "TR-Username for '%s' at %s '%s%s':"
 
 #: WWW/Library/Implementation/HTAABrow.c:891
 msgid "This client doesn't know how to compose proxy authorization information for scheme"
-msgstr "Ce client ne sait pas comment composer l'informationd'autorisation du mandataire pour le schème d'adressage"
+msgstr "Ce client ne sait pas comment composer l'information d'autorisation du mandataire pour le schème d'adressage"
 
 #: WWW/Library/Implementation/HTAABrow.c:968
 msgid "This client doesn't know how to compose authorization information for scheme"
-msgstr "Ce client ne sait pas comment composer des informations d'autorisation pour un scheme"
+msgstr "Ce client ne sait pas comment composer des informations d'autorisation pour un schéma"
 
 #: WWW/Library/Implementation/HTAABrow.c:1076
 #, c-format
@@ -2852,7 +2852,7 @@ msgstr "Document avec contenu POST non trouvé dans l'antémémoire. Recommencer?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Chargement incomplet."
 
@@ -2875,9 +2875,9 @@ msgstr "**** HTAccess: L'état retourné était: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
-msgstr "Acces impossible"
+msgstr "Accès impossible"
 
 #: WWW/Library/Implementation/HTAccess.c:1093
 msgid "Unable to access document."
@@ -2894,36 +2894,36 @@ msgstr "Impossible d'établir une connexion à l'hôte FTP"
 
 #: WWW/Library/Implementation/HTFTP.c:1066
 msgid "close master socket"
-msgstr "fermer le socket maitre"
+msgstr "fermer le socket maître"
 
 #: WWW/Library/Implementation/HTFTP.c:1127
 msgid "socket for master socket"
-msgstr "socket pour le socket maitre"
+msgstr "socket pour le socket maître"
 
 #.
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Lien symbolique"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
-msgstr "Récepion du répertoire FTP."
+msgstr "Réception du répertoire FTP."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d bytes téléchargées (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "connection pour données"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
-msgstr "Reception du fichier FTP"
+msgstr "Réception du fichier FTP"
 
 #: WWW/Library/Implementation/HTFinger.c:273
 msgid "Could not set up finger connection."
@@ -2931,15 +2931,15 @@ msgstr "Impossible d'établir une connection finger"
 
 #: WWW/Library/Implementation/HTFinger.c:320
 msgid "Could not load data (no sitename in finger URL)"
-msgstr "Impossible de lire les données (pas de nom de site pour l'url)"
+msgstr "Impossible de lire les données (pas de nom de site pour l'URL)"
 
 #: WWW/Library/Implementation/HTFinger.c:326
 msgid "Invalid port number - will only use port 79!"
-msgstr "Numéro de port invalde - seul le port 79 sera utilisé"
+msgstr "Numéro de port invalide - seul le port 79 sera utilisé"
 
 #: WWW/Library/Implementation/HTFinger.c:392
 msgid "Could not access finger host."
-msgstr "Impossible d'atteindre l'hote"
+msgstr "Impossible d'atteindre l'hôte"
 
 #: WWW/Library/Implementation/HTFinger.c:400
 msgid "No response from finger server."
@@ -2996,7 +2996,7 @@ msgstr ""
 
 #: WWW/Library/Implementation/HTNews.c:1838
 msgid "Earlier articles"
-msgstr "Articles plus récents"
+msgstr "Articles anciens"
 
 #: WWW/Library/Implementation/HTNews.c:1851
 #, c-format
@@ -3015,7 +3015,7 @@ msgstr "Tout les articles accessibles dans "
 
 #: WWW/Library/Implementation/HTNews.c:2134
 msgid "Later articles"
-msgstr "Articles anciens"
+msgstr "Articles plus récents"
 
 #: WWW/Library/Implementation/HTNews.c:2157
 msgid "Post to "
@@ -3023,7 +3023,7 @@ msgstr "Postez vers"
 
 #: WWW/Library/Implementation/HTNews.c:2378
 msgid "This client does not contain support for SNEWS URLs."
-msgstr "Ce client ne supporte pas les Urls SNEWS"
+msgstr "Ce client ne supporte pas les URLs SNEWS"
 
 #: WWW/Library/Implementation/HTNews.c:2586
 msgid "No target for raw text!"
@@ -3031,7 +3031,7 @@ msgstr "Aucune cible pour le texte brut!"
 
 #: WWW/Library/Implementation/HTNews.c:2617
 msgid "Connecting to NewsHost ..."
-msgstr "Connection à l'hote de news ...."
+msgstr "Connection à l'hôte de nouvelles ...."
 
 #: WWW/Library/Implementation/HTNews.c:2669
 #, c-format
@@ -3041,12 +3041,12 @@ msgstr "Impossible d'accéder à %s."
 #: WWW/Library/Implementation/HTNews.c:2775
 #, c-format
 msgid "Can't read news info.  News host %.20s responded: %.200s"
-msgstr "Impossible de lire les informations. Le serveur de news %.20s à répondut: %.200s"
+msgstr "Impossible de lire les informations. Le serveur de nouvelles %.20s à répondu: %.200s"
 
 #: WWW/Library/Implementation/HTNews.c:2779
 #, c-format
 msgid "Can't read news info, empty response from host %s"
-msgstr "Impossible de lire les informations, réponse vide de l'hote %s"
+msgstr "Impossible de lire les informations, réponse vide de l'hôte %s"
 
 #.
 #. * List available newsgroups.  - FM
@@ -3068,17 +3068,17 @@ msgstr "Lecture d'articles de forums."
 
 #: WWW/Library/Implementation/HTNews.c:3040
 msgid "Sorry, could not load requested news."
-msgstr "Désolé, impossible de charger la news demandée."
+msgstr "Désolé, impossible de charger la nouvelles demandée."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "L'adresse a un numéro de port invalide"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "La longueur de l'adresse semble invalide"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Impossible de localiser l'hôte distant %s"
@@ -3087,90 +3087,90 @@ msgstr "Impossible de localiser l'hôte distant %s"
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
-msgstr "Nom d'hote invalide: %s"
+msgstr "Nom d'hôte invalide: %s"
 
 # First %s will be FTP, HTTP or other protocol and second %s will be hostname
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Connexion %s à %s "
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "la socket a échouée"
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
-msgstr "La socket a échouée: famille %d addresse %s port %s."
+msgstr "La socket a échouée: famille %d adresse %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Impossible d'établir une connection non bloquante"
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
-msgstr "Connection impossible (trop d'éssais successifs)"
+msgstr "Connection impossible (trop d'essais successifs)"
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Impossible de rétablir le blocage sur la socket"
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "La lecture de la socket a échouée pour 180,000 essais"
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Ce client n'est pas conçu pour traiter les URL HTTPS"
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Impossible d'établir une connexion à l'hôte distant"
 
 # First %s will be FTP, HTTP or other protocol and second %s will be hostname
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 #, fuzzy
 msgid "Retrying connection without TLS."
 msgstr "Connexion %s à %s "
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Envoi de la requête HTTP"
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Erreur d'écriture réseau inattendue: connection annulée."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "Demande acheminée au serveur. Veuillez attendre"
 
 # END of Permit FORM
 # More progress strings follow
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Erreur de lecture inattendue; connexion interrompue"
 
@@ -3183,7 +3183,7 @@ msgstr "Erreur de lecture inattendue; connexion interrompue"
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Réception d'information de statut inattendue"
 
@@ -3193,7 +3193,7 @@ msgstr "Réception d'information de statut inattendue"
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Requête fructueuse. Restauration du contenu."
 
@@ -3203,27 +3203,27 @@ msgstr "Requête fructueuse. Restauration du contenu."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Réception inattendue d'un état non modifié 304"
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
-msgstr "La redirection d'un contenu post nécessite l'accord de l'utilisateur"
+msgstr "La redirection d'un contenu POST nécessite l'accord de l'utilisateur"
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
-msgstr "Contnu POST. La redirection permanente est traitée comme temporaire.\n"
+msgstr "Contenu POST. La redirection permanente est traitée comme temporaire.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Nouvel essai avec information d'autorisation d'accès"
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Visualiser le corps du message 401 ?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Afficher le corps du message 407?"
 
@@ -3231,9 +3231,9 @@ msgstr "Afficher le corps du message 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
-msgstr "Réponse d'état inconnue recue du serveur"
+msgstr "Réponse d'état inconnue reçue du serveur"
 
 #: WWW/Library/Implementation/HTTelnet.c:106
 #, c-format
@@ -3263,7 +3263,7 @@ msgstr " contient les %d éléments suivants %s relatifs à \""
 
 #: WWW/Library/Implementation/HTWAIS.c:473
 msgid "The first figure after each entry is its relative score, "
-msgstr "La premiere illustration après chaque entrée est sont score relatif"
+msgstr "La première illustration après chaque entrée est sont score relatif"
 
 #: WWW/Library/Implementation/HTWAIS.c:474
 msgid "the second is the number of lines in the item."
@@ -3311,7 +3311,7 @@ msgstr ""
 
 #: WWW/Library/Implementation/HTWAIS.c:693
 msgid "Syntax error in WAIS URL"
-msgstr "Erreur de syntaxe dans l'url WAIS"
+msgstr "Erreur de syntaxe dans l'URL WAIS"
 
 #: WWW/Library/Implementation/HTWAIS.c:765
 msgid " (WAIS Index)"
@@ -3335,7 +3335,7 @@ msgid ""
 "Enter the 's'earch command and then specify search words.\n"
 msgstr ""
 "\n"
-"Entrez la commande de recherche (s) puis les mots cléfs.\n"
+"Entrez la commande de recherche (s) puis les mots de recherche.\n"
 
 #: WWW/Library/Implementation/HTWAIS.c:833
 msgid " (in "
@@ -3396,16 +3396,16 @@ msgstr " description"
 
 #: WWW/Library/Implementation/HTWSRC.c:339
 msgid "Access links"
-msgstr "Acces aux liens"
+msgstr "Accès aux liens"
 
 #: WWW/Library/Implementation/HTWSRC.c:360
 msgid "Direct access"
-msgstr "Acces direct"
+msgstr "Accès direct"
 
 #. * Proxy will be used if defined, so let user know that - FM *
 #: WWW/Library/Implementation/HTWSRC.c:363
 msgid " (or via proxy server, if defined)"
-msgstr " (ou via un serveur de proxy, si défini)"
+msgstr " (ou via un serveur de procuration, si défini)"
 
 #: WWW/Library/Implementation/HTWSRC.c:378
 msgid "Maintainer"
@@ -3413,115 +3413,115 @@ msgstr "Mainteneur"
 
 #: WWW/Library/Implementation/HTWSRC.c:386
 msgid "Host"
-msgstr "Hote"
+msgstr "Hôte"
 
 # src/GridText.c
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Mémoire insuffisante; interruption de l'affichage."
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Mémoire saturée, interruption du transfert !"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MÉMOIRE INSUFFISANTE ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "champ ou lien inconnu"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "champ de saisie de texte"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "champ d'entrée du mot de passe"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "case d'option"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "bouton d'option"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "bouton Envoyer"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "bouton Effacer"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "menu éclair"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "champ de formulaire caché"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "zone d'entrée de texte"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "champ de saisie (range)"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "champ de saisie (file)"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "champ d'envoi (texte)"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "bouton d'envoi (image)"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "champ «keygen»"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "champ de formulaire inconnu"
 
 # WWW/Libary/Implementation/HTFile.c
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 #, fuzzy
 msgid "Can't open file for uploading"
 msgstr "Impossible d'ouvrir le fichier pour décompression."
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Envoi de %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
-msgstr "Raccourcir les lignes pour correspondre à l'aire d'affichage ?"
+msgstr "Raccourcir les lignes pour correspondre à la zone d'affichage ?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
-msgstr "Les tres longues lignes ont étées tassées"
+msgstr "Les très longues lignes ont été es tassées"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
-msgstr "Les tres longues lignes ont étées tronquées"
+msgstr "Les très longues lignes ont été es tronquées"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3534,7 +3534,7 @@ msgstr "Lecture de %s de %s octets de données"
 #: src/HTAlert.c:273
 #, c-format
 msgid "Read %s of data"
-msgstr "Lecture de %s kilooctets de données"
+msgstr "Lecture de %s kilo octets de données"
 
 #: src/HTAlert.c:278
 #, c-format
@@ -3549,7 +3549,7 @@ msgstr " (bloqué pour %ld sec)"
 #: src/HTAlert.c:291
 #, fuzzy, c-format
 msgid ", ETA %s"
-msgstr ", temps éstimé: %ld sec"
+msgstr ", temps estimé: %ld sec"
 
 #: src/HTAlert.c:298
 msgid " (Press 'z' to abort)"
@@ -3603,6 +3603,26 @@ msgstr "oui"
 msgid "no"
 msgstr "non"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Description :"
@@ -3625,7 +3645,7 @@ msgstr "Le document ne contient que des liens cachés. Utiliser L) Références."
 
 #: src/HTML.c:7865
 msgid "Source cache error - disk full?"
-msgstr "Erreur de cache - disque pleins ?"
+msgstr "Erreur de cache - disque plein ?"
 
 #: src/HTML.c:7878
 msgid "Source cache error - not enough memory!"
@@ -3684,29 +3704,29 @@ msgstr ""
 #: src/LYBookmark.c:677
 #, c-format
 msgid "File may be recoverable from %s during this session"
-msgstr "Le fichier pourrait etre récupérable de %s lors de cette session"
+msgstr "Le fichier pourrait être récupérable de %s lors de cette session"
 
 #.
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Impossible d'accéder au script cgi"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Bons conseils"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Un excellent serveur http pour VMS est disponible via"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "ce lien"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Il offre un soutien <b>hors pair</b> pour le script CGI.\n"
 
@@ -3730,31 +3750,31 @@ msgstr "Interne"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "erreur de mise en place de flag de domaine de cookie, fermeture du programme"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Défaut d'initialisation au terminal; type de terminal inconnu?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Il faut utiliser un terminal vt100, 200, etc. avec ce programme."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Votre type de terminal n'est pas reconnu."
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Entrez un type de terminal"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TYPE DE TERMINAL RÉGLÉ À"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3763,7 +3783,7 @@ msgstr ""
 "\n"
 "Une erreur fatale s'est produite dans %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3776,8 +3796,8 @@ msgstr ""
 "\n"
 "Merci de prévenir votre administrateur système pour confirmer un bug.\n"
 "Si le bug est confirmé, merci de prévenir la liste de diffusion lynx-dev.\n"
-"Les rapports de bugs devraient être des déscriptions concises du problème \n"
-"associés à la commande ou à l'url qui en a été la cause. Ils devraient aussi\n"
+"Les rapports de bugs devraient être des descriptions concises du problème \n"
+"associés à la commande ou à l'URL qui en a été la cause. Ils devraient aussi\n"
 "contenir les informations relatives à l'os utilisé, sa version, l'implémentation\n"
 "TCP/IP, le TRACEBACK si il a put être capturé ainsi que toute information pouvant\n"
 "s'avérer utile\n"
@@ -3818,11 +3838,11 @@ msgstr "Enregistrement sur disque"
 #: src/LYDownload.c:543
 #, fuzzy
 msgid "View temporary file"
-msgstr "Envoyer le fichier par courriel"
+msgstr "Envoyer le fichier par regardez le fichier temporaire"
 
 #: src/LYDownload.c:550
 msgid "Save to disk disabled."
-msgstr "Enregistrement sur disque d<E9>sactiv<E9>"
+msgstr "Enregistrement sur disque désactivé"
 
 #: src/LYDownload.c:554 src/LYPrint.c:1319
 msgid "Local additions:"
@@ -3839,7 +3859,7 @@ msgstr "Vous avez choisi :"
 
 #: src/LYHistory.c:668 src/LYHistory.c:897
 msgid "(no address)"
-msgstr "(aucune addresse)"
+msgstr "(aucune adresse)"
 
 #: src/LYHistory.c:672
 msgid " (internal)"
@@ -3899,7 +3919,7 @@ msgstr "réallouée:"
 
 #: src/LYLeaks.c:300
 msgid "Total memory leakage this run:"
-msgstr "Total de fuite de mémoire pour cette éxécution:"
+msgstr "Total de fuite de mémoire pour cette exécution:"
 
 #: src/LYLeaks.c:303
 msgid "Peak allocation"
@@ -3938,7 +3958,7 @@ msgstr "Liens cachés :"
 msgid "References"
 msgstr "Références"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Liens visibles"
 
@@ -3949,7 +3969,7 @@ msgstr "Impossible d'obtenir l'état de '%s'."
 
 #: src/LYLocal.c:301
 msgid "The selected item is not a file or a directory!  Request ignored."
-msgstr "L'élément sélectioné n'est ni un fichier ni un répertoire. Requête ignorée."
+msgstr "L'élément sélectionne n'est ni un fichier ni un répertoire. Requête ignorée."
 
 #: src/LYLocal.c:369
 #, c-format
@@ -3964,7 +3984,7 @@ msgstr "Défaut de %s dû probablement à une erreur système"
 #: src/LYLocal.c:465 src/LYLocal.c:486
 #, c-format
 msgid "remove %s"
-msgstr "déstruction de %s"
+msgstr "destruction de %s"
 
 #: src/LYLocal.c:504
 #, c-format
@@ -3978,23 +3998,23 @@ msgstr "déplacement de %s vers %s"
 
 #: src/LYLocal.c:573
 msgid "There is already a directory with that name!  Request ignored."
-msgstr "Le répertoire éxiste déja. Requête ignorée."
+msgstr "Le répertoire existe déjà. Requête ignorée."
 
 #: src/LYLocal.c:575
 msgid "There is already a file with that name!  Request ignored."
-msgstr "Ce fichier éxiste déja. Requête ignorée."
+msgstr "Ce fichier existe déjà. Requête ignorée."
 
 #: src/LYLocal.c:577
 msgid "The specified name is already in use!  Request ignored."
-msgstr "Ce nom est déja utilisé. Requête ignorée."
+msgstr "Ce nom est déjà utilisé. Requête ignorée."
 
 #: src/LYLocal.c:588
 msgid "Destination has different owner!  Request denied."
-msgstr "La déstination possede un autre propriétaire. Requête ignorée."
+msgstr "La destination possédé un autre propriétaire. Requête ignorée."
 
 #: src/LYLocal.c:591
 msgid "Destination is not a valid directory!  Request denied."
-msgstr "La déstination n'est pas un répertoire valide. Requête ignorée."
+msgstr "La destination n'est pas un répertoire valide. Requête ignorée."
 
 #: src/LYLocal.c:613
 msgid "Remove all tagged files and directories?"
@@ -4006,7 +4026,7 @@ msgstr "Entrer un nouvel emplacement pour articles marqués : "
 
 #: src/LYLocal.c:741
 msgid "Path too long"
-msgstr "Chemin trop long"
+msgstr "Chemin trop longue"
 
 #: src/LYLocal.c:772
 msgid "Source and destination are the same location - request ignored!"
@@ -4038,7 +4058,7 @@ msgstr "Impossible de trouver la marque de fin de fichier \"/\""
 
 #: src/LYLocal.c:945
 msgid "Source and destination are the same location!  Request ignored!"
-msgstr "La source et la déstination sont similaires. Requête ignorée."
+msgstr "La source et la destination sont similaires. Requête ignorée."
 
 #: src/LYLocal.c:992
 msgid "Modify name, location, or permission (n, l, or p): "
@@ -4111,7 +4131,7 @@ msgstr "Impossible d'ouvrir le fichier demandé"
 msgid "Specify permissions below:"
 msgstr "Spécifier les permissions d'accès ci-après :"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Propriétaire :"
 
@@ -4170,7 +4190,7 @@ msgstr "élément marqué"
 
 #: src/LYLocal.c:2042
 msgid "tagged items:"
-msgstr "éléménts marqués"
+msgstr "éléments marqués"
 
 #: src/LYLocal.c:2139 src/LYLocal.c:2150
 msgid "Illegal filename; request ignored."
@@ -4187,10 +4207,10 @@ msgstr "L'élément sélectionné n'est pas un répertoire valide. Requête ignorée."
 
 #: src/LYLocal.c:2312
 msgid "Just a moment, ..."
-msgstr "Un instant svp..."
+msgstr "Un instant s'il vous plais..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Erreur lors de la mise en place des arguments d'installation"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4246,19 +4266,19 @@ msgstr "Ce message est généré automatiquement par"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Pas de Winsock trouvée, désolé."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
-msgstr "vous DEVEZ définire une aire TMP ou TEMP valide ! "
+msgstr "vous DEVEZ définir une zone TMP ou TEMP valide !"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Pas de tel répertoire"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4270,7 +4290,7 @@ msgstr ""
 "\n"
 
 # src/LYMain.c
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4281,7 +4301,7 @@ msgstr ""
 "Jeux de caractères Lynx non précisés.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4292,7 +4312,7 @@ msgstr ""
 "Relevé de liens Lynx non déclaré.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4303,159 +4323,159 @@ msgstr ""
 "Le fichier Lynx %s n'est pas disponible.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Attention:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "L'état des cookies persistant ne seront changés qu'au cours de la prochaine session."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ignorer le charset=%s inconnu\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Version %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Compilé le %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Copyright tenu par l'université du Kansas, du CERN, et d'autres contribuants"
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribué sous le permis de grand public de GNU"
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Voyez http://lynx.isc.org/ et d'aide en ligne pour plus d'information."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "USAGE : %s [options] [fichier]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Les options sont :\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s : Option non valide : %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Erreur interne: lien pour la souris %d invalide"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Un URL spécifié par l'utilisateur"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "«Enctype multipart/form-data» non fonctionnel. Envoi impossible."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "L'écran de Aide"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Index système"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Entrée dans l'écran principal"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
-msgstr "charset pour ce document spécifié éxplicitement, désolé..."
+msgstr "charset pour ce document spécifié explicitement, désolé..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "changer de répertoire vers:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Une partie du chemin n'est pas un répertoire."
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Changement de répertoire impossible"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
-msgstr "Relecture du document avec les parametres actuels."
+msgstr "Relecture du document avec les paramètres actuels."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Erreur fatale - impossible d'ouvrir le fichier de sortie %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Le répertoire courant:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-index-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx : accès impossible au fichier de départ"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx : fichier de départ introuvable ou son mode n'est pas reconnu"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "Sortie"
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-suite-"
 
@@ -4771,78 +4791,78 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "Utilisez %s pour invoquer le menu des Options."
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Références"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Mode utilisateur"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Éditeur"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
-msgstr " pour la recherche"
+msgstr "Pour la recherche"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookies"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Entrée du clavier"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Pavé numérique"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Touches emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "Touches vi"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 #, fuzzy
 msgid "Keyboard layout"
 msgstr "Entrée du clavier"
@@ -4850,22 +4870,22 @@ msgstr "Entrée du clavier"
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Variable d'affichage"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "charset présumé du document:"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Afficher le charset"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "charset présumé du document:"
 
@@ -4874,172 +4894,172 @@ msgstr "charset présumé du document:"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr ""
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Mode 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Display"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Apparence du document"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Afficher les couleurs"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Afficher le curseur"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Liens cachés :"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 #, fuzzy
 msgid "Show scrollbar"
 msgstr "Afficher les couleurs"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Fenêtre popup pour les champs sélectionnés."
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "Reprise d'une erreur HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Montrer les images"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Images verbeuses"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Les headers sont transférés aux serveurs distants"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Adresse email personnelle"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d bytes transférés"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Langue préférée"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Jeu de caractères préféré"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Langue préférée"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Header 'User-Agent'"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Listes et acces aux fichiers"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Critères de tri FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Critère de tri des répertoires locaux."
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Critère de tri des répertoires locaux."
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Montrer les fichiers cachés"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Liens à éxécuter"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Transfert de données terminé"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Fichiers et écrans spéciaux."
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Bookmarks multiples"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
-msgstr "Revoir/Editer les fichiers Bookmarks"
+msgstr "Revoir/Éditer les fichiers Bookmarks"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Aller au menu multi-bookmarks"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Fichier de Bookmarks"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "la Page des liens activés"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 #, fuzzy
 msgid "View the file "
-msgstr "Envoyer le fichier par courriel"
+msgstr "Envoyer le fichier par courrier"
 
 #: src/LYPrint.c:946
 #, c-format
@@ -5072,7 +5092,7 @@ msgstr "(approximativement)"
 
 #: src/LYPrint.c:1282
 msgid "Some print functions have been disabled!"
-msgstr "Certaines fonctions d'impression ont <E9>t<E9> d<E9>sactiv<E9>es."
+msgstr "Certaines fonctions d'impression ont été désactivées."
 
 #: src/LYPrint.c:1286
 msgid "Standard print options:"
@@ -5088,11 +5108,11 @@ msgstr "Enregistrer dans un fichier"
 
 #: src/LYPrint.c:1296
 msgid "Save to disk disabled"
-msgstr "Enregistrement sur disque d<E9>sactiv<E9>"
+msgstr "Enregistrement sur disque désactivé"
 
 #: src/LYPrint.c:1303
 msgid "Mail the file"
-msgstr "Envoyer le fichier par courriel"
+msgstr "Envoyer le fichier par courrier"
 
 #: src/LYPrint.c:1310
 msgid "Print to the screen"
@@ -5117,7 +5137,7 @@ msgstr ""
 "COULEUR:ENTIER:PREMIERPLAN:ARIERREPLAN\n"
 "\n"
 "Ici, PREMIERPLAN et ARIERREPLAN doivent être soit\n"
-"les chaines de carctère spéciales 'nocolor' ou 'default', ou\n"
+"les chaîne de caractère spéciales 'nocolor' ou 'default', ou\n"
 
 #: src/LYReadCFG.c:355
 msgid "Offending line:"
@@ -5136,7 +5156,7 @@ msgstr "Le changement de touche de %s vers %s a échoué\n"
 #: src/LYReadCFG.c:653
 #, c-format
 msgid "invalid line-editor selection %s for key %s, selecting all\n"
-msgstr "Sélection d'édition de ligne de %s pour la touche %s invalide. Selection de tous.\n"
+msgstr "Sélection d'édition de ligne de %s pour la touche %s invalide. Sélection de tous.\n"
 
 #: src/LYReadCFG.c:678 src/LYReadCFG.c:690
 #, c-format
@@ -5170,7 +5190,7 @@ msgstr "Le dernier include tenté était: '%s',\n"
 #: src/LYReadCFG.c:1775
 #, c-format
 msgid "included from '%s'.\n"
-msgstr "included de '%s'.\n"
+msgstr "include de '%s'.\n"
 
 #: src/LYReadCFG.c:2181 src/LYReadCFG.c:2194 src/LYReadCFG.c:2252
 msgid "The following is read from your lynx.cfg file."
@@ -5192,191 +5212,218 @@ msgstr "RECHARGER LES MODIFICATIONS"
 msgid "Your primary configuration"
 msgstr "Votre configuration principale"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Répertoire courant:"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Nom :"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL :"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Répertoire que vous avez sélectionné"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Fichier que vous avez sélectionné"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Lien symbolique que vous avez sélectionné"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Article que vous avez sélectionné"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Nom complet:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Impossible d'activer le lien"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Pointe vers le fichier :"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
-msgstr "   <em>Nom du propriétaire :"
+msgstr "Nom du propriétaire :"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Nom du groupe :"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Volume du fichier :"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Date de création :"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Dernière mise à jour :"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Dernier accès :"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Permissions d'accès"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Groupe"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Fichier que vous visualisez présentement"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Nom du lien :"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Jeu de caractères :"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Serveur :"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Date :"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Dernière modification :"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Expire:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Controle du cache"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Longueur du contenu:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Langage:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Données POST :"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Type de contenu POST :"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Propriétaire(s) :"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "Taille :"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "Lignes"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "Mode :"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "mode formulaires"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "source"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", sécuritaire"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", lien interne"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", pas de cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", script ISMAP"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", fichier de bookmark"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "Mode :"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Lien que vous avez sélectionné"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Méthode :"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Encodage :"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Emplacement : "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(champ de formulaire)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Aucun lien dans la page courante"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Serveur :"
@@ -5393,7 +5440,7 @@ msgid ""
 msgstr ""
 "Erreur de syntaxe lors du parsage du style dans le fichier lss:\n"
 "[%s]\n"
-"La ligne doit etre du type :\n"
+"La ligne doit être du type :\n"
 "OBJET:MONO:COLOR (cad em:gras:bleubrillant:blanc)\n"
 "Où OBJET est un élément parmi EM,STRONG,B,I,U,BLINK etc.\n"
 "\n"
@@ -5430,34 +5477,34 @@ msgstr "Téléchargement vers:"
 msgid "Upload options:"
 msgstr "Options de chargement de fichier :"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
-msgstr "Protocole d'acces inattendu pour ce scheme d'url"
+msgstr "Protocole d'accès inattendu pour ce schéma l'URL"
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 #, fuzzy
 msgid "unknown restriction"
-msgstr "Pas de réstriction définies."
+msgstr "Pas de restriction définies."
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
-msgstr "Pas de réstriction définies.\n"
+msgstr "Pas de restriction définies.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
-msgstr "Définition de réstriction:\n"
+msgstr "Définition de restriction:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
@@ -5609,14 +5656,14 @@ msgid ""
 "Current lineedit modes are:\n"
 msgstr ""
 "lineedit_mode spécifie l'association de touche utilisée pour \n"
-"entrer des chaines de carctère dans les formulaires et les prompts.\n"
+"entrer des chaîne de caractères dans les formulaires et les prompts.\n"
 "Si lineedit_mode est égal à \"Default Binding\" alors les caractères\n"
-"de controle suivant seront utilisés pour se déplacer et effacer du \n"
+"de contrôle suivant seront utilisés pour se déplacer et effacer du \n"
 "texte:\n"
 "\n"
-"                 Precedent Suivant      Entrée = Accepter les données\n"
-"Deplacement char    <-        ->           ^G  = Annuler les données\n"
-"Deplacement mot     ^P        ^N           ^U  = Effacer la ligne.\n"
+"                 Précèdent Suivant      Entrée = Accepter les données\n"
+"Déplacement char    <-        ->           ^G  = Annuler les données\n"
+"Déplacement mot     ^P        ^N           ^U  = Effacer la ligne.\n"
 "Effacer char        ^H        ^R           ^A  = Début de ligne.\n"
 "Effacer mot         ^B        ^F           ^E  = Fin de ligne.\n"
 "\n"
@@ -5646,11 +5693,11 @@ msgid ""
 msgstr ""
 "personal_mail_address spécifie votre adresse email personelle. \n"
 "Cette adresse sera envoyée lors des transfert de fichiers HTTP comme\n"
-"moyen d'authorisation,de logs et pour les commentaires postés par mail.\n"
+"moyen d'autorisation,de logs et pour les commentaires postés par mail.\n"
 "Si vous ne voulez pas que cette information soit communiquée, définissez\n"
 "la variable NO_FROM_HEADER comme étant vraie (TRUE) dans lynx.cfg, ou \n"
 "utilisez l'option -nofrom en ligne de commande. Vous pouvez aussi laisser\n"
-"ce champ vide, mais alors il n'apparaitra pas dans vos commentaires postés.\n"
+"ce champ vide, mais alors il n'apparaîtra pas dans vos commentaires postés.\n"
 
 #: src/LYrcFile.c:444
 msgid ""
@@ -5669,13 +5716,13 @@ msgid ""
 msgstr ""
 "preferred_charset spécifie la jeu de caractère en notation MIME (cad \n"
 "ISO-8859-2, ISO-8859-5) que lynx indiquera comme jeu de caractère préféré\n"
-"lors des requètes http en utilisant le header Accept-Charset. Cette valeur\n"
+"lors des requêtes http en utilisant le header Accept-Charset. Cette valeur\n"
 "ne dois PAS inclure ISO-8859-1 ou US-ASCII car ces valeurs sont toujours\n"
 "prises par défaut. La liste de choix peut être composé d'élément séparés par\n"
 "des virgules. Si un fichier dans ce jeu de caractère est disponible, \n"
 "le serveur vous l'enverra. Si il n'y a pas de header Accept-Charset, le \n"
 "comportement par défaut est d'accepter n'importe quel type de jeu de caractère.\n"
-"Si il éxiste un header Accept-Charset mais que le serveur ne peut renvoyer une\n"
+"Si il existe un header Accept-Charset mais que le serveur ne peut renvoyer une\n"
 "réponse acceptable relativement à votre choix, le serveur DEVRAIT renvoyer un \n"
 "message d'erreur bien que le renvoi d'une réponse inacceptable soit permi.\n"
 
@@ -5754,8 +5801,8 @@ msgid ""
 msgstr ""
 "select_popups spécifie si les OPTIONs d'un bloc SELECT qui ne \n"
 "contient pas l'attribut MULTIPLE doivent être présentés comme une liste\n"
-"verticale de boutons radio ou comme un menu popup.Notez que si l'attribut\n"
-"MuLTIPLE est défini dans le tag SELECT, lynx créera toujours une liste \n"
+"verticale de boutons radio ou comme un menu popup. Notez que si l'attribut\n"
+"MULTIPLE est défini dans le tag SELECT, lynx créera toujours une liste \n"
 "verticale de cases à cocher pour chaque OPTION. Une valeur à \"on\" \n"
 "sélectionnera les menus popup par défaut alors qu'une valeur à \"off\" \n"
 "sélectionnera les boutons radio par défaut. Cette option peut être surchargée\n"
@@ -5848,15 +5895,15 @@ msgid ""
 "presented regardless of user mode.\n"
 msgstr ""
 "Si le sub_bookmark n'est pas désactivé (\"off\") et que les bookmarks\n"
-"multiples (cf plus bas) ont étés définis, alors toutes les opéations\n"
-"relatives aux bookmarks déclencheront un prompt utilisateur afin q'il\n"
+"multiples (cf plus bas) ont étés définis, alors toutes les opérations\n"
+"relatives aux bookmarks déclencheront un prompt utilisateur afin qu'il\n"
 "puisse sélectionner un fichier de sous bookmark actif. Si le fichier \n"
 "de bookmark par défaut est défini (cf plus haut), il sera utilisé comme\n"
 "la sélection par défaut. Lorsque cette option est définie comme \"avancée\"\n"
 "et que le mode d'utilisation est avancé, la commande 'v'oire les bookmarks\n"
 "invoquera un prompt sur la ligne d'état au lieu du menu qui apparait dans les\n"
-"modes novices et intérmédiaires. Lorsque cette option est définie comme \n"
-"\"standard\", le menu apparaitra quelquesoit le mode d'utilisation.\n"
+"modes novices et intermédiaires. Lorsque cette option est définie comme \n"
+"\"standard\", le menu apparaîtra quelque soit le mode d'utilisation.\n"
 
 #: src/LYrcFile.c:563
 msgid ""
@@ -5924,7 +5971,7 @@ msgstr ""
 "     4 = gauche           6 = droite \n"
 "               2 = bas \n"
 "et les chiffres correspondants de votre clavier se comporterons\n"
-"comme des flèches, quelquesoit l'état du numlock.\n"
+"comme des flèches, quelque soit l'état du numlock.\n"
 
 #: src/LYrcFile.c:812
 msgid ""
@@ -5946,13 +5993,13 @@ msgid ""
 "lists and output from the list command also enumerate form inputs.\n"
 msgstr ""
 "Si keypad_mode est défini comme \"LINKS_AND_FORM_FIELDS_ARE_NUMBERED\",\n"
-"alors des nombres apparaitrons à coté de chaque liens et des champs\n"
+"alors des nombres apparaîtrons à coté de chaque liens et des champs\n"
 "de formulaires. Ces nombres seront utilisés pour sélectionner un lien, \n"
 "ou pour déplacer le \"lien courant\" vers un champ de formulaire ou \n"
 "un bouton. En plus, les options des menus popup seront indexés afin que \n"
 "l'utilisateur puisse tapper un chiffre pour sélectionner une option de l'un\n"
 "de ces menus,même si cette option n'est pas visible à l'écran. Les listes\n"
-"de référence et les sorties de ces listes de commandes enumèrent aussi les\n"
+"de référence et les sorties de ces listes de commandes énumèrent aussi les\n"
 "champs de formulaires.\n"
 
 #: src/LYrcFile.c:825
@@ -5961,7 +6008,7 @@ msgid ""
 "\"LINKS_ARE_NUMBERED\" or \"LINKS_AND_FORM_FIELDS_ARE_NUMBERED\" are\n"
 "enabled.\n"
 msgstr ""
-"NOTE: certain format de document peuvent apparaitre défigurés\n"
+"NOTE: certain format de document peuvent apparaître défigurés\n"
 "lorsque \"LINKS_ARE_NUMBERED\" ou \"LINKS_AND_FORM_FIELDS_ARE_NUMBERED\" \n"
 "sont sélectionnés.\n"
 
diff --git a/po/hu.po b/po/hu.po
index 0b42e9a3..4ce1cddf 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.6-dev4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
-"PO-Revision-Date: 2004-05-29 20:31+0200\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
+"PO-Revision-Date: 2004-07-20 19:31+0200\n"
 "Last-Translator: Mihály Gyulai <gyulai@fbi.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
@@ -2789,7 +2789,7 @@ msgstr "POST tartalommal rendelkezõ dokumentum nem található a gyorstárban. Újra
 msgid "Loading failed, use a previous copy."
 msgstr "A betöltés sikertelen, korábbi példány használata."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "A betöltés nem teljes."
 
@@ -2812,7 +2812,7 @@ msgstr "**** HTAccess: Visszatérési állapot: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Nem lehet elérni"
 
@@ -2841,24 +2841,24 @@ msgstr "socket a fõ-socket-hez"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Szimbolikus hivatkozás"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "FTP könyvtár fogadása."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Letöltve: %d bájt (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "kapcsolás az adatért"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "FTP fájl fogadása."
 
@@ -3009,15 +3009,15 @@ msgstr "Cikk olvasása."
 msgid "Sorry, could not load requested news."
 msgstr "Sajnálom, nem tudom betölteni a hírt."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "A címben érvénytelen a port"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "A cím hosszúsága érvénytelen"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Nem találom a %s távoli számítógépet."
@@ -3026,85 +3026,85 @@ msgstr "Nem találom a %s távoli számítógépet."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "A %s helytelen gépnév"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "%s csatlakozás létrehozása ide: %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "az illesztõpont sérült."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "az illesztõpont sérült: család: %d cím: %s port: %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Nem sikerült a nem blokkolt csatlakozás."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "A kapcsolat sikertelen (túl sok próbálkozás)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Nem lehet visszaállítani az illesztõpontot blokkoltra."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Az illesztõpont 180.000 olvasás után is sikertelen."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "A cím felhasználói nevet tartalmaz: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Ez az ügyfél nem támogatja a HTTPS URL-eket."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Nem lehet kapcsolódni a távoli számítógéphez."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Újbóli csatlakozás TLS nélkül."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL hiba: nem található azonos név a bizonyítványban - folytatjuk?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL hiba:host(%s)!=cert(%s)-Tovább?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Biztonságos %d-bit %s (%s) HTTP csatlakozás"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "HTTP kérés küldése."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Váratlan hálózati írási hiba; a csatlakozás megszakítva."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP kérés elküldve, várakozás a válaszra."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Váratlan hálózati olvasási hiba, a csatlakozás megszakítva."
 
@@ -3117,7 +3117,7 @@ msgstr "Váratlan hálózati olvasási hiba, a csatlakozás megszakítva."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Váratlan tájékoztatást kaptam az állapotról."
 
@@ -3127,7 +3127,7 @@ msgstr "Váratlan tájékoztatást kaptam az állapotról."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Kérés teljesítve. Állítsa vissza a tartalmat."
 
@@ -3137,27 +3137,27 @@ msgstr "Kérés teljesítve. Állítsa vissza a tartalmat."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Váratlan 304-es hiba: Nem lett módosítva az állapot."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "A POST tartalom átirányításához felhasználói engedély kell."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "POST tartalom. Az állandó átirányítást átmenetiként kezelem.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Újra próbálom elérés felhatalmazási információval."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Mutassam a 401-es üzenet szövegét?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Mutassam a 407-es üzenet szövegét?"
 
@@ -3165,7 +3165,7 @@ msgstr "Mutassam a 407-es üzenet szövegét?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "A szerver válasza: Ismeretlen állapot!"
 
@@ -3353,110 +3353,110 @@ msgstr "Karbantartó"
 msgid "Host"
 msgstr "Kiszolgáló"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "A memória elfogyott, megjelenítés megszakítva!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "A memória elfogyott, az átvitel meg lesz szakítva!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** A MEMÓRIA ELFOGYOTT ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "ismeretlen mezõ vagy hivatkozás"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "szöveg bejegyzés mezõ"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "jelszó bejegyzés mezõ"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "jelölõnégyzet"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "választógomb"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "küldõ gomb"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "törlés gomb"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "felbukkanó menü"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "rejtett ûrlap mezõ"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "szöveg bejegyzés terület"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "tartomány bejegyzés mezõ"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "fájl bejegyzés mezõ"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "szöveg-küldõ mezõ"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "kép-küldõ mezõ"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "kulcsgeneráló mezõ"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "ismeretlen ûrlap mezõ"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Nem lehet megnyitni a fájlt a feltöltéshez"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "%s továbbítása"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Akadásjelzés: A TextAnchor szerkezete sérült - javaslom a megszakítást!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Tördeljem a sorokat, hogy kiférjenek?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "A hosszú sorokat új sorba tördeltem!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "A hosszú sorok végét levágtam!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bájt"
 
@@ -3522,6 +3522,26 @@ msgstr "igen"
 msgid "no"
 msgstr "nem"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Leírás:"
@@ -3609,23 +3629,23 @@ msgstr "A fájl még helyreállítható innen: %s, ebben a folyamatban"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Nem lehet elérni a cgi alkalmazói programot"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Jó tanács"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Egy kitûnõ http szerver VMS-hez rendelkezésre áll"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "ezen a linken keresztül"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Nagyon jól támogatja a CGI szkripteket.\n"
 
@@ -3649,31 +3669,31 @@ msgstr "Belsõ"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set hiba, program megszakítva"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Terminál megnyitás sikertelen - ismeretlen terminál típus?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminál ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Önnek vt100, 200 stb.-t kell használnia ehhez a programhoz."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "A terminál típus ismeretlen!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Kérem a terminál típusát:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "A TERMINÁL TÍPUS BEÁLLÍTVA:"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3682,7 +3702,7 @@ msgstr ""
 "\n"
 "Végzetes hiba lépett fel a %s %s verzióban\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3693,11 +3713,11 @@ msgid ""
 "TRACEBACK if it can be captured, and any other relevant information.\n"
 msgstr ""
 "\n"
-"Kérem beszéljem a rendszergazdájával, hogy ellenõrizze a hibát\n"
+"Kérem beszéljen a rendszergazdájával, hogy ellenõrizze a hibát,\n"
 "és ha õ megerõsítette, akkor küldjön egy jelentést a lynx-dev listára.\n"
-"A hibajelentésbe írja be a parancs leírását, melyik URL-el volt gond,\n"
-" az operációs rendszert verziószámmal együtt, a TCP/IP \n"
-"implementációt, hogyan hozta létre a hibát és minden egyéb fontos dolgot.\n"
+"A hibajelentésbe írja bele: a parancs leírását, melyik URL-el volt gond,\n"
+" az operációs rendszert verziószámmal együtt, a TCP/IP implementációt \n"
+"(ha tudja), mi hozta létre a hibát és egyéb fontos lényegeket.\n"
 
 #: src/LYEdit.c:251
 msgid "Editor killed by signal"
@@ -3763,7 +3783,7 @@ msgstr " (belsõ)"
 
 #: src/LYHistory.c:674
 msgid " (was internal)"
-msgstr "(belsõ volt)"
+msgstr " (belsõ volt)"
 
 #: src/LYHistory.c:772
 msgid " (From History)"
@@ -3853,14 +3873,14 @@ msgstr "Rejtett hivatkozás:"
 msgid "References"
 msgstr "Hivatkozások"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Látható hivatkozás"
 
 #: src/LYLocal.c:267
 #, c-format
 msgid "Unable to get status of '%s'."
-msgstr "Nem lehet a %s állapotát meghatározni."
+msgstr "Nem lehet a(z) %s állapotát meghatározni."
 
 #: src/LYLocal.c:301
 msgid "The selected item is not a file or a directory!  Request ignored."
@@ -3869,12 +3889,12 @@ msgstr "A kiválasztott elem nem fájl vagy könyvtár! A kérés figyelmen kívül hagy
 #: src/LYLocal.c:369
 #, c-format
 msgid "Unable to %s due to system error!"
-msgstr "A %s nem végrehajtható, rendszerhiba miatt!"
+msgstr "A(z) %s nem végrehajtható, rendszerhiba miatt!"
 
 #: src/LYLocal.c:403
 #, c-format
 msgid "Probable failure to %s due to system error!"
-msgstr "Valószínûleg megsérült a(z) %s, rendszerhiba miatt!"
+msgstr "Valószínûleg sérült %s, rendszerhiba miatt!"
 
 #: src/LYLocal.c:465 src/LYLocal.c:486
 #, c-format
@@ -4025,7 +4045,7 @@ msgstr "Nem lehet megnyitni az engedély beállítások fájlt"
 msgid "Specify permissions below:"
 msgstr "Adja meg a jogosultságokat:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Tulajdonos:"
 
@@ -4104,7 +4124,7 @@ msgid "Just a moment, ..."
 msgstr "Egy pillanat, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Hiba a telepítési paraméterek létrehozása során"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4142,7 +4162,7 @@ msgstr "\"%s\" meghívva\n"
 #: src/LYMail.c:1009
 #, c-format
 msgid "in the file \"%s\" called \"%s\"\n"
-msgstr "a %s fájlban meghívtam a \"%s\"-t\n"
+msgstr "a(z) %s fájlban meghívtam a(z) \"%s\"-t\n"
 
 #: src/LYMail.c:1010
 msgid "was requested but was not available."
@@ -4160,19 +4180,19 @@ msgstr "Ez az üzenet önmûködõen jött létre"
 msgid "No system mailer configured"
 msgstr "Nincsen rendszerszintû levelezõ beállítva"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
-msgstr "Nem találtam Winsock-ot, bocs."
+msgstr "Nem találtam Winsock-ot, sajnálom."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
-msgstr "Önnek meg kell határoznia egy érvényes TMP vagy TEMP területet"
+msgstr "Önnek meg kell adnia egy érvényes TMP vagy TEMP területet"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Nincs ilyen könyvtár"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4180,10 +4200,10 @@ msgid ""
 "\n"
 msgstr ""
 "\n"
-"A %s konfigurációs fájl nem áll rendelkezésre.\n"
+"A(z) %s konfigurációs fájl nem áll rendelkezésre.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4194,7 +4214,7 @@ msgstr ""
 "Nincs deklarált karakterkészlet a Lynx-ben.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4205,7 +4225,7 @@ msgstr ""
 "Nincs deklarált szerkesztõkép a Lynx-ben.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4216,160 +4236,160 @@ msgstr ""
 "A(z) %s Lynx-fájl nem áll rendelkezésre.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Figyelem:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "az állandó süti állapot csak a következõ folyamat során fog megváltozni."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "A Lynx figyelmen kívül hagyja a %s fel nem ismert karakterkészletet\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Verzió %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Készítve %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "A szerzõi és kiadó jogokat a Kansas Egyetem, a CERN és az egyéb közremûködõk gyakorolják."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "A GNU Általános Nyilvános Licensz szerint kiadva."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Nézze meg a súgót és a http://lynx.isc.org/-ot, ahol segítséget kaphat."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "HASZNÁLAT: %s [opciók] [fájl]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Opciók:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Érvénytelen opció: %s \n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Belsõ hiba: Hibás egér hivatkozás %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Felhasználó által megadott URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
-msgstr "Enctype multipart/form-data még nincs támogatva! Nem tudom elküldeni."
+msgstr "Enctype multipart/form-data még nincs támogatva! Nem tudjuk elküldeni."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Súgó képernyõ"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Rendszer index"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Belépés a fõképernyõbe"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
-msgstr "Nincs következõ dokumentum"
+msgstr "Nincs további dokumentum"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
-msgstr "a dokumentum karakterkészlete már erre van beállítva, bocs..."
+msgstr "a dokumentum karakterkészlete már be van állítva..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "könyvtárváltás:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Az útvonal egy összetevõje nem könyvtár"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "nem sikerült a  könyvtárváltás"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "A dokumentumot átalakítom az aktuális beállításoknak megfelelõen..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Végzetes hiba: nem lehet megnyitni a(z) '%s' kimeneti fájlt\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "'Táblázat középre' engedélyezve."
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "'Táblázat középre' tiltva."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Üres a pillanatnyi URL."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Sikertelen a vágólapra másolás."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "A dokumentum URL-jét a vágólapra tesszük."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "A link URL-jét a vágólapra tesszük."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Nincsen URL a vágólapon."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-index-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
-msgstr "lynx: Nincs kezdõfájl"
+msgstr "lynx: Nincs kezdõfájl!"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
-msgstr "lynx: A kezdõfájlt nem találom (nem HTML szöveg, vagy nem sima szöveg)"
+msgstr "lynx: A kezdõfájlt nem találom (sem HTML szöveget, sem sima szöveget)"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Kilépés..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
-msgstr "-több-"
+msgstr "-tovább-"
 
 #. Enable scrolling.
 #: src/LYNews.c:183
@@ -4388,7 +4408,7 @@ msgid ""
 msgstr ""
 "\n"
 "\n"
-" Kérem adja meg a postacímét a fejléc Feladó sorába\n"
+" Kérem adja meg a postacímét a fejléc \"Feladó:\" sorába\n"
 
 #.
 #. * Get the Subject header, offering the current document's title as the
@@ -4402,7 +4422,7 @@ msgid ""
 msgstr ""
 "\n"
 "\n"
-" Adja meg, vagy szerkessze a fejléc Tárgy sorát\n"
+" Adja meg vagy szerkessze a fejléc \"Tárgy:\" sorát\n"
 
 #: src/LYNews.c:299
 msgid ""
@@ -4412,7 +4432,7 @@ msgid ""
 msgstr ""
 "\n"
 "\n"
-" Adja meg, vagy szerkessze a fejléc Szervezet sorát\n"
+" Adja meg vagy szerkessze a fejléc \"Szervezet:\" sorát\n"
 
 #.
 #. * Use the built in line editior.
@@ -4425,7 +4445,7 @@ msgid ""
 msgstr ""
 "\n"
 "\n"
-" Kérem írja be az üzenetét ez alá."
+" Kérem írja be az üzenetet ez alá."
 
 #: src/LYNews.c:402
 msgid "Message has no original text!"
@@ -4494,7 +4514,7 @@ msgstr "Linkek és ûrlapok számozottak"
 
 #: src/LYOptions.c:2181
 msgid "Form fields are numbered"
-msgstr "Ûrlapok számozottak"
+msgstr "Ûrlap mezõk számozottak"
 
 #: src/LYOptions.c:2190
 msgid "Case insensitive"
@@ -4534,7 +4554,7 @@ msgstr "Elsõ alkalommal"
 
 #: src/LYOptions.c:2248
 msgid "By First Visit Reversed"
-msgstr "Elsõ alkalommal megfordítva"
+msgstr "Elsõ alkalommal, megfordítva"
 
 #: src/LYOptions.c:2249
 msgid "As Visit Tree"
@@ -4546,7 +4566,7 @@ msgstr "Utolsó látogatás"
 
 #: src/LYOptions.c:2252
 msgid "By Last Visit Reversed"
-msgstr "Utolsó látogatás megfordítva"
+msgstr "Utolsó látogatás, megfordítva"
 
 #. Old_DTD variable
 #: src/LYOptions.c:2263
@@ -4624,7 +4644,7 @@ msgstr "Ne mutassa a sebességet"
 #: src/LYOptions.c:2356 src/LYOptions.c:2357
 #, c-format
 msgid "Show %s/sec rate"
-msgstr "Az átvitel sebesség megjelenítése (%s/s)"
+msgstr "Az átviteli sebesség megjelenítése (%s/s)"
 
 #: src/LYOptions.c:2359 src/LYOptions.c:2360
 #, c-format
@@ -4672,99 +4692,99 @@ msgstr "mindegyik"
 msgid "Use %s to invoke the Options menu!"
 msgstr "Használja a(z) %s-t, hogy bejöjjön a Beállítások menü!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(a '!'-el jelölt opciók nem lesznek megõrizve!)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Általános beállítások"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Felhasználói mód"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Szerkesztõ"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Keresés típusa"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Biztonság és magánszféra"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Sütik"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Érvénytelen süti"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "SSL választás"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Billentyûzet bevitel"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Numerikus pad módja"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs billentyûk"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "vi billentyûk"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Sorszerkesztõi stílus"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Billentyûzet kiosztás"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Képernyõ és karakterkészlet "
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Helyi karakterkészlet használata"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Képernyõ karakterkészlet"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Feltételezett karakterkészlet"
 
@@ -4773,164 +4793,164 @@ msgstr "Feltételezett karakterkészlet"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK mód"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Nyers 8-bites mód"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X képernyõ"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Dokumentum megjelenése"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Színek mutatása"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Kurzor mutatása"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Rejtett hivatkozás"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Csúszka mutatása"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Felbukkanó ablakok használata"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML hiba helyreállítás"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Képek mutatása"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Tallózás a képek között"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "A távoli gépeknek átküldött fejlécek"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Személyes email cím"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr "Elsõdleges média-típus"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr "Elsõdleges kódolás"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Elsõdleges karakterkészlet"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Elsõdleges nyelv"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Böngészõ-azonosító fejléc"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Fájlok listázása és elérése"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP-s rendezés módja"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Helyi könyvtárrendezés módja"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Helyi könyvtárrendezés sorrendje"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Rejtett fájlok mutatása"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Futtatható hivatkozások"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
-msgstr "Az átvitel sebesség megjelenítése"
+msgstr "Az átviteli sebesség megjelenítése"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Speciális fájlok és képernyõk"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Többszörös könyvjelzõk"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Könyvjelzõk szerkesztése, átnézése"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Ugrás a többszörös könyvjelzõi menübe"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Könyvjelzõ fájl"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Meglátogatott lapok"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "A fájl nézése "
 
@@ -5014,7 +5034,7 @@ msgstr ""
 
 #: src/LYReadCFG.c:355
 msgid "Offending line:"
-msgstr "Nem jó sorok:"
+msgstr "Nem jó sor:"
 
 #: src/LYReadCFG.c:625
 #, c-format
@@ -5044,7 +5064,7 @@ msgstr "a sorszerkesztõ hozzárendelése %s gombhoz (0x%x) sikertelen (%s)\n"
 #: src/LYReadCFG.c:792
 #, c-format
 msgid "Lynx: cannot start, CERN rules file %s is not available\n"
-msgstr "A Lynx nem tud elindulni, a CERN %s szabály fájlja nem áll rendelkezésre\n"
+msgstr "Nem tud elindulni, a CERN szabály fájlja nem áll rendelkezésre (%s)\n"
 
 #: src/LYReadCFG.c:793
 msgid "(no name)"
@@ -5085,191 +5105,218 @@ msgstr "VÁLTOZÁSOK ÚJRATÖLTÉSE"
 msgid "Your primary configuration"
 msgstr "Az elsõdleges beállítás:"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "A könyvtár, amit jelenleg néz:"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
-msgstr "Neve:"
+msgstr "Név:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "A kiválasztott könyvtár"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "A kiválasztott fájl"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "A kiválasztott szimbolikus link"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "A kiválasztott elem"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Teljes név:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Nem tudom követni a linket"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Erre a fájlra mutat:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Tulajdonos neve:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Csoport neve:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
-msgstr "Fájl mérete:"
+msgstr "Fájl méret:"
+
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bájt"
 
-#: src/LYShowInfo.c:191
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Létrehozás dátuma:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Utolsó módosítás:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Utolsó hozzáférés:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Elérési jogok"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Csoport"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Az aktuális fájl"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Hivatkozásnév:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Karakterkészlet:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Kiszolgáló:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Dátum:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Utolsó módosítás:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Lejár:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Gyorstár vezérlés:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
-msgstr "Tartalom hossza:"
+msgstr "Tartalom hossz:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Nyelv:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
-msgstr "Posta Adat:"
+msgstr "Elküldött adat:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
-msgstr "Posta Tartalom Típus:"
+msgstr "Elküldött tartalom-típus:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Tulajdonos:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "méret:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "sor"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "mód:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "ûrlap mód"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "forrás"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normál"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", biztonságos"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", belsõ hivatkozáson keresztül"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", gyorstár nélkül"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP parancsállomány"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", könyvjelzõ fájl"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "mód:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Az aktuális link"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Módszer:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Kódolás típusa:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Hely: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Ûrlap mezõ)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Nincs hivatkozás ezen a lapon"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Kiszolgáló:"
@@ -5323,33 +5370,33 @@ msgstr "Feltöltés:"
 msgid "Upload options:"
 msgstr "Feltöltési beállítások:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "A letöltendõ dokumentum URL-jét a vágólapra tesszük."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Nem támogatott elérési protokoll ezen az URL sémán."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Túl sok átmeneti fájl"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "ismeretlen szigorítás"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Nincs szigorítás beállítva.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Szigorítási beállítás:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "Nem találom a HOME könyvtárat"
 
diff --git a/po/it.po b/po/it.po
index 78a8cbe3..4e6d9b36 100644
--- a/po/it.po
+++ b/po/it.po
@@ -22,7 +22,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.4.pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2002-06-23 23:30 +02:00\n"
 "Last-Translator: Giuliano Artico <artico@math.unipd.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -2852,7 +2852,7 @@ msgstr "Documento con contenuto POST non trovato in memoria. Ritentare?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Caricamento incompleto."
 
@@ -2875,7 +2875,7 @@ msgstr "**** HTAccess: stato di ritorno: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Accesso impossibile"
 
@@ -2904,24 +2904,24 @@ msgstr "socket per socket principale"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Link simbolico"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Ricezione della directory FTP."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Trasferiti %d byte (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "connessione per dati"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Ricezione del file FTP"
 
@@ -3072,15 +3072,15 @@ msgstr "Lettura del contributo news."
 msgid "Sorry, could not load requested news."
 msgstr "Spiacente, impossibile prelevare la news richiesta."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "L'indirizzo ha un numero di porta non valido."
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "La lunghezza dell'indirizzo sembra non valida"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Impossibile individuare l'host remoto %s"
@@ -3089,90 +3089,90 @@ msgstr "Impossibile individuare l'host remoto %s"
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Nome di host non valido: %s"
 
 # First %s will be FTP, HTTP or other protocol and second %s will be hostname
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Connessione %s a %s "
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "socket fallita."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "errore socket: famiglia %d indir. %s porta %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Impossibile stabilire connessione non bloccante."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Connessione fallita (troppi tentativi)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Impossibile ripristinare socket bloccante."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Falliti 180000 tentativi di lettura socket."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Questo client non è predisposto per gestire gli URL HTTPS."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Impossibile stabilire la connessione con l'host remoto."
 
 # First %s will be FTP, HTTP or other protocol and second %s will be hostname
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 #, fuzzy
 msgid "Retrying connection without TLS."
 msgstr "Connessione %s a %s "
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Invio della richiesta HTTP"
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Errore inatteso di scrittura in rete; connessione annullata."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "Richiesta HTTP inviata; in attesa di risposta."
 
 # END of Permit FORM
 # More progress strings follow
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Errore inatteso di lettura in rete; connessione annullata."
 
@@ -3185,7 +3185,7 @@ msgstr "Errore inatteso di lettura in rete; connessione annullata."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Ricevuta informazione di stato inattesa."
 
@@ -3195,7 +3195,7 @@ msgstr "Ricevuta informazione di stato inattesa."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Richiesta soddisfatta. Ripristino del contenuto."
 
@@ -3205,27 +3205,27 @@ msgstr "Richiesta soddisfatta. Ripristino del contenuto."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Ricezione inattesa di stato non modificato 304"
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Il reindirizzamento del contenuto POST richiede il consenso dell'utente."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Contenuto POST. Il reindirizzamento permanente è trattato come temporaneo.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Nuovo tentativo con info di autorizzazione d'accesso."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Visualizzare il corpo del messaggio 401?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Visualizzare il corpo del messaggio 407?"
 
@@ -3233,7 +3233,7 @@ msgstr "Visualizzare il corpo del messaggio 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Risposta di stato sconosciuto ricevuta dal server!"
 
@@ -3423,112 +3423,112 @@ msgid "Host"
 msgstr "Host"
 
 # src/GridText.c
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Memoria insufficiente, visualizzazione interrotta!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Memoria insufficiente, il trasferimento sarà interrotto!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MEMORIA INSUFFICIENTE ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "campo o link sconosciuto"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "campo di immissione testo"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "campo di immissione password"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "casella di scelta"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "bottone radio"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "bottone Invio"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "bottone Annulla"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "menù a comparsa"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "campo nascosto di modulo"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "area di immissione testo"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "campo di immissione (range)"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "campo di immissione file"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "campo di invio testo"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "bottone di invio immagine"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "campo «keygen»"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "campo di modulo sconosciuto"
 
 # WWW/Libary/Implementation/HTFile.c
 # #, fuzzy
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Impossibile aprire il file per il caricamento"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Invio di %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Interruzione: struttura TextAnchorrovinata - si suggerisce di abbandonare!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Accorciare le righe per adattarle all'area di visualizzazione?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Le righe molto lunghe sono state spezzate!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Le righe molto lunghe sono state troncate!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "byte"
 
@@ -3597,6 +3597,26 @@ msgstr "sì"
 msgid "no"
 msgstr "no"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Descrizione:"
@@ -3684,23 +3704,23 @@ msgstr "Il file si potrà recuperare da %s entro questa sessione."
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Impossibile accedere allo script cgi"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Buon consiglio"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Un ottimo server http per VMS è disponibile tramite"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "questo link"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Esso offre il supporto per gli script CGI al miglior livello attuale.\n"
 
@@ -3724,31 +3744,31 @@ msgstr "Interno"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "errore cookie_domain_flag_set: programma interrotto"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Inizializzazione del terminale fallita - tipo di terminale sconosciuto?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminale ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Con questo programma si deve usare un terminale vt100, 200, ecc."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Il tipo di terminale è sconosciuto."
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Indicare un tipo di terminale:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TIPO DI TERMINALE IMPOSTATO A"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3757,7 +3777,7 @@ msgstr ""
 "\n"
 "Un errore irreversibile si è verificato in %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3931,7 +3951,7 @@ msgstr "Link nascosti:"
 msgid "References"
 msgstr "Riferimenti"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Link visibili"
 
@@ -4104,7 +4124,7 @@ msgstr "Impossibile aprire il file delle opzioni di permesso."
 msgid "Specify permissions below:"
 msgstr "Specificare di seguito i diritti di accesso:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Proprietario:"
 
@@ -4183,7 +4203,7 @@ msgid "Just a moment, ..."
 msgstr "Solo un momento..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Errore nella preparazione degli argomenti di installazione."
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4239,19 +4259,19 @@ msgstr "Questo messaggio è stato generato automaticamente da"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Nessun Winsock trovato, spiacente."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "SI DEVE definire un'area TMP o TEMP valida! "
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Non esiste la directory indicata"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4263,7 +4283,7 @@ msgstr ""
 "\n"
 
 # src/LYMain.c
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4274,7 +4294,7 @@ msgstr ""
 "Insiemi di caratteri di Lynx non precisati.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4285,7 +4305,7 @@ msgstr ""
 "Edit map di Lynx non precisata.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4296,159 +4316,159 @@ msgstr ""
 "Il file Lynx %s non è disponibile.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Attenzione:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "Lo stato dei cookie persistenti sarà cambiato solo nella prossima sessione."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ignorato charset=%s sconosciuto.\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s versione %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Compilato il %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Copyright dell'Università del Kansas, del CERN e di altri collaboratori."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribuito nell'ambito della licenza pubblica GNU"
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Vedere http://lynx.isc.org/ e l'aiuto in linea per ulteriori informazioni."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "USO: %s [opzioni] [file]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Le opzioni sono:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: opzione non valida: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Errore interno: link per il mouse %d non valido"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Un URL precisato dall'utente"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "«Enctype multipart/form-data» non ancora funzionante! Invio impossibile."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Schermata di aiuto"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Indice sistema"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Ingresso nella pagina di avvio"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Non è presente un documento successivo"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "charset per questo documento precisato in modo esplicito, spiacente..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "cambio directory su:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Un elemento del percorso non è una directory."
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "cambiamento directory fallito"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Reanalisi del documento con le impostazioni attuali..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Errore grave: impossibile aprire il file di uscita %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Directory attuale:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-indice-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: impossibile accedere al file di avvio"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: file di avvio non trovato o non avente formato text/html o text/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Uscita..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-segue-"
 
@@ -4765,101 +4785,101 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "Usare %s per richiamare il menù opzioni."
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Preferenze generali"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Modalità d'uso"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr " Modalità di ricerca"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookie"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Immissione da tastiera"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Tastierino numerico"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Tasti emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "Tasti vi"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Modo di elaborazione riga"
 
 # #, fuzzy
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Tipo di tastiera"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Visualizzazione e set di caratteri (charset)"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "Charset presunto del documento"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Set di caratteri per lo schermo"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Charset presunto del documento"
 
@@ -4868,171 +4888,171 @@ msgstr "Charset presunto del documento"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "Modo CJK (lingue asiatiche)"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Non convertito (raw 8-bit)"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Display"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Aspetto del documento"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Mostrare i colori"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Mostrare il cursore"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Link nascosti:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Mostrare la barra di scorrimento"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Menù a comparsa per i campi «select»"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "Ripristino da errori HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Mostrare le immagini"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Immagini prolisse"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Le intestazioni sono trasmesse ai server remoti"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Indirizzo E-mail personale"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d byte trasferiti"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Lingua preferita"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Charset preferito per i documenti"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Lingua preferita"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Header 'User-Agent'"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Elencazione ed accesso ai file"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Criterio disposizione liste FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Criterio disposizione file locali"
 
 # NdT: added "manually" -GA
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Criterio ordinamento file locali"
 
 # NdT: options menu phrase missing in po files -GA
 # msgid "(options marked with (!) will not be saved)\n"
 # msgstr "(le opzioni affiancate da (!) non saranno registrate)\n"
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Mostrare i file nascosti"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Esecuzione link"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Velocità di trasferimento"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "File e schermate speciali"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Segnalibri multipli"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Revisione file segnalibri"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Andare al menù multi-bookmark"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "File dei segnalibri (Bookmark)"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Pagine consultate"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 #, fuzzy
 msgid "View the file "
 msgstr "Spedire il file tramite mail"
@@ -5188,192 +5208,219 @@ msgstr "RIACQUISIRE LE MODIFICHE"
 msgid "Your primary configuration"
 msgstr "La configurazione principale"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Directory attualmente visualizzata"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Nome:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Directory attualmente selezionata"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "File attualmente selezionato"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Link simbolico attualmente selezionato"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Voce attualmente selezionata"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Nome completo:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Impossibile attivare il link"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Punta al file:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Nome del proprietario:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Nome del gruppo:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Lunghezza file:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "byte"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Data di creazione:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Ultimo aggiornamento:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Ultimo accesso:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Diritti di accesso"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Gruppo"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "File attualmente visualizzato"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Nome del link:"
 
 # NdT May be this translation is too long
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Set di caratteri:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Data:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Ultima mod:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Scade:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Controllo cache:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Lunghezza contenuto:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Lingua:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Dati POST:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Tipo di contenuto POST :"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Proprietario/i:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "grandezza:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "Righe"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "Modo:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "tipo modulo"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "origine"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normale"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", protetto"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", collegato internamente"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", nessuna cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", script ISMAP"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", file dei bookmark"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "Modo:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Link attualmente selezionato"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Metodo:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Codifica:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Posizione: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(campo del modulo)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Nessun link nella pagina attuale"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5427,34 +5474,34 @@ msgstr "Caricare su:"
 msgid "Upload options:"
 msgstr "Opzioni di caricamento file:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Protocollo di accesso inatteso per questo schema di URL."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Troppi file temporanei"
 
 # #, fuzzy
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "Restrizione ignota"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Nessuna restrizione impostata.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Descrizione delle restrizioni:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/ja.po b/po/ja.po
index 8e546bae..cfb6c13e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5pre9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2003-04-19 20:40+0900\n"
 "Last-Translator: Masayuki Hatta <mhatta@po.airs.net>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -2790,7 +2790,7 @@ msgstr "POST ¥³¥ó¥Æ¥ó¥Ä¤ò´Þ¤à¥É¥­¥å¥á¥ó¥È¤Ï¥­¥ã¥Ã¥·¥å¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£ºÆÁ
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "ÆÉ¤ß¹þ¤ß¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£"
 
@@ -2813,7 +2813,7 @@ msgstr "**** HTAccess: Ê֤äƤ­¤¿¥¹¥Æ¡¼¥¿¥¹¤Ï: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó¡£"
 
@@ -2842,24 +2842,24 @@ msgstr "¥Þ¥¹¥¿¡¼¥½¥±¥Ã¥ÈÍÑ¥½¥±¥Ã¥È"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "FTP ¥Ç¥£¥ì¥¯¥È¥ê¤ò¼õ¿®Ãæ"
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d ¥Ð¥¤¥ÈžÁ÷ºÑ (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "¥Ç¡¼¥¿¤ËÀܳ"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "FTP ¥Õ¥¡¥¤¥ë¤ò¼õ¿®Ãæ"
 
@@ -3010,15 +3010,15 @@ msgstr "¥Ë¥å¡¼¥¹µ­»ö¤òÆÉ¤ß¹þ¤ßÃæ¡£"
 msgid "Sorry, could not load requested news."
 msgstr "¤¦¤¦¤à¡¢Í׵ᤵ¤ì¤¿¥Ë¥å¡¼¥¹¤òÆÉ¤ß¹þ¤á¤Þ¤»¤ó¤Ç¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "¥¢¥É¥ì¥¹¤ËÉÔÀµ¤Ê¥Ý¡¼¥È¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "¥¢¥É¥ì¥¹Ä¹¤¬ÉÔÀµ¤Î¤è¤¦¤Ç¤¹"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "¥ê¥â¡¼¥È¥Û¥¹¥È %s ¤Î°ÌÃÖ¤òÆÃÄê¤Ç¤­¤Þ¤»¤ó¡£"
@@ -3027,85 +3027,85 @@ msgstr "¥ê¥â¡¼¥È¥Û¥¹¥È %s ¤Î°ÌÃÖ¤òÆÃÄê¤Ç¤­¤Þ¤»¤ó¡£"
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "%s ¤ÏÉÔÀµ¤Ê¥Û¥¹¥È̾¤Ç¤¹"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "%s ¤Ç %s ¤ËÀÜÂ³Ãæ"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "¥½¥±¥Ã¥È¤¬¼ºÇÔ¤·¤Þ¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "¥½¥±¥Ã¥È¤¬¼ºÇÔ¤·¤Þ¤·¤¿: ¥Õ¥¡¥ß¥ê %d ¥¢¥É¥ì¥¹ %s ¥Ý¡¼¥È %s¡£"
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Àܳ¤òÈó¥Ö¥í¥Ã¥­¥ó¥°¤Ë¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Àܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿ (ºÆ»î¹Ô¤¬Â¿¤¹¤®¤Þ¤¹)"
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "¥Ö¥í¥Ã¥­¥ó¥°¤Î¤¿¤á¤Î¥½¥±¥Ã¥È¤òÉüµì¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "180,000 ²ó»î¹Ô¤·¤Þ¤·¤¿¤¬¥½¥±¥Ã¥È¤ÎÆÉ¤ß¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "¥¢¥É¥ì¥¹¤Ï¥æ¡¼¥¶Ì¾ %s ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "¤³¤Î¥¯¥é¥¤¥¢¥ó¥È¤Ï HTTPS URL ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£"
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "¥ê¥â¡¼¥È¥Û¥¹¥È¤ËÀܳ¤Ç¤­¤Þ¤»¤ó¡£"
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "TLS¤ò»È¤ï¤º¤ËÀܳ¤òºÆ»î¹Ô¤·¤Æ¤¤¤Þ¤¹¡£"
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL¥¨¥é¡¼: ¥Û¥¹¥È(%s) ¤¬ cert(%s) ¤È°ìÃפ·¤Þ¤»¤ó ³¤±¤Þ¤¹¤«?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "¥»¥­¥å¥¢¤Ê %d ¥Ó¥Ã¥È %s (%s) HTTP Àܳ"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "HTTP ¥ê¥¯¥¨¥¹¥È¤òÁ÷¿®Ãæ"
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "ÆÍÁ³¤Î¥Í¥Ã¥È¥ï¡¼¥¯½ñ¤­¹þ¤ß¥¨¥é¡¼: Àܳ¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP ¥ê¥¯¥¨¥¹¥È¤òÁ÷¿®¤·¤Þ¤·¤¿: ±þÅú¤òÂԤäƤ¤¤Þ¤¹"
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "ÆÍÁ³¤Î¥Í¥Ã¥È¥ï¡¼¥¯ÆÉ¤ß¹þ¤ß¥¨¥é¡¼: Àܳ¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£"
 
@@ -3118,7 +3118,7 @@ msgstr "ÆÍÁ³¤Î¥Í¥Ã¥È¥ï¡¼¥¯ÆÉ¤ß¹þ¤ß¥¨¥é¡¼: Àܳ¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£"
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "ͽ´ü¤·¤Ê¤¤ Informational Status ¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿¡£"
 
@@ -3128,7 +3128,7 @@ msgstr "ͽ´ü¤·¤Ê¤¤ Informational Status ¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿¡£"
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "¥ê¥¯¥¨¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤Þ¤·¤¿¡£¥³¥ó¥Æ¥ó¥È¤ò¥ê¥»¥Ã¥È¤·¤Æ¤¯¤À¤µ¤¤¡£"
 
@@ -3138,27 +3138,27 @@ msgstr "¥ê¥¯¥¨¥¹¥È¤¬¼Â¹Ô¤µ¤ì¤Þ¤·¤¿¡£¥³¥ó¥Æ¥ó¥È¤ò¥ê¥»¥Ã¥È¤·¤Æ¤¯¤À¤µ¤¤¡£"
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "ͽ´ü¤»¤Ì 304 Not Modified ¥¹¥Æ¡¼¥¿¥¹¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿¡£"
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "POST ¥³¥ó¥Æ¥ó¥È¤Î¥ê¥À¥¤¥ì¥¯¥·¥ç¥ó¤Ë¤Ï¥æ¡¼¥¶¤Î¾µÇ§¤¬É¬ÍפǤ¹¡£"
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "POST ¥³¥ó¥Æ¥ó¥È¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£±Ê³Ū¤Ê¥ê¥À¥¤¥ì¥¯¥·¥ç¥ó¤ò°ì»þŪ¤Ê¤â¤Î¤È¤·¤Æ°·¤¤¤Þ¤¹¡£\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "¥¢¥¯¥»¥¹Ç§¾Ú¾ðÊóÉÕ¤­¤ÇºÆ»î¹Ô¤·¤Æ¤¤¤Þ¤¹¡£"
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "401 ¥á¥Ã¥»¡¼¥¸ËÜÂΤò¸«¤Þ¤¹¤«?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "407 ¥á¥Ã¥»¡¼¥¸ËÜÂΤò¸«¤Þ¤¹¤«?"
 
@@ -3166,7 +3166,7 @@ msgstr "407 ¥á¥Ã¥»¡¼¥¸ËÜÂΤò¸«¤Þ¤¹¤«?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "¥µ¡¼¥Ð¤«¤é¤ÎÉÔÌÀ¤Ê¥¹¥Æ¡¼¥¿¥¹¥ê¥×¥é¥¤¤Ç¤¹!"
 
@@ -3354,110 +3354,110 @@ msgstr "¥á¥ó¥Æ¥Ê"
 msgid "Host"
 msgstr "¥Û¥¹¥È"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "¥á¥â¥ê¤ò»È¤¤¤­¤ê¤Þ¤·¤¿¡£É½¼¨¤òÃæÃǤ·¤Þ¤¹!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "¥á¥â¥ê¤ò»È¤¤¤­¤ê¤Þ¤·¤¿¡£Å¾Á÷¤òÃæÃǤ·¤Þ¤¹!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr "*** ¥á¥â¥ê¤ò»È¤¤¤­¤ê¤Þ¤·¤¿ ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "̤ÃΤΥե£¡¼¥ë¥É¤Þ¤¿¤Ï¥ê¥ó¥¯¤Ç¤¹"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "¥Æ¥­¥¹¥ÈÆþÎÏ¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "¥Ñ¥¹¥ï¡¼¥ÉÆþÎÏ¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "¥é¥¸¥ª¥Ü¥¿¥ó"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "Á÷¿®¥Ü¥¿¥ó"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "¥ê¥»¥Ã¥È¥Ü¥¿¥ó"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "¥Ý¥Ã¥×¥¢¥Ã¥×¥á¥Ë¥å¡¼"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "±£¤µ¤ì¤¿¥Õ¥©¡¼¥à¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "¥Æ¥­¥¹¥ÈÆþÎÏ¥¨¥ê¥¢"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "ÈÏ°ÏÆþÎÏ¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "¥Õ¥¡¥¤¥ëÆþÎÏ¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "¥Æ¥­¥¹¥ÈÁ÷¿®¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "²èÁüÁ÷¿®¥Ü¥¿¥ó"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "keygen ¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "̤ÃΤΥե©¡¼¥à¥Õ¥£¡¼¥ë¥É"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¥Õ¥¡¥¤¥ë¤¬³«¤±¤Þ¤»¤ó¡£"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "%s ¤òÁ÷¿®Ãæ"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "¥Ï¥ó¥°¸¡½Ð: TextAnchor ¹½Â¤ÂΤ¬²õ¤ì¤Þ¤·¤¿ - ½ªÎ»¤ò¤ª´«¤á¤·¤Þ¤¹!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "ɽ¼¨Îΰè¤Ë¼ý¤Þ¤ë¤è¤¦¹Ô¤òÀÞ¤êÊÖ¤·¤Þ¤¹¤«?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Ť¹¤®¤ë¹Ô¤ÏÀÞ¤êÊÖ¤µ¤ì¤Þ¤¹!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Ť¹¤®¤ë¹Ô¤ÏÀÚ¤êµÍ¤á¤é¤ì¤Þ¤¹!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "¥Ð¥¤¥È"
 
@@ -3523,6 +3523,26 @@ msgstr "yes"
 msgid "no"
 msgstr "no"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "ÀâÌÀ:"
@@ -3611,23 +3631,23 @@ msgstr "¤³¤Î¥»¥Ã¥·¥ç¥ó¤Î´Ö¤Ï %s ¤«¤é¥Õ¥¡¥¤¥ë¤òÉüµì¤¹¤ë¤³¤È¤¬¤Ç¤­¤ë¤«¤â¤·¤ì¤Þ¤»¤ó
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "cgi ¥¹¥¯¥ê¥×¥È¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Îɤ¤¥¢¥É¥Ð¥¤¥¹"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "VMS ¤Ë¤·¤Æ¤Ï¤Ê¤«¤Ê¤«Í¥¤ì¤¿ http ¥µ¡¼¥Ð¤¬°Ê²¼¤«¤éÍøÍѲÄǽ¤Ç¤¹: "
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "¤³¤Î¥ê¥ó¥¯"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "¸½ºß˾¤ß¤¦¤ëºÇ¹â¿å½à¤Î CGI ¥¹¥¯¥ê¥×¥È¥µ¥Ý¡¼¥È¤òÈ÷¤¨¤Æ¤¤¤Þ¤¹¡£\n"
 
@@ -3651,31 +3671,31 @@ msgstr "ÆâÉô"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set ¥¨¥é¡¼¡¢¥×¥í¥°¥é¥à¤ò½ªÎ»¤·¤Þ¤¹"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "üËö¤Î½é´ü²½¤Ë¼ºÇÔ¤·¤Þ¤·¤¿ - üËö¤Î¥¿¥¤¥×¤¬ÉÔÌÀ?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "üËö ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï vt100¡¢200 ¤Ê¤É¤ÎüËö¾å¤Ç¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤¡£"
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "¤ª»È¤¤¤ÎüËö¥¿¥¤¥×¤¬Ê¬¤«¤ê¤Þ¤»¤ó!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "üËö¥¿¥¤¥×¤òÆþÎÏ:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "ÀßÄꤵ¤ì¤ëüËö¥¿¥¤¥×¤Ï"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3684,7 +3704,7 @@ msgstr ""
 "\n"
 "Ã×̿Ū¤Ê¥¨¥é¡¼¤¬ %s ¥Ð¡¼¥¸¥ç¥ó %s ¤ÇȯÀ¸¤·¤Þ¤·¤¿\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3856,7 +3876,7 @@ msgstr "±£¤µ¤ì¤¿¥ê¥ó¥¯:"
 msgid "References"
 msgstr "»²¾È"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "¸«¤¨¤ë¥ê¥ó¥¯"
 
@@ -4029,7 +4049,7 @@ msgstr "¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¥ª¥×¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤¬³«¤±¤Þ¤»¤ó"
 msgid "Specify permissions below:"
 msgstr "°Ê²¼¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò»ØÄê:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "½êÍ­¼Ô:"
 
@@ -4108,7 +4128,7 @@ msgid "Just a moment, ..."
 msgstr "¤ªÂÔ¤Á¤¯¤À¤µ¤¤ ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "¥¤¥ó¥¹¥È¡¼¥ë°ú¿ô¤òÀ¸À®¤¹¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4164,19 +4184,19 @@ msgstr "¤³¤Î¥á¥Ã¥»¡¼¥¸¤Ï°Ê²¼¤Ë¤è¤Ã¤Æ¼«Æ°Åª¤ËÀ¸À®¤µ¤ì¤Þ¤·¤¿: "
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Winsock ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "TMP ¤Ê¤¤¤· TEMP Îΰè¤òÀµ¤·¤¯ÄêµÁ¤·¤Ê¤±¤ì¤Ð*¤Ê¤ê¤Þ¤»¤ó*!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "¤½¤ó¤Ê¥Ç¥£¥ì¥¯¥È¥ê¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4187,7 +4207,7 @@ msgstr ""
 "ÄêµÁ¥Õ¥¡¥¤¥ë %s ¤¬ÍøÍѤǤ­¤Þ¤»¤ó¡£\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4198,7 +4218,7 @@ msgstr ""
 "Lynx ¥­¥ã¥é¥¯¥¿¥»¥Ã¥È¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4209,7 +4229,7 @@ msgstr ""
 "Lynx ÊÔ½¸¥Þ¥Ã¥×¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4220,159 +4240,159 @@ msgstr ""
 "Lynx ¥Õ¥¡¥¤¥ë %s ¤ÏÍøÍѤǤ­¤Þ¤»¤ó¡£\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Ãí°Õ: "
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "±Ê³Ū¥¯¥Ã¥­¡¼¤Î¾õÂ֤ϼ¡¤Î¥»¥Ã¥·¥ç¥ó¤Ë¤Ê¤é¤Ê¤¤¤ÈÊѹ¹¤µ¤ì¤Þ¤»¤ó¡£"
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ÉÔÌÀ¤Ê¥­¥ã¥é¥¯¥¿¥»¥Ã¥È %s ¤ò̵»ë¤·¤Þ¤¹¡£\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s ¥Ð¡¼¥¸¥ç¥ó %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "%s ¾å¤Ç %s %s ¤Ë¥Ó¥ë¥É¤µ¤ì¤Þ¤·¤¿¡£\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "¥«¥ó¥¶¥¹Âç³Ø¡¢CERN ¤È¤½¤Î¾¤Î¹×¸¥¼Ô¤¬Ãøºî¸¢¤òÊÝÍ­¤·¡¢"
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "GNU °ìÈ̸øÍ­»ÈÍѵöÂú·ÀÌó½ñ¤Î²¼¤ÇÇÛÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£"
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "¾Ü¤·¤¯¤Ï http://lynx.isc.org/ ¤È¥ª¥ó¥é¥¤¥ó¥Ø¥ë¥×¤ò¤´Í÷¤¯¤À¤µ¤¤¡£"
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó] [¥Õ¥¡¥¤¥ë]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "¥ª¥×¥·¥ç¥ó:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "ÆâÉô¥¨¥é¡¼: %d ¤ÏÉÔÀµ¤Ê¥Þ¥¦¥¹¥ê¥ó¥¯¤Ç¤¹!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "¥æ¡¼¥¶¤Ë¤è¤Ã¤Æ»ØÄꤵ¤ì¤¿ URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Enctype multipart/form-data ¤Ï¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó! Á÷¿®¤Ç¤­¤Þ¤»¤ó¡£"
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "¥Ø¥ë¥×²èÌÌ"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "¥·¥¹¥Æ¥à¥¤¥ó¥Ç¥Ã¥¯¥¹"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "¥á¥¤¥ó²èÌÌ¤Ø¤ÎÆþÎÏ"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "¼¡¤Î¥É¥­¥å¥á¥ó¥È¤¬Â¸ºß¤·¤Þ¤»¤ó"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "¤³¤Îʸ½ñ¤Î¥­¥ã¥é¥¯¥¿¥»¥Ã¥È¤ÏÌÀ¼¨Åª¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "°Ê²¼¤Ø°Üư:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "¥Ñ¥¹¤Î°ìÉô¤¬¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤òÊѹ¹¤Ç¤­¤Þ¤»¤ó"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "¸½ºß¤ÎÀßÄê¤Î²¼¤Çʸ½ñ¤òºÆ²ò¼áÃæ..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Ã×̿Ū¥¨¥é¡¼ - ½ÐÎÏ¥Õ¥¡¥¤¥ë %s ¤¬³«¤±¤Þ¤»¤ó\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "¸½ºß¤Î¥Ç¥£¥ì¥¯¥È¥ê:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-¥¤¥ó¥Ç¥Ã¥¯¥¹-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: ¥¹¥¿¡¼¥È¥Õ¥¡¥¤¥ë¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: ¥¹¥¿¡¼¥È¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«¡¢text/html ¤Ê¤¤¤· text/plain ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      ½ªÎ»¤·¤Þ¤¹..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-³¤­¤¢¤ê-"
 
@@ -4689,100 +4709,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "%s ¤ÇÀßÄê¥á¥Ë¥å¡¼¤òµ¯Æ°¤·¤Þ¤¹!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "((!) ¤¬¤Ä¤¤¤¿¥ª¥×¥·¥ç¥ó¤ÏÊݸ¤µ¤ì¤Þ¤»¤ó)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Á´ÈÌŪ¤ÊÀßÄê"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "¥æ¡¼¥¶¥â¡¼¥É"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "»ÈÍѤ¹¤ë¥¨¥Ç¥£¥¿"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "¸¡º÷¥¿¥¤¥×"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "¥¯¥Ã¥­¡¼"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "¥­¡¼¥Ü¡¼¥ÉÆþÎÏ"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "¥­¡¼¥Ñ¥Ã¥É¤Î¥â¡¼¥É"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs É÷¥­¡¼ÇÛÎó"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI É÷¥­¡¼ÇÛÎó"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "¹ÔÊÔ½¸¥¹¥¿¥¤¥ë"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "¥­¡¼¥Ü¡¼¥É¥ì¥¤¥¢¥¦¥È"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "ɽ¼¨¤È¥­¥ã¥é¥¯¥¿¥»¥Ã¥È"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "²¾Äꤹ¤ë¥­¥ã¥é¥¯¥¿¥»¥Ã¥È"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "ɽ¼¨¤¹¤ë¥­¥ã¥é¥¯¥¿¥»¥Ã¥È"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "²¾Äꤹ¤ë¥­¥ã¥é¥¯¥¿¥»¥Ã¥È"
 
@@ -4791,167 +4811,167 @@ msgstr "²¾Äꤹ¤ë¥­¥ã¥é¥¯¥¿¥»¥Ã¥È"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK ¥â¡¼¥É"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "À¸ 8 ¥Ó¥Ã¥È"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X ¥Ç¥£¥¹¥×¥ì¥¤"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "ʸ½ñ¤Î³°¸«"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "¿§¤òÉÕ¤±¤ë"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "¥«¡¼¥½¥ë¤ò¸«¤»¤ë"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "±£¤µ¤ì¤¿¥ê¥ó¥¯:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "¥¹¥¯¥í¡¼¥ë¥Ð¡¼¤òɽ¼¨"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "¥Õ¥£¡¼¥ë¥ÉÁªÂò»þ¤Ë¥Ý¥Ã¥×¥¢¥Ã¥×"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML ¥¨¥é¡¼¤«¤é¤Î²óÉü"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "²èÁü¤Îɽ¼¨"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "¾éĹ¤Ê²èÁüɽ¼¨"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "¥ê¥â¡¼¥È¥µ¡¼¥Ð¤ËžÁ÷¤µ¤ì¤ë¥Ø¥Ã¥À"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "¸Ä¿Í¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d ¥Ð¥¤¥ÈžÁ÷ºÑ"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "ɽ¼¨¤·¤¿¤¤¸À¸ì"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "ɽ¼¨¤·¤¿¤¤¥­¥ã¥é¥¯¥¿¡¼¥»¥Ã¥È"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "ɽ¼¨¤·¤¿¤¤¸À¸ì"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "User-Agent ¥Ø¥Ã¥À"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "¥ê¥¹¥Èɽ¼¨¤È¥Õ¥¡¥¤¥ë¤Ø¤Î¥¢¥¯¥»¥¹"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP ¥Ç¥£¥ì¥¯¥È¥ê¤Î¥½¡¼¥È´ð½à"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "¥í¡¼¥«¥ë¥Ç¥£¥ì¥¯¥È¥ê¤Î¥½¡¼¥È´ð½à"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "¥í¡¼¥«¥ë¥Ç¥£¥ì¥¯¥È¥ê¤Î¥½¡¼¥È½ç"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "¥É¥Ã¥È¥Õ¥¡¥¤¥ë¤òɽ¼¨"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "¥ê¥ó¥¯¤ò¼Â¹Ô"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "žÁ÷¥ì¡¼¥È¤òɽ¼¨"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "ÆÃÊÌ¥Õ¥¡¥¤¥ë¤È²èÌÌ"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "¥Þ¥ë¥Á¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ò»È¤¦"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "¥Ö¥Ã¥¯¥Þ¡¼¥¯¥Õ¥¡¥¤¥ë¤Î±ÜÍ÷/ÊÔ½¸"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "¥Þ¥ë¥Á¥Ö¥Ã¥¯¥Þ¡¼¥¯¥á¥Ë¥å¡¼¤Ø"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "¥Ö¥Ã¥¯¥Þ¡¼¥¯¥Õ¥¡¥¤¥ë"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "ˬ¤ì¤¿¥Ú¡¼¥¸"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "¥Õ¥¡¥¤¥ë¤ò±ÜÍ÷"
 
@@ -5106,191 +5126,218 @@ msgstr "Êѹ¹¤òºÆÆÉ¤ß¹þ¤ß"
 msgid "Your primary configuration"
 msgstr "ºÇ½é¤Ë»²¾È¤µ¤ì¤ëÀßÄê¥Õ¥¡¥¤¥ë¤Ï"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "¸½ºß¸«¤Æ¤¤¤ë¥Ç¥£¥ì¥¯¥È¥ê"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "̾Á°:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Ç¥£¥ì¥¯¥È¥ê"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥¢¥¤¥Æ¥à"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "¥Õ¥ë¥Í¡¼¥à:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "¥ê¥ó¥¯¤òé¤ì¤Þ¤»¤ó"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "¥Õ¥¡¥¤¥ë¤Ø¤Î¥Ý¥¤¥ó¥È:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "½êÍ­¼Ô¤Î̾Á°:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "¥°¥ë¡¼¥×¤Î̾Á°:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "¥Õ¥¡¥¤¥ë¥µ¥¤¥º:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "¥Ð¥¤¥È"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "ºîÀ®Æü»þ:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "ºÇ½ªÊѹ¹Æü»þ:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "ºÇ¸å¤Ë¥¢¥¯¥»¥¹¤µ¤ì¤¿Æü»þ:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "¥¢¥¯¥»¥¹µö²Ä"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "¥°¥ë¡¼¥×"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "¸½ºß¤¢¤Ê¤¿¤¬¸«¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "¥ê¥ó¥¯Ì¾"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "¥­¥ã¥é¥¯¥¿¥»¥Ã¥È:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "¥µ¡¼¥Ð:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Æü»þ:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "ºÇ½ª¹¹¿·:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Í­¸ú´ü¸Â:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cache-Control:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Content-Length:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "¸À¸ì:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Post ¥Ç¡¼¥¿:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Post ¥³¥ó¥Æ¥ó¥È¥¿¥¤¥×:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "½êÍ­¼Ô:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "¥µ¥¤¥º:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "¹Ô"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "¥â¡¼¥É:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "Ê£¿ô¥Õ¥©¡¼¥à¥â¡¼¥É"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "¥½¡¼¥¹"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "Ä̾ï"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr "¡¢°ÂÁ´"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr "¡¢ÆâÉô¥ê¥ó¥¯·Ðͳ"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr "¡¢¥­¥ã¥Ã¥·¥å̵¤·"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr "¡¢ISMAP ¥¹¥¯¥ê¥×¥È"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr "¡¢¥Ö¥Ã¥¯¥Þ¡¼¥¯¥Õ¥¡¥¤¥ë"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "¥â¡¼¥É:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥ê¥ó¥¯"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "¥á¥½¥Ã¥É:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Enctype:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "¾ì½ê: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(¥Õ¥©¡¼¥à¥Õ¥£¡¼¥ë¥É)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "¸½ºß¤Î¥Ú¡¼¥¸¤Ë¤Ï¥ê¥ó¥¯¤¬¤¢¤ê¤Þ¤»¤ó"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "¥µ¡¼¥Ð:"
@@ -5344,33 +5391,33 @@ msgstr "°Ê²¼¤Ë¥¢¥Ã¥×¥í¡¼¥É:"
 msgid "Upload options:"
 msgstr "¥¢¥Ã¥×¥í¡¼¥É¥ª¥×¥·¥ç¥ó:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "¤³¤Î URL ¥¹¥­¡¼¥à¤Ç¤ÏÁÛÄꤵ¤ì¤Æ¤¤¤Ê¤¤¥¢¥¯¥»¥¹¥×¥í¥È¥³¥ë¤Ç¤¹¡£"
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤¬Â¿¤¹¤®¤Þ¤¹"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "ÉÔÌÀ¤ÊÀ©¸Â"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "À©¸Â¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "À©¸Â¤ò°Ê²¼¤ËÀßÄê:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "HOME ¥Ç¥£¥ì¥¯¥È¥ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
diff --git a/po/lynx.pot b/po/lynx.pot
index 2bfb3fdd..439b2716 100644
--- a/po/lynx.pot
+++ b/po/lynx.pot
@@ -1,9 +1,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: lynx 2.8.6dev.4\n"
+"Project-Id-Version: lynx 2.8.6dev.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2780,7 +2780,7 @@ msgstr ""
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr ""
 
@@ -2805,7 +2805,7 @@ msgstr ""
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr ""
 
@@ -2834,25 +2834,25 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648
-#: WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650
+#: WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr ""
 
@@ -2996,16 +2996,16 @@ msgstr ""
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1572
-#: WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551
+#: WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr ""
@@ -3014,86 +3014,86 @@ msgstr ""
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587
+#: WWW/Library/Implementation/HTTCP.c:1566
 #: WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr ""
 
@@ -3106,7 +3106,7 @@ msgstr ""
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3116,7 +3116,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3126,27 +3126,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr ""
 
@@ -3154,7 +3154,7 @@ msgstr ""
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr ""
 
@@ -3332,110 +3332,110 @@ msgstr ""
 msgid "Host"
 msgstr ""
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr ""
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr ""
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr ""
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr ""
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr ""
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr ""
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr ""
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr ""
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr ""
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr ""
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr ""
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr ""
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr ""
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr ""
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr ""
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr ""
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr ""
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr ""
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr ""
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr ""
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr ""
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr ""
 
@@ -3501,6 +3501,26 @@ msgstr ""
 msgid "no"
 msgstr ""
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr ""
@@ -3574,23 +3594,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr ""
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr ""
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr ""
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr ""
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr ""
 
@@ -3614,38 +3634,38 @@ msgstr ""
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr ""
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr ""
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr ""
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr ""
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr ""
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr ""
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
 "A Fatal error has occurred in %s Ver. %s\n"
 msgstr ""
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3810,7 +3830,7 @@ msgstr ""
 msgid "References"
 msgstr ""
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr ""
 
@@ -3982,7 +4002,7 @@ msgstr ""
 msgid "Specify permissions below:"
 msgstr ""
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr ""
 
@@ -4061,7 +4081,7 @@ msgid "Just a moment, ..."
 msgstr ""
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4117,19 +4137,19 @@ msgstr ""
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr ""
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr ""
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr ""
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4137,7 +4157,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4145,7 +4165,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4153,7 +4173,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4161,159 +4181,159 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr ""
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr ""
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr ""
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr ""
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid ""
 "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr ""
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr ""
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr ""
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr ""
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr ""
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr ""
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr ""
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr ""
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr ""
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr ""
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr ""
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr ""
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr ""
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr ""
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr ""
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr ""
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr ""
 
@@ -4607,99 +4627,99 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr ""
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr ""
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr ""
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr ""
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr ""
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr ""
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr ""
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr ""
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr ""
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr ""
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr ""
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr ""
 
@@ -4708,164 +4728,164 @@ msgstr ""
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr ""
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr ""
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr ""
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr ""
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr ""
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr ""
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr ""
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr ""
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr ""
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr ""
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr ""
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr ""
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr ""
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr ""
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr ""
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr ""
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr ""
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr ""
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr ""
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr ""
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr ""
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr ""
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr ""
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr ""
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr ""
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr ""
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr ""
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr ""
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr ""
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr ""
 
@@ -5015,191 +5035,214 @@ msgstr ""
 msgid "Your primary configuration"
 msgstr ""
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr ""
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr ""
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr ""
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr ""
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr ""
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr ""
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr ""
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr ""
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+msgid "(bytes)"
+msgstr ""
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr ""
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr ""
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr ""
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr ""
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+msgid "Group:"
+msgstr ""
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr ""
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr ""
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr ""
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr ""
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr ""
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+msgid "Expires:"
 msgstr ""
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr ""
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr ""
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr ""
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr ""
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr ""
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr ""
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ""
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ""
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr ""
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr ""
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr ""
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr ""
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+msgid "Action:"
+msgstr ""
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr ""
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr ""
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 msgid "Server Headers:"
 msgstr ""
 
@@ -5246,33 +5289,33 @@ msgstr ""
 msgid "Upload options:"
 msgstr ""
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr ""
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr ""
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/nl.po b/po/nl.po
index 060b1d55..458fe4ef 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2000-04-08 21:13+02:00\n"
 "Last-Translator: Tijs van Bakel <smoke@casema.net>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -2796,7 +2796,7 @@ msgstr "Document met POST inhoud niet gevonden in cache.  Nog eens verzenden?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Laden niet voltooid."
 
@@ -2819,7 +2819,7 @@ msgstr "**** HTAccess: Geretourneerde status was: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Kan geen toegang krijgen"
 
@@ -2848,24 +2848,24 @@ msgstr "socket voor hoofdsocket"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Symbolische Koppeling"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Bezig met ophalen van FTP bestandenoverzicht."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d bytes overgezet (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "verbinden voor datastroom"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Bezig met ophalen van FTP bestand."
 
@@ -3016,15 +3016,15 @@ msgstr "Bezig met lezen van nieuws-artikel."
 msgid "Sorry, could not load requested news."
 msgstr "Sorry, kan het opgevraagde nieuws niet laden."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Adres heeft ongeldige poort"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Adres-lengte ziet er verkeerd uit"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Niet in staat om computer %s te vinden."
@@ -3033,86 +3033,86 @@ msgstr "Niet in staat om computer %s te vinden."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Ongeldige computernaam %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "%s verbinding met %s wordt gemaakt."
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "socket mislukt."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Het is mislukt de verbinding niet-blokkerend maken."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Verbinden mislukt (te vaak opnieuw geprobeerd)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Kon socket niet naar blokkerende modus herstellen."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Lezen uit socket mislukt na 180,000 (!) pogingen."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Dit programma ondersteunt geen HTTPS URL's."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Verbinding met server mislukt."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 #, fuzzy
 msgid "Retrying connection without TLS."
 msgstr "%s verbinding met %s wordt gemaakt."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Bezig met zenden van HTTP verzoek."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Onverwachte fout bij schrijven naar netwerk: verbinding verbroken."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP verzoek verzonden; wacht op antwoord."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Onverwachte fout bij lezen uit netwerk; verbinding verbroken."
 
@@ -3125,7 +3125,7 @@ msgstr "Onverwachte fout bij lezen uit netwerk; verbinding verbroken."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Onverwachte informatieve status ontvangen."
 
@@ -3135,7 +3135,7 @@ msgstr "Onverwachte informatieve status ontvangen."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Verzoek volbracht.  Herstel inhoud."
 
@@ -3145,27 +3145,27 @@ msgstr "Verzoek volbracht.  Herstel inhoud."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Kreeg een onverwachte 304 Niet Gewijzigd statusmelding."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Doorverwijzing van POST inhoud vereist toestemming van de gebruiker."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Heb POST inhoud.  Permanente doorverwijzing wordt behandeld als een tijdelijke.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Bezig opnieuw te proberen met informatie over toegangs-authorisatie."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Inhoud van het 401 bericht laten zien?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Inhoud van het 407 bericht laten zien?"
 
@@ -3173,7 +3173,7 @@ msgstr "Inhoud van het 407 bericht laten zien?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Onbekend status-antwoord van server!"
 
@@ -3361,111 +3361,111 @@ msgstr "Beheerder"
 msgid "Host"
 msgstr "Host"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Geen geheugen meer beschikbar, beeldweergave onderbroken!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Geen geheugen meer beschikbaar, overdracht zal worden afgebroken!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** GEHEUGEN VERMOEID ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "onbekend veld of link"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "tekst invoerveld"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "wachtwoord invoerveld"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "aanvinkvakje"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "drukknop"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "verzendknop"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "herstelknop"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "popup menu"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "verborgen form veld"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "tekst invoergebied"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "bereik invoerveld"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "bestandsnaam invoerveld"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "tekst-verzendveld"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "afbeelding-verzendknop"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "sleutelaanmaak veld"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "onbekend formulier veld"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 #, fuzzy
 msgid "Can't open file for uploading"
 msgstr "Kan bestand niet openen om te lezen."
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Bezig met verzenden van %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Regels omvouwen zodat alles zichtbaar is?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Erg lange regels zijn omgevouwen!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Erg lange regels zijn afgekapt!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3531,6 +3531,26 @@ msgstr "ja"
 msgid "no"
 msgstr "nee"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Omschrijving:"
@@ -3620,23 +3640,23 @@ msgstr "Het bestand is gedurende deze sessie wellicht terug te halen uit %s"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Geen toegang tot cgi script"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Goede Raad"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Een uitstekende http server voor VMS is bereikbaar via"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "deze link"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Het biedt voortreffelijke CGI script ondersteuning.\n"
 
@@ -3660,31 +3680,31 @@ msgstr "Intern"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set fout, programma wordt afgebroken"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Terminal initialisatie mislukt - onbekend terminal type?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "U moet een vt100 terminal of hoger gebruiken."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Uw terminal type is onbekend!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Voer een terminal type in:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINAL TYPE IS GEZET OP"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3693,7 +3713,7 @@ msgstr ""
 "\n"
 "Een fatale fout is opgetreden in %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3868,7 +3888,7 @@ msgstr "Verborgen links:"
 msgid "References"
 msgstr "Referenties"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Zichtbare links"
 
@@ -4041,7 +4061,7 @@ msgstr "Kan bestand met permissie-opties niet openen"
 msgid "Specify permissions below:"
 msgstr "Specificeer permissies hieronder:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Eigenaar:"
 
@@ -4120,7 +4140,7 @@ msgid "Just a moment, ..."
 msgstr "Een ogenblik gedlud, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Fout bij opbouwen van installatie-argumenten"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4176,19 +4196,19 @@ msgstr "Dit bericht is automatisch gegenereerd door"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Geen Winsock gevonden, sorry."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "U MOET een geldig TMP of TEMP gebied opgeven!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr " map"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4199,7 +4219,7 @@ msgstr ""
 "Configuratiebestand %s is niet beschikbaar.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4210,7 +4230,7 @@ msgstr ""
 "Lynx karaktersets zijn niet opgegeven.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4221,7 +4241,7 @@ msgstr ""
 "Lynx edit-kaart niet opgegeven.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4232,159 +4252,159 @@ msgstr ""
 "Lynx bestand %s is niet beschikbaar.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Let op:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "Voortbestaande stand van cookies wordt pas in volgende sessie gewijzigd."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ik negeer onbekende karakterset=%s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Versie %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Gebouwd op %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Copyrights in handen van `the University of Kansas', CERN, en andere medewerkers."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Gedistribueerd onder het GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Zie http://lynx.isc.org/ en de online help voor meer informatie."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "GEBRUIK: %s [opties] [bestand]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Opties zijn:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Ongeldige Optie: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Interne fout: Ongeldige muis link %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Een door de gebruiker opgegeven URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Enctype meerdelig/form-data nog niet ondersteund!  Kan niet verzenden."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Help Scherm"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Systeem Index"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Ingang naar begin scherm"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "de tekenverzameling voor dit document is expliciet opgegeven, sorry..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr " aan "
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Geen toegang tot map."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Document wordt opnieuw ontleed met huidige instellingen..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Fatale fout - kan uitvoerbestand %s niet openen\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Huidige map:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-index-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Geen toegang tot startbestand"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Beginbestand kan niet gevonden worden of is geen tekst/html of tekst/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Bezig met stoppen..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-meer-"
 
@@ -4700,100 +4720,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "Gebruik %s om naar het Opties-menu te gaan!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Persoonlijke voorkeuren"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Type gebruiker"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Zoekmethode"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookies"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Gedrag van numeriek eiland"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs toetsen"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI toetsen"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Karakterset op beeldscherm"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "Veronderstelde karakterset"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Karakterset op beeldscherm"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Veronderstelde karakterset"
 
@@ -4802,169 +4822,169 @@ msgstr "Veronderstelde karakterset"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK modus"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Kale 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Display"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Toon kleur"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Toon cursor"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Verborgen links:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 #, fuzzy
 msgid "Show scrollbar"
 msgstr "Toon kleur"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Menuutjes voor keuzevelden"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML foutcorrectie"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Afbeeldingen laten zien als"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Naam van afbeeldingen vermelden"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Kopteksten die overgedragen worden naar andere computers"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Persoonlijk e-mail adres"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "%d bytes overgezet"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Voorkeur voor taal van document"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Voorkeur voor karakterset"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Voorkeur voor taal van document"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "User-Agent koptekst"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Sorteercriteria voor FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Sorteercriteria lokale mappen"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Sorteercriteria lokale mappen"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Toon .-bestanden"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "verwijzingen die programma's starten"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Gegevensoverdracht voltooid"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Meervoudige boekenleggers"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Bekijk/wijzig Boekenlegger bestanden"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Ga naar multi-boekenlegger menu"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Boekenlegger bestand"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Bezochte Pagina's"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 #, fuzzy
 msgid "View the file "
 msgstr "Post het bestand"
@@ -5120,191 +5140,218 @@ msgstr "HERLAAD DE VERANDERINGEN"
 msgid "Your primary configuration"
 msgstr "Uw primaire configuratie"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "De map die u op dit moment bekijkt"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Naam:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Geselecteerde map"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Geselecteerd bestand"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Geselecteerde symbolische verwijzing"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Geselecteerd item"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Volledige naam:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "De verwijzing kan niet vervolgd worden"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Wijst naar bestand:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Naam van eigenaar"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Groepnaam:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Bestandsgrootte:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Aanmaakdatum:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Laatst veranderd op:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Laatst bezocht op:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Toegangsrechten"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Groep"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Het bestand dat u op dit moment bekijkt"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Linknaam:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Karakterset:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Datum:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Laatst veranderd:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;Vervalt op:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cache-Besturing:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Lengte inhoud:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Taal:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Post Informatie:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Inhoudstype Post:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Eigenaar:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "grootte:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "regels"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "modus:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "formulier modus"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "bron"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normaal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", veilig"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", via interne link"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", geen buffer"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP script"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", boekenleggerbestand"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "modus:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Link die nu geselecteerd is"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Methode:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Beveiligingstype:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Locatie: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Formulier veld)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Er zijn geen verwijzingen op de huidige pagina"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5358,34 +5405,34 @@ msgstr "Upload naar:"
 msgid "Upload options:"
 msgstr "Upload opties:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Onverwacht toegangsprotocol voor dit URL methode"
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Teveel tijdelijke bestanden"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 #, fuzzy
 msgid "unknown restriction"
 msgstr "onbekende beperking"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Er zijn geen beperkingen gesteld.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Gestelde beperkingen:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 31da4bce..6b5f1e3c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 1999-07-30 09:47-03:00\n"
 "Last-Translator: Ricardo Soares Guimarães <ricardo@conectiva.com.br>\n"
 "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -2794,7 +2794,7 @@ msgstr "Documento com ação de postagem não encontrado no cache. Reenviar?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Leitura incompleta"
 
@@ -2817,7 +2817,7 @@ msgstr "HTAccess: Retorno de estado foi: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Não foi possível acessar"
 
@@ -2846,24 +2846,24 @@ msgstr "socket para socket principal"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Ligação simbólica"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Recebendo lista de diretórios do FTP."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Transferidos %d bytes (%5d)."
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "conectado para dados"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Recebendo arquivo de FTP."
 
@@ -3014,15 +3014,15 @@ msgstr "Lendo objetos de NEWS."
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Comprimento do endereço parece estar errado"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Comprimento do endereço parece estar errado"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Imposs;ivel localizar servidor remoto %s."
@@ -3031,86 +3031,86 @@ msgstr "Imposs;ivel localizar servidor remoto %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Servidor inválido %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Conectando com %s em %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "Falha na conecção do socket."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Não foi possível criar conecção."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Conecção falhou apos 180,000 tentativas."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Impossível restaurar socket para blocagem."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Leitura do socket falhou após 180,000 tentativas."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Este programa não suporta URLs com HTTPS"
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Impossível conectar ao servidor remoto."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 #, fuzzy
 msgid "Retrying connection without TLS."
 msgstr "Conectando com %s em %s."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Enviando requisição HTTP."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Erro inesperado de gravação na rede; conecção abortada."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "Enviada requisição HTTP; aguardando resposta."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Erro inesperado de leitura na rede; conecção abortada."
 
@@ -3123,7 +3123,7 @@ msgstr "Erro inesperado de leitura na rede; conecção abortada."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Recebido informação de estado não solicitada."
 
@@ -3133,7 +3133,7 @@ msgstr "Recebido informação de estado não solicitada."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Estouro de requisição. Limpando pedido."
 
@@ -3143,27 +3143,27 @@ msgstr "Estouro de requisição. Limpando pedido."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Recebida resposta de valor 304."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Redirecionamento de postagem requer autorização do usuário."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Há uma ação de postagem.Tratando redirecionamento permanente como temporário.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Repetindo com informações de autorização de acesso."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Mostra o corpo da mensagem 401?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Mostra o corpo da mensagem 407?"
 
@@ -3171,7 +3171,7 @@ msgstr "Mostra o corpo da mensagem 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Resposta desconhecida de estado do servidor!"
 
@@ -3359,111 +3359,111 @@ msgstr "Mantenedor"
 msgid "Host"
 msgstr "Servidor"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Memória exaurida, apresentação interrompida!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Memória exaurida, srá interrompida a transferência!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr "*** MEMÓRIA EXAURIDA ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "Campo ou ligacão desconhecidos."
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "Campo de entrada de texto"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "Campo de entrada de senha"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "Caixa de checagem"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "Botão de rádio"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "Botão de envio"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "Botão de limpar"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "Menu de pop-up"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "Campo de formulário escondido"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "Área de entrada de texto"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "Faixa de entrada de texto"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "Campo de entrada de arquivo"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "Campo de envio de texto"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "Botão de imagem de envio de formulário"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "Campo de 'chave'"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "Campo desconhecido"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 #, fuzzy
 msgid "Can't open file for uploading"
 msgstr "Impossóvel abrir arquivo para descompressão!"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Enviando %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bytes"
 
@@ -3529,6 +3529,26 @@ msgstr "sim"
 msgid "no"
 msgstr "não"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Descrição:"
@@ -3614,23 +3634,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Impossível acessar script CGI"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Conselho útil"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Um excelente servidor de HTTP para VMS está dispinível via"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "esta ligação"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Provê o estado do suporte a scripts CGI\n"
 
@@ -3654,31 +3674,31 @@ msgstr "(interno)"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Inicialização do terminal falhou - Terminal de tipo desconhecido?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Você deve usar um terminal vt100, 200, etc... com este programa."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "O tipo do seu terminal é desconhecido!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Entre com o tipo do terminal:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINAL ESTÁ CONFIGURADO PARA"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3687,7 +3707,7 @@ msgstr ""
 "\n"
 "Um erro fatal ocorreu em %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3860,7 +3880,7 @@ msgstr "Ligações escondidas:"
 msgid "References"
 msgstr "Referências"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Ligações visíveis"
 
@@ -4033,7 +4053,7 @@ msgstr "Impossível abrir arquivo de opções de permissão"
 msgid "Specify permissions below:"
 msgstr "Especifique as permissões abaixo:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Dono:"
 
@@ -4112,7 +4132,7 @@ msgid "Just a moment, ..."
 msgstr "Só um momento..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4168,19 +4188,19 @@ msgstr "Esta mensagem foi gerada automaticamente por"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Não foi encontrado o Winsock, desculpe."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Você deve definir uma área TMP ou TEMP válida!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr " diretório"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4191,7 +4211,7 @@ msgstr ""
 "Arquivo %s de configuração não está disponível.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4202,7 +4222,7 @@ msgstr ""
 "Não foi declarada uma coleção de caracteres Lynx.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4213,7 +4233,7 @@ msgstr ""
 "Editor de mapas Lynx não foi declarado.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4224,159 +4244,159 @@ msgstr ""
 "Arquivo Lynx %s não está disponível.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr ""
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "O estado dos cookies permanentes será alterado na próxima seção."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Versão %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Criado em %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Copyrights mantidos pela University of Kansas, CERN, e outros colaboradores."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribuido pela GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Veja http://lynx.isc.org/ e o help on-line para mais informações."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "USO: %s [opções] [arquivo]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Opções são:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Opção inválida: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Uma URL especificada pelo usuário"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "multipart/form-data não é suportado ainda! Impossível enviar."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Tela de Ajuda"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Indexador de sistema"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Entrada na tela principal"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "O mapa de caracteres deve ser explicito no documento, desculpe..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr " para "
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Impossível acessar diretório."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Reinterpretando documento pelas opções atuais..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Erro fatal - não foi possível abrir arquivo %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Diretório corrente:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr " index"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Não foi possível acessar o arquivo principal"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Arquivo inicial não pode ser encontrado ou não é texto/HTML"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Saindo..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr ""
 
@@ -4692,100 +4712,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Preferências pessoais"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Modo usuário"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Editor"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr ""
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookies"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Modo Keypad"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Teclas Emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "Teclas VI"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Mostra mapa de caracteres"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "Assumindo mapa de caracteres do documento"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Mostra mapa de caracteres"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Assumindo mapa de caracteres do documento"
 
@@ -4794,169 +4814,169 @@ msgstr "Assumindo mapa de caracteres do documento"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "Modo CJK"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Raw 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "Visual X"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Mostra cor"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Mostra cursor"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Ligações escondidas:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 #, fuzzy
 msgid "Show scrollbar"
 msgstr "Mostra cor"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Pop-ups para os campos selecionados"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "Erro recuperando HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Mostra imagens"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Imagens explicitadas"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Cabeçalhos tranferidos ao servidor remoto"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Endereço pessoal de email"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "Transferidos %d bytes."
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Preferência de linguagem do documento."
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Preferências de mapa de caracteres do documento"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Preferência de linguagem do documento."
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Cabeçalho de Agente de Usuário"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Critérios de organização do FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Critérios de organizações dos diretórios locais"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Critérios de organizações dos diretórios locais"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Monstre arquivos de pontos"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Ligações de execução"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Transferência completada"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Multiplos Livros de Marcações"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Rever/editar arquivos de Livro de Marcações"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Ir para menu de multiplos livros de marcações"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Arquivo de Livro de marcações"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Página de ligações visitadas"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 #, fuzzy
 msgid "View the file "
 msgstr "Enviar arquivo por email"
@@ -5046,12 +5066,12 @@ msgstr "Linha 'infratora': "
 #: src/LYReadCFG.c:625
 #, c-format
 msgid "key remapping of %s to %s for %s failed\n"
-msgstr ""
+msgstr "Remapeamento de teclas de %s a %s falhar (%s)\n"
 
 #: src/LYReadCFG.c:632
 #, c-format
 msgid "key remapping of %s to %s failed\n"
-msgstr "Remapeamento de teclas\n"
+msgstr "Remapeamento de teclas de %s a %s falhar\n"
 
 #: src/LYReadCFG.c:653
 #, c-format
@@ -5112,191 +5132,218 @@ msgstr "RELER AS ALTERAÇÕES"
 msgid "Your primary configuration"
 msgstr "Sua configuração inicial"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Diretório que você está vendo atualmente"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Nome:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Diretório que você acabou de selecionar"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Arquivo que você acabou de selecionar"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Ligação simbólica que você acabou de selecionar"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Item que você acabou de selecionar"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Nome Completo:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Impossível seguir link"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Ponteiros para o arquivo:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Nome do dono:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Nome do grupo:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Tamanho do arquivo:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bytes"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Data de criação:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Última modificação:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Último acesso:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Permissões de acesso"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Grupo"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Arquivo que você está vendo atualmente."
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Nome da Ligação:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Mapa de caracteres:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Servidor:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Data:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Última modificação:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;EXpira:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Controle de cache:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Content-Length:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Lingua:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Data de postagem:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Postar tipo de documento:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Dono(s):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "Tamanho:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "linhas"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "modo:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "modo do formulário"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "fonte"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", salvo"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", ligação interna"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", sem cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", script ISMAP"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", arquivo de Livro de marcações"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "modo:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Ligação que você acabou de selecionar"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Metodo:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Enctype:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Localização:"
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Campo de formulário)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Sem ligações na página atual"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Servidor:"
@@ -5350,34 +5397,34 @@ msgstr "Enviar para:"
 msgid "Upload options:"
 msgstr "Opções de envio de arquivos:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 #, fuzzy
 msgid "unknown restriction"
 msgstr "Campo ou ligacão desconhecidos."
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Descrição:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index ab072acd..1870226d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5pre15\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2003-06-03 17:40+0400\n"
 "Last-Translator: Dmitry S. Sivachenko <mitya@cavia.pp.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -2791,7 +2791,7 @@ msgstr "äÏËÕÍÅÎÔ Ó ÓÏÄÅÒÖÉÍÙÍ POST ÎÅ ÎÁÊÄÅÎ × ËÜÛÅ.  ðÏÓÌÁÔØ ÓÎÏ×Á?"
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "úÁÇÒÕÚËÁ ÚÁ×ÅÒÛÅÎÁ ÎÅ ÐÏÌÎÏÓÔØÀ."
 
@@ -2814,7 +2814,7 @@ msgstr "**** HTAccess: ÷ÏÚ×ÒÁÝÅÎÎÙÊ ÓÔÁÔÕÓ: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "îÅÔ ÄÏÓÔÕÐÁ"
 
@@ -2843,24 +2843,24 @@ msgstr "ÓÏËÅÔ ÄÌÑ ×ÅÄÕÝÅÇÏ ÓÏËÅÔÁ"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "óÉÍ×ÏÌØÎÁÑ ÓÓÙÌËÁ"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "ðÏÌÕÞÅÎÉÅ FTP-ËÁÔÁÌÏÇÁ."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "ðÅÒÅÄÁÎÏ %d ÂÁÊÔ (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "ðÏÌÕÞÅÎÉÅ FTP-ÆÁÊÌÁ."
 
@@ -3011,15 +3011,15 @@ msgstr "þÔÅÎÉÅ ÓÔÁÔØÉ ÎÏ×ÏÓÔÅÊ."
 msgid "Sorry, could not load requested news."
 msgstr "îÅ ÕÄÁÅÔÓÑ ÚÁÇÒÕÚÉÔØ ÚÁÐÒÏÛÅÎÎÙÅ ÎÏ×ÏÓÔÉ, ÉÚ×ÉÎÉÔÅ."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "îÅ×ÅÒÎÙÊ ÐÏÒÔ Õ ÁÄÒÅÓÁ"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "äÌÉÎÁ ÁÄÒÅÓÁ ×ÙÇÌÑÄÉÔ ÎÅ×ÅÒÎÏÊ"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "îÅ ÕÄÁÅÔÓÑ ÏÂÎÁÒÕÖÉÔØ ÕÄÁÌÅÎÎÕÀ ÍÁÛÉÎÕ %s."
@@ -3028,85 +3028,85 @@ msgstr "îÅ ÕÄÁÅÔÓÑ ÏÂÎÁÒÕÖÉÔØ ÕÄÁÌÅÎÎÕÀ ÍÁÛÉÎÕ %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "îÅÐÒÁ×ÉÌØÎÏÅ ÉÍÑ ÍÁÛÉÎÙ %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ %s ÓÏÅÄÉÎÅÎÉÅ Ó %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "ÏÛÉÂËÁ ÓÏËÅÔÁ."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "ÏÛÉÂËÁ ÓÏËÅÔÁ: ÓÅÍÅÊÓÔ×Ï %d ÁÄÒÅÓ %s ÐÏÒÔ %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "îÅ ÕÄÁÅÔÓÑ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ (ÓÌÉÛËÏÍ ÍÎÏÇÏ ÐÏÐÙÔÏË)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "ïÛÉÂËÁ ÐÒÉ ÞÔÅÎÉÉ ÓÏËÅÔÁ × ÔÅÞÅÎÉÅ 180,000 ÐÏÐÙÔÏË."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "áÄÒÅÓ ÓÏÄÅÒÖÉÔ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "üÔÏÔ ËÌÉÅÎÔ ÎÅ ÓÏÄÅÒÖÉÔ ÐÏÄÄÅÒÖËÉ ÄÌÑ URL HTTPS."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "îÅ ÕÄÁÅÔÓÑ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ Ó ÕÄÁÌÅÎÎÏÊ ÍÁÛÉÎÏÊ."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "ðÏÐÙÔËÁ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÂÅÚ TLS."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "ïÛÉÂËÁ SSL:host(%s)!=cert(%s)-ðÒÏÄÏÌÖÉÔØ?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "âÅÚÏÐÁÓÎÏÅ HTTP-ÓÏÅÄÉÎÅÎÉÅ: %d ÂÉÔ %s (%s)"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "ðÏÓÙÌËÁ HTTP-ÚÁÐÒÏÓÁ."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "îÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ ÚÁÐÉÓÉ ÐÏ ÓÅÔÉ; ÓÏÅÄÉÎÅÎÉÅ ÐÒÅÒ×ÁÎÏ."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP-ÚÁÐÒÏÓ ÐÏÓÌÁÎ; ÏÖÉÄÁÅÔÓÑ ÏÔ×ÅÔ."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "îÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ ÞÔÅÎÉÑ ÐÏ ÓÅÔÉ; ÓÏÅÄÉÎÅÎÉÅ ÐÒÅÒ×ÁÎÏ."
 
@@ -3119,7 +3119,7 @@ msgstr "îÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ ÞÔÅÎÉÑ ÐÏ ÓÅÔÉ; ÓÏÅÄÉÎÅÎÉÅ ÐÒÅÒ×ÁÎÏ."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "ðÏÌÕÞÅÎ ÎÅÏÖÉÄÁÎÎÙÊ éÎÆÏÒÍÁÃÉÏÎÎÙÊ óÔÁÔÕÓ."
 
@@ -3129,7 +3129,7 @@ msgstr "ðÏÌÕÞÅÎ ÎÅÏÖÉÄÁÎÎÙÊ éÎÆÏÒÍÁÃÉÏÎÎÙÊ óÔÁÔÕÓ."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "úÁÐÒÏÓ ×ÙÐÏÌÎÅÎ.  ïÂÎÏ×ÌÅÎÉÅ óÏÄÅÒÖÉÍÏÇÏ."
 
@@ -3139,27 +3139,27 @@ msgstr "úÁÐÒÏÓ ×ÙÐÏÌÎÅÎ.  ïÂÎÏ×ÌÅÎÉÅ óÏÄÅÒÖÉÍÏÇÏ."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "ðÏÌÕÞÅÎ ÎÅÏÖÉÄÁÎÎÙÊ ÓÔÁÔÕÓ 304 (îÅ íÏÄÉÆÉÃÉÒÏ×ÁÎÏ)."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ POST ÔÒÅÂÕÅÔ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "éÍÅÅÔÓÑ ÓÏÄÅÒÖÉÍÏÅ POST. ôÒÁËÔÏ×ËÁ ðÏÓÔÏÑÎÎÏÇÏ ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ËÁË ÷ÒÅÍÅÎÎÏÇÏ.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "ðÏ×ÔÏÒÅÎÉÅ Ó ÉÎÆÏÒÍÁÃÉÅÊ Ï ÐÒÁ×ÁÈ ÄÏÓÔÕÐÁ."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "ðÏËÁÚÙ×ÁÔØ ÔÅÌÏ ÓÏÏÂÝÅÎÉÑ 401?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "ðÏËÁÚÙ×ÁÔØ ÔÅÌÏ ÓÏÏÂÝÅÎÉÑ 407?"
 
@@ -3167,7 +3167,7 @@ msgstr "ðÏËÁÚÙ×ÁÔØ ÔÅÌÏ ÓÏÏÂÝÅÎÉÑ 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÓÔÁÔÕÓ ÏÔ×ÅÔÁ ÏÔ ÓÅÒ×ÅÒÁ!"
 
@@ -3355,110 +3355,110 @@ msgstr "ïÔ×ÅÔÓÔ×ÅÎÎÙÊ"
 msgid "Host"
 msgstr "íÁÛÉÎÁ"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "ðÁÍÑÔØ ÉÓÞÅÒÐÁÎÁ, ÏÔÏÂÒÁÖÅÎÉÅ ÐÒÅÒ×ÁÎÏ!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "ðÁÍÑÔØ ÉÓÞÅÒÐÁÎÁ, ÐÅÒÅÄÁÞÁ ÄÁÎÎÙÈ ÂÕÄÅÔ ÐÒÅÒ×ÁÎÁ!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** ðáíñôø éóþåòðáîá ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "ÎÅÉÚ×ÅÓÔÎÏÅ ÐÏÌÅ ÉÌÉ ÓÓÙÌËÁ"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "ÐÏÌÅ ××ÏÄÁ ÔÅËÓÔÁ"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "ÐÏÌÅ ××ÏÄÁ ÐÁÒÏÌÑ"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "ÎÅÚÁ×ÉÓÉÍÁÑ ËÎÏÐËÁ"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "ÚÁ×ÉÓÉÍÁÑ ËÎÏÐËÁ"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "ËÎÏÐËÁ ÐÏÓÙÌËÉ"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "ËÎÏÐËÁ ÏÞÉÓÔËÉ"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "×ÓÐÌÙ×ÁÀÝÅÅ ÍÅÎÀ"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "ÓËÒÙÔÏÅ ÐÏÌÅ ÆÏÒÍÙ"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "ÏÂÌÁÓÔØ ××ÏÄÁ ÔÅËÓÔÁ"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "ÐÏÌÅ ××ÏÄÁ ÄÉÁÐÁÚÏÎÁ"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "ÐÏÌÅ ××ÏÄÁ ÆÁÊÌÁ"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ ÐÏÓÙÌËÉ"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "ÇÒÁÆÉÞÅÓËÁÑ ËÎÏÐËÁ ÐÏÓÙÌËÉ"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "ÐÏÌÅ keygen"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "ÎÅÉÚ×ÅÓÔÎÏÅ ÐÏÌÅ ÆÏÒÍÙ"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "îÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ÆÁÊÌ ÄÌÑ ÚÁÇÒÕÚËÉ!"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "ðÏÓÙÌËÁ %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "ðÅÒÅÎÅÓÔÉ ÓÔÒÏËÉ, ÞÔÏÂÙ ÐÏÐÁÓÔØ × ÏÂÌÁÓÔØ ÏÔÏÂÒÁÖÅÎÉÑ?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "ïÞÅÎØ ÄÌÉÎÎÙÅ ÓÔÒÏËÉ ÂÙÌÉ ÐÅÒÅÎÅÓÅÎÙ!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "ïÞÅÎØ ÄÌÉÎÎÙÅ ÓÔÒÏËÉ ÂÙÌÉ ÕÓÅÞÅÎÙ!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "ÂÁÊÔ"
 
@@ -3524,6 +3524,26 @@ msgstr "yes"
 msgid "no"
 msgstr "no"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "ïÐÉÓÁÎÉÅ:"
@@ -3613,23 +3633,23 @@ msgstr "æÁÊÌ ÍÏÖÅÔ ÂÙÔØ ×ÏÓÓÔÁÎÏ×ÌÅÎ ÉÚ %s × ÔÅÞÅÎÉÅ ÜÔÏÇÏ ÓÅÁÎÓÁ"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "ïÛÉÂËÁ ÄÏÓÔÕÐÁ Ë cgi-ÓËÒÉÐÔÕ"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "èÏÒÏÛÉÊ ÓÏ×ÅÔ"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "ïÔÌÉÞÎÙÊ http ÓÅÒ×ÅÒ ÄÌÑ VMS ÄÏÓÔÕÐÅÎ ÞÅÒÅÚ"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "ÜÔÕ ÓÓÙÌËÕ"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "ðÒÅÄÏÓÔÁ×ÌÑÅÍÁÑ ÉÍ ÐÏÄÄÅÒÖËÁ CGI-ÓËÒÉÐÔÏ× Ñ×ÌÑÅÔÓÑ ÐÏÓÌÅÄÎÉÍ ÓÌÏ×ÏÍ ÔÅÈÎÉËÉ.\n"
 
@@ -3653,31 +3673,31 @@ msgstr "÷ÎÕÔÒÅÎÎÉÊ"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "ÏÛÉÂËÁ cookie_domain_flag_set error, ÐÒÅÇÒÁÍÍÁ ÐÒÅÒÙ×ÁÅÔÓÑ"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "ïÛÉÂËÁ ÐÒÉ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÔÅÒÍÉÎÁÌÁ - ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ ÔÅÒÍÉÎÁÌÁ?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "ôÅÒÍÉÎÁÌ ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "ó ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ ×Ù ÄÏÌÖÎÙ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÅÒÍÉÎÁÌ vt100, 200, É Ô.Ä."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "ôÉÐ ×ÁÛÅÇÏ ôÅÒÍÉÎÁÌÁ ÎÅÉÚ×ÅÓÔÅÎ!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "÷×ÅÄÉÔÅ ÔÉÐ ÔÅÒÍÉÎÁÌÁ:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "ôéð ôåòíéîáìá õóôáîï÷ìåî ÷"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3686,7 +3706,7 @@ msgstr ""
 "\n"
 " ÷ %s ÷ÅÒ. %s ÐÒÏÉÚÏÛÌÁ ÆÁÔÁÌØÎÁÑ ÏÛÉÂËÁ.\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3859,7 +3879,7 @@ msgstr "óËÒÙÔÙÈ ÓÓÙÌÏË:"
 msgid "References"
 msgstr "óÓÙÌËÉ"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "÷ÉÄÉÍÙÅ ÓÓÙÌËÉ"
 
@@ -4032,7 +4052,7 @@ msgstr "îÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ÆÁÊÌ Ó ÏÐÃÉÑÍÉ ÐÒÁ× ÄÏÓÔÕÐÁ"
 msgid "Specify permissions below:"
 msgstr "õËÁÖÉÔÅ ÎÉÖÅ ÐÒÁ×Á ÄÏÓÔÕÐÁ:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "÷ÌÁÄÅÌÅÃ:"
 
@@ -4111,7 +4131,7 @@ msgid "Just a moment, ..."
 msgstr "íÉÎÕÔËÕ ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4167,19 +4187,19 @@ msgstr "üÔÏ ÓÏÏÂÝÅÎÉÅ ÂÙÌÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÓÇÅÎÅÒÉÒÏ×ÁÎÏ"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "ë ÓÏÖÁÌÅÎÉÀ Winsock ÎÅ ÎÁÊÄÅÎ."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "÷Ù äïìöîù ÏÐÒÅÄÅÌÉÔØ ÐÒÁ×ÉÌØÎÕÀ ÏÂÌÁÓÔØ TMP ÉÌÉ TEMP!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "îÅÔ ËÁÔÁÌÏÇÁ"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4190,7 +4210,7 @@ msgstr ""
 "ëÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ %s ÎÅ ÄÏÓÔÕÐÅÎ.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4201,7 +4221,7 @@ msgstr ""
 "ëÏÄÉÒÏ×ËÉ Lynx ÎÅ ÏÐÒÅÄÅÌÅÎÙ.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4209,7 +4229,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4220,158 +4240,158 @@ msgstr ""
 "æÁÊÌ Lynx %s ÎÅ ÄÏÓÔÕÐÅÎ.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "ðÒÅÄÕÐÒÅÖÄÅÎÉÅ:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "ÓÏÓÔÏÑÎÉÅ ÐÏÓÔÏÑÎÎÙÈ cookie ÂÕÄÅÔ ÉÚÍÅÎÅÎÏ ÔÏÌØËÏ × ÓÌÅÄÕÀÝÅÍ ÓÅÁÎÓÅ."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ÎÅÒÁÓÐÏÚÎÁÎÎÁÑ ËÏÄÉÒÏ×ËÁ=%s ÉÇÎÏÒÉÒÕÅÔÓÑ\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s ÷ÅÒÓÉÑ %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "óÏÂÒÁÎÏ %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "á×ÔÏÒÓËÉÅ ÐÒÁ×Á ÐÒÉÎÁÄÌÅÖÁÔ ÕÎÉ×ÅÒÓÉÔÅÔÕ ëÁÎÚÁÓÁ, CERN, É ÄÒÕÇÉÍ ÕÞÁÓÔÎÉËÁÍ."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "òÁÓÐÒÏÓÔÒÁÎÑÅÔÓÑ × ÒÁÍËÁÈ õÎÉ×ÅÒÓÁÌØÎÏÊ ïÂÝÅÓÔ×ÅÎÎÏÊ ìÉÃÅÎÚÉÉ GNU."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "óÍ. http://lynx.isc.org/ É ÐÏÍÏÝØ ÄÌÑ ÄÏÐÏÌÎÉÔÅÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "éóðïìøúï÷áîéå: %s [ËÌÀÞÉ] [ÆÁÊÌ]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "ëÌÀÞÉ:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: îÅ×ÅÒÎÁÑ ÏÐÃÉÑ: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ: îÅ×ÅÒÎÁÑ ÓÓÙÌËÁ ÍÙÛÉ %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "URL, ÕËÁÚÁÎÎÙÊ ÐÏÌØÚÏ×ÁÔÅÌÅÍ"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Enctype multipart/form-data ÅÝÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ!  îÅ ÕÄÁÅÔÓÑ ÐÏÓÌÁÔØ."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "üËÒÁÎ ðÏÍÏÝÉ"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "óÉÓÔÅÍÎÙÊ éÎÄÅËÓ"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "÷ÈÏÄ ÎÁ ÇÌÁ×ÎÙÊ ÜËÒÁÎ"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "óÌÅÄÕÀÝÉÊ ÄÏËÕÍÅÎÔ ÏÔÓÕÔÓÔ×ÕÅÔ"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "ÉÚ×ÉÎÉÔÅ, ËÏÄÉÒÏ×ËÁ ÄÌÑ ÜÔÏÇÏ ÄÏËÕÍÅÎÔÁ ÕËÁÚÁÎÁ Ñ×ÎÏ..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "ÐÅÒÅÊÔÉ ×:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "ëÏÍÐÏÎÅÎÔÁ ÐÕÔÉ ÎÅ Ñ×ÌÑÅÔÓÑ ËÁÔÁÌÏÇÏÍ"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "ÎÅ ÕÄÁÌÏÓØ ÉÚÍÅÎÉÔØ ËÁÔÁÌÏÇ"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "äÏËÕÍÅÎÔ ÒÁÚÂÉÒÁÅÔÓÑ ÚÁÎÏ×Ï Ó ÕÞÅÔÏÍ ÔÅËÕÝÉÈ ÕÓÔÁÎÏ×ÏË..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "æÁÔÁÌØÎÁÑ ÏÛÉÂËÁ - ÎÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ×ÙÈÏÄÎÏÊ ÆÁÊÌ %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "ôÅËÕÝÉÊ URL ÐÕÓÔ."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "ïÝÉÂËÁ ÐÒÉ ËÏÐÉÒÏ×ÁÎÉÉ × ÂÕÆÅÒ ÏÂÍÅÎÁ."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "URL ÄÏËÕÍÅÎÔÁ ÐÏÍÅÝÅÎ × ÂÕÆÅÒ ÏÂÍÅÎÁ."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "URL ÓÓÙÌËÉ ÐÏÍÅÝÅÎ × ÂÕÆÅÒ ÏÂÍÅÎÁ."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "URL × ÂÕÆÅÒÅ ÏÂÍÅÎÁ ÏÔÓÕÔÓÔ×ÕÅÔ."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-ÉÎÄÅËÓ-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: îÅÔ ÄÏÓÔÕÐÁ Ë ÎÁÞÁÌØÎÏÍÕ ÆÁÊÌÕ"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: îÁÞÁÌØÎÙÊ ÆÁÊÌ ÌÉÂÏ ÎÅ ÕÄÁÅÔÓÑ ÎÁÊÔÉ, ÌÉÂÏ ÏÎ ÎÅ text/html ÉÌÉ text/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      ÷ÙÈÏÄ..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-ÄÁÌÅÅ-"
 
@@ -4688,100 +4708,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "éÓÐÏÌØÚÕÊÔÅ %s ÄÌÑ ×ÙÚÏ×Á ÍÅÎÀ ðÁÒÁÍÅÔÒÏ×!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(ÐÁÒÁÍÅÔÒÙ, ÏÔÍÅÞÅÎÎÙÅ (!) ÓÏÈÒÁÎÅÎÙ ÎÅ ÂÕÄÕÔ)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "ïÂÝÉÅ ðÒÅÄÐÏÞÔÅÎÉÑ"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "òÅÖÉÍ ÐÏÌØÚÏ×ÁÔÅÌÑ"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "òÅÄÁËÔÏÒ"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "ôÉÐ ÐÏÉÓËÁ"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookie"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "÷×ÏÄ Ó ËÌÁ×ÉÁÔÕÒÙ"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "òÅÖÉÍ ÄÏÐÏÌÎÉÔÅÌØÎÏÊ ËÌÁ×ÉÁÔÕÒÙ"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "ëÌÁ×ÉÛÉ Emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "ëÌÁ×ÉÛÉ VI"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "óÔÉÌØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÔÒÏË"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "òÁÓËÌÁÄËÁ ËÌÁ×ÉÁÔÕÒÙ"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "ïÔÏÂÒÁÖÅÎÉÅ É îÁÂÏÒ óÉÍ×ÏÌÏ×"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "ðÏÄÒÁÚÕÍÅ×ÁÅÍÁÑ ËÏÄÉÒÏ×ËÁ ÄÏËÕÍÅÎÔÁ"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "ëÏÄÉÒÏ×ËÁ ÏÔÏÂÒÁÖÅÎÉÑ"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "ðÏÄÒÁÚÕÍÅ×ÁÅÍÁÑ ËÏÄÉÒÏ×ËÁ ÄÏËÕÍÅÎÔÁ"
 
@@ -4790,167 +4810,167 @@ msgstr "ðÏÄÒÁÚÕÍÅ×ÁÅÍÁÑ ËÏÄÉÒÏ×ËÁ ÄÏËÕÍÅÎÔÁ"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "òÅÖÉÍ CJK"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "îÅÏÂÒÁÂÏÔÁÎÎÙÊ 8-ÂÉÔÎÙÊ ÒÅÖÉÍ"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "üËÒÁÎ X"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "÷ÎÅÛÎÉÊ ×ÉÄ ÄÏËÕÍÅÎÔÁ"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "ðÏËÁÚÙ×ÁÔØ Ã×ÅÔ"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "ðÏËÁÚÙ×ÁÔØ ËÕÒÓÏÒ"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "óËÒÙÔÙÈ ÓÓÙÌÏË:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "ðÏËÁÚÙ×ÁÔØ ÐÏÌÏÓÕ ÐÒÏËÒÕÔËÉ"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "÷ÓÐÌÙ×ÁÀÝÉÅ ÍÅÎÀ ÄÌÑ ×ÙÂÒÁÎÎÙÈ ÐÏÌÅÊ"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "÷ÏÓÓÔÁÎÏ×ÌÅÎÉÅ ÏÔ ÏÛÉÂÏË × HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "ðÏËÁÚÁÔØ ÉÚÏÂÒÁÖÅÎÉÑ"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "úÁÍÅÎÑÔØ ÉÚÏÂÒÁÖÅÎÉÑ ÎÁ ÁÄÒÅÓÁ"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "úÁÇÏÌÏ×ËÉ, ÐÅÒÅÄÁÎÎÙÅ ÎÁ ÕÄÁÌÅÎÎÙÅ ÓÅÒ×ÅÒÙ"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "ðÅÒÓÏÎÁÌØÎÙÊ ÐÏÞÔÏ×ÙÊ ÁÄÒÅÓ"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "ðÅÒÅÄÁÎÏ %d ÂÁÊÔ"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "ðÒÅÄÐÏÞÉÔÁÅÍÙÊ ÑÚÙË ÄÏËÕÍÅÎÔÁ"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "ðÒÅÄÐÏÞÉÔÁÅÍÁÑ ËÏÄÉÒÏ×ËÁ ÄÏËÕÍÅÎÔÁ"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "ðÒÅÄÐÏÞÉÔÁÅÍÙÊ ÑÚÙË ÄÏËÕÍÅÎÔÁ"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "úÁÇÏÌÏ×ÏË User-Agent"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "÷Ù×ÏÄ ÓÐÉÓËÁ ÆÁÊÌÏ× É ÄÏÓÔÕÐ Ë ÎÉÍ"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "ëÒÉÔÅÒÉÊ ÓÏÒÔÉÒÏ×ËÉ FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "ëÒÉÔÅÒÉÊ ÓÏÒÔÉÒÏ×ËÉ ÌÏËÁÌØÎÏÇÏ ËÁÔÁÌÏÇÁ"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "ëÒÉÔÅÒÉÊ ÓÏÒÔÉÒÏ×ËÉ ÌÏËÁÌØÎÏÇÏ ËÁÔÁÌÏÇÁ"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "ðÏËÁÚÙ×ÁÔØ dot-ÆÁÊÌÙ"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "÷ÙÐÏÌÎÅÎÉÅ ÓÓÙÌÏË"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "ðÏËÁÚÙ×ÁÔØ ÓËÏÒÏÓÔØ ÐÅÒÅÄÁÞÉ"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "óÐÅÃÉÁÌØÎÙÅ ÆÁÊÌÙ É ÜËÒÁÎÙ"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "íÎÏÖÅÓÔ×ÅÎÎÙÅ ÚÁËÌÁÄËÉ"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "ðÒÏÓÍÏÔÒÅÔØ/ÏÔÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÁÊÌÁ ÚÁËÌÁÄÏË"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "ðÅÒÅÈÏÄ Ë ÍÅÎÀ ÍÎÏÖÅÓÔ×ÅÎÎÙÈ ÚÁËÌÁÄÏË"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "æÁÊÌ ÚÁËÌÁÄÏË"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "ðÏÓÅÝÅÎÎÙÅ ÓÔÒÁÎÉÃÙ"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "ðÒÏÓÍÏÔÒÅÔØ ÆÁÊÌ"
 
@@ -5105,191 +5125,218 @@ msgstr "ïâîï÷éôø éúíåîåîéñ"
 msgid "Your primary configuration"
 msgstr "÷ÁÛÁ ÏÓÎÏ×ÎÁÑ ËÏÎÆÉÇÕÒÁÃÉÑ"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "ëÁÔÁÌÏÇ, ËÏÔÏÒÙÊ ×Ù ÓÅÊÞÁÓ ÐÒÏÓÍÁÔÒÉ×ÁÅÔÅ"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "éÍÑ:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "ëÁÔÁÌÏÇ, ËÏÔÏÒÙÊ ×Ù ÓÅÊÞÁÓ ×ÙÂÒÁÌÉ"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "æÁÊÌ, ËÏÔÏÒÙÊ ×Ù ÓÅÊÞÁÓ ×ÙÂÒÁÌÉ"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "óÉÍ×ÏÌØÎÁÑ ÓÓÙÌËÁ, ËÏÔÏÒÕÀ ×Ù ÓÅÊÞÁÓ ×ÙÂÒÁÌÉ"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "üÌÅÍÅÎÔ, ËÏÔÏÒÙÊ ×Ù ÓÅÊÞÁÓ ×ÙÂÒÁÌÉ"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "ðÏÌÎÏÅ ÉÍÑ:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÌÅÄÏ×ÁÔØ ÐÏ ÓÓÙÌËÅ"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "õËÁÚÙ×ÁÅÔ ÎÁ ÆÁÊÌ:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "éÍÑ ×ÌÁÄÅÌØÃÁ:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "éÍÑ ÇÒÕÐÐÙ:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "òÁÚÍÅÒ ÆÁÊÌÁ:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "ÂÁÊÔ"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "äÁÔÁ ÓÏÚÄÁÎÉÑ:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "ðÏÓÌÅÄÎÑÑ ÍÏÄÉÆÉËÁÃÉÑ:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "ðÏÓÌÅÄÎÉÊ ÄÏÓÔÕÐ:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "ðÒÁ×Á ÄÏÓÔÕÐÁ"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "çÒÕÐÐÁ"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "æÁÊÌ, ËÏÔÏÒÙÊ ×Ù ÓÅÊÞÁÓ ÐÒÏÓÍÁÔÒÉ×ÁÅÔÅ"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "éÍÑ ÓÓÙÌËÉ:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "ëÏÄÉÒÏ×ËÁ:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "óÅÒ×ÅÒ:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "äÁÔÁ:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "ðÏÓÌ ÍÏÄ:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;õÓÔÁÒÅ×ÁÅÔ:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cache-Control:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Content-Length:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "ñÚÙË:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "äÁÎÎÙÅ Post:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "ôÉÐ ÓÏÄÅÒÖÉÍÏÇÏ Post:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "÷ÌÁÄÅÌØÃÙ:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "ÒÁÚÍÅÒ:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "ÓÔÒÏË"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "ÒÅÖÉÍ:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "ÒÅÖÉÍ Ó ÆÏÒÍÁÍÉ"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "ÉÓÈÏÄÎÙÊ ÔÅËÓÔ"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "ÏÂÙÞÎÙÊ"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", ÂÅÚÏÐÁÓÎÙÊ"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", ÞÅÒÅÚ ×ÎÕÔÒÅÎÎÀÀ ÓÓÙÌËÕ"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", ÎÅ ËÜÛÉÒÏ×ÁÔØ"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP-ÓËÒÉÐÔ"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", ÆÁÊÌ ÚÁËÌÁÄÏË"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "ÒÅÖÉÍ:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "óÓÙÌËÁ, ËÏÔÏÒÕÀ ×Ù ÓÅÊÞÁÓ ×ÙÂÒÁÌÉ"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "íÅÔÏÄ:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "ôÉÐ ÛÉÆÒÏ×ÁÎÉÑ:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "áÄÒÅÓ: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(ðÏÌÅ ÆÏÒÍÙ)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "îÁ ÜÔÏÊ ÓÔÒÁÎÉÃÅ ÎÅÔ ÓÓÙÌÏË"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "óÅÒ×ÅÒ:"
@@ -5343,33 +5390,33 @@ msgstr "úÁÇÒÕÚÉÔØ ×:"
 msgid "Upload options:"
 msgstr "ïÐÃÉÉ ÚÁÇÒÕÚËÉ:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "îÅÏÖÉÄÁÎÎÙÊ ÐÒÏÔÏËÏÌ ÄÏÓÔÕÐÁ ÄÌÑ ÜÔÏÊ ÓÈÅÍÙ URL."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ×ÒÅÍÅÎÎÙÈ ÆÁÊÌÏ×"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "ÎÅÉÚ×ÅÓÔÎÏÅ ÏÇÒÁÎÉÞÅÎÉÅ"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "ïÇÒÁÎÉÞÅÎÉÊ ÎÅ ÕÓÔÁÎÏ×ÌÅÎÙ.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "õÓÔÁÎÏ×ÌÅÎÎÙÅ ÏÇÒÁÎÉÞÅÎÉÑ:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "äÏÍÁÛÎÉÊ ËÁÔÁÌÏÇ ÎÅ ÎÁÊÄÅÎ"
 
diff --git a/po/sl.po b/po/sl.po
index bf809a79..e4563ae3 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,14 +1,14 @@
 # Slovenian translation of Lynx WWW browser.
 # Copyright (C) 1999 Free Software Foundation, Inc.
 # Roman Maurer <roman.maurer@hermes.si>, 1999.
-# @Id: sl.po 1.15 Wed, 30 Jun 2004 16:55:04 -0700 dickey @
+# @Id: sl.po 1.16 Sun, 10 Oct 2004 17:29:46 -0700 dickey @
 # @Source: po/sl.po @
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 1999-12-29 12:30 +0200\n"
 "Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -2788,7 +2788,7 @@ msgstr ""
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Nalaganje nepopolno."
 
@@ -2811,7 +2811,7 @@ msgstr ""
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Ne moremo dostopati"
 
@@ -2840,24 +2840,24 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Simbolna povezava"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Sprejemamo imenik za FTP."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Preneseno %d zlogov (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "povezava za podatke"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Jemljemo datoteko s FTP."
 
@@ -3003,15 +3003,15 @@ msgstr "Beremo novièarski èlanek."
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr ""
@@ -3020,85 +3020,85 @@ msgstr ""
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Neveljavno ime gostitelja %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "vtiènici je spodletelo."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Po¹iljamo zahtevek HTTP."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr ""
 
@@ -3111,7 +3111,7 @@ msgstr ""
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3121,7 +3121,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3131,27 +3131,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr ""
 
@@ -3159,7 +3159,7 @@ msgstr ""
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr ""
 
@@ -3343,111 +3343,111 @@ msgstr "Vzdr¾evalec"
 msgid "Host"
 msgstr "Gostitelj"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Pomnilnik izèrpan, prikaz prekinjen!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Pomnilnik izèrpan, prekinili bomo prenos!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr "*** POMNILNIK IZÈRPAN ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "neznano polje ali povezava"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "tekstovno vnosno polje"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "vnosno polje za geslo"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr ""
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "radijski gumb"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr ""
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr ""
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr ""
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr ""
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr ""
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr ""
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr ""
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr ""
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "gumb za po¹iljanje slike"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "polje za generiranje kljuèa"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr ""
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 #, fuzzy
 msgid "Can't open file for uploading"
 msgstr "Ne moremo odpreti izhodne datoteke!  Prekinitev!"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr ""
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "zlogov"
 
@@ -3513,6 +3513,26 @@ msgstr "da"
 msgid "no"
 msgstr "ne"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Opis:"
@@ -3586,23 +3606,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr ""
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Dober nasvet"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "Izvrsten stre¾nik HTTP za VMS je dostopen prek"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "te povezave"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Ponuja naravnost umetni¹ko podporo za skripte CGI.\n"
 
@@ -3626,31 +3646,31 @@ msgstr " (notranji)"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr ""
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "V tem programu morate uporabljati terminal vt100, 200, ipd."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Vrsta va¹ega terminala je neznana!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Vnesite vrsto terminala:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "VRSTA TERMINALA JE NASTAVLJENA NA"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3659,7 +3679,7 @@ msgstr ""
 "\n"
 "Usodna napaka se je pojavila v %s Ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3832,7 +3852,7 @@ msgstr "Skrite povezave:"
 msgid "References"
 msgstr "Sklici"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Vidne povezave"
 
@@ -4005,7 +4025,7 @@ msgstr ""
 msgid "Specify permissions below:"
 msgstr ""
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Lastnik:"
 
@@ -4084,7 +4104,7 @@ msgid "Just a moment, ..."
 msgstr ""
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4140,19 +4160,19 @@ msgstr ""
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Vtiènica Winsock ¾al ni bila najdena."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "MORATE nastaviti veljavno podroèje TMP ali TEMP!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr " imenik"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4163,7 +4183,7 @@ msgstr ""
 "Nastavitvena datoteka %s ni dostopna.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4174,7 +4194,7 @@ msgstr ""
 "Nabor znakov za Lynx ni bil doloèen.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4185,7 +4205,7 @@ msgstr ""
 "Urejevalna preslikava za Lynx ni bila doloèena.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4196,159 +4216,159 @@ msgstr ""
 "Datoteka %s za Lynx< ni dostopna.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr ""
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "stanje obstojnih pi¹kotov bo spremenjeno le v naslednji seji."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Razlièica %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Zgrajena na %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Pravice raz¹irjanja imajo Univerza v Kansasu, CERN in drugi sodelavci."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Raz¹irjano pod Splo¹no licenco GNU."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr ""
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr ""
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr ""
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr ""
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr ""
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr ""
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr " v "
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "Ne moremo dostopati do imenika."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr ""
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "Trenutni imenik:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr " stvarno kazalo"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr ""
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr ""
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr ""
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr ""
 
@@ -4651,99 +4671,99 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Sklici"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr ""
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr ""
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr ""
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr ""
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr ""
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr ""
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr ""
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr ""
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr ""
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr ""
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr ""
 
@@ -4752,167 +4772,167 @@ msgstr ""
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr ""
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr ""
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr ""
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr ""
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr ""
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "Skrite povezave:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr ""
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr ""
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr ""
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr ""
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr ""
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr ""
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr ""
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "Preneseno %d zlogov"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr ""
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr ""
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr ""
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr ""
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr ""
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr ""
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 #, fuzzy
 msgid "Local directory sort order"
 msgstr "Tega imenika ni mogoèe brati."
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr ""
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr ""
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Prenos podatkov konèan"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr ""
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr ""
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr ""
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr ""
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Stran z obiskanimi povezavami"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr ""
 
@@ -5061,191 +5081,217 @@ msgstr ""
 msgid "Your primary configuration"
 msgstr ""
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Ime:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr ""
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr ""
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr ""
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "©tevilo vrstic:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr ""
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr ""
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "zlogov"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr ""
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr ""
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr ""
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr ""
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Skupina"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr ""
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr ""
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr ""
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr ""
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr ""
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+msgid "Expires:"
 msgstr ""
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr ""
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr ""
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr ""
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr ""
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr ""
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr ""
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr " (je bil notranji)"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ""
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr ""
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr ""
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr ""
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr ""
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Lokacija: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr ""
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr ""
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 msgid "Server Headers:"
 msgstr ""
 
@@ -5292,34 +5338,34 @@ msgstr ""
 msgid "Upload options:"
 msgstr ""
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 #, fuzzy
 msgid "unknown restriction"
 msgstr "neznano polje ali povezava"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Opis:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/sv.po b/po/sv.po
index a6d6e526..95e27973 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.6-dev4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2004-06-05 21:02+0100\n"
 "Last-Translator: Peter Karlsson <peter@softwolves.pp.se>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -2788,7 +2788,7 @@ msgstr "Dokument med POST-data hittades ej i cache. Skicka in igen?"
 msgid "Loading failed, use a previous copy."
 msgstr "Hämtningen misslyckades, använder tidigare exemplar."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Hämtning ej komplett."
 
@@ -2811,7 +2811,7 @@ msgstr "**** HTAccess: Returnerad status var: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Kan inte komma åt"
 
@@ -2840,24 +2840,24 @@ msgstr "uttag (socket) för huvuduttag"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Symbolisk länk"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "Hämtar ftp-katalog."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "Överförde %d byte (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "ansluter för data"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "Hämtar ftp-fil."
 
@@ -3008,15 +3008,15 @@ msgstr "Läser artikel."
 msgid "Sorry, could not load requested news."
 msgstr "Kunde inte hämta begärda artiklar."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Adressen har en ogiltig port"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Adresslängden verkar ogiltig"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "Kan inte hitta värd %s."
@@ -3025,63 +3025,63 @@ msgstr "Kan inte hitta värd %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Ogiltigt värdnamn %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "Kopplar upp %s-anslutning till %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "uttag misslyckades."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "uttag misslyckades: familj %d adress %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Kunde inte koppla upp icke-blockerande anslutning."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Uppkoppling misslyckades (för många försök)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Kunde inte återställa blockering i uttag."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Läsning från uttag misslyckades 180.000 gånger."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "Adress innehåller användar-id: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Denna klient innehåller inte stöd för HTTPS-adresser."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Kan inte ansluta till värd."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Gör nytt försök; ansluter utan TLS."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL-fel:Hittar inte vanligt namn i certifikat-Fortsätta?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL-fel:värd(%s)!=cert(%s)-Fortsätta?"
@@ -3089,24 +3089,24 @@ msgstr "SSL-fel:värd(%s)!=cert(%s)-Fortsätta?"
 # %d = SSL_get_cipher_bits(handle,NULL)
 # %s = SSL_get_cipher_version(handle)
 # %s = SSL_get_cipher(handle)
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Säker %d-bitars HTTP-anslutning med %s (%s)"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "Sänder HTTP-fråga."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Oväntat skrivfel på nätverket; uppkopplingen avbröts."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP-fråga sänd; väntar på svar."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Oväntat läsfel på nätverket; uppkopplingen avbröts."
 
@@ -3119,7 +3119,7 @@ msgstr "Oväntat läsfel på nätverket; uppkopplingen avbröts."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Fick oväntad informationsstatus."
 
@@ -3129,7 +3129,7 @@ msgstr "Fick oväntad informationsstatus."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Frågan slutförd. Nollställ innehåll."
 
@@ -3139,27 +3139,27 @@ msgstr "Frågan slutförd. Nollställ innehåll."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Fick oväntad \"ej modifierad\"-(304)-status."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "Omdirigering av POST-innehåll kräver användarens samtycke."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "Har POST-innehåll. Behandlar permanent omdirigering som temporär.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Försöker igen med auktoriseringsinformation."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "Visa kroppen för 401-meddelandet?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "Via kroppen för 407-meddelandet?"
 
@@ -3167,7 +3167,7 @@ msgstr "Via kroppen för 407-meddelandet?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Okänt statussvar från server!"
 
@@ -3355,110 +3355,110 @@ msgstr "Ansvarig"
 msgid "Host"
 msgstr "Värd"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Minnet slut, visning avbruten!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Minnet slut, avbryter överföring!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** MINNET SLUT ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "okänt fält eller länk"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "textinmatningsfält"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "lösenordsinmatningsfält"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "kryssruta"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "radioknapp"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "sändknapp"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "nollställningsknapp"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "popup-meny"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "dolt formulärfält"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "textinmatningsområde"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "områdesinmatningsfält"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "filinmatningsfält"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "textsändfält"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "bildsändfält"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "nyckelgenerering misslyckades"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "okänt formulärfält"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Kan inte öppna fil för sändning"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "Skickar %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Hängning upptäckt: TextAnchor-struktur förstörd - föreslår avbrott!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Ombryt rader så att de passar i visat fält?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Mycket långa rader har ombrutits!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "mycket långa rader har trunkerats!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "byte"
 
@@ -3524,6 +3524,26 @@ msgstr "ja"
 msgid "no"
 msgstr "nej"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Beskrivning:"
@@ -3613,23 +3633,23 @@ msgstr "Filen kan kanske återskapas från %s under denna session"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "Kan inte nå cgi-skript"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Gott råd"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "En utmärkt http-server för VMS är tillgänglig via"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "denna länk"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Den ger förstklassigt stöd för CGI-skript.\n"
 
@@ -3653,31 +3673,31 @@ msgstr "Intern"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "\"cookie_domain_flag_set\"-fel, avbryter programmet"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Terminalinitiering misslyckades - okänd terminaltyp?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Terminal ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Du måste använda en vt100-, -200-, etc. -terminal med detta program."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Din terminaltyp är okänd!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Ange en terminaltyp:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "TERMINALTYP SATT TILL"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3686,7 +3706,7 @@ msgstr ""
 "\n"
 "Ett fatalt fel har uppstått i %s ver. %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3857,7 +3877,7 @@ msgstr "Dolda länkar:"
 msgid "References"
 msgstr "Referenser"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Synliga länkar"
 
@@ -4029,7 +4049,7 @@ msgstr "Kan inte öppna behörighetsalternativfil"
 msgid "Specify permissions below:"
 msgstr "Ange behörighet nedan:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Ägare:"
 
@@ -4108,7 +4128,7 @@ msgid "Just a moment, ..."
 msgstr "Ett ögonblick, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Fel vid uppbyggning av installationsflaggor"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4164,19 +4184,19 @@ msgstr "Detta meddelande automatgenererades av"
 msgid "No system mailer configured"
 msgstr "E-postprogram inte konfigurerat i systemet"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Ingen Winsock hittades, ursäkta."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Du MÅSTE ange ett giltigt TMP- eller TEMP-område!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Katalogen finns ej"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4187,7 +4207,7 @@ msgstr ""
 "Konfigurationsfil %s ej tillgänglig.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4198,7 +4218,7 @@ msgstr ""
 "Lynxteckenuppsättningar ej deklarerade.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4209,7 +4229,7 @@ msgstr ""
 "Lynxredigeringskarta ej deklarerad.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4220,160 +4240,160 @@ msgstr ""
 "Lynxfil %s ej tillgänglig.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Varning:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "varaktiga kakinställningar ändras endast i nästa session."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: ignorerar okänd teckenuppsättning %s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s version %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "Byggd %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Upphovsrätten ägs av University of Kansas, CERN, och andra bidragslämnare."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "Distribuerad enligt GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Se http://lynx.isc.org/ och direkthjälpen för ytterligare information."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "ANVÄNDNING: %s [flaggor] [fil]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Flaggorna är:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Okänd flagga: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Internt fel: Ogiltig muslänk %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "En adress angiven av användaren"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Kodningen multiport/form-data stöds inte ännu! Kan inte skicka."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Hjälpskärm"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Systemindex"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Ingång till huvudskärm"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Det finns inget nästa dokument"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "teckenuppsättning för detta dokumentet explicit deklarerat, ursäkta..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "byt katalog till:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "En del av sökvägen är inte en katalog"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "lyckades inte byta katalog"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Tolkar om dokumentet med aktuella inställningar..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Fatalt fel - kunde inte öppna utdatafil %s\n"
 
 # Kollas!
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "Tabellcentrering aktiverad."
 
 # Kollas!
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "Tabellcentrering inaktiverad."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Nuvarande adress är tom."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Misslyckades kopiera till urklipp."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "Dokumentadress lagd i urklipp."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "Länkadress lagd i urklipp."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Ingen adress i urklipp."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-index-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: Kan inte komma åt startfil"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Startfilen hittades inte eller är varken text/html eller text/plain"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Avslutar..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-mer-"
 
@@ -4679,99 +4699,99 @@ msgstr "Alla"
 msgid "Use %s to invoke the Options menu!"
 msgstr "Använd %s för att nå alternativmenyn!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(inställningar markerade med (!) kommer ej att sparas)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Allmänna inställningar"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Användarläge"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Redigeringsprogram"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Söktyp"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Säkerhet och personlig integritet"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Kakor"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Fråga för ogiltiga kakor"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "Fråga för SSL"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Tangentbordsindata"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Numeriskt tangentbord"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacstangenter"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI-tangenter"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Radredigeringsstil"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Tangentbordsmall"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Visning och teckenuppsättning"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Lokalbaserad teckenuppsättning"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Teckenuppsättning för visning"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Förvald dokumentteckenuppsättning"
 
@@ -4780,164 +4800,164 @@ msgstr "Förvald dokumentteckenuppsättning"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK-läge"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Rå 8-bitars"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X-display"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Dokumentutseende"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Visa färg"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Visa markör"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Stryk under länkar"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Visa rullningslist"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Popup för valfält"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML-felåterhämtning"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Visa bilder"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Pratsamma bilder"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Frågehuvud överfört till fjärrservrar"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Egen e-postadress"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr "Önskad mediatyp"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr "Önskade kodningsform"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Önskad dokumentteckenuppsättning"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Önskade dokumentspråk"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Webbläsaridentifiering"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Visning av och åtkomst till filer"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "Sortering för ftp-kataloger"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Sortering för lokala kataloger"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Sortering för lokala kataloger"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Visa punktfiler"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Exekveringslänkar"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Visa överföringshastighet"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Speciella filer och skärmar"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Multibokmärken"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Se/ändra bokmärkesfiler"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Gå till multibokmärkesmenyn"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Bokmärkesfil"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Besökta sidor"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Visa filen "
 
@@ -5092,191 +5112,218 @@ msgstr "HÄMTA OM ÄNDRINGARNA"
 msgid "Your primary configuration"
 msgstr "Din primära konfiguration"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Visad katalog"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Namn:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "Adress:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Markerade kataloger"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Markerade filer"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Markerade symboliska länkar"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Markerade poster"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Fullt namn:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Kan inte följa länk"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Pekar på fil:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Namn på ägare:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Gruppnamn:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Filstorlek:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "byte"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Skapad den:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Senast ändrad:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Senast åtkommen:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Åtkomstbehörighet"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Grupp"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Visad fil"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Länknamn:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Teckenuppsättning:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Server:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Datum:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Senaste ändring:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "Utgår:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Cachekontroll:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Datalängd:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Språk:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "\"POST\"-data:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "\"POST\"-datatyp:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Ägare:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "storlek:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "rader"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "läge:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "formulärläge"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "källkod"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", säker"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", via intern länk"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", ingen cache"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP-skript"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", bokmärkesfil"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "läge:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Markerad länk"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Metod:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Kodningstyp:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Plats: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Formulärfält)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Ingen länk på aktuell sida"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Server:"
@@ -5330,33 +5377,33 @@ msgstr "Skicka till:"
 msgid "Upload options:"
 msgstr "Insändningsalternativ:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "Adress till hämtat dokument lagt i urklipp."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Oväntat åtkomstprotokoll för denna adresstyp."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "För många temporärfiler"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "okänd begränsning"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Inga begränsningar satta.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Satta begränsningar:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "Hittar inte hemkatalogen (HOME)"
 
diff --git a/po/tr.po b/po/tr.po
index 5f3c76b2..a6406967 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx-2.8.6-dev4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2004-05-31 23:02+0300\n"
 "Last-Translator: Eyüp Hakan Duran <hakan_duran@hotmail.com>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -2790,7 +2790,7 @@ msgstr "Önbellekte POST içerikli belge bulunmadý.  Yeniden gönderilsin mi?"
 msgid "Loading failed, use a previous copy."
 msgstr "Yükleme baþarýsýz, önceki bir kopyayý kullanýn."
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "Yükleme tamamlanmadý."
 
@@ -2813,7 +2813,7 @@ msgstr "**** HTAccess: Dönen durum: %d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "Eriþilemiyor"
 
@@ -2842,24 +2842,24 @@ msgstr "ana soket için soket"
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "Simgesel Link"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "FTP dizini alýnýyor."
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "%d bayt aktarýldý (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr "veri için baðlan"
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "FTP dosyasý alýnýyor"
 
@@ -3010,15 +3010,15 @@ msgstr "Haber mesajý okunuyor."
 msgid "Sorry, could not load requested news."
 msgstr "Üzgünüm, istenen haber yüklenemedi."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "Adres portu geçersiz"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "Adres uzunluðu geçersiz görünüyor"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "%s adlý karþý makina konumlandýrýlamýyor."
@@ -3027,85 +3027,85 @@ msgstr "%s adlý karþý makina konumlandýrýlamýyor."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "Geçersiz makina adý %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "%2$s'e %1$s baðlantýsý kuruluyor"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr "soket baþarýsýz."
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr "soket baþarýsýz: aile %d adres %s port %s."
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr "Baðlantý engelsizleþtirilemedi (non-blocking)."
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "Baðlantý baþarýsýz (çok sayýda yeniden deneme)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr "Soket engellemeye (blocking) geri yüklenemedi."
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr "Soket okunmasý 180,000 kez baþarýsýz."
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "Adres bir kullanýcý adý içeriyor: %s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "Bu istemci HTTPS URL'ler için destek içermiyor."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "Karþý makinaya baðlanýlamadý."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "Baðlantý, TLS'siz tekrar deneniyor."
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr "SSL hatasý:sertifikada ortak ad bulunamadý-Devam?"
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL hatasý:makina(%s)!=sert(%s)-Devam edilsin mi?"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "Güvenli %d-bit %s (%s) HTTP baðlantýsý"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "HTTP istemi gönderiliyor."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "Umulmadýk aða yazma hatasý; baðlantý yarýda kesildi."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP istemi gönderildi; yanýt bekleniyor."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "Umulmadýk aða yazma hatasý; baðlantý yarýda kesildi."
 
@@ -3118,7 +3118,7 @@ msgstr "Umulmadýk aða yazma hatasý; baðlantý yarýda kesildi."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr "Umulmadýk Bilgisel Durum alýndý."
 
@@ -3128,7 +3128,7 @@ msgstr "Umulmadýk Bilgisel Durum alýndý."
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr "Ýstem karþýlandý.  Ýçeriði temizle."
 
@@ -3138,27 +3138,27 @@ msgstr "Ýstem karþýlandý.  Ýçeriði temizle."
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "Umulmadýk 304 Deðiþtirilmedi durumu alýndý."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "POST içeriðinin yeniden yönlendirilmesi kullanýcý onayý gerektirir."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr "POST içeriði mevcut.  Kalýcý Yeniden Yönlendirmeye Geçici muamelesi yapýlýyor.\n"
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr "Eriþim yetkilendirme bilgisiyle yeniden deneniyor."
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "401 mesaj gövdesi gösterilsin mi?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "407 mesaj gövdesi gösterilsin mi?"
 
@@ -3166,7 +3166,7 @@ msgstr "407 mesaj gövdesi gösterilsin mi?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "Sunucudan bilinmeyen durum yanýtý!"
 
@@ -3354,110 +3354,110 @@ msgstr "Yönetici"
 msgid "Host"
 msgstr "Bilgisayar"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "Bellek tükendi, görüntü kesildi!"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "Bellek tükendi, aktarým kesilecek!"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** BELLEK TÜKENDÝ ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "bilinmeyen alan ya da link"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "metin giriþ alaný"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "parola giriþ alaný"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "onay kutusu"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "radyo düðmesi"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "gönderme düðmesi"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "temizleme düðmesi"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "açýlýr menü"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "gizli form alaný"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "metin giriþ alaný"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr "erim giriþ alaný"
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "dosya giriþ alaný"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr "metin-gönderme alaný"
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "resim-gönderme alaný"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr "keygen alaný"
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "bilinmeyen form alaný"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "Yüklemek için dosya açýlamýyor."
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "%s gönderiliyor"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr "Takýlma Saptandý: TextAnchor struct bozuk - sonlandýrmanýz önerilir!"
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "Görüntülenen alana sýðmak üzere satýrlar sarmalansýn mý?"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "Çok uzun satýrlar sarmalandý!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr "Çok uzun satýrlarýn sonundan kýrpýldý!"
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "bayt"
 
@@ -3523,6 +3523,26 @@ msgstr "evet"
 msgid "no"
 msgstr "hayýr"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "Açýklama:"
@@ -3611,23 +3631,23 @@ msgstr "Dosya, bu oturum boyunca %s'den kurtarýlabilir"
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "cgi betiðine eriþilemiyor"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "Ýyi Öneri"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "VMS için kusursuz bir http sunucusu, þu link aracýlýðýyla"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "temin edilebilir"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr "Güncel CGI betik desteðini saðlar.\n"
 
@@ -3651,31 +3671,31 @@ msgstr "Dahili"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set hatasý, program yarýda kesiliyor"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "Uçbirim ön deðer atamasý baþarýsýz - bilinmeyen uçbirim türü?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "Uçbirim ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "Bu programla bir vt100, 200 vb. uçbirim kullanmalýsýnýz."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "Uçbirim türünüz bilinmiyor!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "Bir uçbirim türü giriniz:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "UÇBÝRÝM TÜRÜ AYARI"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3684,7 +3704,7 @@ msgstr ""
 "\n"
 "%2$s Sür. %1$s'de ölümcül bir hata oluþtu\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3855,7 +3875,7 @@ msgstr "Gizli Linkler:"
 msgid "References"
 msgstr "Referanslar"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "Görünür linkler"
 
@@ -4027,7 +4047,7 @@ msgstr "Ýzin seçenekleri dosyasý açýlamýyor"
 msgid "Specify permissions below:"
 msgstr "Ýzinleri aþaðýda belirtin:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "Sahip:"
 
@@ -4106,7 +4126,7 @@ msgid "Just a moment, ..."
 msgstr "Bir dakikacýk, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr "Kurma arg'larýný yapýlandýrmada hata"
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4162,19 +4182,19 @@ msgstr "Bu mesajý otomatik olarak oluþturan"
 msgid "No system mailer configured"
 msgstr "Ayarlanmýþ sistem postacýsý yok"
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "Winsock bulunamadý, üzgünüm."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "Geçerli bir TMP ya da TEMP alaný tanýmlamalýsýnýz!"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "Böyle bir dizin yok"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4185,7 +4205,7 @@ msgstr ""
 "Ayarlama dosyasý %s temin edilemiyor.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4196,7 +4216,7 @@ msgstr ""
 "Lynx karakter kümeleri bildirilmemiþ.\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4207,7 +4227,7 @@ msgstr ""
 "Lynx düzenleme eþlemi bildirilmemiþ.\n"
 "\n"
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4218,158 +4238,158 @@ msgstr ""
 "Lynx dosyasý %s temin edilemiyor.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "Uyarý:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr "kalýcý çerezler durumu, yalnýzca gelecek oturumda deðiþecek."
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx: tanýnmayan karakterkümesi=%s yoksayýlýyor\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s Sürüm %s (%s)"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "%s %s %s üzerine yapýlandýrýldý\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "Telif hakklarý Kansas Üniversitesi, CERN ve diðer katýlýmcýlar tarafýndan (saklý) tutulmaktadýr."
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "GNU Genel Kamu Lisansý altýnda daðýtýlmaktadýr."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "Daha fazla bilgi için http://lynx.isc.org/ ve çevrim içi yardýma bakýnýz."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "KULLANIM: %s [seçenekler] [dosya]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "Seçenekler:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: Geçersiz Seçenek: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr "Dahili hata: Geçersiz fare linki %d!"
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "Kullanýcý tarafýndan belirtilmiþ bir URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr "Enctip çok parçalý/form verisi henüz desteklenmiyor!  Gönderilemez."
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "Yardým Ekraný"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr "Sistem Ýndeksi"
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr "Ana ekrana giriþ"
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr "Sonrasýnda baþka belge yok"
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "bu belge için karakterkümesi özgün þekilde belirtilmiþtir, üzgünüm..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "hangi dizine cd:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "Yolun bileþenlerinden biri dizin deðildir"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "dizin deðiþtirme baþarýsýz"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "Mevcut ayarlarla belge yeniden ayrýþtýrýlýyor..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "Ölümcül hata - çýktý dosyasý %s açýlamýyor\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr "TABLO ortala(mayý) etkinleþtir."
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr "TABLO ortala(mayý) devre dýþý býrak."
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr "Mevcut URL boþ."
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr "Panoya kopyalama baþarýsýz."
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr "Belge URL'sini panoya koy."
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr "Link URL'sini panoya koy."
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr "Panoda URL yok."
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-indeks-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: baþlat dosyasýna (startfile) eriþilemiyor"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: Baþlat dosyasý bulunamýyor ya da html-metin ya da salt-metin deðil"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      Kapanýyor..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-devam-"
 
@@ -4674,99 +4694,99 @@ msgstr "Tümü"
 msgid "Use %s to invoke the Options menu!"
 msgstr "Seçenekler menüsünü çaðýrmak için %s kullanýnýz!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "((!) ile iþaretlenmiþ seçenekler kaydedilmeyecek)"
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "Genel Tercihler"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "Kullanýcý kipi"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "Düzenleyici"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "Arama Tipi"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr "Güvenlik ve Mahremiyet"
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Çerezler"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr "Geçersiz Çerez Bilgi Ýstemi"
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr "SSL Bilgi Ýstemi"
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Klavye Girdisi"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "Mini klavye(keypad) kipi"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs tuþlarý"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI tuþlarý"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "Satýr düzenleme stili"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Klavye yerleþimi"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Görüntüleme ve Karakter Kümesi"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr "Yerel tabanlý karakter kümesini kullan"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "Karakter kümesini görüntüle"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "Varsayýlan belge karakter kümesi"
 
@@ -4775,164 +4795,164 @@ msgstr "Varsayýlan belge karakter kümesi"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK kipi"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "Ham 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X Görüntüleme"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "Belge Görünümü"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Renkleri göster"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Ýmleci göster"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr "Linklerin altý çizili"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Kaydýrma çubuðunu göster"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "Seçme alanlar için açýlýrlar(popups)"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "HTML hata kurtarma"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Resimleri göster"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "Resimleri dillendir"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "Baþlýklar Karþý Sunuculara Aktarýldý"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "Kiþisel mektup adresi"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr "Tercih edilen ortam türü"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr "Tercih edilen kodlama"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Tercih edilen belge karakter kümesi"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Tercih edilen belge dili"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "Kullanýcý-Ajaný baþlýðý"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "Dosya Listeleme ve Eriþim"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP sýralama ölçütleri"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "Yerel dizin sýralama ölçütleri"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "Yerel dizin sýralama ölçütleri"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Nokta dosyalarý göster"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "Ýcra linkleri"
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Aktarým hýzýný göster"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "Özel Dosyalar ve Ekranlar"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "Çoklu-yer imleri"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "Yer Ými dosyalarýný gözden geçir/düzenle"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "Çoklu-yer imi menüsüne git"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "Yer Ýmleri dosyasý"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "Uðranan Sayfalar"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "Dosyayý görüntüle"
 
@@ -5087,191 +5107,218 @@ msgstr "DEÐÝÞÝKLÝKLERÝ YENÝDEN YÜKLE"
 msgid "Your primary configuration"
 msgstr "Birincil ayarlarýnýz"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "Halen görüntülediðiniz dizin"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "Ýsim:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "Halen seçilmiþ dizin"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "Halen seçilmiþ dosya"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "Halen seçilmiþ simgesel link"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "Halen seçilmiþ öðe"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "Tam isim:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr "Link takip edilemiyor"
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr "Ýmlediði dosya:"
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "Sahibinin adý:"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "Grup adý:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Dosya boyutu:"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "bayt"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "Oluþturulma tarihi:"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "Son deðiþiklik:"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "Son eriþim:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "Eriþim Ýzinleri"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "Grup"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "Halen görüntülediðiniz dosya"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Link adý:"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "Karakter Kümesi:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "Sunucu:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "Tarih:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "Son Kip:"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+#, fuzzy
+msgid "Expires:"
 msgstr "&nbsp;zamanaþýmý tarihi:"
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr "Önbellek-Konrolü:"
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "Ýçerik Uzunluðu:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "Dil:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr "Post Verisi:"
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr "Post Ýçerik Tipi:"
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "Sahip(ler):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "boyut:"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "satýr"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "kip:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr "form kipi"
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "kaynak"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "normal"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ", güvenli"
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ", dahili link aracýlýðýyla"
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ", ön belleksiz"
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ", ISMAP betiði"
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", yer imi dosyasý"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "kip:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "Halen seçmiþ olduðunuz link"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "Yöntem:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "Enctipi:"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "Konum: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(Form alaný)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "Mevcut sayfada link yok"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "Sunucu:"
@@ -5325,33 +5372,33 @@ msgstr "Yüklenecek yer:"
 msgid "Upload options:"
 msgstr "Yükleme seçenekleri:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr "Belge indirme URL'sini panoya koy."
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr "Bu URL þemasý için umulmadýk eriþim protokolü."
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "Çok sayýda geçici dosya"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "bilinmeyen kýsýtlama"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "Hiçbir kýsýtlama kurulmamýþ.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "Kurulmuþ kýsýtlamalar:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "EV dizini bulunamýyor"
 
diff --git a/po/uk.po b/po/uk.po
index 96b71bb2..461c86b9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,13 +3,13 @@
 # Volodymyr M. Lisivka <lvm@mystery.lviv.net>, 2003
 # Dmytro O. Redchuk <dor@kiev-online.net>, 2001-2002
 # Olexander Kunytsa <kunia@snark.ukma.kiev.ua>, 2000-2001
-# @Id: uk.po 1.8 Wed, 30 Jun 2004 16:55:04 -0700 dickey @
+# @Id: uk.po 1.9 Sun, 10 Oct 2004 17:29:46 -0700 dickey @
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5pre9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2003-01-22 18:21EEST\n"
 "Last-Translator: Volodymyr M. Lisivka <lvm@mystery.lviv.net>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -2865,7 +2865,7 @@ msgstr ""
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "úÁ×ÁÎÔÁÖÅÎÎÑ ÎÅ ÚÁ×ÅÒÛÅÎÏ."
 
@@ -2888,7 +2888,7 @@ msgstr ""
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "îÅ ÍÏÖÕ Ä¦ÓÔÁÔÉÓÑ"
 
@@ -2919,26 +2919,26 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "óÉÍ×ÏÌØÎÅ ÐÏÓÉÌÁÎÎÑ"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "ïÔÒÉÍÕ¤ÍÏ ËÁÔÁÌÏÇ FTP."
 
 # ÐÅÒÅËÁÞÁÎÏ! - ÂÏ ÎÅ ÚÎÁÀ, Õ ÑËÉÊ Â¦Ë
 # ÐÅÒÅËÁÞÁÎÏ! - ÂÏ ÎÅ ÚÎÁÀ, Õ ÑËÉÊ Â¦Ë
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "ðÅÒÅËÁÞÁÎÏ %d ÂÁÊÔ¦× (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "ïÔÒÉÍÕ¤ÍÏ ÆÁÊÌ FTP."
 
@@ -3089,15 +3089,15 @@ msgstr "ïÔÒÉÍÕ¤ÍÏ ÓÔÁÔÔÀ."
 msgid "Sorry, could not load requested news."
 msgstr "÷ÉÂÁÞÔÅ, ÎÅ ×ÄÁÌÏÓÑ ×ÉÔÑÇÔÉ ÂÁÖÁΦ ÎÏ×ÉÎÉ."
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "áÄÒÅÓÁ ÍÁ¤ ÎÅצÒÎÏÇÏ ÐÏÒÔÕ"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "äÏ×ÖÉÎÁ ÁÄÒÅÓÉ, ÓÈÏÖÅ, ÎÅצÒÎÁ"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "îÅ ÍÏÖÕ ÚÎÁÊÔÉ ×¦ÄÄÁÌÅÎÉÊ ÓÅÒ×ÅÒ %s."
@@ -3106,85 +3106,85 @@ msgstr "îÅ ÍÏÖÕ ÚÎÁÊÔÉ ×¦ÄÄÁÌÅÎÉÊ ÓÅÒ×ÅÒ %s."
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "îÅÐÒÁ×ÉÌØÎÅ ¦Í'Ñ ÍÁÛÉÎÉ %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "÷ÓÔÁÎÏ×ÌÀ¤ÍÏ %s Ú'¤ÄÎÁÎÎÑ ÄÏ %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "ú'¤ÄÎÁÔÉÓÑ ÎÅ ×ÄÁÌÏÓÑ (ÚÁÂÁÇÁÔÏ ÓÐÒÏÂ)."
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "ãÅÊ Ë̦¤ÎÔ ÎÅ ÍÁ¤ ЦÄÔÒÉÍËÉ ÄÌÑ HTTPS URL'¦×."
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "îÅÍÏÖÌÉ×Ï Ð¦Ä'¤ÄÎÁÔÉÓÑ ÄÏ ×¦ÄÄÁÌÅÎÏÇÏ ÓÅÒ×ÅÒÁ."
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "÷ÓÔÁÎÏ×ÌÀ¤ÍÏ %s Ú'¤ÄÎÁÎÎÑ ÄÏ %s"
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "îÁÄÓÉÌÁ¤ÍÏ ÚÁÐÉÔ HTTP."
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr "îÅÓÐÏĦ×ÁÎÁ ÐÏÍÉÌËÁ ÚÁÐÉÓÕ ÄÏ ÍÅÒÅÖ¦; Ú'¤ÄÎÁÎÎÑ Ï¦Ò×ÁÎÅ."
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "HTTP ÚÁÐÉÔÁ ÎÁĦÓÌÁÎÏ; ÞÅËÁ¤ÍÏ ÎÁ צÄÐÏצĨ."
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr "îÅÓÐÏĦ×ÁÎÁ ÐÏÍÉÌËÁ ÞÉÔÁÎÎÑ ¦Ú ÍÅÒÅÖ¦; Ú'¤ÄÎÁÎÎÑ Ï¦Ò×ÁÎÅ."
 
@@ -3197,7 +3197,7 @@ msgstr "îÅÓÐÏĦ×ÁÎÁ ÐÏÍÉÌËÁ ÞÉÔÁÎÎÑ ¦Ú ÍÅÒÅÖ¦; Ú'¤ÄÎÁÎÎÑ Ï¦Ò×ÁÎÅ."
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3207,7 +3207,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3217,27 +3217,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "ïÔÒÉÍÁÎÏ ÎÅÓÐÏĦ×ÁÎÏÇÏ ÓÔÁÔÕÓÁ 304 Not Modified."
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr "ðÅÒÅÎÁÐÒÁ×ÌÅÎÎÑ ×ͦÓÔÕ POST ×ÉÍÁÇÁ¤ ÄÏÚ×ÏÌÕ ËÏÒÉÓÔÕ×ÁÞÁ."
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "ðÏËÁÚÁÔÉ ÐÏצÄÏÍÌÅÎÎÑ ËÏÄÕ 401?"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "ðÏËÁÚÁÔÉ ÐÏצÄÏÍÌÅÎÎÑ ËÏÄÕ 407?"
 
@@ -3245,7 +3245,7 @@ msgstr "ðÏËÁÚÁÔÉ ÐÏצÄÏÍÌÅÎÎÑ ËÏÄÕ 407?"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "îÅצÄÏÍÉÊ ×¦ÄÇÕË ÓÔÁÔÕÓÕ ×¦Ä ÓÅÒ×ÅÒÁ!"
 
@@ -3435,112 +3435,112 @@ msgstr "óÕÐÒÏצÄ"
 msgid "Host"
 msgstr "èÏÓÔ"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr ""
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr ""
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr " *** ðáí'ñôø ÷éþåòðáîï ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "ÎÅצÄÏÍÅ ÐÏÌÅ ÞÉ ÐÏÓÉÌÁÎÎÑ"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "ÔÅËÓÔÏ×Å ÐÏÌÅ"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "ÐÏÌÅ ××ÏÄÕ ÐÁÒÏÌÑ"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr "ÐÅÒÅÍÉËÁÞ"
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr "ÒÁĦÏËÎÏÐËÁ"
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr "ËÎÏÐËÁ ÚÁÔ×ÅÒÄÖÅÎÎÑ"
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr "ËÌÁצÛÁ צÄͦÎÉ ÚͦÎ"
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr "×ÓÐÌÉ×ÁÀÞÅ ÍÅÎÀ"
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr "ÐÒÉÈÏ×ÁÎÅ ÐÏÌÅ ÆÏÒÍÉ"
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "ÔÅËÓÔÏ×Á ÏÂÌÁÓÔØ"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr ""
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "ÐÏÌÅ ××ÏÄÕ ÆÁÊÌÕ"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr ""
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr "ÚÏÂÒÁÖÅÎÎÑ-ËÎÏÐËÁ ÄÌÑ ×¦ÄÓÉÌËÉ"
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr ""
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr "ÎÅצÄÏÍÅ ÐÏÌÅ ÆÏÒÍÉ"
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ ÆÁÊÌ ÄÌÑ ÞÉÔÁÎÎÑ."
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr "úÁÔ×ÅÒÄÖÕ¤ÍÏ %s"
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr "äÕÖÅ ÄÏ×Ǧ ÒÑÄËÉ ÂÕÌÉ ÚÁ×ÅÒÎÕÔ¦!"
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
 # @ Gnome-find KDat karchiver karchiver.po kwuftpd lynx red-carpet
 # * Yuri Syrota <rasta@renome.rovno.ua>
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "ÂÁÊÔÉ"
 
@@ -3608,6 +3608,26 @@ msgstr "ÔÁË"
 msgid "no"
 msgstr "Φ"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr "ïÐÉÓ:"
@@ -3694,23 +3714,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "îÅÍÏÖÌÉ×Ï Ä¦ÓÔÁÔÉÓÑ ÄÏ ÓËÒÉÐÔÁ cgi"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "çÁÒÎÁ ðÏÒÁÄÁ"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr "þÕÄÏ×ÉÊ http ÓÅÒ×ÅÒ ÓÔÏÓÏ×ÎÏ VMS ÄÏÓÔÕÐÎÉÊ ÞÅÒÅÚ"
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr "ÃÅ ÐÏÓÉÌÁÎÎÑ"
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr ""
 
@@ -3736,31 +3756,31 @@ msgstr "÷ÎÕÔÒ¦ÛΦÊ"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "ÐÏÍÉÌËÁ Õ cookie_domain_flag_set, ÕÒÉ×Á¤ÍÏ ÐÒÏÇÒÁÍÕ"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "îÅ ×ÄÁÌÏÓÑ ¦Î¦Ã¦Á̦ÚÕ×ÁÔÉ ÔÅÒͦÎÁÌ - ÎÅצÄÏÍÉÊ ÔÉÐ ÔÅÒͦÎÁÌÕ?"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "ôÅÒͦÎÁÌ ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "÷É ÍÁ¤ÔÅ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ Ú Ã¦¤À ÐÒÏÇÒÁÍÏÀ ÔÅÒͦÎÁÌÉ vt100, 200 ÔÏÝÏ."
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "ôÉÐ ×ÁÛÏÇÏ ÔÅÒͦÎÁÌÕ ÎÅצÄÏÍÉÊ!"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "÷×ÅÄ¦ÔØ ÔÉÐ ÔÅÒͦÎÁÌÕ:"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "ôéð ôåòí¶îáìõ ÷óôáîï÷ìåîï õ"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3769,7 +3789,7 @@ msgstr ""
 "\n"
 "æÁÔÁÌØÎÁ ÐÏÍÉÌËÁ × %s, ×ÅÒÓ¦Ñ %s\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3945,7 +3965,7 @@ msgstr "ðÒÉÈÏ×ÁΦ ÐÏÓÉÌÁÎÎÑ:"
 msgid "References"
 msgstr "ðÏÓÉÌÁÎÎÑ"
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "÷ÉÄÉͦ ÐÏÓÉÌÁÎÎÑ"
 
@@ -4130,7 +4150,7 @@ msgstr ""
 msgid "Specify permissions below:"
 msgstr "÷ËÁÖ¦ÔØ ÐÒÁ×Á ÄÏÓÔÕÐÕ:"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "÷ÌÁÓÎÉË:"
 
@@ -4213,7 +4233,7 @@ msgid "Just a moment, ..."
 msgstr "úÁÞÅËÁÊÔÅ È×ÉÌØËÕ, ..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4272,21 +4292,21 @@ msgstr "ãÅ ÐÏצÄÏÍÌÅÎÎÑ ÚÇÅÎÅÒÏ×ÁÎÏ Á×ÔÏÍÁÔÉÞÎÏ ÍÎÏÀ,"
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "äÁÒÕÊÔÅ, Winsock ÎÅ ÚÎÁÊÄÅÎÏ."
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "÷É íõóéôå ×ËÁÚÁÔÉ TMP ÞÉ TEMP!"
 
 # ôåòí¶îïìïç¶ñ
 # msgstr "îÅÍÁ¤ ÔÁËÏÇÏ ËÁÔÁÌÏÇÕ"
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "ôÁËÏÇÏ ËÁÔÁÌÏÇÕ ÎÅÍÁ¤"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4297,7 +4317,7 @@ msgstr ""
 "æÁÊÌ ËÏÎÆ¦ÇÕÒÁÃ¦Ê %s ÎÅÄÏÓÔÕÐÎÉÊ.\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4305,7 +4325,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4313,7 +4333,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4324,161 +4344,161 @@ msgstr ""
 "æÁÊÌ Lynx %s ÎÅÄÏÓÔÕÐÎÉÊ.\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "õ×ÁÇÁ:"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr ""
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s ÷ÅÒÓ¦Ñ %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "ú¦ÂÒÁÎÏ ÎÁ %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr ""
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "òÏÚÐÏ×ÓÀÄÖÕ¤ÔØÓÑ ÚǦÄÎÏ Ú GNU General Public License."
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "äÉ× http://lynx.isc.org/ ÔÁ ÏÎÌÁÊÎ-ÄÏÐÏÍÏÇÕ, ÝÏ ×ÚÎÁÔÉ Â¦ÌØÛÅ."
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "÷éëïòéóôáîîñ: %s [ÐÁÒÁÍÅÔÒÉ] [ÆÁÊÌ]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "ðÁÒÁÍÅÔÒÉ:\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s: îÅצÒÎÉÊ ÐÁÒÁÍÅÔÒ: %s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "URL ×ËÁÚÁÎÉÊ ËÏÒÉÓÔÕ×ÁÞÅÍ"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "åËÒÁÎ äÏÐÏÍÏÇÉ"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr ""
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr ""
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "ÐÅÒÅÊÔÉ ÄÏ:"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "îÅ ÍÏÖÕ Ä¦ÓÔÁÔÉÓÑ ÄÏ ËÁÔÁÌÏÇÕ."
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "ïÐÒÁÃØÏ×Õ¤ÍÏ ÄÏËÕÍÅÎÔ ÚǦÄÎÏ Ú ÐÏÔÏÞÎÉÍÉ ÕÓÔÁÎÏ×ËÁÍÉ..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "æÁÔÁÌØÎÁ ÐÏÍÉÌËÁ - ÎÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ ×ÉȦÄÎÉÊ ÆÁÊÌ %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
 # ôåòí¶îïìïç¶ñ
 # ôåòí¶îïìïç¶ñ
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "ðÏÔÏÞÎÉÊ ËÁÔÁÌÏÇ:"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "-¦ÎÄÅËÓ-"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx: îÅÍÏÖÌÉ×Ï ÚÁ×ÁÎÔÁÖÉÔÉ ÓÔÁÒÔÏ×ÉÊ ÆÁÊÌ"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr "lynx: óÔÁÒÔÏ×ÏÇÏ ÆÁÊÌÕ ÎÅÍÁ, ÞÉ ×¦Î ÎÅ Õ ÆÏÒÍÁÔ¦ text/html (text/plain)"
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "     ÷ÉÈÏÄÉÍÏ..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "-ÄÁ̦-"
 
@@ -4804,13 +4824,13 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr "%s ×ÉËÌÉËÁ¤ íÅÎÀ îÁÌÁÛÔÕ×ÁÎØ!"
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr "(ÐÁÒÁÍÅÔÒÉ ×¦ÄͦÅΦ (!) ÎÅ ÂÕÄÕÔØ ÚÁÐÉÓÁΦ)"
 
 # @ GIMP lynx
 # * Yuri Syrota <rasta@renome.rovno.ua>
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "úÁÇÁÌØÎ¦ ÎÁÌÁÛÔÕ×ÁÎÎÑ"
 
@@ -4818,82 +4838,82 @@ msgstr "úÁÇÁÌØÎ¦ ÎÁÌÁÛÔÕ×ÁÎÎÑ"
 # Â¦ÌØÛÅ ÐÏÄÏÂÁ¤ÔØÓÑ "ËÏÒÉÓÔÕ×ÁÎÎÑ"
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "òÅÖÉÍ ËÏÒÉÓÔÕ×ÁÎÎÑ"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "òÅÄÁËÔÏÒ"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "ôÉÐ ÐÏÛÕËÕ"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "ëÏÒÖÉËÉ"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "÷×¦Ä Ú ËÌÁצÁÔÕÒÉ"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "ãÉÆÒÏ×Á ËÌÁצÁÔÕÒÁ"
 
 # msgstr "ëÌÁצۦ Emacs"
 # msgstr "ëÌÁצۦ Emacs"
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "ëÌÀÞ¦ Emacs"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "ëÌÀÞ¦ VI"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "òÏÚËÌÁÄËÁ ËÌÁצÁÔÕÒÉ"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "äÉÓÐÌÅÊ ÔÁ ÎÁÂ¦Ò ÓÉÍ×Ï̦×"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "÷×ÁÖÁÔÉ ËÏÄÕ×ÁÎÎÑÍ ÄÏËÕÍÅÎÔÁ"
@@ -4903,11 +4923,11 @@ msgstr "÷×ÁÖÁÔÉ ËÏÄÕ×ÁÎÎÑÍ ÄÏËÕÍÅÎÔÁ"
 # ???
 # msgstr "îÁÂ¦Ò ÓÉÍ×ÏÌ¦× ÄÉÓÐÌÅÀ"
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "îÁÂ¦Ò ÓÉÍ×ÏÌ¦× ÄÉÓÐÌÅÑ"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "÷×ÁÖÁÔÉ ËÏÄÕ×ÁÎÎÑÍ ÄÏËÕÍÅÎÔÁ"
 
@@ -4916,69 +4936,69 @@ msgstr "÷×ÁÖÁÔÉ ËÏÄÕ×ÁÎÎÑÍ ÄÏËÕÍÅÎÔÁ"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "òÅÖÉÍ CJK"
 
 # msgstr "óÐÒÁ×ÖΦ 8¦Ô"
 # ÍÏÖÅ "8-bit - ÑË ¤" ?-)
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "òÅÖÉÍ Raw 8-bit"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X äÉÓÐÌÅÊ"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "÷ÉÇÌÑÄ ÄÏËÕÍÅÎÔÁ"
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "ðÏËÁÚÕ×ÁÔÉ ËÏÌØÏÒÉ"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "ðÏËÁÚÕ×ÁÔÉ ËÕÒÓÏÒ"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "ðÒÉÈÏ×ÁΦ ÐÏÓÉÌÁÎÎÑ:"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "ðÏËÁÚÕ×ÁÔÉ ËÏÌØÏÒÉ"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr "òÏÚËÒÉÔÔÑ ÐÏÌ¦× ×ÉÂÏÒÕ"
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr "÷ÉÐÒÁ×ÌÑÎÎÑ ÐÏÍÉÌÏË HTML"
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "ðÏËÁÚÕ×ÁÔÉ ÚÏÂÒÁÖÅÎÎÑ"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "äÏÄÁÔËÏ×Ï ÐÒÏ ÚÏÂÒÁÖÅÎÎÑ"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "úÁÇÏÌÏ×ËÉ ÄÌÑ îÁÄÓÉÌÁÎÎÑ ÎÁ óÅÒ×ÅÒÉ"
 
@@ -4988,35 +5008,35 @@ msgstr "úÁÇÏÌÏ×ËÉ ÄÌÑ îÁÄÓÉÌÁÎÎÑ ÎÁ óÅÒ×ÅÒÉ"
 # msgstr "áÄÒÅÓÁ ÅÌÅËÔÒÏÎÎϧ ÐÏÛÔÉ"
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "ðÅÒÓÏÎÁÌØÎÁ ÐÏÛÔÏ×Á ÁÄÒÅÓÁ"
 
 # ÐÅÒÅËÁÞÁÎÏ - ÂÏ ÎÅ ÚÎÁÀ, ËÕÄÉ, Õ ÑËÉÊ Â¦Ë.
 # ÐÅÒÅËÁÞÁÎÏ - ÂÏ ÎÅ ÚÎÁÀ, ËÕÄÉ, Õ ÑËÉÊ Â¦Ë.
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "ðÅÒÅËÁÞÁÎÏ %d ÂÁÊÔ¦×"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "õÌÀÂÌÅÎÁ ÍÏ×Á ÄÏËÕÍÅÎÔÁ"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "õÌÀÂÌÅÎÉÊ ÎÁÂ¦Ò ÓÉÍ×Ï̦×"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "õÌÀÂÌÅÎÁ ÍÏ×Á ÄÏËÕÍÅÎÔÁ"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "úÁÇÏÌÏ×ÏË User-Agent"
 
@@ -5027,70 +5047,70 @@ msgstr "úÁÇÏÌÏ×ÏË User-Agent"
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "óÐÉÓËÉ ÔÁ äÏÓÔÕÐ ÄÏ æÁÊ̦×"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "ëÒÉÔÅÒ¦Ê ÓÏÒÔÕ×ÁÎÎÑ ËÁÔÁÌÏÇ¦× FTP"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "ëÒÉÔÅÒ¦Ê ÓÏÒÔÕ×ÁÎÎÑ ÌÏËÁÌØÎÉÈ ËÁÔÁÌÏǦ×"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "ðÏÒÑÄÏË ÓÏÒÔÕ×ÁÎÎÑ ÌÏËÁÌØÎÉÈ ËÁÔÁÌÏǦ×"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "ðÏËÁÚÕ×ÁÔÉ ÐÒÉÈÏ×ÁΦ ÆÁÊÌÉ"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr "úÁÐÕÓËÁÎÎÑ ÐÒÏÇÒÁÍ ÚÁ ÐÏÓÉÌÁÎÎÑÍÉ"
 
 # ÐÅÒÅËÁÞÕ×ÁÎÎÑ - ÂÏ ÎÅ ÚÎÁÀ, ËÕÄÉ, Õ ÑËÉÊ Â¦Ë.
 # (×ÖÅ ËÒÁÝÅ "ÐÅÒÅÄÁ×ÁÎÎÑ", ÂÏ ÐÅÒÅÄÁÞÁ - ÎÅ ÚÏ×Ó¦Í ÐÒÏÃÅÓ, ÎÁÞÅ)
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "ðÅÒÅËÁÞÕ×ÁÎÎÑ ÄÁÎÉÈ ÚÁ×ÅÒÛÅÎÏ."
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "óÐÅæÁÌØÎ¦ æÁÊÌÉ ÔÁ åËÒÁÎÉ"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "þÉÓÅÌØÎ¦ ÆÁÊÌÉ ÚÁËÌÁÄÉÎÏË"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "ðÒÏÄÉ×ÉÔÉÓÑ/òÅÄÁÇÕ×ÁÔÉ ÚÁËÌÁÄÉÎËÉ"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "ðÅÒÅÊÔÉ ÄÏ ÍÅÎÀ multi-bookmar"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "æÁÊÌ ÚÁËÌÁÄÉÎÏË"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "ðÒÏÇÌÑÎÕÔ¦ ÓÔÏÒ¦ÎËÉ"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr "ðÅÒÅÇÌÑÎÕÔÉ ÆÁÊÌ "
 
@@ -5239,203 +5259,231 @@ msgstr "ðåòåþéôáôé"
 msgid "Your primary configuration"
 msgstr "÷ÁÛÁ ÏÓÎÏ×ÎÁ ËÏÎÆ¦ÇÕÒÁæÑ"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "ëÁÔÁÌÏÇ, ÑËÉÊ ×É ÚÁÒÁÚ ÐÅÒÅÇÌÑÄÁ¤ÔÅ"
 
 # @ Dia GIMP Gabber Galeon- Ximian-setup-tools balsa control-center evolution gimp gimp-std-plugins- glade- gnome-core gnome-libs gnome-pim gnomeicu gphoto graphite guppi kandy kandy.po kateprojectmanager.po kcmemail kcmkio kde-i18n_4:2.2.2-2_kdeprintfax.po kdelibs kmail kmenuedit knode koffice korganizer ksysguard kword lynx pybliographer red-carpet rpmdrake screem userdrake xchat
 # * Yuriy Syrota <yuri@renome.rovno.ua>
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "îÁÚ×Á:"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "URL:"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "ëÁÔÁÌÏÇ, ÑËÉÊ ÚÁÒÁÚ ×ÉĦÌÅÎÏ"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "æÁÊÌ, ÑËÉÊ ÚÁÒÁÚ ×ÉĦÌÅÎÏ"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr ""
 
 # 8-| ÎÅ ÚÎÁÀ...
 # msgstr " ðÏ×ÎÁ ÎÁÚ×Á:"
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "ðÏ×ÎÅ ¦Í'Ñ:"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr ""
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr ""
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "      ÷ÌÁÓÎÉË:"
 
 # @ evolution kuser lynx
 # * Andriy Rysin <arysin@yahoo.com>
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "îÁÚ×Á ÇÒÕÐÉ:"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "òÏÚÍ¦Ò ÆÁÊÌÕ:"
 
-#: src/LYShowInfo.c:191
+# @ Gnome-find KDat karchiver karchiver.po kwuftpd lynx red-carpet
+# * Yuri Syrota <rasta@renome.rovno.ua>
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "ÂÁÊÔÉ"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "     óÔ×ÏÒÅÎÏ:"
 
 # @ KDat lynx
 # * Andriy Rysin <arysin@yahoo.com>
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "ïÓÔÁÎÎÑ ÍÏÄÉÆ¦ËÁæÑ:"
 
 # @ KDat lynx
 # * Andriy Rysin <arysin@yahoo.com>
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "ïÓÔÁÎΤ Ú×ÅÒÎÅÎÎÑ:"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "ðÒÁ×Á ÄÏÓÔÕÐÕ"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "çÒÕÐÁ"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "æÁÊÌ, ÑËÉÊ ×É ÚÁÒÁÚ ÐÅÒÅÇÌÑÄÁ¤ÔÅ"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr ""
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "îÁÂ¦Ò ÓÉÍ×Ï̦×:"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "óÅÒ×ÅÒ:"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "äÁÔÁ:"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr ""
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+msgid "Expires:"
 msgstr ""
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr "äÏ×ÖÉÎÁ ×ͦÓÔÕ:"
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "íÏ×Á:"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "÷ÌÁÓÎÉË(É):"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "ÒÏÚͦÒ:"
 
 # @ Galeon- lynx xfce
 # * Andriy Rysin <arysin@yahoo.com>
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "ÒÑÄËÉ"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "ÒÅÖÉÍ:"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr "ÄÖÅÒÅÌÏ"
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr "Ú×ÉÞÁÊÎÉÊ"
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ""
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ", ÆÁÊÌ ÚÁËÌÁÄÉÎÏË"
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "ÒÅÖÉÍ:"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "ðÏÓÉÌÁÎÎÑ, ÑËÉÊ ÚÁÒÁÚ ×ÉĦÌÅÎÏ"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr "íÅÔÏÄ:"
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr ""
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "òÏÚͦÝÅÎÎÑ: "
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr "(ðÏÌÅ ÆÏÒÍÉ)"
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "îÁ Ã¦Ê ÓÔÏÒ¦Îæ ÎÅÍÁ¤ ÐÏÓÉÌÁÎØ"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "óÅÒ×ÅÒ:"
@@ -5483,33 +5531,33 @@ msgstr "÷¦Ä×ÁÎÔÁÖÉÔÉ ÄÏ:"
 msgid "Upload options:"
 msgstr "ðÁÒÁÍÅÔÒÉ ×¦Ä×ÁÎÔÁÖÅÎÎÑ:"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr "ÎÅצÄÏÍÅ ÏÂÍÅÖÅÎÎÑ"
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr "ïÂÍÅÖÅÎÎÑ ×¦ÄÓÕÔΦ.\n"
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr "îÁÂ¦Ò ÏÂÍÅÖÅÎØ:\n"
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "îÅ ÍÏÖÕ ÚÎÁÊÔÉ ÄÏÍÁÛÎ¦Ê ËÁÔÁÌÏÇ"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 555211e6..84f34d1f 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx-2.8.5pre9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2002-10-15 15:13+0800\n"
 "Last-Translator: Wang Jian <lark@linux.net.cn>\n"
 "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@@ -2740,7 +2740,7 @@ msgstr ""
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr ""
 
@@ -2763,7 +2763,7 @@ msgstr ""
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr ""
 
@@ -2792,24 +2792,24 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr ""
 
@@ -2953,15 +2953,15 @@ msgstr ""
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr ""
@@ -2970,85 +2970,85 @@ msgstr ""
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr ""
 
@@ -3061,7 +3061,7 @@ msgstr ""
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3071,7 +3071,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3081,27 +3081,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr ""
 
@@ -3109,7 +3109,7 @@ msgstr ""
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr ""
 
@@ -3287,110 +3287,110 @@ msgstr ""
 msgid "Host"
 msgstr ""
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr ""
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr ""
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr ""
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr ""
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr ""
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr ""
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr ""
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr ""
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr ""
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr ""
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr ""
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr ""
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr ""
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr ""
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr ""
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr ""
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr ""
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr ""
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr ""
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr ""
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr ""
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr ""
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr ""
 
@@ -3456,6 +3456,26 @@ msgstr ""
 msgid "no"
 msgstr ""
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 #: src/HTML.c:5911
 msgid "Description:"
 msgstr ""
@@ -3529,23 +3549,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr ""
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr ""
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr ""
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr ""
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr ""
 
@@ -3569,38 +3589,38 @@ msgstr ""
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr ""
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr ""
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr ""
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr ""
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr ""
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr ""
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr ""
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
 "A Fatal error has occurred in %s Ver. %s\n"
 msgstr ""
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3766,7 +3786,7 @@ msgstr ""
 msgid "References"
 msgstr ""
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr ""
 
@@ -3939,7 +3959,7 @@ msgstr ""
 msgid "Specify permissions below:"
 msgstr ""
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr ""
 
@@ -4018,7 +4038,7 @@ msgid "Just a moment, ..."
 msgstr ""
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4074,19 +4094,19 @@ msgstr ""
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr ""
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr ""
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr ""
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4094,7 +4114,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4102,7 +4122,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4110,7 +4130,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4118,158 +4138,158 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr ""
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr ""
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr ""
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, c-format
 msgid "%s Version %s (%s)"
 msgstr ""
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr ""
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr ""
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr ""
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr ""
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr ""
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr ""
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr ""
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr ""
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr ""
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr ""
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr ""
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr ""
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr ""
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr ""
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 msgid "Current URL is empty."
 msgstr ""
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr ""
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr ""
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr ""
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr ""
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr ""
 
@@ -4562,99 +4582,99 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr ""
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr ""
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr ""
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr ""
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr ""
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr ""
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr ""
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr ""
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr ""
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr ""
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr ""
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr ""
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 msgid "Use locale-based character set"
 msgstr ""
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr ""
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr ""
 
@@ -4663,164 +4683,164 @@ msgstr ""
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr ""
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr ""
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr ""
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr ""
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr ""
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr ""
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 msgid "Underline links"
 msgstr ""
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr ""
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr ""
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr ""
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr ""
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr ""
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr ""
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr ""
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 msgid "Preferred media type"
 msgstr ""
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 msgid "Preferred encoding"
 msgstr ""
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr ""
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr ""
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr ""
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr ""
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr ""
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr ""
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr ""
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr ""
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr ""
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr ""
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr ""
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr ""
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr ""
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr ""
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr ""
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr ""
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr ""
 
@@ -4969,191 +4989,214 @@ msgstr ""
 msgid "Your primary configuration"
 msgstr ""
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr ""
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr ""
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr ""
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr ""
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr ""
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr ""
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr ""
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr ""
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr ""
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+msgid "(bytes)"
+msgstr ""
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr ""
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr ""
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr ""
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr ""
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+msgid "Group:"
+msgstr ""
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr ""
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr ""
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr ""
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr ""
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr ""
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr ""
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+msgid "Expires:"
 msgstr ""
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr ""
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr ""
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr ""
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr ""
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr ""
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr ""
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr ""
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ""
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ""
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr ""
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr ""
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr ""
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr ""
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+msgid "Action:"
+msgstr ""
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr ""
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr ""
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 msgid "Server Headers:"
 msgstr ""
 
@@ -5200,33 +5243,33 @@ msgstr ""
 msgid "Upload options:"
 msgstr ""
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr ""
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr ""
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr ""
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr ""
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index ac510675..29824297 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lynx 2.8.5pre9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-06-28 20:11-0400\n"
+"POT-Creation-Date: 2004-10-10 18:51-0400\n"
 "PO-Revision-Date: 2003-02-11 19:44+0800\n"
 "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -2766,7 +2766,7 @@ msgstr ""
 msgid "Loading failed, use a previous copy."
 msgstr ""
 
-#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8240
+#: WWW/Library/Implementation/HTAccess.c:1045 src/GridText.c:8301
 msgid "Loading incomplete."
 msgstr "¥¼§¹¦¨¸ü¤J¤º®e¡C"
 
@@ -2789,7 +2789,7 @@ msgstr "**** HTAccess¡G¦^¶Çªºª¬ºA¬°¡G%d\n"
 #. * hack: if we fail in HTAccess.c
 #. * avoid duplicating URL, oh.
 #.
-#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7617
+#: WWW/Library/Implementation/HTAccess.c:1085 src/LYMainLoop.c:7647
 msgid "Can't Access"
 msgstr "µLªk¦s¨ú"
 
@@ -2818,24 +2818,24 @@ msgstr ""
 #. * It's a symbolic link, does the user care about knowing if it is
 #. * symbolic?  I think so since it might be a directory.
 #.
-#: WWW/Library/Implementation/HTFTP.c:1648 WWW/Library/Implementation/HTFTP.c:2262
+#: WWW/Library/Implementation/HTFTP.c:1650 WWW/Library/Implementation/HTFTP.c:2266
 msgid "Symbolic Link"
 msgstr "²Å¸¹³sµ²"
 
-#: WWW/Library/Implementation/HTFTP.c:2618
+#: WWW/Library/Implementation/HTFTP.c:2623
 msgid "Receiving FTP directory."
 msgstr "¥¿¦b±µ¦¬ FTP ¥Ø¿ý¤º®e¡C"
 
-#: WWW/Library/Implementation/HTFTP.c:2754
+#: WWW/Library/Implementation/HTFTP.c:2759
 #, c-format
 msgid "Transferred %d bytes (%5d)"
 msgstr "¤w¶Ç°e %d ¦ì¤¸²Õ (%5d)"
 
-#: WWW/Library/Implementation/HTFTP.c:3071
+#: WWW/Library/Implementation/HTFTP.c:3079
 msgid "connect for data"
 msgstr ""
 
-#: WWW/Library/Implementation/HTFTP.c:3730
+#: WWW/Library/Implementation/HTFTP.c:3738
 msgid "Receiving FTP file."
 msgstr "¥¿¦b±µ¦¬ FTP ¥Ø¿ý¡C"
 
@@ -2981,15 +2981,15 @@ msgstr ""
 msgid "Sorry, could not load requested news."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1244
+#: WWW/Library/Implementation/HTTCP.c:1232
 msgid "Address has invalid port"
 msgstr "¦a§}¤¤ªº³s±µ°ðµL®Ä"
 
-#: WWW/Library/Implementation/HTTCP.c:1336
+#: WWW/Library/Implementation/HTTCP.c:1320
 msgid "Address length looks invalid"
 msgstr "¦a§}ªø«×¦ü¥GµL®Ä"
 
-#: WWW/Library/Implementation/HTTCP.c:1572 WWW/Library/Implementation/HTTCP.c:1590
+#: WWW/Library/Implementation/HTTCP.c:1551 WWW/Library/Implementation/HTTCP.c:1569
 #, c-format
 msgid "Unable to locate remote host %s."
 msgstr "§ä¤£¨ì»·ºÝ¥D¾÷ %s¡C"
@@ -2998,85 +2998,85 @@ msgstr "§ä¤£¨ì»·ºÝ¥D¾÷ %s¡C"
 #. * but not HTAlert, because typically there will be other
 #. * alerts from the callers.  - kw
 #.
-#: WWW/Library/Implementation/HTTCP.c:1587 WWW/Library/Implementation/HTTelnet.c:108
+#: WWW/Library/Implementation/HTTCP.c:1566 WWW/Library/Implementation/HTTelnet.c:108
 #, c-format
 msgid "Invalid hostname %s"
 msgstr "µL®Äªº¥D¾÷¦WºÙ %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1601
+#: WWW/Library/Implementation/HTTCP.c:1580
 #, c-format
 msgid "Making %s connection to %s"
 msgstr "¥¿¦b«Ø¥ß %s ³s½u¡A³s¦Ü %s"
 
-#: WWW/Library/Implementation/HTTCP.c:1612
+#: WWW/Library/Implementation/HTTCP.c:1591
 msgid "socket failed."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1626
+#: WWW/Library/Implementation/HTTCP.c:1604
 #, c-format
 msgid "socket failed: family %d addr %s port %s."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1650
+#: WWW/Library/Implementation/HTTCP.c:1628
 msgid "Could not make connection non-blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1719
+#: WWW/Library/Implementation/HTTCP.c:1697
 msgid "Connection failed (too many retries)."
 msgstr "³s½u¥¢±Ñ (­«¸Õ¦¸¼Æ¤Ó¦h)¡C"
 
-#: WWW/Library/Implementation/HTTCP.c:1918
+#: WWW/Library/Implementation/HTTCP.c:1896
 msgid "Could not restore socket to blocking."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTCP.c:1984
+#: WWW/Library/Implementation/HTTCP.c:1962
 msgid "Socket read failed for 180,000 tries."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:349
+#: WWW/Library/Implementation/HTTP.c:346
 #, c-format
 msgid "Address contains a username: %s"
 msgstr "¦a¤î¤¤§t¦³±b¤á¦WºÙ¡G%s"
 
-#: WWW/Library/Implementation/HTTP.c:500
+#: WWW/Library/Implementation/HTTP.c:497
 msgid "This client does not contain support for HTTPS URLs."
 msgstr "¦¹ÂsÄý¾¹¤£¤ä´© HTTPS URL¡C"
 
-#: WWW/Library/Implementation/HTTP.c:525
+#: WWW/Library/Implementation/HTTP.c:522
 msgid "Unable to connect to remote host."
 msgstr "µLªkÁpµ¸»·ºÝ¥D¾÷¡C"
 
-#: WWW/Library/Implementation/HTTP.c:547
+#: WWW/Library/Implementation/HTTP.c:544
 msgid "Retrying connection without TLS."
 msgstr "¹Á¸Õ¥H¤£¥Î TLS ªº¤è¦¡³s½u¡C"
 
-#: WWW/Library/Implementation/HTTP.c:590
+#: WWW/Library/Implementation/HTTP.c:587
 msgid "SSL error:Can't find common name in certificate-Continue?"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:607
+#: WWW/Library/Implementation/HTTP.c:604
 #, c-format
 msgid "SSL error:host(%s)!=cert(%s)-Continue?"
 msgstr "SSL ¿ù»~¡G¥D¾÷(%s)¤£²Å¦XÃÒ®Ñ(%s)¡C¬O§_Ä~Äò¡H"
 
-#: WWW/Library/Implementation/HTTP.c:619
+#: WWW/Library/Implementation/HTTP.c:616
 #, c-format
 msgid "Secure %d-bit %s (%s) HTTP connection"
 msgstr "%d ¦ì¤¸ %s (%s) ¦w¥þ HTTP ³s½u"
 
-#: WWW/Library/Implementation/HTTP.c:1089
+#: WWW/Library/Implementation/HTTP.c:1086
 msgid "Sending HTTP request."
 msgstr "¥¿¦b°e¥X HTTP ­n¨D¡C"
 
-#: WWW/Library/Implementation/HTTP.c:1128
+#: WWW/Library/Implementation/HTTP.c:1125
 msgid "Unexpected network write error; connection aborted."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1134
+#: WWW/Library/Implementation/HTTP.c:1131
 msgid "HTTP request sent; waiting for response."
 msgstr "¤w¶i¥X HTTP ­n¨D¡F¥¿¦bµ¥«Ý¦^À³¡C"
 
-#: WWW/Library/Implementation/HTTP.c:1202
+#: WWW/Library/Implementation/HTTP.c:1199
 msgid "Unexpected network read error; connection aborted."
 msgstr ""
 
@@ -3089,7 +3089,7 @@ msgstr ""
 #. * line and possibly other headers, so we'll deal with them by
 #. * showing the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1396
+#: WWW/Library/Implementation/HTTP.c:1393
 msgid "Got unexpected Informational Status."
 msgstr ""
 
@@ -3099,7 +3099,7 @@ msgstr ""
 #. * content.  We'll instruct the user to do that, and
 #. * restore the current document.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1430
+#: WWW/Library/Implementation/HTTP.c:1427
 msgid "Request fulfilled.  Reset Content."
 msgstr ""
 
@@ -3109,27 +3109,27 @@ msgstr ""
 #. * status is inappropriate.  We'll deal with it by showing
 #. * the full header to the user as text/plain.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1547
+#: WWW/Library/Implementation/HTTP.c:1544
 msgid "Got unexpected 304 Not Modified status."
 msgstr "¥X²{¹w®Æ¤§¥~ªº 304 Not Modified ª¬ºA¡C"
 
-#: WWW/Library/Implementation/HTTP.c:1610
+#: WWW/Library/Implementation/HTTP.c:1607
 msgid "Redirection of POST content requires user approval."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1625
+#: WWW/Library/Implementation/HTTP.c:1622
 msgid "Have POST content.  Treating Permanent Redirection as Temporary.\n"
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1667
+#: WWW/Library/Implementation/HTTP.c:1664
 msgid "Retrying with access authorization information."
 msgstr ""
 
-#: WWW/Library/Implementation/HTTP.c:1679
+#: WWW/Library/Implementation/HTTP.c:1676
 msgid "Show the 401 message body?"
 msgstr "¬O§_Åã¥Ü 401 ¿ù»~°T®§ªººô­¶¤º®e¡H"
 
-#: WWW/Library/Implementation/HTTP.c:1722
+#: WWW/Library/Implementation/HTTP.c:1719
 msgid "Show the 407 message body?"
 msgstr "¬O§_Åã¥Ü 407 ¿ù»~°T®§ªººô­¶¤º®e¡H"
 
@@ -3137,7 +3137,7 @@ msgstr "¬O§_Åã¥Ü 407 ¿ù»~°T®§ªººô­¶¤º®e¡H"
 #. * Bad or unknown server_status number.  Take a chance and hope
 #. * there is something to display.  - FM
 #.
-#: WWW/Library/Implementation/HTTP.c:1822
+#: WWW/Library/Implementation/HTTP.c:1819
 msgid "Unknown status reply from server!"
 msgstr "¦øªA¾¹µo¥X¤£©úªºª¬ºA¦^À³°T®§¡I"
 
@@ -3315,110 +3315,110 @@ msgstr "ºûÅ@ªÌ"
 msgid "Host"
 msgstr "¥D¾÷"
 
-#: src/GridText.c:695
+#: src/GridText.c:698
 msgid "Memory exhausted, display interrupted!"
 msgstr "°O¾ÐÅé¯ÓºÉ¡A¥²¶·¤¤Â_Åã¥Ü¡I"
 
-#: src/GridText.c:700
+#: src/GridText.c:703
 msgid "Memory exhausted, will interrupt transfer!"
 msgstr "°O¾ÐÅé¯ÓºÉ¡A¥²¶·¤¤Â_¶Ç¿é¡I"
 
-#: src/GridText.c:3564
+#: src/GridText.c:3586
 msgid " *** MEMORY EXHAUSTED ***"
 msgstr "*** °O¾ÐÅé¯ÓºÉ ***"
 
-#: src/GridText.c:5961 src/GridText.c:5968 src/LYList.c:246
+#: src/GridText.c:6000 src/GridText.c:6007 src/LYList.c:246
 msgid "unknown field or link"
 msgstr "¤£©úªºÄæ¦ì©ÎÃìµ²"
 
-#: src/GridText.c:5977
+#: src/GridText.c:6016
 msgid "text entry field"
 msgstr "¤å¦r¿é¤JÄæ¦ì"
 
-#: src/GridText.c:5980
+#: src/GridText.c:6019
 msgid "password entry field"
 msgstr "±K½X¿é¤JÄæ¦ì"
 
-#: src/GridText.c:5983
+#: src/GridText.c:6022
 msgid "checkbox"
 msgstr ""
 
-#: src/GridText.c:5986
+#: src/GridText.c:6025
 msgid "radio button"
 msgstr ""
 
-#: src/GridText.c:5989
+#: src/GridText.c:6028
 msgid "submit button"
 msgstr ""
 
-#: src/GridText.c:5992
+#: src/GridText.c:6031
 msgid "reset button"
 msgstr ""
 
-#: src/GridText.c:5995
+#: src/GridText.c:6034
 msgid "popup menu"
 msgstr ""
 
-#: src/GridText.c:5998
+#: src/GridText.c:6037
 msgid "hidden form field"
 msgstr ""
 
-#: src/GridText.c:6001
+#: src/GridText.c:6040
 msgid "text entry area"
 msgstr "¤å¦r¿é¤J°Ï°ì"
 
-#: src/GridText.c:6004
+#: src/GridText.c:6043
 msgid "range entry field"
 msgstr ""
 
-#: src/GridText.c:6007
+#: src/GridText.c:6046
 msgid "file entry field"
 msgstr "ÀɮצWºÙ¿é¤JÄæ¦ì"
 
-#: src/GridText.c:6010
+#: src/GridText.c:6049
 msgid "text-submit field"
 msgstr ""
 
-#: src/GridText.c:6013
+#: src/GridText.c:6052
 msgid "image-submit button"
 msgstr ""
 
-#: src/GridText.c:6016
+#: src/GridText.c:6055
 msgid "keygen field"
 msgstr ""
 
-#: src/GridText.c:6019
+#: src/GridText.c:6058
 msgid "unknown form field"
 msgstr ""
 
-#: src/GridText.c:9968
+#: src/GridText.c:10020
 msgid "Can't open file for uploading"
 msgstr "µLªk¶}±Ò·Ç³Æ¤W¶ÇªºÀÉ®×"
 
-#: src/GridText.c:11118
+#: src/GridText.c:11170
 #, c-format
 msgid "Submitting %s"
 msgstr ""
 
 #. ugliness has happened; inform user and do the best we can
-#: src/GridText.c:12266
+#: src/GridText.c:12318
 msgid "Hang Detect: TextAnchor struct corrupted - suggest aborting!"
 msgstr ""
 
 #. don't show previous state
-#: src/GridText.c:12471
+#: src/GridText.c:12523
 msgid "Wrap lines to fit displayed area?"
 msgstr "¬O§_¶i¦æ¦Û°Ê´«¦æ¨Ó²Å¦Xµe­±¤Ø¤o¡H"
 
-#: src/GridText.c:12523
+#: src/GridText.c:12575
 msgid "Very long lines have been wrapped!"
 msgstr ""
 
-#: src/GridText.c:12964
+#: src/GridText.c:13016
 msgid "Very long lines have been truncated!"
 msgstr ""
 
-#: src/HTAlert.c:142 src/LYShowInfo.c:325
+#: src/HTAlert.c:142 src/LYShowInfo.c:359
 msgid "bytes"
 msgstr "¦ì¤¸²Õ"
 
@@ -3484,6 +3484,26 @@ msgstr "yes"
 msgid "no"
 msgstr "no"
 
+#.
+#. * Special-purpose workaround for gettext support (we should do
+#. * this in a more general way) -TD
+#. *
+#. * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+#. * another language, and if yes/no are distinct, assume the
+#. * translator can make an ordered list in parentheses with one
+#. * capital letter for each as we assumed in HTConfirmDefault().
+#. * The list has to be in the same order as in the original message,
+#. * and the four capital letters chosen to not match those in the
+#. * original unless they have the same position.
+#. *
+#. * Example:
+#. * (Y/N/Always/neVer)              - English (original)
+#. * (O/N/Toujours/Jamais)           - French
+#.
+#: src/HTAlert.c:841
+msgid "Y/N/A/V"
+msgstr ""
+
 # Lynx is very bad, have to use space for indentation..... -- Abel
 #: src/HTML.c:5911
 msgid "Description:"
@@ -3564,23 +3584,23 @@ msgstr ""
 #. * Neither the path as given nor any components examined by backing up
 #. * were stat()able.  - kw
 #.
-#: src/LYCgi.c:238
+#: src/LYCgi.c:240
 msgid "Unable to access cgi script"
 msgstr "µLªk¦s¨ú cgi script¡C"
 
-#: src/LYCgi.c:665 src/LYCgi.c:668
+#: src/LYCgi.c:667 src/LYCgi.c:670
 msgid "Good Advice"
 msgstr "«ØÄ³"
 
-#: src/LYCgi.c:672
+#: src/LYCgi.c:674
 msgid "An excellent http server for VMS is available via"
 msgstr ""
 
-#: src/LYCgi.c:679
+#: src/LYCgi.c:681
 msgid "this link"
 msgstr ""
 
-#: src/LYCgi.c:683
+#: src/LYCgi.c:685
 msgid "It provides state of the art CGI script support.\n"
 msgstr ""
 
@@ -3604,31 +3624,31 @@ msgstr "¤º³¡"
 msgid "cookie_domain_flag_set error, aborting program"
 msgstr "cookie_domain_flag_set ¿ù»~¡A¤¤¤îµ{¦¡"
 
-#: src/LYCurses.c:1017
+#: src/LYCurses.c:1018
 msgid "Terminal initialisation failed - unknown terminal type?"
 msgstr "µLªkªì©l¤Æ²×ºÝ¾÷ ¢w ²×ºÝ¾÷Ãþ«¬¤£¸Ô¡H"
 
-#: src/LYCurses.c:1446
+#: src/LYCurses.c:1448
 msgid "Terminal ="
 msgstr "²×ºÝ¾÷Ãþ«¬ ="
 
-#: src/LYCurses.c:1450
+#: src/LYCurses.c:1452
 msgid "You must use a vt100, 200, etc. terminal with this program."
 msgstr "¨Ï¥Î¥»µ{¦¡®É²×ºÝ¾÷ªºÃþ«¬¥²¶·¬O vt100¡B200 µ¥µ¥¡C"
 
-#: src/LYCurses.c:1499
+#: src/LYCurses.c:1501
 msgid "Your Terminal type is unknown!"
 msgstr "²×ºÝ¾÷Ãþ«¬¤£©ú¡I"
 
-#: src/LYCurses.c:1500
+#: src/LYCurses.c:1502
 msgid "Enter a terminal type:"
 msgstr "½Ð¿é¤J²×ºÝ¾÷Ãþ«¬¡G"
 
-#: src/LYCurses.c:1514
+#: src/LYCurses.c:1516
 msgid "TERMINAL TYPE IS SET TO"
 msgstr "²×ºÝ¾÷Ãþ«¬¤w³]©w¬°"
 
-#: src/LYCurses.c:2006
+#: src/LYCurses.c:2093
 #, c-format
 msgid ""
 "\n"
@@ -3637,7 +3657,7 @@ msgstr ""
 "\n"
 "¦b %s ª©¥» %s ¥X²{ÄY­«¿ù»~\n"
 
-#: src/LYCurses.c:2009
+#: src/LYCurses.c:2096
 #, c-format
 msgid ""
 "\n"
@@ -3808,7 +3828,7 @@ msgstr "ÁôÂêºÃìµ²¡G"
 msgid "References"
 msgstr ""
 
-#: src/LYList.c:258
+#: src/LYList.c:260
 msgid "Visible links"
 msgstr "¤£ÁôÂêºÃìµ²"
 
@@ -3981,7 +4001,7 @@ msgstr ""
 msgid "Specify permissions below:"
 msgstr "½Ð«ü©w¥H¤UªºÅv­­¡G"
 
-#: src/LYLocal.c:1340 src/LYShowInfo.c:200
+#: src/LYLocal.c:1340 src/LYShowInfo.c:260
 msgid "Owner:"
 msgstr "¾Ö¦³ªÌ¡G"
 
@@ -4060,7 +4080,7 @@ msgid "Just a moment, ..."
 msgstr "½Ðµyµ¥¡A..."
 
 #: src/LYLocal.c:2329
-msgid "Error buiding install args"
+msgid "Error building install args"
 msgstr ""
 
 #: src/LYLocal.c:2344 src/LYLocal.c:2375
@@ -4116,19 +4136,19 @@ msgstr ""
 msgid "No system mailer configured"
 msgstr ""
 
-#: src/LYMain.c:975
+#: src/LYMain.c:977
 msgid "No Winsock found, sorry."
 msgstr "§ä¤£¨ì Winsock¡A©êºp¡C"
 
-#: src/LYMain.c:1170
+#: src/LYMain.c:1172
 msgid "You MUST define a valid TMP or TEMP area!"
 msgstr "»Õ¤U *¥²¶·* «ü©w¦³®Äªº TMP ©Î TEMP ¦ì¸m¡I"
 
-#: src/LYMain.c:1223 src/LYMainLoop.c:4927
+#: src/LYMain.c:1225 src/LYMainLoop.c:4956
 msgid "No such directory"
 msgstr "¸Ó¥Ø¿ý¤£¦s¦b"
 
-#: src/LYMain.c:1428
+#: src/LYMain.c:1430
 #, c-format
 msgid ""
 "\n"
@@ -4139,7 +4159,7 @@ msgstr ""
 "³]©wÀÉ %s ¤£¦s¦b¡C\n"
 "\n"
 
-#: src/LYMain.c:1438
+#: src/LYMain.c:1440
 #, c-format
 msgid ""
 "\n"
@@ -4150,7 +4170,7 @@ msgstr ""
 "¥¼«Å§i Lynx ©Ò¥Îªº¦r¤¸¶°¡C\n"
 "\n"
 
-#: src/LYMain.c:1467
+#: src/LYMain.c:1469
 #, c-format
 msgid ""
 "\n"
@@ -4158,7 +4178,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/LYMain.c:1493
+#: src/LYMain.c:1495
 #, c-format
 msgid ""
 "\n"
@@ -4169,159 +4189,159 @@ msgstr ""
 "Lynx ÀÉ®× %s ¤£¦s¦b¡C\n"
 "\n"
 
-#: src/LYMain.c:1734
+#: src/LYMain.c:1736
 msgid "Warning:"
 msgstr "ĵ§i¡G"
 
-#: src/LYMain.c:2293
+#: src/LYMain.c:2304
 msgid "persistent cookies state will be changed in next session only."
 msgstr ""
 
-#: src/LYMain.c:2530 src/LYMain.c:2575
+#: src/LYMain.c:2541 src/LYMain.c:2586
 #, c-format
 msgid "Lynx: ignoring unrecognized charset=%s\n"
 msgstr "Lynx¡G©¿²¤µLªkÃѧOªº¦r¤¸¶° %s\n"
 
-#: src/LYMain.c:3086
+#: src/LYMain.c:3097
 #, fuzzy, c-format
 msgid "%s Version %s (%s)"
 msgstr "%s ª©¥» %s (%s)\n"
 
-#: src/LYMain.c:3109
+#: src/LYMain.c:3132
 #, c-format
 msgid "Built on %s %s %s\n"
 msgstr "½sĶ©ó %s %s %s\n"
 
-#: src/LYMain.c:3131
+#: src/LYMain.c:3154
 msgid "Copyrights held by the University of Kansas, CERN, and other contributors."
 msgstr "ª©Åv©Ò¦³¡GUniversity of Kansas¡BCERN ¤Î¨ä¥¦¦³°^ÄmªÌ¡C"
 
-#: src/LYMain.c:3132
+#: src/LYMain.c:3155
 msgid "Distributed under the GNU General Public License."
 msgstr "¨Ï¥Î GNU General Public License µo§G¡C"
 
-#: src/LYMain.c:3133
+#: src/LYMain.c:3156
 msgid "See http://lynx.isc.org/ and the online help for more information."
 msgstr "­Y»Ý­n§ó¦h¸ê®Æ¡A½ÐÂsÄý http://lynx.isc.org/ ¤Îºô¤Wªº»¡©ú¤å¥ó¡C"
 
-#: src/LYMain.c:3887
+#: src/LYMain.c:3918
 #, c-format
 msgid "USAGE: %s [options] [file]\n"
 msgstr "¥Îªk¡G%s [¿ï¶µ] [ÀÉ®×]\n"
 
-#: src/LYMain.c:3888
+#: src/LYMain.c:3919
 #, c-format
 msgid "Options are:\n"
 msgstr "¿ï¶µ¥]¬A¡G\n"
 
-#: src/LYMain.c:4188
+#: src/LYMain.c:4219
 #, c-format
 msgid "%s: Invalid Option: %s\n"
 msgstr "%s¡GµL®Äªº¿ï¶µ¡G%s\n"
 
-#: src/LYMainLoop.c:532
+#: src/LYMainLoop.c:549
 #, c-format
 msgid "Internal error: Invalid mouse link %d!"
 msgstr ""
 
-#: src/LYMainLoop.c:649 src/LYMainLoop.c:4949
+#: src/LYMainLoop.c:666 src/LYMainLoop.c:4978
 msgid "A URL specified by the user"
 msgstr "¥Ñ¨Ï¥ÎªÌ«ü©wªº URL"
 
-#: src/LYMainLoop.c:1099
+#: src/LYMainLoop.c:1122
 msgid "Enctype multipart/form-data not yet supported!  Cannot submit."
 msgstr ""
 
 #.
 #. * Make a name for this help file.
 #.
-#: src/LYMainLoop.c:2996
+#: src/LYMainLoop.c:3024
 msgid "Help Screen"
 msgstr "¨D§U»¡©úµe­±"
 
-#: src/LYMainLoop.c:3116
+#: src/LYMainLoop.c:3145
 msgid "System Index"
 msgstr ""
 
-#: src/LYMainLoop.c:3477 src/LYMainLoop.c:5169
+#: src/LYMainLoop.c:3506 src/LYMainLoop.c:5198
 msgid "Entry into main screen"
 msgstr ""
 
-#: src/LYMainLoop.c:3747
+#: src/LYMainLoop.c:3776
 msgid "No next document present"
 msgstr ""
 
-#: src/LYMainLoop.c:4045
+#: src/LYMainLoop.c:4074
 msgid "charset for this document specified explicitly, sorry..."
 msgstr "©êºp¡A¸Ó¤å¥ó¤w¸g¯S¦a«ü©w¤F¦r¤¸¶°..."
 
-#: src/LYMainLoop.c:4903
+#: src/LYMainLoop.c:4932
 msgid "cd to:"
 msgstr "·Ç³Æ¶i¤Jªº¥Ø¿ý¡G"
 
-#: src/LYMainLoop.c:4930
+#: src/LYMainLoop.c:4959
 msgid "A component of path is not a directory"
 msgstr "¸ô®|¤¤ªº¤@³¡¥÷¤£¬O¥Ø¿ý"
 
-#: src/LYMainLoop.c:4933
+#: src/LYMainLoop.c:4962
 msgid "failed to change directory"
 msgstr "µLªk¶i¤J¥Ø¿ý"
 
-#: src/LYMainLoop.c:6089
+#: src/LYMainLoop.c:6118
 msgid "Reparsing document under current settings..."
 msgstr "®Ú¾Ú¥Ø«eªº³]©w­«·s¤ÀªR¤å¥ó..."
 
-#: src/LYMainLoop.c:6374
+#: src/LYMainLoop.c:6403
 #, c-format
 msgid "Fatal error - could not open output file %s\n"
 msgstr "ÄY­«¿ù»~ ¢w µLªk¶}±Ò¿é¥XÀÉ %s\n"
 
-#: src/LYMainLoop.c:6718
+#: src/LYMainLoop.c:6747
 msgid "TABLE center enable."
 msgstr ""
 
-#: src/LYMainLoop.c:6721
+#: src/LYMainLoop.c:6750
 msgid "TABLE center disable."
 msgstr ""
 
-#: src/LYMainLoop.c:6798
+#: src/LYMainLoop.c:6827
 #, fuzzy
 msgid "Current URL is empty."
 msgstr "¥Ø«eªº¥Ø¿ý¡G"
 
-#: src/LYMainLoop.c:6800 src/LYUtils.c:1693
+#: src/LYMainLoop.c:6829 src/LYUtils.c:1694
 msgid "Copy to clipboard failed."
 msgstr ""
 
-#: src/LYMainLoop.c:6802
+#: src/LYMainLoop.c:6831
 msgid "Document URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6804
+#: src/LYMainLoop.c:6833
 msgid "Link URL put to clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:6831
+#: src/LYMainLoop.c:6860
 msgid "No URL in the clipboard."
 msgstr ""
 
-#: src/LYMainLoop.c:7502 src/LYMainLoop.c:7672
+#: src/LYMainLoop.c:7532 src/LYMainLoop.c:7702
 msgid "-index-"
 msgstr "¢w¯Á¤Þ¢w"
 
-#: src/LYMainLoop.c:7612
+#: src/LYMainLoop.c:7642
 msgid "lynx: Can't access startfile"
 msgstr "lynx¡GµLªk¦s¨ú¶}©lªººô­¶"
 
-#: src/LYMainLoop.c:7624
+#: src/LYMainLoop.c:7654
 msgid "lynx: Start file could not be found or is not text/html or text/plain"
 msgstr ""
 
-#: src/LYMainLoop.c:7625
+#: src/LYMainLoop.c:7655
 msgid "      Exiting..."
 msgstr "      ·Ç³ÆÂ÷¶}..."
 
-#: src/LYMainLoop.c:7666
+#: src/LYMainLoop.c:7696
 msgid "-more-"
 msgstr "¢wÁÙ¦³¤º®e¢w"
 
@@ -4636,100 +4656,100 @@ msgstr ""
 msgid "Use %s to invoke the Options menu!"
 msgstr ""
 
-#: src/LYOptions.c:3410
+#: src/LYOptions.c:3421
 msgid "(options marked with (!) will not be saved)"
 msgstr ""
 
-#: src/LYOptions.c:3418
+#: src/LYOptions.c:3429
 msgid "General Preferences"
 msgstr "¤@¯ë°¾¦n³]©w"
 
 #. ***************************************************************
 #. User Mode: SELECT
-#: src/LYOptions.c:3422
+#: src/LYOptions.c:3433
 msgid "User mode"
 msgstr "¨Ï¥ÎªÌ¼Ò¦¡"
 
 #. Editor: INPUT
-#: src/LYOptions.c:3428
+#: src/LYOptions.c:3439
 msgid "Editor"
 msgstr "½s¿è¾¹"
 
 #. Search Type: SELECT
-#: src/LYOptions.c:3433
+#: src/LYOptions.c:3444
 msgid "Type of Search"
 msgstr "·j´M¤è¦¡"
 
-#: src/LYOptions.c:3438
+#: src/LYOptions.c:3449
 msgid "Security and Privacy"
 msgstr ""
 
 #. ***************************************************************
 #. Cookies: SELECT
-#: src/LYOptions.c:3442
+#: src/LYOptions.c:3453
 msgid "Cookies"
 msgstr "Cookie"
 
 #. Cookie Prompting: SELECT
-#: src/LYOptions.c:3456
+#: src/LYOptions.c:3467
 msgid "Invalid-Cookie Prompting"
 msgstr ""
 
 #. SSL Prompting: SELECT
-#: src/LYOptions.c:3463
+#: src/LYOptions.c:3474
 msgid "SSL Prompting"
 msgstr ""
 
-#: src/LYOptions.c:3469
+#: src/LYOptions.c:3480
 msgid "Keyboard Input"
 msgstr "Áä½L¿é¤J"
 
 #. ***************************************************************
 #. Keypad Mode: SELECT
-#: src/LYOptions.c:3473
+#: src/LYOptions.c:3484
 msgid "Keypad mode"
 msgstr "¼Æ¦rÁä½L¼Ò¦¡"
 
 #. Emacs keys: ON/OFF
-#: src/LYOptions.c:3479
+#: src/LYOptions.c:3490
 msgid "Emacs keys"
 msgstr "Emacs ²Õ¦XÁä"
 
 #. VI Keys: ON/OFF
-#: src/LYOptions.c:3485
+#: src/LYOptions.c:3496
 msgid "VI keys"
 msgstr "VI ²Õ¦XÁä"
 
 #. Line edit style: SELECT
 #. well, at least 2 line edit styles available
-#: src/LYOptions.c:3492
+#: src/LYOptions.c:3503
 msgid "Line edit style"
 msgstr "¤å¦r½s¿è¼Ò¦¡"
 
 #. Keyboard layout: SELECT
-#: src/LYOptions.c:3504
+#: src/LYOptions.c:3515
 msgid "Keyboard layout"
 msgstr "Áä½L°t¸m"
 
 #.
 #. * Display and Character Set
 #.
-#: src/LYOptions.c:3518
+#: src/LYOptions.c:3529
 msgid "Display and Character Set"
 msgstr "Åã¥Ü¤Î¦r¤¸¶°"
 
 #. Use locale-based character set: ON/OFF
-#: src/LYOptions.c:3523
+#: src/LYOptions.c:3534
 #, fuzzy
 msgid "Use locale-based character set"
 msgstr "«á³Æªº¦r¤¸¶°"
 
 #. Display Character Set: SELECT
-#: src/LYOptions.c:3532
+#: src/LYOptions.c:3543
 msgid "Display character set"
 msgstr "¹w³]Åã¥Üªº¦r¤¸¶°"
 
-#: src/LYOptions.c:3563
+#: src/LYOptions.c:3574
 msgid "Assumed document character set"
 msgstr "«á³Æªº¦r¤¸¶°"
 
@@ -4738,167 +4758,167 @@ msgstr "«á³Æªº¦r¤¸¶°"
 #. * we split the header to make it more readable:
 #. * "CJK mode" for CJK display charsets, and "Raw 8-bit" for others.
 #.
-#: src/LYOptions.c:3583
+#: src/LYOptions.c:3594
 msgid "CJK mode"
 msgstr "CJK ¼Ò¦¡"
 
-#: src/LYOptions.c:3585
+#: src/LYOptions.c:3596
 msgid "Raw 8-bit"
 msgstr "8-bit ­ì©l¼Ò¦¡"
 
 #. X Display: INPUT
-#: src/LYOptions.c:3593
+#: src/LYOptions.c:3604
 msgid "X Display"
 msgstr "X µe­±"
 
 #.
 #. * Document Appearance
 #.
-#: src/LYOptions.c:3599
+#: src/LYOptions.c:3610
 msgid "Document Appearance"
 msgstr "¤å¥ó¥~Æ["
 
-#: src/LYOptions.c:3605
+#: src/LYOptions.c:3616
 msgid "Show color"
 msgstr "Åã¥Ü¦â±m"
 
 #. Show cursor: ON/OFF
-#: src/LYOptions.c:3629
+#: src/LYOptions.c:3640
 msgid "Show cursor"
 msgstr "Åã¥Ü´å¼Ð"
 
 #. Underline links: ON/OFF
-#: src/LYOptions.c:3635
+#: src/LYOptions.c:3646
 #, fuzzy
 msgid "Underline links"
 msgstr "ÁôÂêºÃìµ²¡G"
 
 #. Show scrollbar: ON/OFF
-#: src/LYOptions.c:3642
+#: src/LYOptions.c:3653
 msgid "Show scrollbar"
 msgstr "Åã¥Ü±²°Ê¦C"
 
 #. Select Popups: ON/OFF
-#: src/LYOptions.c:3649
+#: src/LYOptions.c:3660
 msgid "Popups for select fields"
 msgstr ""
 
 #. HTML error recovery: SELECT
-#: src/LYOptions.c:3655
+#: src/LYOptions.c:3666
 msgid "HTML error recovery"
 msgstr ""
 
 #. Show Images: SELECT
-#: src/LYOptions.c:3661
+#: src/LYOptions.c:3672
 msgid "Show images"
 msgstr "Åã¥Ü¹Ï¹³"
 
 #. Verbose Images: ON/OFF
-#: src/LYOptions.c:3675
+#: src/LYOptions.c:3686
 msgid "Verbose images"
 msgstr "¹Ï¹³¸Ô²Ó¸ê®Æ"
 
-#: src/LYOptions.c:3684
+#: src/LYOptions.c:3695
 msgid "Headers Transferred to Remote Servers"
 msgstr "¶Ç°e¦Ü»·ºÝ¦øªA¾¹ªº¼ÐÀY¸ê®Æ"
 
 #. ***************************************************************
 #. Mail Address: INPUT
-#: src/LYOptions.c:3688
+#: src/LYOptions.c:3699
 msgid "Personal mail address"
 msgstr "­Ó¤H¹q¶l¦a§}"
 
 #. Preferred media type: SELECT
-#: src/LYOptions.c:3693
+#: src/LYOptions.c:3704
 #, fuzzy
 msgid "Preferred media type"
 msgstr "¤w¶Ç¿é %d ¦ì¤¸²Õ"
 
 #. Preferred encoding: SELECT
-#: src/LYOptions.c:3699
+#: src/LYOptions.c:3710
 #, fuzzy
 msgid "Preferred encoding"
 msgstr "Àu¥ý¨Ï¥Îªº»y¨¥"
 
 #. Preferred Document Character Set: INPUT
-#: src/LYOptions.c:3705
+#: src/LYOptions.c:3716
 msgid "Preferred document character set"
 msgstr "Àu¥ý¨Ï¥Îªº¦r¤¸¶°"
 
 #. Preferred Document Language: INPUT
-#: src/LYOptions.c:3710
+#: src/LYOptions.c:3721
 msgid "Preferred document language"
 msgstr "Àu¥ý¨Ï¥Îªº»y¨¥"
 
-#: src/LYOptions.c:3716
+#: src/LYOptions.c:3727
 msgid "User-Agent header"
 msgstr "User-Agent ¼ÐÀY"
 
 #.
 #. * Listing and Accessing Files
 #.
-#: src/LYOptions.c:3724
+#: src/LYOptions.c:3735
 msgid "Listing and Accessing Files"
 msgstr "¦C¥X¤Î¦s¨úÀÉ®×"
 
 #. ***************************************************************
 #. FTP sort: SELECT
-#: src/LYOptions.c:3728
+#: src/LYOptions.c:3739
 msgid "FTP sort criteria"
 msgstr "FTP ¶µ¥Ø±Æ§Ç±ø¥ó"
 
 #. Local Directory Sort: SELECT
-#: src/LYOptions.c:3735
+#: src/LYOptions.c:3746
 msgid "Local directory sort criteria"
 msgstr "¥»¦aºÝ¥Ø¿ý±Æ§Ç±ø¥ó"
 
 #. Local Directory Order: SELECT
-#: src/LYOptions.c:3741
+#: src/LYOptions.c:3752
 msgid "Local directory sort order"
 msgstr "¥»¦aºÝ¥Ø¿ý±Æ¦C¦¸§Ç"
 
-#: src/LYOptions.c:3750
+#: src/LYOptions.c:3761
 msgid "Show dot files"
 msgstr "Åã¥ÜÁôÂÃÀÉ"
 
-#: src/LYOptions.c:3758
+#: src/LYOptions.c:3769
 msgid "Execution links"
 msgstr ""
 
 #. Show transfer rate: SELECT
-#: src/LYOptions.c:3778
+#: src/LYOptions.c:3789
 msgid "Show transfer rate"
 msgstr "Åã¥Ü¶Ç¿é³t²v"
 
 #.
 #. * Special Files and Screens
 #.
-#: src/LYOptions.c:3798
+#: src/LYOptions.c:3809
 msgid "Special Files and Screens"
 msgstr "¯S®íÀɮפεe­±"
 
-#: src/LYOptions.c:3803
+#: src/LYOptions.c:3814
 msgid "Multi-bookmarks"
 msgstr "¦h®ÑÅÒÀɼҦ¡"
 
-#: src/LYOptions.c:3811
+#: src/LYOptions.c:3822
 msgid "Review/edit Bookmarks files"
 msgstr "¥iÂsÄý©Î½s¿è®ÑÅÒÀÉ"
 
-#: src/LYOptions.c:3813
+#: src/LYOptions.c:3824
 msgid "Goto multi-bookmark menu"
 msgstr "¶i¤J¦h®ÑÅÒÀɼҦ¡¿ï³æ"
 
-#: src/LYOptions.c:3815
+#: src/LYOptions.c:3826
 msgid "Bookmarks file"
 msgstr "®ÑÅÒÀÉ"
 
 #. Visited Pages: SELECT
-#: src/LYOptions.c:3821
+#: src/LYOptions.c:3832
 msgid "Visited Pages"
 msgstr "´¿¸gÂsÄýªººô­¶"
 
-#: src/LYOptions.c:3826
+#: src/LYOptions.c:3837
 msgid "View the file "
 msgstr ""
 
@@ -5047,191 +5067,217 @@ msgstr "­«·s¸ü¤J§ó§ï«áªº³]©w"
 msgid "Your primary configuration"
 msgstr "¥D­n²ÕºA"
 
-#: src/LYShowInfo.c:129
+#: src/LYShowInfo.c:173
 msgid "Directory that you are currently viewing"
 msgstr "¥Ø«eÂsÄýªº¥Ø¿ý"
 
-#: src/LYShowInfo.c:132
+#: src/LYShowInfo.c:176
 msgid "Name:"
 msgstr "¦WºÙ¡G"
 
-#: src/LYShowInfo.c:135
+#: src/LYShowInfo.c:179
 msgid "URL:"
 msgstr "&nbsp;URL¡G"
 
-#: src/LYShowInfo.c:147
+#: src/LYShowInfo.c:193
 msgid "Directory that you have currently selected"
 msgstr "¥Ø«e¿ï¨úªº¥Ø¿ý"
 
-#: src/LYShowInfo.c:150
+#: src/LYShowInfo.c:195
 msgid "File that you have currently selected"
 msgstr "¥Ø«e¿ï¨úªºÀÉ®×"
 
-#: src/LYShowInfo.c:154
+#: src/LYShowInfo.c:198
 msgid "Symbolic link that you have currently selected"
 msgstr "¥Ø«e¿ï¨úªº²Å¸¹³sµ²"
 
-#: src/LYShowInfo.c:158
+#: src/LYShowInfo.c:201
 msgid "Item that you have currently selected"
 msgstr "¥Ø«e¿ï¨úªº¶µ¥Ø"
 
-#: src/LYShowInfo.c:160
+#: src/LYShowInfo.c:203
 msgid "Full name:"
 msgstr "§¹¾ã¦WºÙ¡G"
 
-#: src/LYShowInfo.c:169
+#: src/LYShowInfo.c:212
 msgid "Unable to follow link"
 msgstr ""
 
-#: src/LYShowInfo.c:172
+#: src/LYShowInfo.c:214
 msgid "Points to file:"
 msgstr ""
 
-#: src/LYShowInfo.c:178
+#: src/LYShowInfo.c:219
 msgid "Name of owner:"
 msgstr "&nbsp;&nbsp;¾Ö¦³ªÌ¦WºÙ¡G"
 
-#: src/LYShowInfo.c:182
+#: src/LYShowInfo.c:222
 msgid "Group name:"
 msgstr "&nbsp;¸s²Õ¦WºÙ¡G"
 
-#: src/LYShowInfo.c:185
+#: src/LYShowInfo.c:224
 msgid "File size:"
 msgstr "Àɮפj¤p¡G"
 
-#: src/LYShowInfo.c:191
+#: src/LYShowInfo.c:226
+#, fuzzy
+msgid "(bytes)"
+msgstr "¦ì¤¸²Õ"
+
+#.
+#. * Include date and time information.
+#.
+#: src/LYShowInfo.c:231
 msgid "Creation date:"
 msgstr "&nbsp;&nbsp;&nbsp;&nbsp;»s§@¤é´Á¡G"
 
-#: src/LYShowInfo.c:194
+#: src/LYShowInfo.c:234
 msgid "Last modified:"
 msgstr "³Ì«á­×§ï®É¶¡¡G"
 
-#: src/LYShowInfo.c:197
+#: src/LYShowInfo.c:237
 msgid "Last accessed:"
 msgstr "³Ì«á¦s¨ú®É¶¡¡G"
 
-#: src/LYShowInfo.c:199
+#: src/LYShowInfo.c:243
 msgid "Access Permissions"
 msgstr "¦s¨úªºÅv­­"
 
-#: src/LYShowInfo.c:265
+#: src/LYShowInfo.c:278
+#, fuzzy
+msgid "Group:"
+msgstr "©ÒÄݸs²Õ"
+
+#: src/LYShowInfo.c:298
+msgid "World:"
+msgstr ""
+
+#: src/LYShowInfo.c:305
 msgid "File that you are currently viewing"
 msgstr "¥Ø«e¥¿¦bÂsÄýªºÀÉ®×"
 
-#: src/LYShowInfo.c:270 src/LYShowInfo.c:385
+#: src/LYShowInfo.c:313 src/LYShowInfo.c:413
 msgid "Linkname:"
 msgstr "Ãìµ²¦WºÙ¡G"
 
-#: src/LYShowInfo.c:283 src/LYShowInfo.c:296
+#: src/LYShowInfo.c:319 src/LYShowInfo.c:334
 msgid "Charset:"
 msgstr "&nbsp;¦r¤¸¶°¡G"
 
-#: src/LYShowInfo.c:303
+#: src/LYShowInfo.c:333
+msgid "(assumed)"
+msgstr ""
+
+#: src/LYShowInfo.c:340
 msgid "Server:"
 msgstr "¦øªA¾¹¡G"
 
-#: src/LYShowInfo.c:307
+#: src/LYShowInfo.c:343
 msgid "Date:"
 msgstr "¤é´Á¡G"
 
-#: src/LYShowInfo.c:310
+#: src/LYShowInfo.c:346
 msgid "Last Mod:"
 msgstr "³Ì«á­×§ï¡G"
 
-#: src/LYShowInfo.c:316
-msgid "&nbsp;Expires:"
+#: src/LYShowInfo.c:351
+msgid "Expires:"
 msgstr ""
 
-#: src/LYShowInfo.c:320
+#: src/LYShowInfo.c:354
 msgid "Cache-Control:"
 msgstr ""
 
-#: src/LYShowInfo.c:324
+#: src/LYShowInfo.c:357
 msgid "Content-Length:"
 msgstr ""
 
-#: src/LYShowInfo.c:329
+#: src/LYShowInfo.c:362
 msgid "Language:"
 msgstr "»y¨¥¡G"
 
-#: src/LYShowInfo.c:336
+#: src/LYShowInfo.c:369
 msgid "Post Data:"
 msgstr ""
 
-#: src/LYShowInfo.c:340
+#: src/LYShowInfo.c:372
 msgid "Post Content Type:"
 msgstr ""
 
-#: src/LYShowInfo.c:349
+#: src/LYShowInfo.c:375
 msgid "Owner(s):"
 msgstr "&nbsp;&nbsp;¾Ö¦³ªÌ¡G"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:380
 msgid "size:"
 msgstr "¤j¤p¡G"
 
-#: src/LYShowInfo.c:352
+#: src/LYShowInfo.c:382
 msgid "lines"
 msgstr "¦æ"
 
-#: src/LYShowInfo.c:355
-msgid "mode:"
-msgstr "¼Ò¦¡¡G"
-
-#: src/LYShowInfo.c:357
+#: src/LYShowInfo.c:386
 msgid "forms mode"
 msgstr ""
 
-#: src/LYShowInfo.c:359
+#: src/LYShowInfo.c:388
 msgid "source"
 msgstr ""
 
-#: src/LYShowInfo.c:360
+#: src/LYShowInfo.c:389
 msgid "normal"
 msgstr ""
 
-#: src/LYShowInfo.c:361
+#: src/LYShowInfo.c:391
 msgid ", safe"
 msgstr ""
 
-#: src/LYShowInfo.c:362
+#: src/LYShowInfo.c:393
 msgid ", via internal link"
 msgstr ""
 
-#: src/LYShowInfo.c:368
+#: src/LYShowInfo.c:398
 msgid ", no-cache"
 msgstr ""
 
-#: src/LYShowInfo.c:370
+#: src/LYShowInfo.c:400
 msgid ", ISMAP script"
 msgstr ""
 
-#: src/LYShowInfo.c:372
+#: src/LYShowInfo.c:402
 msgid ", bookmark file"
 msgstr ""
 
-#: src/LYShowInfo.c:381
+#: src/LYShowInfo.c:406
+msgid "mode:"
+msgstr "¼Ò¦¡¡G"
+
+#: src/LYShowInfo.c:412
 msgid "Link that you currently have selected"
 msgstr "¥Ø«e¤w¿ï¨úªºÃìµ²"
 
-#: src/LYShowInfo.c:394
+#: src/LYShowInfo.c:421
 msgid "Method:"
 msgstr ""
 
-#: src/LYShowInfo.c:399
+#: src/LYShowInfo.c:425
 msgid "Enctype:"
 msgstr "½s½X¤è¦¡¡G"
 
-#: src/LYShowInfo.c:411
+#: src/LYShowInfo.c:431
+#, fuzzy
+msgid "Action:"
+msgstr "¦ì¸m¡G"
+
+#: src/LYShowInfo.c:436
 msgid "(Form field)"
 msgstr ""
 
-#: src/LYShowInfo.c:426
+#: src/LYShowInfo.c:447
 msgid "No Links on the current page"
 msgstr "¸Ó­¶­±¨S¦³¥ô¦óÃìµ²"
 
-#: src/LYShowInfo.c:430
+#: src/LYShowInfo.c:452
 #, fuzzy
 msgid "Server Headers:"
 msgstr "¦øªA¾¹¡G"
@@ -5279,33 +5325,33 @@ msgstr "¤W¶Ç¦Ü¡G"
 msgid "Upload options:"
 msgstr "¤W¶Ç¿ï¶µ¡G"
 
-#: src/LYUtils.c:1695
+#: src/LYUtils.c:1696
 msgid "Download document URL put to clipboard."
 msgstr ""
 
-#: src/LYUtils.c:2463
+#: src/LYUtils.c:2464
 msgid "Unexpected access protocol for this URL scheme."
 msgstr ""
 
-#: src/LYUtils.c:3281
+#: src/LYUtils.c:3282
 msgid "Too many tempfiles"
 msgstr "¤Ó¦h¼È¦sÀÉ"
 
-#: src/LYUtils.c:3585
+#: src/LYUtils.c:3586
 msgid "unknown restriction"
 msgstr ""
 
-#: src/LYUtils.c:3615
+#: src/LYUtils.c:3616
 #, c-format
 msgid "No restrictions set.\n"
 msgstr ""
 
-#: src/LYUtils.c:3618
+#: src/LYUtils.c:3619
 #, c-format
 msgid "Restrictions set:\n"
 msgstr ""
 
-#: src/LYUtils.c:4998
+#: src/LYUtils.c:4999
 msgid "Cannot find HOME directory"
 msgstr "§ä¤£¨ì­Ó¤H¥Ø¿ý"
 
diff --git a/src/GridText.c b/src/GridText.c
index 8ede1e6c..a10322a1 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -13,6 +13,7 @@
 #include <HTFile.h>
 #include <UCDefs.h>
 #include <UCAux.h>
+#include <HText.h>
 
 #include <assert.h>
 
@@ -54,14 +55,15 @@ unsigned int cached_styles[CACHEH][CACHEW];
 #include <LYJustify.h>
 
 #ifdef USE_CURSES_PADS
-#  define DISPLAY_COLS (LYwideLines ? MAX_COLS : LYcols)
+#  define DISPLAY_COLS    (LYwideLines ? MAX_COLS : LYcols)
 #  define WRAP_COLS(text) ((text)->stbl ?				\
 			   (LYtableCols <= 0				\
-			    ? DISPLAY_COLS : (LYtableCols * LYcols)/12)	\
-			   : LYcols)
+			    ? DISPLAY_COLS				\
+			    : (LYtableCols * LYcols)/12) - LYbarWidth	\
+			   : LYcolLimit)
 #else
-#  define DISPLAY_COLS LYcols
-#  define WRAP_COLS(text) LYcols
+#  define DISPLAY_COLS    LYcols
+#  define WRAP_COLS(text) LYcolLimit
 #endif
 
 #define FirstHTLine(text) ((text)->last_line->next)
@@ -103,6 +105,7 @@ struct _HTStream {		/* only know it as object */
 #ifdef KANJI_CODE_OVERRIDE
 HTkcode last_kcode = NOKANJI;	/* 1997/11/14 (Fri) 09:09:26 */
 #endif
+
 #ifdef CJK_EX
 #define CHAR_WIDTH 6
 #else
@@ -117,8 +120,8 @@ HTParentAnchor *HTMainAnchor = NULL;	/* Anchor for HTMainText */
 char *HTAppName = LYNX_NAME;	/* Application name */
 char *HTAppVersion = LYNX_VERSION;	/* Application version */
 
-int HTFormNumber = 0;
-int HTFormFields = 0;
+static int HTFormNumber = 0;
+static int HTFormFields = 0;
 char *HTCurSelectGroup = NULL;	/* Form select group name */
 static int HTCurSelectGroupCharset = -1;	/* ... and name's charset */
 int HTCurSelectGroupType = F_RADIO_TYPE;	/* Group type */
@@ -1315,8 +1318,8 @@ static int display_line(HTLine *line, HText *text, int scrline GCC_UNUSED,
      * go over the COLS limit on the display.
      */
     j = (int) line->offset;
-    if (j > (int) DISPLAY_COLS - 1)
-	j = (int) DISPLAY_COLS - 1;
+    if (j >= DISPLAY_COLS)
+	j = DISPLAY_COLS - 1;
 #ifdef USE_SLANG
     SLsmg_forward(j);
     i = j;
@@ -1364,7 +1367,7 @@ static int display_line(HTLine *line, HText *text, int scrline GCC_UNUSED,
 #endif /* SHOW_WHEREIS_TARGETS */
 #endif /* USE_COLOR_STYLE */
 
-    while ((i < DISPLAY_COLS) && ((buffer[0] = *data) != '\0')) {
+    while ((i <= DISPLAY_COLS) && ((buffer[0] = *data) != '\0')) {
 
 #ifndef USE_COLOR_STYLE
 #if defined(SHOW_WHEREIS_TARGETS)
@@ -1456,7 +1459,7 @@ static int display_line(HTLine *line, HText *text, int scrline GCC_UNUSED,
 		lynx_stop_bold();
 	    break;
 
-#endif
+#endif /* !USE_COLOR_STYLE */
 	case LY_SOFT_NEWLINE:
 	    if (!dump_output_immediately) {
 		LYaddch('+');
@@ -1525,27 +1528,24 @@ static int display_line(HTLine *line, HText *text, int scrline GCC_UNUSED,
 		/*
 		 * For CJK strings, by Masanobu Kimura.
 		 */
-		if (i >= DISPLAY_COLS)
-		    goto after_while;
-
-		buffer[1] = *data;
-		buffer[2] = '\0';
-		data++;
-		i++;
-		LYaddstr(buffer);
-		buffer[1] = '\0';
-		/*
-		 * For now, load 'M' into LastDisplayChar,
-		 * but we should check whether it's white
-		 * and if so, use ' '.  I don't know if
-		 * there actually are white CJK characters,
-		 * and we're loading ' ' for multibyte
-		 * spacing characters in this code set,
-		 * but this will become an issue when
-		 * the development code set's multibyte
-		 * character handling is used.  -FM
-		 */
-		LastDisplayChar = 'M';
+		if (i < DISPLAY_COLS) {
+		    buffer[1] = *data;
+		    buffer[2] = '\0';
+		    data++;
+		    i++;
+		    LYaddstr(buffer);
+		    buffer[1] = '\0';
+		    /*
+		     * For now, load 'M' into LastDisplayChar, but we should
+		     * check whether it's white and if so, use ' '.  I don't
+		     * know if there actually are white CJK characters, and
+		     * we're loading ' ' for multibyte spacing characters in
+		     * this code set, but this will become an issue when the
+		     * development code set's multibyte character handling is
+		     * used.  -FM
+		     */
+		    LastDisplayChar = 'M';
+		}
 	    } else {
 		LYaddstr(buffer);
 		LastDisplayChar = buffer[0];
@@ -1553,7 +1553,6 @@ static int display_line(HTLine *line, HText *text, int scrline GCC_UNUSED,
 	}			/* end of switch */
     }				/* end of while */
 
-  after_while:
 #if !(defined(NCURSES_VERSION) || defined(WIDEC_CURSES))
     if (text->has_utf8) {
 	LYtouchline(scrline);
@@ -1717,6 +1716,12 @@ static void display_title(HText *text)
 	LynxChangeStyle(s_forw_backw, STACK_OFF);
     }
 #endif /* USE_COLOR_STYLE */
+#ifdef WIDEC_CURSES
+    i = limit - LYbarWidth - strlen(percent) - LYstrCells(title);
+    if (i <= 0)
+	i = 0;
+    LYmove(0, i);
+#else
     i = (limit - 1) - strlen(percent) - strlen(title);
     if (i >= CHAR_WIDTH) {
 	LYmove(0, i);
@@ -1737,6 +1742,7 @@ static void display_title(HText *text)
 	}
 	LYmove(0, CHAR_WIDTH);
     }
+#endif
     LYaddstr(title);
     if (percent[0] != '\0')
 	LYaddstr(percent);
@@ -1745,7 +1751,7 @@ static void display_title(HText *text)
 
 #if defined(USE_COLOR_STYLE) && defined(CAN_CUT_AND_PASTE)
     if (s_hot_paste != NOSTYLE) {	/* Only if the user set the style */
-	LYmove(0, LYcols - 1);
+	LYmove(0, LYcolLimit);
 	LynxChangeStyle(s_hot_paste, STACK_ON);
 	LYaddch(ACS_RARROW);
 	LynxChangeStyle(s_hot_paste, STACK_OFF);
@@ -1823,7 +1829,7 @@ static void display_scrollbar(HText *text)
 	    LynxChangeStyle(s, ABS_ON);
 	}
 #endif /* USE_COLOR_STYLE */
-	LYmove(1, LYcols + LYshiftWin - 1);
+	LYmove(1, LYcolLimit + LYshiftWin);
 	addch_raw(ACS_UARROW);
 #ifdef USE_COLOR_STYLE
 	LynxChangeStyle(s, STACK_OFF);
@@ -1844,7 +1850,7 @@ static void display_scrollbar(HText *text)
 	if (i - 1 <= h - bot_skip && i > h - bot_skip)
 	    LynxChangeStyle(s_sb_bar, STACK_OFF);
 #endif /* USE_COLOR_STYLE */
-	LYmove(i + off, LYcols + LYshiftWin - 1);
+	LYmove(i + off, LYcolLimit + LYshiftWin);
 	if (i > top_skip && i <= h - bot_skip) {
 	    LYaddch(ACS_BLOCK);
 	} else {
@@ -1865,7 +1871,7 @@ static void display_scrollbar(HText *text)
 	    LynxChangeStyle(s, ABS_ON);
 	}
 #endif /* USE_COLOR_STYLE */
-	LYmove(h + 2, LYcols + LYshiftWin - 1);
+	LYmove(h + 2, LYcolLimit + LYshiftWin);
 	addch_raw(ACS_DARROW);
 #ifdef USE_COLOR_STYLE
 	LynxChangeStyle(s, STACK_OFF);
@@ -2100,7 +2106,7 @@ static void display_page(HText *text, int line_number,
 					     text->T.output_utf8, YES,
 					     NULL,
 					     &LenNeeded)) != NULL &&
-		   ((int) line->offset + LenNeeded) < DISPLAY_COLS) {
+		   ((int) line->offset + LenNeeded) <= DISPLAY_COLS) {
 		int itmp = 0;
 		int written = 0;
 		int x_pos = offset + (int) (cp - data);
@@ -2330,6 +2336,7 @@ static void display_page(HText *text, int line_number,
 				? checked_box
 				: unchecked_box);
 		} else if (FormInfo_ptr->type == F_PASSWORD_TYPE) {
+		    /* FIXME: use LYstrExtent, not strlen */
 		    LYSetHilite(nlinks,
 				STARS(strlen(FormInfo_ptr->value)));
 		} else {	/* TEXT type */
@@ -2432,6 +2439,7 @@ static void display_page(HText *text, int line_number,
 #endif /* WIDEC_CURSES */
 
     LYrefresh();
+    return;
 }
 
 /*			Object Building methods
@@ -2729,8 +2737,9 @@ static void split_line(HText *text, unsigned split)
 {
     HTStyle *style = text->style;
     int spare;
-    int indent = text->in_line_1 ?
-    text->style->indent1st : text->style->leftIndent;
+    int indent = (text->in_line_1
+		  ? text->style->indent1st
+		  : text->style->leftIndent);
     short alignment;
     TextAnchor *a;
     int CurLine = text->Lines;
@@ -2739,9 +2748,12 @@ static void split_line(HText *text, unsigned split)
     int TailTrim = 0;
     int s, s_post, s_pre, t_underline = underline_on, t_bold = bold_on;
     char *p;
+    char *cp;
     int ctrl_chars_on_previous_line = 0;
+
+#ifndef WIDEC_CURSES
     int utfxtra_on_previous_line = UTFXTRA_ON_THIS_LINE;
-    char *cp;
+#endif
 
     HTLine *previous = text->last_line;
     HTLine *line;
@@ -3084,7 +3096,9 @@ static void split_line(HText *text, unsigned split)
 		*cp == LY_UNDERLINE_END_CHAR ||
 		*cp == LY_BOLD_START_CHAR ||
 		*cp == LY_BOLD_END_CHAR ||
+#ifndef WIDEC_CURSES
 		IS_UTF_EXTRA(*cp) ||
+#endif
 		*cp == LY_SOFT_HYPHEN) {
 		ctrl_chars_on_previous_line++;
 	    }
@@ -3094,7 +3108,14 @@ static void split_line(HText *text, unsigned split)
 	    ctrl_chars_on_previous_line--;
 
 	/* @@ first line indent */
-	spare = (WRAP_COLS(text) - 1) -
+#ifdef WIDEC_CURSES
+	spare = WRAP_COLS(text) -
+	    (int) style->rightIndent - indent +
+	    ctrl_chars_on_previous_line - LYstrExtent2(previous->data, previous->size);
+	if (spare < 0 && LYwideLines)	/* Can be wider than screen */
+	    spare = 0;
+#else
+	spare = WRAP_COLS(text) -
 	    (int) style->rightIndent - indent +
 	    ctrl_chars_on_previous_line - previous->size;
 	if (spare < 0 && LYwideLines)	/* Can be wider than screen */
@@ -3104,9 +3125,9 @@ static void split_line(HText *text, unsigned split)
 	    text->T.output_utf8 && ctrl_chars_on_previous_line) {
 	    utfxtra_on_previous_line -= UTFXTRA_ON_THIS_LINE;
 	    if (utfxtra_on_previous_line) {
-		int spare_cu = (LYcols_cu(text) - 1) -
-		utfxtra_on_previous_line - indent +
-		ctrl_chars_on_previous_line - previous->size;
+		int spare_cu = (LYcols_cu(text) -
+				utfxtra_on_previous_line - indent +
+				ctrl_chars_on_previous_line - previous->size);
 
 		/*
 		 * Shift non-leftaligned UTF-8 lines that would be
@@ -3124,13 +3145,13 @@ static void split_line(HText *text, unsigned split)
 			    (int) (previous->offset + indent + spare / 2 +
 				   previous->size)
 			    - ctrl_chars_on_previous_line
-			    + utfxtra_on_previous_line <= (LYcols_cu(text) - 1))
+			    + utfxtra_on_previous_line <= LYcols_cu(text))
 			    /* do nothing - it still fits - kw */ ;
 			else {
 			    spare = spare_cu;
 			    if (alignment == HT_CENTER) {
 				/*
-				 * Can't move towars center all the way,
+				 * Can't move toward center all the way,
 				 * but at least make line contents appear
 				 * as far right as possible.  - kw
 				 */
@@ -3145,6 +3166,7 @@ static void split_line(HText *text, unsigned split)
 		}
 	    }
 	}
+#endif
     }
 
     switch (style->alignment) {
@@ -3269,7 +3291,7 @@ static void split_line(HText *text, unsigned split)
 	&& justify_max_void_percent > 0
 	&& justify_max_void_percent <= 100
 	&& justify_max_void_percent >= ((100 * spare)
-					/ ((WRAP_COLS(text) - 1)
+					/ (WRAP_COLS(text)
 					   - (int) style->rightIndent
 					   - indent
 					   + ctrl_chars_on_previous_line))) {
@@ -3966,7 +3988,7 @@ void HText_appendCharacter(HText *text, int ch)
 		    + ((line->size > 0) &&
 		       (int) (line->data[line->size - 1] ==
 			      LY_SOFT_HYPHEN ?
-			      1 : 0)) >= (LYcols_cu(text) - 1))
+			      1 : 0)) >= LYcols_cu(text))
 		) {
 		if (!text->permissible_split || text->source) {
 		    text->permissible_split = line->size;
@@ -4110,7 +4132,7 @@ void HText_appendCharacter(HText *text, int ch)
 	else
 	    target_cu = target + (here_cu - here);
 
-	if (target > (WRAP_COLS(text) - 1) - (int) style->rightIndent &&
+	if (target > WRAP_COLS(text) - (int) style->rightIndent &&
 	    HTOutputFormat != WWW_SOURCE) {
 	    new_line(text);
 	} else {
@@ -4118,8 +4140,8 @@ void HText_appendCharacter(HText *text, int ch)
 	     * Can split here.  -FM
 	     */
 	    text->permissible_split = line->size;
-	    if (target_cu > (WRAP_COLS(text) - 1))
-		target -= target_cu - (WRAP_COLS(text) - 1);
+	    if (target_cu > WRAP_COLS(text))
+		target -= target_cu - WRAP_COLS(text);
 	    if (line->size == 0) {
 		line->offset = line->offset + target - here;
 	    } else {
@@ -4142,10 +4164,10 @@ void HText_appendCharacter(HText *text, int ch)
 	int target = (int) (line->offset + line->size) - ctrl_chars_on_this_line;
 	int target_cu = target + UTFXTRA_ON_THIS_LINE;
 
-	if (target >= (WRAP_COLS(text) - 1) - style->rightIndent -
+	if (target >= WRAP_COLS(text) - style->rightIndent -
 	    (((HTCJK != NOCJK) && text->kanji_buf) ? 1 : 0) ||
 	    (text->T.output_utf8 &&
-	     target_cu + UTF_XLEN(ch) >= (LYcols_cu(text) - 1))) {
+	     target_cu + UTF_XLEN(ch) >= LYcols_cu(text))) {
 	    int saved_kanji_buf;
 	    int saved_state;
 
@@ -4182,7 +4204,7 @@ void HText_appendCharacter(HText *text, int ch)
 	int nominal = (indent + (int) (line->offset + line->size) - ctrl_chars_on_this_line);
 	int number;
 
-	limit = (WRAP_COLS(text) - 1);
+	limit = WRAP_COLS(text);
 	if (fields_are_numbered()
 	    && !number_fields_on_left
 	    && text->last_anchor != 0
@@ -4200,7 +4222,7 @@ void HText_appendCharacter(HText *text, int ch)
 				  : 1))))) + 2;
 	}
 	if ((nominal + (int) style->rightIndent) >= limit
-	    || (nominal + UTFXTRA_ON_THIS_LINE) >= (LYcols_cu(text) - 1)) {
+	    || (nominal + UTFXTRA_ON_THIS_LINE) >= LYcols_cu(text)) {
 	    return;
 	}
     }
@@ -4214,12 +4236,12 @@ void HText_appendCharacter(HText *text, int ch)
 
     if (text->T.output_utf8) {
 	actual += (UTFXTRA_ON_THIS_LINE - ctrl_chars_on_this_line + UTF_XLEN(ch));
-	limit = (LYcols_cu(text) - 1);
+	limit = LYcols_cu(text);
     } else {
 	actual +=
 	    (int) style->rightIndent - ctrl_chars_on_this_line +
 	    (((HTCJK != NOCJK) && text->kanji_buf) ? 1 : 0);
-	limit = (WRAP_COLS(text) - 1);
+	limit = WRAP_COLS(text);
     }
 
     if (actual >= limit) {
@@ -4661,7 +4683,7 @@ static int HText_insertBlanksInStblLines(HText *me, int ncols)
 	alignment = style->alignment;
     indent = style->leftIndent;
     /* Calculate spare character positions */
-    spare = (WRAP_COLS(me) - 1) -
+    spare = WRAP_COLS(me) -
 	(int) style->rightIndent - indent - max_width;
     if (spare < 0 && (int) style->rightIndent + spare >= 0) {
 	/*
@@ -5579,7 +5601,7 @@ void HText_endAppend(HText *text)
     if (!text)
 	return;
 
-    CTRACE((tfp, "Gridtext: Entering HText_endAppend\n"));
+    CTRACE((tfp, "GridText: Entering HText_endAppend\n"));
 
     /*
      * Create a blank line at the bottom.
@@ -5679,12 +5701,12 @@ static void HText_trimHightext(HText *text, BOOLEAN final,
 	return;
 
     if (final) {
-	CTRACE((tfp, "Gridtext: Entering HText_trimHightext (final)\n"));
+	CTRACE((tfp, "GridText: Entering HText_trimHightext (final)\n"));
     } else {
 	if (stop_before < 0 || stop_before > text->Lines)
 	    stop_before = text->Lines;
 	CTRACE((tfp,
-		"Gridtext: Entering HText_trimHightext (partial: 0..%d/%d)\n",
+		"GridText: Entering HText_trimHightext (partial: 0..%d/%d)\n",
 		stop_before, text->Lines));
     }
 
@@ -5701,7 +5723,7 @@ static void HText_trimHightext(HText *text, BOOLEAN final,
     for (anchor_ptr = text->first_anchor;
 	 anchor_ptr != NULL;
 	 prev_a = anchor_ptr, anchor_ptr = anchor_ptr->next) {
-	int have_soft_newline_in_1st_line = 0;
+	int anchor_col;
 
       re_parse:
 	/*
@@ -5750,7 +5772,7 @@ static void HText_trimHightext(HText *text, BOOLEAN final,
 	    anchor_ptr->line_num = cur_line;
 	}
 	CTRACE((tfp,
-		"Gridtext: Anchor found on line:%d col:%d [%d] ext:%d\n",
+		"GridText: Anchor found on line:%d col:%d [%d] ext:%d\n",
 		cur_line, anchor_ptr->line_pos,
 		anchor_ptr->number, anchor_ptr->extent));
 
@@ -5878,12 +5900,29 @@ static void HText_trimHightext(HText *text, BOOLEAN final,
 	}
 
 	/*
+	 * Save the offset (bytes) of the anchor in the line's data.
+	 */
+	anchor_col = anchor_ptr->line_pos;
+
+	/*
 	 * Subtract any formatting characters from the x position of the link.
 	 */
+#ifdef WIDEC_CURSES
+	if (anchor_ptr->line_pos > 0) {
+	    /*
+	     * LYstrExtent filters out the formatting characters, so we do not
+	     * have to count them here.
+	     *
+	     * FIXME: do we have to count soft-newlines?
+	     */
+	    anchor_ptr->line_pos = LYstrExtent2(line_ptr->data, anchor_col);
+	}
+#else /* 8-bit curses, etc.  */
 	if (anchor_ptr->line_pos > 0) {
 	    register int offset = 0, i = 0;
+	    int have_soft_newline_in_1st_line = 0;
 
-	    for (; i < anchor_ptr->line_pos; i++) {
+	    for (; i < anchor_col; i++) {
 		if (IS_UTF_EXTRA(line_ptr->data[i]) ||
 		    IsSpecialAttrChar(line_ptr->data[i])) {
 		    offset++;
@@ -5891,17 +5930,17 @@ static void HText_trimHightext(HText *text, BOOLEAN final,
 		}
 	    }
 	    anchor_ptr->line_pos -= offset;
+	    /*handle LY_SOFT_NEWLINEs -VH */
+	    anchor_ptr->line_pos += have_soft_newline_in_1st_line;
 	}
+#endif /* WIDEC_CURSES */
 
 	/*
-	 * Add the offset, and set the line number.
+	 * Set the line number.
 	 */
 	anchor_ptr->line_pos += line_ptr->offset;
 	anchor_ptr->line_num = cur_line;
 
-	/*handle LY_SOFT_NEWLINEs -VH */
-	anchor_ptr->line_pos += have_soft_newline_in_1st_line;
-
 	CTRACE((tfp, "GridText:     add link on line %d col %d [%d] %s\n",
 		cur_line, anchor_ptr->line_pos,
 		anchor_ptr->number, "in HText_trimHightext"));
@@ -6623,7 +6662,7 @@ BOOL HText_getFirstTargetInLine(HText *text, int line_num,
 				   utf_flag, YES,
 				   &HitOffset,
 				   &LenNeeded)) != NULL) &&
-	(LineOffset + LenNeeded) < DISPLAY_COLS) {
+	(LineOffset + LenNeeded) <= DISPLAY_COLS) {
 	/*
 	 * We had a hit so load the results,
 	 * remove IsSpecial characters from
@@ -7724,7 +7763,7 @@ void print_crawl_to_fd(FILE *fp, char *thelink,
     /*
      * Add the References list if appropriate
      */
-    if ((nolist == FALSE) &&
+    if ((no_list == FALSE) &&
 	links_are_numbered()) {
 	printlist(fp, FALSE);
     }
@@ -8172,18 +8211,40 @@ void HTuncache_current_document(void)
 static HTProtocol scm =
 {"source-cache-mem", 0, 0};	/* dummy - kw */
 
+static BOOLEAN useSourceCache(void)
+{
+    BOOLEAN result = FALSE;
+
+    if (LYCacheSource == SOURCE_CACHE_FILE) {
+	result = (HTMainAnchor->source_cache_file != 0);
+	CTRACE((tfp, "SourceCache: file-cache%s found\n",
+		result ? "" : " not"));
+    }
+    return result;
+}
+
+static BOOLEAN useMemoryCache(void)
+{
+    BOOLEAN result = FALSE;
+
+    if (LYCacheSource == SOURCE_CACHE_MEMORY) {
+	result = (HTMainAnchor->source_cache_chunk != 0);
+	CTRACE((tfp, "SourceCache: memory-cache%s found\n",
+		result ? "" : " not"));
+    }
+    return result;
+}
+
 BOOLEAN HTreparse_document(void)
 {
     BOOLEAN ok = FALSE;
 
-    if (!HTMainAnchor || LYCacheSource == SOURCE_CACHE_NONE ||
-	(LYCacheSource == SOURCE_CACHE_FILE &&
-	 !HTMainAnchor->source_cache_file) ||
-	(LYCacheSource == SOURCE_CACHE_MEMORY &&
-	 !HTMainAnchor->source_cache_chunk))
+    if (!HTMainAnchor || LYCacheSource == SOURCE_CACHE_NONE) {
+	CTRACE((tfp, "HTreparse_document returns FALSE\n"));
 	return FALSE;
+    }
 
-    if (LYCacheSource == SOURCE_CACHE_FILE && HTMainAnchor->source_cache_file) {
+    if (useSourceCache()) {
 	FILE *fp;
 	HTFormat format;
 	int ret;
@@ -8243,10 +8304,11 @@ BOOLEAN HTreparse_document(void)
 		    HTLoadedDocumentURL()));
 	}
 	ok = (BOOL) (ret == HT_LOADED || ret == HT_PARTIAL_CONTENT);
+
+	CTRACE((tfp, "Reparse file %s\n", (ok ? "succeeded" : "failed")));
     }
 
-    if (LYCacheSource == SOURCE_CACHE_MEMORY &&
-	HTMainAnchor->source_cache_chunk) {
+    if (useMemoryCache()) {
 	HTFormat format = WWW_HTML;
 	int ret;
 
@@ -8292,32 +8354,27 @@ BOOLEAN HTreparse_document(void)
 	ret = HTParseMem(format, HTOutputFormat, HTMainAnchor,
 			 HTMainAnchor->source_cache_chunk, NULL);
 	ok = (BOOL) (ret == HT_LOADED);
-    }
 
-    CTRACE((tfp, "Reparse %s\n", (ok ? "succeeded" : "failed")));
+	CTRACE((tfp, "Reparse memory %s\n", (ok ? "succeeded" : "failed")));
+    }
 
     return ok;
 }
 
 BOOLEAN HTcan_reparse_document(void)
 {
-    if (!HTMainAnchor || LYCacheSource == SOURCE_CACHE_NONE ||
-	(LYCacheSource == SOURCE_CACHE_FILE &&
-	 !HTMainAnchor->source_cache_file) ||
-	(LYCacheSource == SOURCE_CACHE_MEMORY &&
-	 !HTMainAnchor->source_cache_chunk))
-	return FALSE;
+    BOOLEAN result = FALSE;
 
-    if (LYCacheSource == SOURCE_CACHE_FILE && HTMainAnchor->source_cache_file) {
-	return LYCanReadFile(HTMainAnchor->source_cache_file);
+    if (!HTMainAnchor || LYCacheSource == SOURCE_CACHE_NONE) {
+	result = FALSE;
+    } else if (useSourceCache()) {
+	result = LYCanReadFile(HTMainAnchor->source_cache_file);
+    } else if (useMemoryCache()) {
+	result = TRUE;
     }
 
-    if (LYCacheSource == SOURCE_CACHE_MEMORY &&
-	HTMainAnchor->source_cache_chunk) {
-	return TRUE;
-    }
-
-    return FALSE;		/* if came to here */
+    CTRACE((tfp, "HTcan_reparse_document -> %d\n", result));
+    return result;
 }
 
 static void trace_setting_change(const char *name,
@@ -8336,11 +8393,7 @@ BOOLEAN HTdocument_settings_changed(void)
      * Annoying Hack(TM):  If we don't have a source cache, we can't
      * reparse anyway, so pretend the settings haven't changed.
      */
-    if (!HTMainAnchor || !HTMainText || LYCacheSource == SOURCE_CACHE_NONE ||
-	(LYCacheSource == SOURCE_CACHE_FILE &&
-	 !HTMainAnchor->source_cache_file) ||
-	(LYCacheSource == SOURCE_CACHE_MEMORY &&
-	 !HTMainAnchor->source_cache_chunk))
+    if (!HTMainText || !HTcan_reparse_document())
 	return FALSE;
 
     if (TRACE) {
@@ -8660,11 +8713,10 @@ int HText_getCurrentColumn(HText *text)
 
 int HText_getMaximumColumn(HText *text)
 {
-    int column = (DISPLAY_COLS - 2);
+    int column = DISPLAY_COLS;
 
     if (text) {
-	column = ((int) text->style->rightIndent ? (DISPLAY_COLS - 2) :
-		  ((DISPLAY_COLS - 1) - (int) text->style->rightIndent));
+	column -= (int) text->style->rightIndent;
     }
     return column;
 }
@@ -9731,7 +9783,7 @@ int HText_beginInput(HText *text, BOOL underline,
     /*
      * Restrict SIZE to maximum allowable size.
      */
-    MaximumSize = WRAP_COLS(text) - adjust_marker;
+    MaximumSize = WRAP_COLS(text) + 1 - adjust_marker;
     switch (f->type) {
 
     case F_SUBMIT_TYPE:
@@ -13226,7 +13278,6 @@ static void move_to_glyph(int YP,
 			  int flags,
 			  BOOL utf_flag)
 {
-    register int i;
     char buffer[7];
     const char *end_of_data;
     size_t utf_extra = 0;
@@ -13236,12 +13287,22 @@ static void move_to_glyph(int YP,
     int i_start_tgt = 0, i_after_tgt;
     int HitOffset, LenNeeded;
 #endif /* SHOW_WHEREIS_TARGETS */
-    BOOL intarget = NO, inunderline = NO, inbold = NO;
-    BOOL drawing = NO, inU = NO, hadutf8 = NO;
-    BOOL incurlink = NO, drawingtarget = NO, flag = NO;
+    BOOL intarget = NO;
+    BOOL inunderline = NO;
+    BOOL inbold = NO;
+    BOOL drawing = NO;
+    BOOL inU = NO;
+    BOOL hadutf8 = NO;
+    BOOL incurlink = NO;
+    BOOL drawingtarget = NO;
+    BOOL flag = NO;
     char *sdata = data;
     char LastDisplayChar = ' ';
-    int XP_link = XP;
+
+    int i = (int) offset;	/* FIXME: should be columns, not offset? */
+    int last_i = DISPLAY_COLS;
+    int XP_link = XP;		/* column of link */
+    int XP_next = XP;		/* column to move to when done drawing */
     int linkvlen;
 
     int len;
@@ -13256,11 +13317,17 @@ static void move_to_glyph(int YP,
      * Add offset, making sure that we do not
      * go over the COLS limit on the display.
      */
-    i = (int) offset;
-    if (i > (int) DISPLAY_COLS - 1)
-	i = (int) DISPLAY_COLS - 1;
-
-    linkvlen = hightext ? LYmbcsstrlen(hightext, utf_flag, YES) : 0;
+    if (hightext != 0) {
+#ifdef WIDEC_CURSES
+	len = strlen(hightext);
+	last_i = i + LYstrExtent2(data, datasize);
+#endif
+	linkvlen = LYmbcsstrlen(hightext, utf_flag, YES);
+    } else {
+	linkvlen = 0;
+    }
+    if (i >= last_i)
+	i = last_i - 1;
 
     /*
      * Scan through the data, making sure that we do not
@@ -13282,7 +13349,7 @@ static void move_to_glyph(int YP,
 				     &HitOffset,
 				     &LenNeeded);
 	if (cp_tgt) {
-	    if ((int) offset + LenNeeded >= DISPLAY_COLS ||
+	    if ((int) offset + LenNeeded > last_i ||
 		((int) offset + HitOffset >= XP + linkvlen)) {
 		cp_tgt = NULL;
 	    } else {
@@ -13302,7 +13369,7 @@ static void move_to_glyph(int YP,
      * XP_draw_min) is found, or when we reach the link itself (if
      * highlight is non-NULL).  - kw
      */
-    while ((i < DISPLAY_COLS - 1) && data < end_of_data && (*data != '\0')) {
+    while ((i <= last_i) && data < end_of_data && (*data != '\0')) {
 
 	if (data && hightext && i >= XP && !incurlink) {
 
@@ -13313,12 +13380,12 @@ static void move_to_glyph(int YP,
 	     * routine is applied to normal hyperlink anchors) the text in
 	     * hightext will be identical to that part of the HTLine that
 	     * data was already pointing to, except that special attribute
-	     * chars LY_BOLD_START_CHAR etc.  have been stripped out (see
+	     * chars LY_BOLD_START_CHAR etc., have been stripped out (see
 	     * HText_trimHightext).  So the switching should not result in
 	     * any different display, but it ensures that it doesn't go
 	     * unnoticed if somehow hightext got messed up somewhere else.
 	     * This is also useful in preparation for using this function
-	     * for something else than normal hyperlink anchors, i.e. form
+	     * for something else than normal hyperlink anchors, i.e., form
 	     * fields.
 	     * Turn on drawing here or make sure it gets turned on before the
 	     * next actual normal character is handled.  - kw
@@ -13326,7 +13393,8 @@ static void move_to_glyph(int YP,
 	    data = hightext;
 	    len = strlen(hightext);
 	    end_of_data = hightext + len;
-	    XP += linkvlen;	/* from now on XP includes hightext chars */
+	    last_i = i + len;
+	    XP_next += linkvlen;
 	    incurlink = YES;
 #ifdef SHOW_WHEREIS_TARGETS
 	    if (cp_tgt) {
@@ -13335,7 +13403,7 @@ static void move_to_glyph(int YP,
 	    }
 #endif
 	    /*
-	     * The logic of where to set intarget drawingtarget etc.
+	     * The logic of where to set in-target drawing target etc.
 	     * and when to react to it should be cleaned up (here and
 	     * further below).  For now this seems to work but isn't
 	     * very clear.  The complications arise from reproducing
@@ -13385,11 +13453,10 @@ static void move_to_glyph(int YP,
 
 	    }
 	}
-	if (i >= XP || data >= end_of_data)
+	if (i >= last_i || data >= end_of_data)
 	    break;
 	if ((buffer[0] = *data) == '\0')
 	    break;
-
 #if defined(SHOW_WHEREIS_TARGETS)
 	/*
 	 * Look for a subsequent occurrence of the target string,
@@ -13398,7 +13465,7 @@ static void move_to_glyph(int YP,
 	if (cp_tgt && i >= i_after_tgt) {
 	    if (intarget) {
 
-		if (incurlink && flag && i == XP - 1)
+		if (incurlink && flag && i == last_i - 1)
 		    cp_tgt = NULL;
 		else
 		    cp_tgt = LYno_attr_mb_strstr(sdata,
@@ -13412,13 +13479,13 @@ static void move_to_glyph(int YP,
 		    if (incurlink) {
 			if (flag && i_start_tgt == XP_link)
 			    i_start_tgt++;
-			if (flag && i_start_tgt == XP - 1)
+			if (flag && i_start_tgt == last_i - 1)
 			    i_start_tgt++;
-			if (flag && i_after_tgt >= XP)
-			    i_after_tgt = XP - 1;
-			if (flag && i_start_tgt >= XP)
+			if (flag && i_after_tgt >= last_i)
+			    i_after_tgt = last_i - 1;
+			if (flag && i_start_tgt >= last_i)
 			    cp_tgt = NULL;
-		    } else if (i_start_tgt == XP) {
+		    } else if (i_start_tgt == last_i) {
 			if (flag)
 			    i_start_tgt++;
 		    }
@@ -13448,7 +13515,7 @@ static void move_to_glyph(int YP,
 	/*
 	 * Advance data to point to the next input char (for the
 	 * next round).  Advance sdata, used for searching for a
-	 * target string, so that they stays in synch.  As long
+	 * target string, so that they stay in synch.  As long
 	 * as we are not within the highlight text, data and sdata
 	 * have identical values.  After we have switched data to
 	 * point into hightext, sdata remains a pointer into the
@@ -13458,11 +13525,10 @@ static void move_to_glyph(int YP,
 	 * not present in highlight in order to stay in synch.  - kw
 	 */
 	data++;
-	if (*sdata) {
-	    do
-		sdata++;
-	    while (incurlink && *sdata && sdata != data &&
-		   IsSpecialAttrChar(*(sdata - 1)));
+	if (incurlink) {
+	    while (IsNormalChar(*sdata)) {
+		++sdata;
+	    }
 	}
 
 	switch (buffer[0]) {
@@ -13531,9 +13597,9 @@ static void move_to_glyph(int YP,
 	     */
 #if defined(SHOW_WHEREIS_TARGETS)
 	    if (incurlink && intarget && flag && i_after_tgt > i) {
-		if (i == XP - 1) {
+		if (i == last_i - 1) {
 		    i_after_tgt = i;
-		} else if (i == XP - 2 && HTCJK != NOCJK &&
+		} else if (i == last_i - 2 && HTCJK != NOCJK &&
 			   is8bits(buffer[0])) {
 		    i_after_tgt = i;
 		    cp_tgt = NULL;
@@ -13552,14 +13618,14 @@ static void move_to_glyph(int YP,
 
 		    if (incurlink && drawing &&
 			!(flag &&
-			  (i == XP_link || i == XP - 1))) {
+			  (i == XP_link || i == last_i - 1))) {
 			lynx_stop_link_color(flag, inU);
 		    }
 		    if (incurlink && !drawing) {
 			LYmove(YP, i);
 			if (inunderline)
 			    inU = YES;
-			if (flag && (i == XP_link || i == XP - 1)) {
+			if (flag && (i == XP_link || i == last_i - 1)) {
 			    lynx_start_link_color(flag, inU);
 			    drawingtarget = NO;
 			} else {
@@ -13576,7 +13642,7 @@ static void move_to_glyph(int YP,
 			lynx_start_link_color(flag, inU);
 		    } else if (drawing &&
 			       !(flag &&
-				 (i == XP_link || (incurlink && i == XP - 1)))) {
+				 (i == XP_link || (incurlink && i == last_i - 1)))) {
 			LYstartTargetEmphasis();
 			drawingtarget = YES;
 		    }
@@ -13595,11 +13661,13 @@ static void move_to_glyph(int YP,
 	    }
 
 	    i++;
+#ifndef WIDEC_CURSES
 	    if (utf_flag && is8bits(buffer[0])) {
 		hadutf8 = YES;
 		utf_extra = utf8_length(utf_flag, data - 1);
 		LastDisplayChar = 'M';
 	    }
+#endif
 	    if (utf_extra) {
 		strncpy(&buffer[1], data, utf_extra);
 		buffer[utf_extra + 1] = '\0';
@@ -13628,7 +13696,7 @@ static void move_to_glyph(int YP,
 		/*
 		 * For CJK strings, by Masanobu Kimura.
 		 */
-		if (drawing && (i < DISPLAY_COLS - 1)) {
+		if (drawing && (i <= last_i)) {
 		    buffer[1] = *data;
 		    LYaddstr(buffer);
 		    buffer[1] = '\0';
@@ -13656,7 +13724,7 @@ static void move_to_glyph(int YP,
     }				/* end of while */
 
     if (!drawing) {
-	LYmove(YP, i);
+	LYmove(YP, XP_next);
 	lynx_start_link_color(flag, inU);
     } else {
 #if defined(SHOW_WHEREIS_TARGETS)
diff --git a/src/HTAlert.c b/src/HTAlert.c
index b13d703e..6105cf26 100644
--- a/src/HTAlert.c
+++ b/src/HTAlert.c
@@ -481,7 +481,7 @@ BOOL confirm_post_resub(const char *address,
     char buf[240];
     char *temp = NULL;
     BOOL res;
-    size_t maxlen = LYcols - 6;
+    size_t maxlen = LYcolLimit - 5;
 
     if (!address) {
 	return (NO);
@@ -791,7 +791,7 @@ BOOL HTConfirmCookie(domain_entry * de, const char *server,
 	int namelen, valuelen, space_free, percentage;
 	char *message = 0;
 
-	space_free = ((LYcols - 1)
+	space_free = (LYcolLimit
 		      - (strlen(prompt)
 			 - 10)	/* %s and %.*s and %.*s chars */
 		      -strlen(server));
@@ -818,27 +818,27 @@ BOOL HTConfirmCookie(domain_entry * de, const char *server,
 	    ch = 'A';
 	} else {
 	    ch = LYgetch_single();
-#if defined(LOCALE) && defined(HAVE_GETTEXT) && !defined(gettext)
-	    /*
-	     * Special-purpose workaround for gettext support (we should do
-	     * this in a more general way -- after 2.8.3).
-	     *
-	     * NOTE TO TRANSLATORS:  If the prompt has been rendered into
-	     * another language, and if yes/no are distinct, assume the
-	     * translator can make an ordered list in parentheses with one
-	     * capital letter for each as we assumed in HTConfirmDefault().
-	     * The list has to be in the same order as in the original message,
-	     * and the four capital letters chosen to not match those in the
-	     * original unless they have the same position.
-	     *
-	     * Example:
-	     * (Y/N/Always/neVer)              - English (original)
-	     * (O/N/Toujours/Jamais)           - French
-	     */
+#if defined(LOCALE) && defined(HAVE_GETTEXT)
 	    {
 #define L_PAREN '('
 #define R_PAREN ')'
-		char *p;
+		/*
+		 * Special-purpose workaround for gettext support (we should do
+		 * this in a more general way) -TD
+		 *
+		 * NOTE TO TRANSLATORS:  If the prompt has been rendered into
+		 * another language, and if yes/no are distinct, assume the
+		 * translator can make an ordered list in parentheses with one
+		 * capital letter for each as we assumed in HTConfirmDefault().
+		 * The list has to be in the same order as in the original message,
+		 * and the four capital letters chosen to not match those in the
+		 * original unless they have the same position.
+		 *
+		 * Example:
+		 * (Y/N/Always/neVer)              - English (original)
+		 * (O/N/Toujours/Jamais)           - French
+		 */
+		char *p = gettext("Y/N/A/V");	/* placeholder for comment */
 		char *s = "YNAV\007\003";	/* see ADVANCED_COOKIE_CONFIRMATION */
 
 		if (strchr(s, ch) == 0
@@ -965,7 +965,7 @@ int HTConfirmPostRedirect(const char *Redirecting_url, int server_status)
 	LYclrtoeol();
 	LYmove(LYlines - 1, 0);
 	HTSprintf0(&url, "URL: %.*s",
-		   (LYcols < 250 ? LYcols - 6 : 250), Redirecting_url);
+		   (LYcols < 250 ? LYcolLimit - 5 : 250), Redirecting_url);
 	LYaddstr(url);
 	LYclrtoeol();
 	if (server_status == 301) {
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 893c2daa..f494b1e7 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -95,8 +95,6 @@ static void HTFWriter_put_character(HTStream *me, char c)
 
 /*	String handling
  *	---------------
- *
- *	Strings must be smaller than this buffer size.
  */
 static void HTFWriter_put_string(HTStream *me, const char *s)
 {
diff --git a/src/HTFont.h b/src/HTFont.h
index 192b0845..90c2b9ec 100644
--- a/src/HTFont.h
+++ b/src/HTFont.h
@@ -40,9 +40,11 @@ typedef long int HTMLFont;	/* For now */
 #define LY_SOFT_NEWLINE		((char)8)
 
 #ifdef EBCDIC
-#define IsSpecialAttrChar(a)  (((a) > '\002') && ((a) <= '\011') && ((a)!='\t'))
+#define IsSpecialAttrChar(a)	(((a) > '\002') && ((a) <= '\011') && ((a)!='\t'))
 #else
-#define IsSpecialAttrChar(a)  (((a) > '\002') && ((a) <= '\010'))
+#define IsSpecialAttrChar(a)	(((a) > '\002') && ((a) <= '\010'))
 #endif
 
+#define IsNormalChar(a)		((a) != '\0' && !IsSpecialAttrChar(a))
+
 #endif /* HTFONT_H */
diff --git a/src/HTML.c b/src/HTML.c
index c6b64864..1408f55d 100644
--- a/src/HTML.c
+++ b/src/HTML.c
@@ -1964,7 +1964,7 @@ static int HTML_start_element(HTStructured * me, int element_number,
 	    } else {
 		me->sp->style->alignment = HT_CENTER;
 	    }
-	    width = LYcols - 1 -
+	    width = LYcolLimit -
 		me->new_style->leftIndent - me->new_style->rightIndent;
 	    if (present && present[HTML_HR_WIDTH] && value[HTML_HR_WIDTH] &&
 		isdigit(UCH(*value[HTML_HR_WIDTH])) &&
@@ -4338,7 +4338,7 @@ static int HTML_start_element(HTStructured * me, int element_number,
 		me->sp->style->freeFormat) {
 		HTML_put_character(me, ' ');
 		me->in_word = NO;
-	    } else if (HText_LastLineSize(me->text, FALSE) > (LYcols - 7)) {
+	    } else if (HText_LastLineSize(me->text, FALSE) > (LYcolLimit - 6)) {
 		HTML_put_character(me, '\n');
 		me->in_word = NO;
 	    }
@@ -4503,7 +4503,7 @@ static int HTML_start_element(HTStructured * me, int element_number,
 		me->sp->style->freeFormat) {
 		HTML_put_character(me, ' ');
 		me->in_word = NO;
-	    } else if (HText_LastLineSize(me->text, FALSE) > (LYcols - 7)) {
+	    } else if (HText_LastLineSize(me->text, FALSE) > (LYcolLimit - 6)) {
 		HTML_put_character(me, '\n');
 		me->in_word = NO;
 	    }
@@ -5012,7 +5012,7 @@ static int HTML_start_element(HTStructured * me, int element_number,
 	else {
 	    int width;
 
-	    width = LYcols - 1 -
+	    width = LYcolLimit -
 		me->new_style->leftIndent - me->new_style->rightIndent;
 	    if (dump_output_immediately)	/* don't waste too much for this */
 		width = HTMIN(width, 60);
@@ -8076,6 +8076,7 @@ HTStream *HTMLToPlain(HTPresentation *pres,
 		      HTParentAnchor *anchor,
 		      HTStream *sink)
 {
+    CTRACE((tfp, "HTMLToPlain calling CacheThru_new\n"));
     return CacheThru_new(anchor,
 			 SGML_new(&HTML_dtd, anchor,
 				  HTML_new(anchor, pres->rep_out, sink)));
@@ -8138,6 +8139,7 @@ HTStream *HTMLParsedPresent(HTPresentation *pres,
     }
     if (!intermediate)
 	return NULL;
+    CTRACE((tfp, "HTMLParsedPresent calling CacheThru_new\n"));
     return CacheThru_new(anchor,
 			 SGML_new(&HTML_dtd, anchor,
 				  HTMLGenerator(intermediate)));
@@ -8166,6 +8168,7 @@ HTStream *HTMLToC(HTPresentation *pres GCC_UNUSED,
     html->comment_end = " */\n";	/* Must start in col 1 for cpp */
     if (!sink)
 	HTML_put_string(html, html->comment_start);
+    CTRACE((tfp, "HTMLToC calling CacheThru_new\n"));
     return CacheThru_new(anchor,
 			 SGML_new(&HTML_dtd, anchor, html));
 }
@@ -8183,6 +8186,7 @@ HTStream *HTMLPresent(HTPresentation *pres GCC_UNUSED,
 		      HTParentAnchor *anchor,
 		      HTStream *sink GCC_UNUSED)
 {
+    CTRACE((tfp, "HTMLPresent calling CacheThru_new\n"));
     return CacheThru_new(anchor,
 			 SGML_new(&HTML_dtd, anchor,
 				  HTML_new(anchor, WWW_PRESENT, NULL)));
diff --git a/src/LYCgi.c b/src/LYCgi.c
index 9cc051e1..77f708f3 100644
--- a/src/LYCgi.c
+++ b/src/LYCgi.c
@@ -67,6 +67,8 @@ static void add_environment_value(char *env_value);
 
 #define PERROR(msg) CTRACE((tfp, "LYNXCGI: %s: %s\n", msg, LYStrerror(errno)))
 
+#define PUTS(buf)    (*target->isa->put_block)(target, buf, strlen(buf))
+
 #ifdef LY_FIND_LEAKS
 static void free_alloced_lynxcgi(void)
 {
@@ -663,28 +665,28 @@ static int LYLoadCGI(const char *arg,
 
     HTSprintf0(&buf, "<html>\n<head>\n<title>%s</title>\n</head>\n<body>\n",
 	       gettext("Good Advice"));
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf, "<h1>%s</h1>\n", gettext("Good Advice"));
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf, "%s <a\n",
 	       gettext("An excellent http server for VMS is available via"));
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf,
 	       "href=\"http://kcgl1.eng.ohio-state.edu/www/doc/serverinfo.html\"\n");
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf, ">%s</a>.\n", gettext("this link"));
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf, "<p>%s\n",
 	       gettext("It provides state of the art CGI script support.\n"));
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     HTSprintf0(&buf, "</body>\n</html>\n");
-    (*target->isa->put_block) (target, buf, strlen(buf));
+    PUTS(buf);
 
     (*target->isa->_free) (target);
     FREE(buf);
diff --git a/src/LYCharUtils.c b/src/LYCharUtils.c
index 4f2dba9b..13d81621 100644
--- a/src/LYCharUtils.c
+++ b/src/LYCharUtils.c
@@ -2599,9 +2599,9 @@ void LYHandleMETA(HTStructured * me, const BOOL *present,
 		cp++;
 	    if (*cp != '\0') {
 		StrAllocCopy(me->node_anchor->SugFname, cp);
-		if (*me->node_anchor->SugFname == '\"') {
+		if (*me->node_anchor->SugFname == '"') {
 		    if ((cp = strchr((me->node_anchor->SugFname + 1),
-				     '\"')) != NULL) {
+				     '"')) != NULL) {
 			*(cp + 1) = '\0';
 			HTMIME_TrimDoubleQuotes(me->node_anchor->SugFname);
 		    } else {
@@ -2852,7 +2852,7 @@ void LYHandleSELECT(HTStructured * me, const BOOL *present,
 	if ((multiple == NO && LYSelectPopups == TRUE) &&
 	    (me->sp[0].tag_number == HTML_PRE || me->inPRE == TRUE ||
 	     !me->sp->style->freeFormat) &&
-	    HText_LastLineSize(me->text, FALSE) > (LYcols - 8)) {
+	    HText_LastLineSize(me->text, FALSE) > (LYcolLimit - 7)) {
 	    /*
 	     * Force a newline when we're using a popup in a PRE block and are
 	     * within 7 columns from the right margin.  This will allow for the
diff --git a/src/LYCurses.c b/src/LYCurses.c
index 3d6646ac..9c3ca53b 100644
--- a/src/LYCurses.c
+++ b/src/LYCurses.c
@@ -17,6 +17,7 @@
 #include <LYStrings.h>
 #include <LYCharSets.h>
 #include <UCAux.h>
+#include <HTFont.h>
 
 #include <LYexit.h>
 #include <LYLeaks.h>
@@ -1331,8 +1332,9 @@ void lynx_nl2crlf(int normal GCC_UNUSED)
 
 void stop_curses(void)
 {
-    if (LYCursesON)
+    if (LYCursesON) {
 	echo();
+    }
 #if defined(PDCURSES) && defined(PDC_BUILD) && PDC_BUILD >= 2401
     resetty();
 #endif
@@ -1601,8 +1603,8 @@ void LYpaddstr(WINDOW * the_window, int width,
     int actual = strlen(the_string);
 
     getyx(the_window, y, x);
-    if (width + x >= LYcols)
-	width = LYcols - x - 1;
+    if (width + x > LYcolLimit)
+	width = LYcolLimit - x;
     if (actual > width)
 	actual = width;
     LYwaddnstr(the_window, the_string, actual);
@@ -1645,26 +1647,35 @@ WINDOW *LYtopwindow(void)
 }
 #endif
 
-WINDOW *LYstartPopup(
-			int top_y,
-			int left_x,
-			int height,
-			int width)
+WINDOW *LYstartPopup(int *top_y,
+		     int *left_x,
+		     int *height,
+		     int *width)
 {
     WINDOW *form_window = 0;
 
 #ifdef USE_SLANG
     static WINDOW fake_window;
 
-    SLsmg_fill_region(top_y, left_x - 1, height, width + 4, ' ');
+    if (*left_x < 1 || (*left_x + *width + 4) >= LYcolLimit) {
+	*left_x = 1;
+	*width = LYcolLimit - 5;
+    }
+
+    SLsmg_fill_region(*top_y, *left_x - 1, *height, *width + 4, ' ');
     form_window = &fake_window;
-    form_window->top_y = top_y;
-    form_window->left_x = left_x;
-    form_window->height = height;
-    form_window->width = width;
+    form_window->top_y = *top_y;
+    form_window->left_x = *left_x;
+    form_window->height = *height;
+    form_window->width = *width;
 #else
-    if (!(form_window = newwin(height, width + 4, top_y, left_x - 1)) &&
-	!(form_window = newwin(height, 0, top_y, 0))) {
+    if (*left_x > 0 && (*left_x + *width + 4) < LYcolLimit)
+	form_window = newwin(*height, *width + 4, *top_y, *left_x - 1);
+    if (form_window == 0) {
+	*width = LYcolLimit - 4;
+	form_window = newwin(*height, LYcolLimit, *top_y, 0);
+    }
+    if (form_window == 0) {
 	HTAlert(POPUP_FAILED);
     } else {
 	LYsubwindow(form_window);
@@ -1750,7 +1761,8 @@ void LYtouchline(int row)
 /*
  * Wrapper for waddnstr().
  */
-void LYwaddnstr(WINDOW * w, const char *src,
+void LYwaddnstr(WINDOW * w GCC_UNUSED,
+		const char *src,
 		size_t len)
 {
     /*
@@ -1892,6 +1904,81 @@ void LYwaddnstr(WINDOW * w, const char *src,
 #endif
 }
 
+/*
+ * Determine the number of cells the given string would take up on the screen,
+ * limited by the maxCells parameter.  This is used for constructing aligned
+ * text in the options and similar forms.
+ *
+ * FIXME: make this account for wrapping, too.
+ * FIXME: make this useful for "lynx -dump", which hasn't initialized curses.
+ */
+int LYstrExtent(const char *string, int len, int maxCells)
+{
+    int result = 0;
+    int used;
+
+    if (len < 0)
+	used = strlen(string);
+    else
+	used = len;
+
+    result = used;
+#ifdef WIDEC_CURSES
+    if (used > 0 && lynx_called_initscr) {
+	static WINDOW *fake_win;
+	static int fake_max;
+	int n;
+
+	if (fake_max < maxCells) {
+	    fake_max = (maxCells + 1) * 2;
+	    if (fake_win != 0) {
+		delwin(fake_win);
+		fake_win = 0;
+	    }
+	}
+	if (fake_win == 0) {
+	    fake_win = newwin(2, fake_max, 0, 0);
+	}
+	if (fake_win != 0) {
+	    int new_x = 0;
+	    int new_y = 0;
+
+	    result = 0;
+	    wmove(fake_win, 0, 0);
+	    for (n = 0; n < used; ++n) {
+		if (IsNormalChar(string[n])) {
+		    waddch(fake_win, UCH(string[n]));
+		    getyx(fake_win, new_y, new_x);
+		    if (new_y > 0 || new_x > maxCells)
+			break;
+		    result = new_x;
+		}
+	    }
+	}
+    }
+#endif
+    if (result > maxCells)
+	result = maxCells;
+    return result;
+}
+
+/*
+ * A simple call that relies upon the coincidence that multicell characters
+ * use at least as many bytes as cells.
+ */
+int LYstrExtent2(const char *string, int len)
+{
+    return LYstrExtent(string, len, len);
+}
+
+/*
+ * Returns the total number of cells that the string would use.
+ */
+int LYstrCells(const char *string)
+{
+    return LYstrExtent2(string, strlen(string));
+}
+
 #ifdef VMS
 /*
  *	Cut-down termio --
@@ -2448,8 +2535,8 @@ void LYrefresh(void)
 	int y, x;
 
 	getyx(LYwin, y, x);
-	if (x >= LYcols)
-	    x = LYcols - 1;
+	if (x > LYcolLimit)
+	    x = LYcolLimit;
 	wmove(stdscr, y, x);
 
 	wnoutrefresh(stdscr);
diff --git a/src/LYCurses.h b/src/LYCurses.h
index 11cc471f..1bb773be 100644
--- a/src/LYCurses.h
+++ b/src/LYCurses.h
@@ -295,7 +295,7 @@ extern WINDOW *LYtopwindow(void);
 #endif /* NCURSES */
 
 extern void LYbox(WINDOW * win, BOOLEAN formfield);
-extern WINDOW *LYstartPopup(int top_y, int left_x, int height, int width);
+extern WINDOW *LYstartPopup(int *top_y, int *left_x, int *height, int *width);
 
 /*
  * Useful macros not in PDCurses or very old ncurses headers.
@@ -367,6 +367,24 @@ extern long LYgetattrs(WINDOW * win);
 extern int LYlines;		/* replaces LINES */
 extern int LYcols;		/* replaces COLS */
 
+/*
+ * The scrollbar, if used, occupies the rightmost column.
+ */
+#ifdef USE_SCROLLBAR
+#define LYbarWidth (LYShowScrollbar ? 1 : 0)
+#else
+#define LYbarWidth 0
+#endif
+
+/*
+ * Usable limits for display:
+ */
+#if defined(FANCY_CURSES) || defined(USE_SLANG)
+#define LYcolLimit (LYcols - LYbarWidth)
+#else
+#define LYcolLimit (LYcols - 1)
+#endif
+
 #ifdef USE_CURSES_PADS
 extern WINDOW *LYwin;
 extern int LYshiftWin;
@@ -389,6 +407,9 @@ extern int Masked_Attr;
 extern BOOLEAN setup(char *terminal);
 extern int LYscreenHeight(void);
 extern int LYscreenWidth(void);
+extern int LYstrExtent(const char *string, int len, int maxCells);
+extern int LYstrExtent2(const char *string, int len);
+extern int LYstrCells(const char *string);
 extern void LYclear(void);
 extern void LYclrtoeol(void);
 extern void LYerase(void);
@@ -727,9 +748,9 @@ extern void lynx_stop_underline(void);
  * Adjust our "hidden" cursor position accordingly.
  */
 #if defined(FANCY_CURSES) || defined(USE_SLANG)
-#define LYHideCursor() LYmove((LYlines - 1), (LYcols - 1))
+#define LYHideCursor() LYmove((LYlines - 1), (LYcolLimit))
 #else
-#define LYHideCursor() LYmove((LYlines - 1), (LYcols - 2))
+#define LYHideCursor() LYmove((LYlines - 1), (LYcolLimit - 1))
 #endif
 
 extern void LYstowCursor(WINDOW * win, int row, int col);
diff --git a/src/LYExtern.c b/src/LYExtern.c
index 6d2084b2..77f53b49 100644
--- a/src/LYExtern.c
+++ b/src/LYExtern.c
@@ -103,7 +103,7 @@ static char *format_command(char *command,
     char *cmdbuf = NULL;
 
 #if defined(WIN_EX)
-    if (*param != '\"' && strchr(param, ' ') != NULL) {
+    if (*param != '"' && strchr(param, ' ') != NULL) {
 	char *cp = quote_pathname(param);
 
 	format(&cmdbuf, command, cp);
@@ -148,7 +148,7 @@ static char *format_command(char *command,
 		format(&cmdbuf,
 		       command, HTDOS_short_name(e_buff));
 	    } else {
-		if (*e_buff != '\"' && strchr(e_buff, ' ') != NULL) {
+		if (*e_buff != '"' && strchr(e_buff, ' ') != NULL) {
 		    p = quote_pathname(e_buff);
 		    LYstrncpy(e_buff, p, sizeof(e_buff) - 1);
 		    FREE(p);
diff --git a/src/LYForms.c b/src/LYForms.c
index f93638c3..f15754a8 100644
--- a/src/LYForms.c
+++ b/src/LYForms.c
@@ -387,8 +387,8 @@ static int form_getstr(int cur,
      * Get the initial position of the cursor.
      */
     LYGetYX(startline, startcol);
-    if ((startcol + form->size) > (LYcols - 1))
-	far_col = (LYcols - 1);
+    if ((startcol + form->size) > LYcolLimit)
+	far_col = LYcolLimit;
     else
 	far_col = (startcol + form->size);
 
diff --git a/src/LYGetFile.c b/src/LYGetFile.c
index af480573..48d63959 100644
--- a/src/LYGetFile.c
+++ b/src/LYGetFile.c
@@ -69,6 +69,7 @@ int HTNoDataOK = 0;
 int getfile(DocInfo *doc)
 {
     int url_type = 0;
+    char *pound;
     char *cp = NULL;
     char *temp = NULL;
     DocAddress WWWDoc;		/* a WWW absolute doc address struct */
@@ -153,13 +154,11 @@ int getfile(DocInfo *doc)
 		    HTAlert(PORT_NINETEEN_INVALID);
 		    FREE(temp);
 		    return (NULLFILE);
-		}
-		if (value == 25 || value == 65561) {
+		} else if (value == 25 || value == 65561) {
 		    HTAlert(PORT_TWENTYFIVE_INVALID);
 		    FREE(temp);
 		    return (NULLFILE);
-		}
-		if (value > 65535 || value < 0) {
+		} else if (value > 65535 || value < 0) {
 		    char *msg = 0;
 
 		    HTSprintf0(&msg, PORT_INVALID, (unsigned long) value);
@@ -701,274 +700,276 @@ int getfile(DocInfo *doc)
 #endif /* DIRED_SUPPORT */
 	    }
 	    return (status);
+	}
 
-	} {
-	    if (!ftp_ok
-		&& (url_type == FTP_URL_TYPE
-		    || url_type == NCFTP_URL_TYPE)) {
-		HTUserMsg(FTP_DISABLED);
-		return (NULLFILE);
-	    }
-
-	    if (url_type == HTML_GOPHER_URL_TYPE) {
-		char *tmp = NULL;
+	if (!ftp_ok
+	    && (url_type == FTP_URL_TYPE
+		|| url_type == NCFTP_URL_TYPE)) {
+	    HTUserMsg(FTP_DISABLED);
+	    return (NULLFILE);
+	} else if (url_type == HTML_GOPHER_URL_TYPE) {
+	    char *tmp = NULL;
 
+	    /*
+	     * If tuple's Path=GET%20/...  convert to an http URL.
+	     */
+	    if ((cp = strchr(doc->address + 9, '/')) != NULL &&
+		0 == strncmp(++cp, "hGET%20/", 8)) {
+		StrAllocCopy(tmp, "http://");
+		CTRACE((tfp, "getfile: URL '%s'\n",
+			doc->address));
+		*cp = '\0';
+		StrAllocCat(tmp, doc->address + 9);
 		/*
-		 * If tuple's Path=GET%20/...  convert to an http URL.
+		 * If the port is defaulted, it should stay 70.
 		 */
-		if ((cp = strchr(doc->address + 9, '/')) != NULL &&
-		    0 == strncmp(++cp, "hGET%20/", 8)) {
-		    StrAllocCopy(tmp, "http://");
-		    CTRACE((tfp, "getfile: URL '%s'\n",
-			    doc->address));
-		    *cp = '\0';
-		    StrAllocCat(tmp, doc->address + 9);
-		    /*
-		     * If the port is defaulted, it should stay 70.
-		     */
-		    if (strchr(tmp + 6, ':') == NULL) {
-			StrAllocCat(tmp, "70/");
-			tmp[strlen(tmp) - 4] = ':';
-		    }
-		    if (strlen(cp + 7) > 1)
-			StrAllocCat(tmp, cp + 8);
-		    StrAllocCopy(doc->address, tmp);
-		    CTRACE((tfp, "  changed to '%s'\n",
-			    doc->address));
-		    FREE(tmp);
-		    url_type = HTTP_URL_TYPE;
+		if (strchr(tmp + 6, ':') == NULL) {
+		    StrAllocCat(tmp, "70/");
+		    tmp[strlen(tmp) - 4] = ':';
 		}
+		if (strlen(cp + 7) > 1)
+		    StrAllocCat(tmp, cp + 8);
+		StrAllocCopy(doc->address, tmp);
+		CTRACE((tfp, "  changed to '%s'\n",
+			doc->address));
+		FREE(tmp);
+		url_type = HTTP_URL_TYPE;
 	    }
-	    if (url_type == HTTP_URL_TYPE ||
-		url_type == HTTPS_URL_TYPE ||
-		url_type == FTP_URL_TYPE ||
-		url_type == NCFTP_URL_TYPE ||
-		url_type == CSO_URL_TYPE)
-		fix_httplike_urls(doc, url_type);
-	    WWWDoc.address = doc->address;	/* possible reload */
+	}
+
+	if (url_type == HTTP_URL_TYPE ||
+	    url_type == HTTPS_URL_TYPE ||
+	    url_type == FTP_URL_TYPE ||
+	    url_type == NCFTP_URL_TYPE ||
+	    url_type == CSO_URL_TYPE) {
+	    fix_httplike_urls(doc, url_type);
+	}
+
+	WWWDoc.address = doc->address;	/* possible reload */
 #ifdef DIRED_SUPPORT
-	    lynx_edit_mode = FALSE;
+	lynx_edit_mode = FALSE;
 #endif /* DIRED_SUPPORT */
+
 #ifndef DISABLE_BIBP
-	    if (url_type == BIBP_URL_TYPE) {
-		char *bibpTmp = NULL;
-
-		if (!BibP_bibhost_checked)
-		    LYCheckBibHost();
-		if (BibP_bibhost_available) {
-		    StrAllocCopy(bibpTmp, BibP_bibhost);
-		} else if (HTMainAnchor && HTAnchor_citehost(HTMainAnchor)) {
-		    StrAllocCopy(bibpTmp, HTAnchor_citehost(HTMainAnchor));
-		} else {
-		    StrAllocCopy(bibpTmp, BibP_globalserver);
-		}
-		if (HTMainAnchor && HTAnchor_citehost(HTMainAnchor)) {
-		    StrAllocCat(bibpTmp, "bibp1.0/resolve?citehost=");
-		    StrAllocCat(bibpTmp, HTAnchor_citehost(HTMainAnchor));
-		    StrAllocCat(bibpTmp, "&usin=");
-		} else {
-		    StrAllocCat(bibpTmp, "bibp1.0/resolve?usin=");
-		}
-		StrAllocCat(bibpTmp, doc->address + 5);		/* USIN after bibp: */
-		StrAllocCopy(doc->address, bibpTmp);
-		WWWDoc.address = doc->address;
-		FREE(bibpTmp);
+	if (url_type == BIBP_URL_TYPE) {
+	    char *bibpTmp = NULL;
+
+	    if (!BibP_bibhost_checked)
+		LYCheckBibHost();
+	    if (BibP_bibhost_available) {
+		StrAllocCopy(bibpTmp, BibP_bibhost);
+	    } else if (HTMainAnchor && HTAnchor_citehost(HTMainAnchor)) {
+		StrAllocCopy(bibpTmp, HTAnchor_citehost(HTMainAnchor));
+	    } else {
+		StrAllocCopy(bibpTmp, BibP_globalserver);
 	    }
+	    if (HTMainAnchor && HTAnchor_citehost(HTMainAnchor)) {
+		StrAllocCat(bibpTmp, "bibp1.0/resolve?citehost=");
+		StrAllocCat(bibpTmp, HTAnchor_citehost(HTMainAnchor));
+		StrAllocCat(bibpTmp, "&usin=");
+	    } else {
+		StrAllocCat(bibpTmp, "bibp1.0/resolve?usin=");
+	    }
+	    StrAllocCat(bibpTmp, doc->address + 5);	/* USIN after bibp: */
+	    StrAllocCopy(doc->address, bibpTmp);
+	    WWWDoc.address = doc->address;
+	    FREE(bibpTmp);
+	}
 #endif /* !DISABLE_BIBP */
 
-	    if (url_type == FILE_URL_TYPE) {
-		/*
-		 * If a file URL has a '~' as the lead character of its first
-		 * symbolic element, convert the '~' to Home_Dir(), then append
-		 * the rest of of path, if present, skipping "user" if "~user"
-		 * was entered, simplifying, and eliminating any residual
-		 * relative elements.  - FM
-		 */
-		if (((cp = HTParse(doc->address, "",
-				   PARSE_PATH + PARSE_ANCHOR + PARSE_PUNCTUATION))
-		     != NULL) &&
-		    !strncmp(cp, "/~", 2)) {
-		    char *cp1 = strstr(doc->address, "/~");
-		    char *cp2;
-
-		    CTRACE((tfp, "getfile: URL '%s'\n",
-			    doc->address));
-		    *cp1 = '\0';
-		    cp1 += 2;
-		    StrAllocCopy(temp, doc->address);
-		    StrAllocCopy(cp, wwwName(Home_Dir()));
-		    if (!LYIsHtmlSep(*cp))
-			LYAddHtmlSep(&temp);
-		    StrAllocCat(temp, cp);
-		    if ((cp2 = strchr(cp1, '/')) != NULL) {
-			LYTrimRelFromAbsPath(cp2);
-			StrAllocCat(temp, cp2);
-		    }
-		    StrAllocCopy(doc->address, temp);
-		    FREE(temp);
-		    CTRACE((tfp, "  changed to '%s'\n",
-			    doc->address));
-		    WWWDoc.address = doc->address;
+	if (url_type == FILE_URL_TYPE) {
+	    /*
+	     * If a file URL has a '~' as the lead character of its first
+	     * symbolic element, convert the '~' to Home_Dir(), then append
+	     * the rest of of path, if present, skipping "user" if "~user"
+	     * was entered, simplifying, and eliminating any residual
+	     * relative elements.  - FM
+	     */
+	    if (((cp = HTParse(doc->address, "",
+			       PARSE_PATH + PARSE_ANCHOR + PARSE_PUNCTUATION))
+		 != NULL) &&
+		!strncmp(cp, "/~", 2)) {
+		char *cp1 = strstr(doc->address, "/~");
+		char *cp2;
+
+		CTRACE((tfp, "getfile: URL '%s'\n",
+			doc->address));
+		*cp1 = '\0';
+		cp1 += 2;
+		StrAllocCopy(temp, doc->address);
+		StrAllocCopy(cp, wwwName(Home_Dir()));
+		if (!LYIsHtmlSep(*cp))
+		    LYAddHtmlSep(&temp);
+		StrAllocCat(temp, cp);
+		if ((cp2 = strchr(cp1, '/')) != NULL) {
+		    LYTrimRelFromAbsPath(cp2);
+		    StrAllocCat(temp, cp2);
 		}
-		FREE(cp);
+		StrAllocCopy(doc->address, temp);
+		FREE(temp);
+		CTRACE((tfp, "  changed to '%s'\n",
+			doc->address));
+		WWWDoc.address = doc->address;
 	    }
-	    CTRACE_SLEEP(MessageSecs);
-	    user_message(WWW_WAIT_MESSAGE, doc->address);
+	    FREE(cp);
+	}
+	CTRACE_SLEEP(MessageSecs);
+	user_message(WWW_WAIT_MESSAGE, doc->address);
 
-	    if (TRACE) {
+	if (TRACE) {
 #ifdef USE_SLANG
-		if (LYCursesON) {
-		    LYaddstr("*\n");
-		    LYrefresh();
-		}
-#endif /* USE_SLANG */
-		CTRACE((tfp, "\n"));
+	    if (LYCursesON) {
+		LYaddstr("*\n");
+		LYrefresh();
 	    }
-	    if (!HTLoadAbsolute(&WWWDoc)) {
-		/*
-		 * Check for redirection.
-		 */
-		if (use_this_url_instead != NULL) {
-		    char *pound;
-
-		    if (!is_url(use_this_url_instead)) {
-			/*
-			 * The server did not return a complete URL in its
-			 * Location:  header, probably due to a FORM or other
-			 * CGI script written by someone who doesn't know that
-			 * the http protocol requires that it be a complete
-			 * URL, or using a server which does not treat such a
-			 * redirect string from the script as an instruction to
-			 * resolve it versus the initial request, check
-			 * authentication with that URL, and then act on it
-			 * without returning redirection to us.  We'll violate
-			 * the http protocol and resolve it ourselves using the
-			 * URL of the original request as the BASE, rather than
-			 * doing the RIGHT thing and returning an invalid
-			 * address message.  - FM
-			 */
-			HTUserMsg(LOCATION_NOT_ABSOLUTE);
-			temp = HTParse(use_this_url_instead,
-				       WWWDoc.address,
-				       PARSE_ALL);
-			if (temp && *temp) {
-			    StrAllocCopy(use_this_url_instead, temp);
-			}
-			FREE(temp);
+#endif /* USE_SLANG */
+	    CTRACE((tfp, "\n"));
+	}
+
+	if (!HTLoadAbsolute(&WWWDoc)) {
+	    /*
+	     * Check for redirection.
+	     */
+	    if (use_this_url_instead != NULL) {
+		if (!is_url(use_this_url_instead)) {
+		    /*
+		     * The server did not return a complete URL in its
+		     * Location:  header, probably due to a FORM or other
+		     * CGI script written by someone who doesn't know that
+		     * the http protocol requires that it be a complete
+		     * URL, or using a server which does not treat such a
+		     * redirect string from the script as an instruction to
+		     * resolve it versus the initial request, check
+		     * authentication with that URL, and then act on it
+		     * without returning redirection to us.  We'll violate
+		     * the http protocol and resolve it ourselves using the
+		     * URL of the original request as the BASE, rather than
+		     * doing the RIGHT thing and returning an invalid
+		     * address message.  - FM
+		     */
+		    HTUserMsg(LOCATION_NOT_ABSOLUTE);
+		    temp = HTParse(use_this_url_instead,
+				   WWWDoc.address,
+				   PARSE_ALL);
+		    if (temp && *temp) {
+			StrAllocCopy(use_this_url_instead, temp);
 		    }
-		    url_type = is_url(use_this_url_instead);
-		    if (!HTPermitRedir &&
-			(url_type == LYNXDOWNLOAD_URL_TYPE ||
-			 url_type == LYNXEXEC_URL_TYPE ||
-			 url_type == LYNXPROG_URL_TYPE ||
+		    FREE(temp);
+		}
+		url_type = is_url(use_this_url_instead);
+		if (!HTPermitRedir &&
+		    (url_type == LYNXDOWNLOAD_URL_TYPE ||
+		     url_type == LYNXEXEC_URL_TYPE ||
+		     url_type == LYNXPROG_URL_TYPE ||
 #ifdef DIRED_SUPPORT
-			 url_type == LYNXDIRED_URL_TYPE ||
+		     url_type == LYNXDIRED_URL_TYPE ||
 #endif /* DIRED_SUPPORT */
-			 url_type == LYNXPRINT_URL_TYPE ||
-			 url_type == LYNXOPTIONS_URL_TYPE ||
-			 url_type == LYNXCFG_URL_TYPE ||
-			 url_type == LYNXCOMPILE_OPTS_URL_TYPE ||
-			 url_type == LYNXHIST_URL_TYPE ||
-			 url_type == LYNXCOOKIE_URL_TYPE ||
-			 url_type == LYNXMESSAGES_URL_TYPE ||
-			 (LYValidate &&
-			  url_type != HTTP_URL_TYPE &&
-			  url_type != HTTPS_URL_TYPE) ||
-			 ((no_file_url || no_goto_file) &&
-			  url_type == FILE_URL_TYPE) ||
-			 (no_goto_lynxcgi &&
-			  url_type == LYNXCGI_URL_TYPE) ||
+		     url_type == LYNXPRINT_URL_TYPE ||
+		     url_type == LYNXOPTIONS_URL_TYPE ||
+		     url_type == LYNXCFG_URL_TYPE ||
+		     url_type == LYNXCOMPILE_OPTS_URL_TYPE ||
+		     url_type == LYNXHIST_URL_TYPE ||
+		     url_type == LYNXCOOKIE_URL_TYPE ||
+		     url_type == LYNXMESSAGES_URL_TYPE ||
+		     (LYValidate &&
+		      url_type != HTTP_URL_TYPE &&
+		      url_type != HTTPS_URL_TYPE) ||
+		     ((no_file_url || no_goto_file) &&
+		      url_type == FILE_URL_TYPE) ||
+		     (no_goto_lynxcgi &&
+		      url_type == LYNXCGI_URL_TYPE) ||
 #ifndef DISABLE_BIBP
-			 (no_goto_bibp &&
-			  url_type == BIBP_URL_TYPE) ||
+		     (no_goto_bibp &&
+		      url_type == BIBP_URL_TYPE) ||
 #endif
-			 (no_goto_cso &&
-			  url_type == CSO_URL_TYPE) ||
-			 (no_goto_finger &&
-			  url_type == FINGER_URL_TYPE) ||
-			 (no_goto_ftp &&
-			  (url_type == FTP_URL_TYPE ||
-			   url_type == NCFTP_URL_TYPE)) ||
-			 (no_goto_gopher &&
-			  url_type == GOPHER_URL_TYPE) ||
-			 (no_goto_http &&
-			  url_type == HTTP_URL_TYPE) ||
-			 (no_goto_https &&
-			  url_type == HTTPS_URL_TYPE) ||
-			 (no_goto_mailto &&
-			  url_type == MAILTO_URL_TYPE) ||
+		     (no_goto_cso &&
+		      url_type == CSO_URL_TYPE) ||
+		     (no_goto_finger &&
+		      url_type == FINGER_URL_TYPE) ||
+		     (no_goto_ftp &&
+		      (url_type == FTP_URL_TYPE ||
+		       url_type == NCFTP_URL_TYPE)) ||
+		     (no_goto_gopher &&
+		      url_type == GOPHER_URL_TYPE) ||
+		     (no_goto_http &&
+		      url_type == HTTP_URL_TYPE) ||
+		     (no_goto_https &&
+		      url_type == HTTPS_URL_TYPE) ||
+		     (no_goto_mailto &&
+		      url_type == MAILTO_URL_TYPE) ||
 #ifndef DISABLE_NEWS
-			 (no_goto_news &&
-			  url_type == NEWS_URL_TYPE) ||
-			 (no_goto_nntp &&
-			  url_type == NNTP_URL_TYPE) ||
+		     (no_goto_news &&
+		      url_type == NEWS_URL_TYPE) ||
+		     (no_goto_nntp &&
+		      url_type == NNTP_URL_TYPE) ||
 #endif
-			 (no_goto_rlogin &&
-			  url_type == RLOGIN_URL_TYPE) ||
+		     (no_goto_rlogin &&
+		      url_type == RLOGIN_URL_TYPE) ||
 #ifndef DISABLE_NEWS
-			 (no_goto_snews &&
-			  url_type == SNEWS_URL_TYPE) ||
+		     (no_goto_snews &&
+		      url_type == SNEWS_URL_TYPE) ||
 #endif
-			 (no_goto_telnet &&
-			  url_type == TELNET_URL_TYPE) ||
-			 (no_goto_tn3270 &&
-			  url_type == TN3270_URL_TYPE) ||
-			 (no_goto_wais &&
-			  url_type == WAIS_URL_TYPE))) {
-			/*
-			 * Some schemes are not acceptable from server
-			 * redirections.  - KW & FM
-			 */
-			HTAlert(ILLEGAL_REDIRECTION_URL);
-			if (LYCursesON) {
-			    HTUserMsg2(WWW_ILLEGAL_URL_MESSAGE,
-				       use_this_url_instead);
-			} else {
-			    fprintf(stderr,
-				    WWW_ILLEGAL_URL_MESSAGE,
-				    use_this_url_instead);
-			}
-			FREE(use_this_url_instead);
-			return (NULLFILE);
-		    }
-		    if ((pound = findPoundSelector(doc->address)) != NULL
-			&& findPoundSelector(use_this_url_instead) == NULL) {
-			/*
-			 * Our requested URL had a fragment associated with it,
-			 * and the redirection URL doesn't, so we'll append the
-			 * fragment associated with the original request.  If
-			 * it's bogus for the redirection URL, we'll be
-			 * positioned at the top of that document, so there's
-			 * no harm done.  - FM
-			 */
-			CTRACE((tfp,
-				"getfile: Adding fragment '%s' to redirection URL.\n",
-				pound));
-			StrAllocCat(use_this_url_instead, pound);
+		     (no_goto_telnet &&
+		      url_type == TELNET_URL_TYPE) ||
+		     (no_goto_tn3270 &&
+		      url_type == TN3270_URL_TYPE) ||
+		     (no_goto_wais &&
+		      url_type == WAIS_URL_TYPE))) {
+		    /*
+		     * Some schemes are not acceptable from server
+		     * redirections.  - KW & FM
+		     */
+		    HTAlert(ILLEGAL_REDIRECTION_URL);
+		    if (LYCursesON) {
+			HTUserMsg2(WWW_ILLEGAL_URL_MESSAGE,
+				   use_this_url_instead);
+		    } else {
+			fprintf(stderr,
+				WWW_ILLEGAL_URL_MESSAGE,
+				use_this_url_instead);
 		    }
-		    CTRACE_SLEEP(MessageSecs);
-		    HTUserMsg2(WWW_USING_MESSAGE, use_this_url_instead);
-		    CTRACE((tfp, "\n"));
-		    StrAllocCopy(doc->address,
-				 use_this_url_instead);
 		    FREE(use_this_url_instead);
-		    if (redirect_post_content == FALSE) {
-			/*
-			 * Freeing the content also yields a GET request.  - FM
-			 */
-			LYFreePostData(doc);
-		    }
+		    return (NULLFILE);
+		}
+		if ((pound = findPoundSelector(doc->address)) != NULL
+		    && findPoundSelector(use_this_url_instead) == NULL) {
 		    /*
-		     * Go to top to check for URL's which get special handling
-		     * and/or security checks in Lynx.  - FM
+		     * Our requested URL had a fragment associated with it,
+		     * and the redirection URL doesn't, so we'll append the
+		     * fragment associated with the original request.  If
+		     * it's bogus for the redirection URL, we'll be
+		     * positioned at the top of that document, so there's
+		     * no harm done.  - FM
 		     */
-		    goto Try_Redirected_URL;
+		    CTRACE((tfp,
+			    "getfile: Adding fragment '%s' to redirection URL.\n",
+			    pound));
+		    StrAllocCat(use_this_url_instead, pound);
 		}
-		if (HTNoDataOK) {
-		    return (NULLFILE);
+		CTRACE_SLEEP(MessageSecs);
+		HTUserMsg2(WWW_USING_MESSAGE, use_this_url_instead);
+		CTRACE((tfp, "\n"));
+		StrAllocCopy(doc->address,
+			     use_this_url_instead);
+		FREE(use_this_url_instead);
+		if (redirect_post_content == FALSE) {
+		    /*
+		     * Freeing the content also yields a GET request.  - FM
+		     */
+		    LYFreePostData(doc);
 		}
+		/*
+		 * Go to top to check for URL's which get special handling
+		 * and/or security checks in Lynx.  - FM
+		 */
+		goto Try_Redirected_URL;
+	    }
+	    if (HTNoDataOK) {
+		return (NULLFILE);
+	    } else {
 		return (NOT_FOUND);
 	    }
+	} else {
 
 	    lynx_mode = NORMAL_LYNX_MODE;
 
@@ -979,96 +980,93 @@ int getfile(DocInfo *doc)
 	     * then this is a reference to a named anchor within the same
 	     * document; do NOT return NULLFILE in that case.
 	     */
-	    {
-		char *pound;
+
+	    /*
+	     * Check for a #fragment selector.
+	     */
+	    pound = findPoundSelector(doc->address);
+
+	    /*
+	     * Check to see if there is a temp file waiting for us to
+	     * download.
+	     */
+	    if (WWW_Download_File) {
+		HTParentAnchor *tmpanchor = HTAnchor_findAddress(&WWWDoc);
+		char *fname = NULL;
 
 		/*
-		 * Check for a #fragment selector.
+		 * Check for a suggested filename from the
+		 * Content-Disposition header.  - FM
 		 */
-		pound = findPoundSelector(doc->address);
-
+		if (HTAnchor_SugFname(tmpanchor) != NULL) {
+		    StrAllocCopy(fname, HTAnchor_SugFname(tmpanchor));
+		} else {
+		    StrAllocCopy(fname, doc->address);
+		}
 		/*
-		 * Check to see if there is a temp file waiting for us to
-		 * download.
+		 * Check whether this is a compressed file, which we don't
+		 * uncompress for downloads, and adjust any suffix
+		 * appropriately.  - FM
 		 */
-		if (WWW_Download_File) {
-		    HTParentAnchor *tmpanchor = HTAnchor_findAddress(&WWWDoc);
-		    char *fname = NULL;
+		HTCheckFnameForCompression(&fname, tmpanchor, FALSE);
 
-		    /*
-		     * Check for a suggested filename from the
-		     * Content-Disposition header.  - FM
-		     */
-		    if (HTAnchor_SugFname(tmpanchor) != NULL) {
-			StrAllocCopy(fname, HTAnchor_SugFname(tmpanchor));
-		    } else {
-			StrAllocCopy(fname, doc->address);
-		    }
-		    /*
-		     * Check whether this is a compressed file, which we don't
-		     * uncompress for downloads, and adjust any suffix
-		     * appropriately.  - FM
-		     */
-		    HTCheckFnameForCompression(&fname, tmpanchor, FALSE);
-
-		    if (LYdownload_options(&fname,
-					   WWW_Download_File) < 0) {
-			FREE(fname);
-			return (NOT_FOUND);
-		    }
-		    LYAddVisitedLink(doc);
-		    StrAllocCopy(doc->address, fname);
+		if (LYdownload_options(&fname,
+				       WWW_Download_File) < 0) {
 		    FREE(fname);
-		    doc->internal_link = FALSE;
-		    WWWDoc.address = doc->address;
-		    LYFreePostData(doc);
-		    WWWDoc.post_data = NULL;
-		    WWWDoc.post_content_type = NULL;
-		    WWWDoc.bookmark = doc->bookmark = FALSE;
-		    WWWDoc.isHEAD = doc->isHEAD = FALSE;
-		    WWWDoc.safe = doc->safe = FALSE;
-		    HTOutputFormat = WWW_PRESENT;
-		    if (!HTLoadAbsolute(&WWWDoc)) {
-			return (NOT_FOUND);
-		    } else {
-			return (NORMAL);
-		    }
+		    return (NOT_FOUND);
+		}
+		LYAddVisitedLink(doc);
+		StrAllocCopy(doc->address, fname);
+		FREE(fname);
+		doc->internal_link = FALSE;
+		WWWDoc.address = doc->address;
+		LYFreePostData(doc);
+		WWWDoc.post_data = NULL;
+		WWWDoc.post_content_type = NULL;
+		WWWDoc.bookmark = doc->bookmark = FALSE;
+		WWWDoc.isHEAD = doc->isHEAD = FALSE;
+		WWWDoc.safe = doc->safe = FALSE;
+		HTOutputFormat = WWW_PRESENT;
+		if (!HTLoadAbsolute(&WWWDoc)) {
+		    return (NOT_FOUND);
+		} else {
+		    return (NORMAL);
+		}
 
-		} else if (pound == NULL &&
-		    /*
-		     * HTAnchor hash-table searches are now case-sensitive
-		     * (hopefully, without anchor deletion problems), so this
-		     * is too.  - FM
-		     */
-			   (strcmp(doc->address,
-				   HTLoadedDocumentURL()) ||
-		    /*
-		     * Also check the post_data elements.  - FM
-		     */
-			    !BINEQ(doc->post_data,
-				   HTLoadedDocumentPost_data()) ||
-		    /*
-		     * Also check the isHEAD element.  - FM
-		     */
-			    doc->isHEAD != HTLoadedDocumentIsHEAD())) {
-		    /*
-		     * Nothing needed to be shown.
-		     */
-		    LYAddVisitedLink(doc);
-		    return (NULLFILE);
+	    } else if (pound == NULL &&
+		/*
+		 * HTAnchor hash-table searches are now case-sensitive
+		 * (hopefully, without anchor deletion problems), so this
+		 * is too.  - FM
+		 */
+		       (strcmp(doc->address,
+			       HTLoadedDocumentURL()) ||
+		/*
+		 * Also check the post_data elements.  - FM
+		 */
+			!BINEQ(doc->post_data,
+			       HTLoadedDocumentPost_data()) ||
+		/*
+		 * Also check the isHEAD element.  - FM
+		 */
+			doc->isHEAD != HTLoadedDocumentIsHEAD())) {
+		/*
+		 * Nothing needed to be shown.
+		 */
+		LYAddVisitedLink(doc);
+		return (NULLFILE);
 
-		} else {
-		    if (pound != NULL) {
-			if (!HTMainText) {	/* this should not happen... */
-			    return (NULLFILE);	/* but it can. - kw */
-			}
-			/*
-			 * May set www_search_result.
-			 */
-			HTFindPoundSelector(pound + 1);
+	    } else {
+		if (pound != NULL) {
+		    if (!HTMainText) {	/* this should not happen... */
+			return (NULLFILE);	/* but it can. - kw */
 		    }
-		    return (NORMAL);
+		    /*
+		     * May set www_search_result.
+		     */
+		    HTFindPoundSelector(pound + 1);
 		}
+		return (NORMAL);
 	    }
 	}
     } else {
diff --git a/src/LYGlobalDefs.h b/src/LYGlobalDefs.h
index d28b66a4..a60b258a 100644
--- a/src/LYGlobalDefs.h
+++ b/src/LYGlobalDefs.h
@@ -204,6 +204,7 @@ extern BOOLEAN bold_name_anchors;
 extern BOOLEAN case_sensitive;	/* TRUE to turn on case sensitive search */
 extern BOOLEAN check_mail;	/* TRUE to report unread/new mail messages */
 extern BOOLEAN child_lynx;	/* TRUE to exit with an arrow */
+extern BOOLEAN dump_links_only;
 extern BOOLEAN dump_output_immediately;
 extern BOOLEAN emacs_keys;	/* TRUE to turn on emacs-like key movement */
 extern BOOLEAN error_logging;	/* TRUE to mail error messages */
@@ -345,7 +346,7 @@ extern char *personal_extension_map;
 extern char *LYHostName;
 extern char *LYLocalDomain;
 extern BOOLEAN use_underscore;
-extern BOOLEAN nolist;
+extern BOOLEAN no_list;
 extern BOOLEAN historical_comments;
 extern BOOLEAN minimal_comments;
 extern BOOLEAN soft_dquotes;
@@ -397,7 +398,7 @@ extern BOOLEAN traversal;
 extern BOOLEAN check_realm;
 extern char *startrealm;
 extern BOOLEAN more_links;
-extern int ccount;
+extern int crawl_count;
 extern BOOLEAN LYCancelledFetch;
 extern char *LYToolbarName;
 
diff --git a/src/LYKeymap.c b/src/LYKeymap.c
index 36f50695..604a508a 100644
--- a/src/LYKeymap.c
+++ b/src/LYKeymap.c
@@ -16,6 +16,8 @@
 #include <rot13_kb.h>
 #endif
 
+#define PUTS(buf)    (*target->isa->put_block)(target, buf, strlen(buf))
+
 #ifdef EXP_KEYBOARD_LAYOUT
 int current_layout = 0;		/* Index into LYKbLayouts[]   */
 
@@ -1292,14 +1294,14 @@ static void print_binding(HTStream *target, int i,
     if (prev_lynx_edit_mode && !no_dired_support &&
 	(lac1 = key_override[i]) != LYK_UNKNOWN) {
 	if ((buf = format_binding(key_override, i)) != 0) {
-	    (*target->isa->put_block) (target, buf, strlen(buf));
+	    PUTS(buf);
 	    FREE(buf);
 	}
     } else
 #endif /* DIRED_SUPPORT && OK_OVERRIDE */
     if ((buf = format_binding(keymap, i)) != 0) {
 	lac1 = keymap[i];
-	(*target->isa->put_block) (target, buf, strlen(buf));
+	PUTS(buf);
 	FREE(buf);
     }
 
@@ -1311,13 +1313,13 @@ static void print_binding(HTStream *target, int i,
     if (prev_lynx_edit_mode && !no_dired_support && key_override[i]) {
 	if (key_override[i] != lac1 &&
 	    (buf = format_binding(key_override, i)) != 0) {
-	    (*target->isa->put_block) (target, buf, strlen(buf));
+	    PUTS(buf);
 	    FREE(buf);
 	}
     } else
 #endif /* DIRED_SUPPORT && OK_OVERRIDE */
     if (keymap[i] != lac1 && (buf = format_binding(keymap, i)) != 0) {
-	(*target->isa->put_block) (target, buf, strlen(buf));
+	PUTS(buf);
 	FREE(buf);
     }
 }
@@ -1414,8 +1416,6 @@ static int LYLoadKeymap(const char *arg GCC_UNUSED,
     }
     anAnchor->no_cache = TRUE;
 
-#define PUTS(buf)    (*target->isa->put_block)(target, buf, strlen(buf))
-
     HTSprintf0(&buf, "<html>\n<head>\n<title>%s</title>\n</head>\n<body>\n",
 	       CURRENT_KEYMAP_TITLE);
     PUTS(buf);
diff --git a/src/LYList.c b/src/LYList.c
index 845d82cc..dd8a801b 100644
--- a/src/LYList.c
+++ b/src/LYList.c
@@ -254,10 +254,10 @@ void printlist(FILE *fp, BOOLEAN titles)
 	return;
     } else {
 	fprintf(fp, "\n%s\n\n", gettext("References"));
+	if (LYHiddenLinks == HIDDENLINKS_IGNORE)
+	    hidden_links = 0;
 	if (hidden_links > 0) {
 	    fprintf(fp, "   %s\n", gettext("Visible links"));
-	    if (LYHiddenLinks == HIDDENLINKS_IGNORE)
-		hidden_links = 0;
 	}
 	helper = NULL;		/* init */
 	for (cnt = 1; cnt <= refs; cnt++) {
@@ -304,21 +304,22 @@ void printlist(FILE *fp, BOOLEAN titles)
 #endif /* VMS */
 	}
 
-	if (hidden_links > 0)
+	if (hidden_links > 0) {
 	    fprintf(fp, "%s   %s\n", ((refs > 0) ? "\n" : ""),
 		    gettext("Hidden links:"));
-	for (cnt = 0; cnt < hidden_links; cnt++) {
-	    StrAllocCopy(address, HText_HiddenLinkAt(HTMainText, cnt));
-	    if (!(address && *address)) {
+	    for (cnt = 0; cnt < hidden_links; cnt++) {
+		StrAllocCopy(address, HText_HiddenLinkAt(HTMainText, cnt));
+		if (!(address && *address)) {
+		    FREE(address);
+		    continue;
+		}
+		fprintf(fp, "%4d. %s\n", ((cnt + 1) + refs), address);
 		FREE(address);
-		continue;
-	    }
-	    fprintf(fp, "%4d. %s\n", ((cnt + 1) + refs), address);
-	    FREE(address);
 #ifdef VMS
-	    if (HadVMSInterrupt)
-		break;
+		if (HadVMSInterrupt)
+		    break;
 #endif /* VMS */
+	    }
 	}
     }
     return;
diff --git a/src/LYLocal.c b/src/LYLocal.c
index ac820db4..d0e59e8a 100644
--- a/src/LYLocal.c
+++ b/src/LYLocal.c
@@ -1939,7 +1939,7 @@ int local_dired(DocInfo *doc)
 	buffer = build_command(line, dirname, arg);
 
 	if (buffer != 0) {
-	    if ((int) strlen(buffer) < LYcols - 15) {
+	    if ((int) strlen(buffer) < LYcolLimit - 14) {
 		HTSprintf0(&tmpbuf, gettext("Executing %s "), buffer);
 	    } else {
 		HTSprintf0(&tmpbuf,
@@ -2326,7 +2326,7 @@ BOOLEAN local_install(char *destpath,
 				2);
 	if (n <= 0) {
 	    src = 0;
-	    HTAlert(gettext("Error buiding install args"));
+	    HTAlert(gettext("Error building install args"));
 	    FREE(tmpdest);
 	    return 0;
 	}
diff --git a/src/LYMain.c b/src/LYMain.c
index c2a6175d..38a4fc0f 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -195,6 +195,7 @@ BOOLEAN bold_name_anchors = FALSE;
 BOOLEAN case_sensitive = CASE_SENSITIVE_ALWAYS_ON;
 BOOLEAN check_mail = CHECKMAIL;
 BOOLEAN child_lynx = FALSE;
+BOOLEAN dump_links_only = FALSE;
 BOOLEAN dump_output_immediately = FALSE;
 BOOLEAN emacs_keys = EMACS_KEYS_ALWAYS_ON;
 BOOLEAN error_logging = MAIL_SYSTEM_ERROR_LOGGING;
@@ -207,7 +208,6 @@ BOOLEAN is_www_index = FALSE;
 BOOLEAN jump_buffer = JUMPBUFFER;	/* TRUE if offering default shortcut */
 BOOLEAN lynx_mode = NORMAL_LYNX_MODE;
 BOOLEAN minimal_comments = FALSE;
-BOOLEAN nolist = FALSE;
 BOOLEAN number_fields_on_left = TRUE;
 BOOLEAN number_links_on_left = TRUE;
 BOOLEAN recent_sizechange = FALSE;	/* the window size changed recently? */
@@ -375,6 +375,7 @@ BOOLEAN crawl = FALSE;		/* Do crawl? */
 BOOLEAN keep_mime_headers = FALSE;	/* Include mime headers with source dump */
 BOOLEAN more = FALSE;		/* is there more text to display? */
 BOOLEAN more_links = FALSE;	/* Links beyond a displayed page with no links? */
+BOOLEAN no_list = FALSE;
 BOOLEAN no_url_redirection = FALSE;	/* Don't follow URL redirections */
 BOOLEAN pseudo_inline_alts = MAKE_PSEUDO_ALTS_FOR_INLINES;
 BOOLEAN scan_for_buried_news_references = TRUE;
@@ -447,7 +448,7 @@ int LYcols = DFT_COLS;
 int LYlines = DFT_ROWS;
 int MessageSecs;		/* time-delay for important Messages   */
 int ReplaySecs;			/* time-delay for command-scripts */
-int ccount = 0;			/* Starting number for lnk#.dat files in crawls */
+int crawl_count = 0;		/* Starting number for lnk#.dat files in crawls */
 int dump_output_width = 0;
 int lynx_temp_subspace = 0;	/* > 0 if we made temp-directory */
 int nhist = 0;			/* number of history entries */
@@ -571,6 +572,7 @@ BOOLEAN FileInitAlreadyDone = FALSE;
 static BOOLEAN stack_dump = FALSE;
 static char *terminal = NULL;
 static char *pgm;
+static BOOLEAN no_numbers = FALSE;
 static BOOLEAN number_links = FALSE;
 static BOOLEAN number_fields = FALSE;
 static BOOLEAN LYPrependBase = FALSE;
@@ -1771,6 +1773,13 @@ int main(int argc,
     if (vi_keys)
 	set_vi_keys();
 
+    if (no_numbers) {
+	number_links = FALSE;
+	number_fields = FALSE;
+	keypad_mode = NUMBERS_AS_ARROWS;
+	set_numbers_as_arrows();
+    }
+
     if (crawl) {
 	/* No numbered links by default, as documented
 	   in CRAWL.announce. - kw */
@@ -2035,7 +2044,9 @@ int main(int argc,
 	 */
 	if (crawl && !number_links && !number_fields) {
 	    keypad_mode = NUMBERS_AS_ARROWS;
-	} else if (!nolist) {
+	} else if (no_numbers) {
+	    keypad_mode = NUMBERS_AS_ARROWS;
+	} else if (!no_list) {
 	    if (!links_are_numbered()) {
 		if (number_fields)
 		    keypad_mode = LINKS_AND_FIELDS_ARE_NUMBERED;
@@ -2059,7 +2070,7 @@ int main(int argc,
 	    CTRACE((tfp, "dumping %d:%d %s\n",
 		    i + 1, HTList_count(Goto_URLs), startfile));
 	    status = mainloop();
-	    if (!nolist &&
+	    if (!no_list &&
 		!crawl &&	/* For -crawl it has already been done! */
 		links_are_numbered())
 		printlist(stdout, FALSE);
@@ -2068,7 +2079,7 @@ int main(int argc,
 	}
 #else
 	status = mainloop();
-	if (!nolist &&
+	if (!no_list &&
 	    !crawl &&		/* For -crawl it has already been done! */
 	    links_are_numbered())
 	    printlist(stdout, FALSE);
@@ -2514,9 +2525,9 @@ static int convert_to_fun(char *next_arg)
 	if ((cp1 = strchr(outformat, ';')) != NULL) {
 	    if ((cp2 = LYstrstr(cp1, "charset")) != NULL) {
 		cp2 += 7;
-		while (*cp2 == ' ' || *cp2 == '=' || *cp2 == '\"')
+		while (*cp2 == ' ' || *cp2 == '=' || *cp2 == '"')
 		    cp2++;
-		for (cp4 = cp2; (*cp4 != '\0' && *cp4 != '\"' &&
+		for (cp4 = cp2; (*cp4 != '\0' && *cp4 != '"' &&
 				 *cp4 != ';' &&
 				 !WHITE(*cp4)); cp4++) ;	/* do nothing */
 		*cp4 = '\0';
@@ -3461,10 +3472,14 @@ keys (may be incompatible with some curses packages)"
    ),
 #endif
    PARSE_INT(
-      "link",		4|NEED_INT_ARG,		ccount,
+      "link",		4|NEED_INT_ARG,		crawl_count,
       "=NUMBER\nstarting count for lnk#.dat files produced by -crawl"
    ),
    PARSE_SET(
+      "listonly",	4|TOGGLE_ARG,		dump_links_only,
+      "with -dump, forces it to show only the list of links"
+   ),
+   PARSE_SET(
       "localhost",	4|SET_ARG,		local_host_only,
       "disable URLs that point to remote hosts"
    ),
@@ -3537,7 +3552,7 @@ keys (may be incompatible with some curses packages)"
       "disable transmission of Referer headers for file URLs"
    ),
    PARSE_SET(
-      "nolist",		4|SET_ARG,		nolist,
+      "nolist",		4|SET_ARG,		no_list,
       "disable the link list feature in dumps"
    ),
    PARSE_SET(
@@ -3550,6 +3565,10 @@ keys (may be incompatible with some curses packages)"
       "\nmake window size change handler non-restarting"
    ),
 #endif /* HAVE_SIGACTION */
+   PARSE_SET(
+      "nonumbers",	4|SET_ARG,		no_numbers,
+      "disable the link/form numbering feature in dumps"
+   ),
    PARSE_FUN(
       "nopause",	4|FUNCTION_ARG,		nopause_fun,
       "disable forced pauses for statusline messages"
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index 71f0b0aa..9a5368c9 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -506,16 +506,33 @@ BOOL LYMainLoop_pageDisplay(int line_num)
 }
 #endif /* DISP_PARTIAL */
 
-static void set_curdoc_link(int nextlink)
+static BOOL set_curdoc_link(int nextlink)
 {
+    BOOL result = FALSE;
+
     if (curdoc.link != nextlink
 	&& nextlink >= 0
 	&& nextlink < nlinks) {
-	if (curdoc.link >= 0 && curdoc.link < nlinks)
+	if (curdoc.link >= 0 && curdoc.link < nlinks) {
 	    LYhighlight(OFF, curdoc.link, prev_target);
+	    result = TRUE;
+	}
 	curdoc.link = nextlink;
     }
+    return result;
+}
+
+#ifdef USE_MOUSE
+static void set_curdoc_link_by_mouse(int nextlink)
+{
+    if (set_curdoc_link(nextlink)) {
+	LYhighlight(ON, nextlink, prev_target);
+	LYmsec_delay(20);
+    }
 }
+#else
+#define set_curdoc_link_by_mouse(nextlink) set_curdoc_link(nextlink)
+#endif
 
 static int do_change_link(void)
 {
@@ -535,7 +552,7 @@ static int do_change_link(void)
 	    FREE(msgtmp);
 	    return (-1);	/* indicates unexpected error */
 	}
-	set_curdoc_link(mouse_tmp);
+	set_curdoc_link_by_mouse(mouse_tmp);
     }
 #endif /* USE_MOUSE */
     return (0);			/* indicates OK */
@@ -894,20 +911,21 @@ static int DoTraversal(int c,
 	rlink_allowed = FALSE;
     }
     if (rlink_exists && rlink_allowed) {
-	if (lookup(links[curdoc.link].lname)) {
+	if (lookup_link(links[curdoc.link].lname)) {
 	    if (more_links ||
-		(curdoc.link > -1 && curdoc.link < nlinks - 1))
+		(curdoc.link > -1 && curdoc.link < nlinks - 1)) {
 		c = DNARROW;
-	    else {
+	    } else {
 		if (STREQ(curdoc.title, "Entry into main screen") ||
 		    (nhist <= 0)) {
 		    if (!dump_output_immediately) {
 			cleanup();
 			exit_immediately(EXIT_FAILURE);
 		    }
-		    return (-1);
+		    c = -1;
+		} else {
+		    c = LTARROW;
 		}
-		c = LTARROW;
 	    }
 	} else {
 	    StrAllocCopy(traversal_link_to_add,
@@ -921,9 +939,9 @@ static int DoTraversal(int c,
 	    /* uncomment in previous line to avoid duplicates - kw */
 	    add_to_reject_list(links[curdoc.link].lname);
 	if (more_links ||
-	    (curdoc.link > -1 && curdoc.link < nlinks - 1))
+	    (curdoc.link > -1 && curdoc.link < nlinks - 1)) {
 	    c = DNARROW;
-	else {
+	} else {
 	    /*
 	     * curdoc.title doesn't always work, so bail out if the history
 	     * list is empty.
@@ -934,11 +952,16 @@ static int DoTraversal(int c,
 		    cleanup();
 		    exit_immediately(EXIT_FAILURE);
 		}
-		return (-1);
+		c = -1;
+	    } else {
+		c = LTARROW;
 	    }
-	    c = LTARROW;
 	}
-    }				/* right link not NULL or link to another site */
+    }
+    CTRACE((tfp, "DoTraversal(%d:%d) -> %s\n",
+	    nlinks > 0 ? curdoc.link : 0,
+	    nlinks,
+	    LYKeycodeToString(c, FALSE)));
     return c;
 }
 
@@ -1213,8 +1236,9 @@ static int handle_LYK_ACTIVATE(int *c,
 		default:
 		    if ((real_cmd == LYK_ACTIVATE || real_cmd == LYK_SUBMIT) &&
 			F_TEXTLIKE(links[curdoc.link].l_form->type) &&
-			textinput_activated)
+			textinput_activated) {
 			return 3;
+		    }
 		    break;
 		}
 	    }
@@ -5053,7 +5077,7 @@ static BOOLEAN handle_LYK_LINEWRAP_TOGGLE(int *cmd,
 
     /* Somehow the mouse is over the number instead of being over the
        name, so we decrease x. */
-    c = LYChoosePopup(!LYwideLines, LYlines / 2 - 2, LYcols / 2 - 6,
+    c = LYChoosePopup(!LYwideLines, LYlines / 2 - 2, LYcolLimit / 2 - 6,
 		      choices, TABLESIZE(choices) - 1, FALSE, TRUE);
     /*
      * LYhandlePopupList() wasn't really meant to be used outside of old-style
@@ -5240,7 +5264,7 @@ int mainloop(void)
 	    force_load = TRUE;
 #endif
 	/*
-	 * If newdoc.address is different then curdoc.address then we need to
+	 * If newdoc.address is different from curdoc.address then we need to
 	 * go out and find and load newdoc.address.
 	 */
 	if (LYforce_no_cache || force_load ||
@@ -5771,7 +5795,7 @@ int mainloop(void)
 			/*
 			 * Add the address we sought to TRAVERSE_FILE.
 			 */
-			if (!lookup(traversal_link_to_add))
+			if (!lookup_link(traversal_link_to_add))
 			    add_to_table(traversal_link_to_add);
 			FREE(traversal_link_to_add);
 		    }
@@ -5916,7 +5940,7 @@ int mainloop(void)
 	if (dump_output_immediately) {
 	    if (crawl) {
 		print_crawl_to_fd(stdout, curdoc.address, curdoc.title);
-	    } else {
+	    } else if (!dump_links_only) {
 		print_wwwfile_to_fd(stdout, FALSE, FALSE);
 	    }
 	    return (EXIT_SUCCESS);
@@ -6032,7 +6056,7 @@ int mainloop(void)
 		/*
 		 * Set up the crawl output stuff.
 		 */
-		if (curdoc.address && !lookup(curdoc.address)) {
+		if (curdoc.address && !lookup_link(curdoc.address)) {
 		    if (!isLYNXIMGMAP(curdoc.address))
 			crawl_ok = TRUE;
 		    add_to_table(curdoc.address);
@@ -6357,11 +6381,11 @@ int mainloop(void)
 	    if (crawl && crawl_ok) {
 		crawl_ok = FALSE;
 #ifdef FNAMES_8_3
-		sprintf(cfile, "lnk%05d.dat", ccount);
+		sprintf(cfile, "lnk%05d.dat", crawl_count);
 #else
-		sprintf(cfile, "lnk%08d.dat", ccount);
+		sprintf(cfile, "lnk%08d.dat", crawl_count);
 #endif /* FNAMES_8_3 */
-		ccount = ccount + 1;
+		crawl_count = crawl_count + 1;
 		if ((cfp = LYNewTxtFile(cfile)) != NULL) {
 		    print_crawl_to_fd(cfp, curdoc.address, curdoc.title);
 		    LYCloseOutput(cfp);
@@ -7015,6 +7039,7 @@ int mainloop(void)
 		goto new_keyboard_input;
 	    case 3:
 		pending_form_c = c;
+		break;
 	    }
 	    break;
 
@@ -7506,7 +7531,7 @@ static void show_main_statusline(const LinkInfo curlink,
 	if (is_www_index) {
 	    char *indx = gettext("-index-");
 
-	    LYmove(LYlines - 1, LYcols - strlen(indx) - 1);
+	    LYmove(LYlines - 1, LYcolLimit - strlen(indx));
 	    lynx_start_reverse();
 	    LYaddstr(indx);
 	    lynx_stop_reverse();
@@ -7658,7 +7683,7 @@ static void status_link(char *curlink_name,
 			BOOLEAN show_more,
 			BOOLEAN show_indx)
 {
-#define MAX_STATUS (LYcols - 2)
+#define MAX_STATUS (LYcolLimit - 1)
 #define MIN_STATUS 0
     char format[MAX_LINE];
     int prefix = 0;
diff --git a/src/LYOptions.c b/src/LYOptions.c
index e5a1eeb1..99f0140d 100644
--- a/src/LYOptions.c
+++ b/src/LYOptions.c
@@ -2841,6 +2841,7 @@ int postoptions(DocInfo *newdoc)
 	if (!strcmp(data[i].tag, show_scrollbar_string)
 	    && GetOptValues(bool_values, data[i].value, &code)) {
 	    LYShowScrollbar = (BOOL) code;
+	    need_reload = TRUE;
 	}
 #endif
 
@@ -3248,16 +3249,26 @@ static char *NewSecureValue(void)
 static void PutLabel(FILE *fp, char *name,
 		     char *value)
 {
+    int have = strlen(name);
+    int want = LABEL_LEN;
+    int need = LYstrExtent(name, have, want);
+
+    fprintf(fp, "&nbsp;&nbsp;%s", name);
     if (will_save_rc(value) && !no_option_save) {
-	fprintf(fp, "  %-*s: ", LABEL_LEN, name);
+	while (need++ < want)
+	    fprintf(fp, "&nbsp;");
     } else {
-	int l = strlen(name);
-
-	fprintf(fp, "  %s", name);
-	fprintf(fp, "%s%-*s: ",
-		(l < (LABEL_LEN - 3)) ? " " : "",
-		(l < (LABEL_LEN - 3)) ? (LABEL_LEN - 1) - l : 3, "(!)");
+	want -= 3;
+	if (need < want) {
+	    fprintf(fp, "&nbsp;");
+	    ++need;
+	}
+	fprintf(fp, "(!)");
+	while (need++ < want) {
+	    fprintf(fp, "&nbsp;");
+	}
     }
+    fprintf(fp, ": ");
 }
 
 /*
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c
index 4686dc7a..9a763cd8 100644
--- a/src/LYShowInfo.c
+++ b/src/LYShowInfo.c
@@ -24,6 +24,14 @@
 
 #define ADVANCED_INFO 1		/* to get more info in advanced mode */
 
+#define BEGIN_DL(text) fprintf(fp0, "<h2>%s</h2>\n<dl compact>", text)
+#define END_DL()       fprintf(fp0, "\n</dl>\n")
+
+#define ADD_SS(label,value)       dt_String(fp0, label, value)
+#define ADD_NN(label,value,units) dt_Number(fp0, label, value, units)
+
+static int label_columns;
+
 /*
  * LYNX_VERSION and LYNX_DATE are automatically generated by PRCS, the tool
  * which we use to archive versions of Lynx.  We use a convention for naming
@@ -56,6 +64,45 @@ char *LYVersionDate(void)
     return temp;
 }
 
+static void dt_String(FILE *fp,
+		      const char *label,
+		      const char *value)
+{
+    int have;
+    int need;
+    char *the_label = 0;
+    char *the_value = 0;
+
+    StrAllocCopy(the_label, label);
+    StrAllocCopy(the_value, value);
+
+    have = strlen(the_label);
+    need = LYstrExtent(the_label, have, label_columns);
+
+    LYEntify(&the_label, TRUE);
+    LYEntify(&the_value, TRUE);
+
+    fprintf(fp, "<dt>");
+    while (need++ < label_columns)
+	fprintf(fp, "&nbsp;");
+    fprintf(fp, "<em>%s</em> %s\n", the_label, the_value);
+
+    FREE(the_label);
+    FREE(the_value);
+}
+
+static void dt_Number(FILE *fp0,
+		      const char *label,
+		      long number,
+		      const char *units)
+{
+    char *value = NULL;
+
+    HTSprintf(&value, "%ld %s", number, units);
+    ADD_SS(label, value);
+    FREE(value);
+}
+
 /*
  * LYShowInfo prints a page of info about the current file and the link that
  * the cursor is on.
@@ -68,9 +115,10 @@ int LYShowInfo(DocInfo *doc,
     static char tempfile[LY_MAXPATH] = "\0";
     int url_type;
     FILE *fp0;
-    char *Address = NULL, *Title = NULL;
+    char *Title = NULL;
     char *name;
     const char *cp;
+    char *temp = 0;
 
 #ifdef ADVANCED_INFO
     BOOLEAN LYInfoAdvanced = (BOOL) (user_mode == ADVANCED_MODE);
@@ -107,10 +155,9 @@ int LYShowInfo(DocInfo *doc,
 	}
     }
 
-    fprintf(fp0, "<html>\n<head>\n");
-    LYAddMETAcharsetToFD(fp0, -1);
-    fprintf(fp0, "<title>%s</title>\n</head>\n<body>\n",
-	    SHOWINFO_TITLE);
+    label_columns = 9;
+
+    WriteInternalTitle(fp0, SHOWINFO_TITLE);
 
     fprintf(fp0, "<h1>%s %s (%s) (<a href=\"%s\">%s</a>)",
 	    LYNX_NAME, LYNX_VERSION,
@@ -122,17 +169,16 @@ int LYShowInfo(DocInfo *doc,
 
 #ifdef DIRED_SUPPORT
     if (lynx_edit_mode && nlinks > 0) {
-	char *temp;
 
-	fprintf(fp0, "<pre>\n");
-	fprintf(fp0, "\n%s\n\n",
-		gettext("Directory that you are currently viewing"));
+	BEGIN_DL(gettext("Directory that you are currently viewing"));
 
 	temp = HTfullURL_toFile(doc->address);
-	fprintf(fp0, "   <em>%4s</em>  %s\n", gettext("Name:"), temp);
+	ADD_SS(gettext("Name:"), temp);
 	FREE(temp);
 
-	fprintf(fp0, "   <em>%4s</em>  %s\n", gettext("URL:"), doc->address);
+	ADD_SS(gettext("URL:"), doc->address);
+
+	END_DL();
 
 	temp = HTfullURL_toFile(links[doc->link].lname);
 
@@ -142,22 +188,19 @@ int LYShowInfo(DocInfo *doc,
 	} else {
 	    char modes[80];
 
+	    label_columns = 16;
 	    if (S_ISDIR(dir_info.st_mode)) {
-		fprintf(fp0, "\n%s\n\n",
-			gettext("Directory that you have currently selected"));
+		BEGIN_DL(gettext("Directory that you have currently selected"));
 	    } else if (S_ISREG(dir_info.st_mode)) {
-		fprintf(fp0, "\n%s\n\n",
-			gettext("File that you have currently selected"));
+		BEGIN_DL(gettext("File that you have currently selected"));
 #ifdef S_IFLNK
 	    } else if (S_ISLNK(dir_info.st_mode)) {
-		fprintf(fp0, "\n%s\n\n",
-			gettext("Symbolic link that you have currently selected"));
+		BEGIN_DL(gettext("Symbolic link that you have currently selected"));
 #endif
 	    } else {
-		fprintf(fp0, "\n%s\n\n",
-			gettext("Item that you have currently selected"));
+		BEGIN_DL(gettext("Item that you have currently selected"));
 	    }
-	    fprintf(fp0, "       <em>%s</em>  %s\n", gettext("Full name:"), temp);
+	    ADD_SS(gettext("Full name:"), temp);
 #ifdef S_IFLNK
 	    if (S_ISLNK(dir_info.st_mode)) {
 		char buf[1025];
@@ -168,36 +211,36 @@ int LYShowInfo(DocInfo *doc,
 		} else {
 		    sprintf(buf, "%.1024s", gettext("Unable to follow link"));
 		}
-		fprintf(fp0, "  <em>%s</em>  %s\n",
-			gettext("Points to file:"), buf);
+		ADD_SS(gettext("Points to file:"), buf);
 	    }
 #endif
 	    name = HTAA_UidToName(dir_info.st_uid);
 	    if (*name)
-		fprintf(fp0, "   <em>%s</em>  %s\n",
-			gettext("Name of owner:"), name);
+		ADD_SS(gettext("Name of owner:"), name);
 	    name = HTAA_GidToName(dir_info.st_gid);
 	    if (*name)
-		fprintf(fp0, "      <em>%s</em>  %s\n",
-			gettext("Group name:"), name);
+		ADD_SS(gettext("Group name:"), name);
 	    if (S_ISREG(dir_info.st_mode)) {
-		fprintf(fp0, "       <em>%s</em>  %ld (bytes)\n",
-			gettext("File size:"), (long) dir_info.st_size);
+		ADD_NN(gettext("File size:"),
+		       (long) dir_info.st_size,
+		       gettext("(bytes)"));
 	    }
 	    /*
 	     * Include date and time information.
 	     */
-	    cp = ctime(&dir_info.st_ctime);
-	    fprintf(fp0, "   <em>%s</em>  %s", gettext("Creation date:"), cp);
+	    ADD_SS(gettext("Creation date:"),
+		   ctime(&dir_info.st_ctime));
 
-	    cp = ctime(&dir_info.st_mtime);
-	    fprintf(fp0, "   <em>%s</em>  %s", gettext("Last modified:"), cp);
+	    ADD_SS(gettext("Last modified:"),
+		   ctime(&dir_info.st_mtime));
 
-	    cp = ctime(&dir_info.st_atime);
-	    fprintf(fp0, "   <em>%s</em>  %s\n", gettext("Last accessed:"), cp);
+	    ADD_SS(gettext("Last accessed:"),
+		   ctime(&dir_info.st_atime));
 
-	    fprintf(fp0, "   %s\n", gettext("Access Permissions"));
-	    fprintf(fp0, "      <em>%s</em>  ", gettext("Owner:"));
+	    END_DL();
+
+	    label_columns = 9;
+	    BEGIN_DL(gettext("Access Permissions"));
 	    modes[0] = '\0';
 	    modes[1] = '\0';	/* In case there are no permissions */
 	    modes[2] = '\0';
@@ -214,9 +257,8 @@ int LYShowInfo(DocInfo *doc,
 			strcat(modes, ", setuid");
 		}
 	    }
-	    fprintf(fp0, "%s\n", (char *) &modes[2]);	/* Skip leading ', ' */
+	    ADD_SS(gettext("Owner:"), &modes[2]);
 
-	    fprintf(fp0, "      <em>Group:</em>  ");
 	    modes[0] = '\0';
 	    modes[1] = '\0';	/* In case there are no permissions */
 	    modes[2] = '\0';
@@ -233,9 +275,8 @@ int LYShowInfo(DocInfo *doc,
 			strcat(modes, ", setgid");
 		}
 	    }
-	    fprintf(fp0, "%s\n", (char *) &modes[2]);	/* Skip leading ', ' */
+	    ADD_SS(gettext("Group:"), &modes[2]);
 
-	    fprintf(fp0, "      <em>World:</em>  ");
 	    modes[0] = '\0';
 	    modes[1] = '\0';	/* In case there are no permissions */
 	    modes[2] = '\0';
@@ -254,34 +295,29 @@ int LYShowInfo(DocInfo *doc,
 #endif
 		}
 	    }
-	    fprintf(fp0, "%s\n", (char *) &modes[2]);	/* Skip leading ', ' */
+	    ADD_SS(gettext("World:"), &modes[2]);
+	    END_DL();
 	}
 	FREE(temp);
-	fprintf(fp0, "</pre>\n");
     } else {
 #endif /* DIRED_SUPPORT */
 
-	fprintf(fp0, "<h2>%s</h2>\n<dl compact>",
-		gettext("File that you are currently viewing"));
+	BEGIN_DL(gettext("File that you are currently viewing"));
 
 	LYformTitle(&Title, doc->title);
-	LYEntify(&Title, TRUE);
-	fprintf(fp0, "<dt><em>%s</em> %s%s\n",
-		gettext("Linkname:"),
-		Title,
-		((doc->isHEAD &&
-		  !strstr(Title, " (HEAD)") &&
-		  !strstr(Title, " - HEAD")) ? " (HEAD)" : ""));
-
-	StrAllocCopy(Address, doc->address);
-	LYEntify(&Address, TRUE);
-	fprintf(fp0,
-		"<dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>URL:</em> %s\n", Address);
+	HTSprintf(&temp, "%s%s",
+		  Title,
+		  ((doc->isHEAD &&
+		    !strstr(Title, " (HEAD)") &&
+		    !strstr(Title, " - HEAD")) ? " (HEAD)" : ""));
+	ADD_SS(gettext("Linkname:"), temp);
+	FREE(temp);
+
+	ADD_SS("URL:", doc->address);
 
 	if (HTLoadedDocumentCharset()) {
-	    fprintf(fp0, "<dt><em>&nbsp;%s</em> %s\n",
-		    gettext("Charset:"),
-		    HTLoadedDocumentCharset());
+	    ADD_SS(gettext("Charset:"),
+		   HTLoadedDocumentCharset());
 	} else {
 	    LYUCcharset *p_in = HTAnchor_getUCInfoStage(HTMainAnchor,
 							UCT_STAGE_PARSER);
@@ -292,41 +328,38 @@ int LYShowInfo(DocInfo *doc,
 	    }
 	    if (p_in && p_in->MIMEname && *(p_in->MIMEname) &&
 		HTAnchor_getUCLYhndl(HTMainAnchor, UCT_STAGE_MIME) >= 0) {
-		fprintf(fp0, "<dt><em>&nbsp;%s</em> %s (assumed)\n",
-			gettext("Charset:"),
-			p_in->MIMEname);
+		HTSprintf(&temp, "%s %s",
+			  p_in->MIMEname,
+			  gettext("(assumed)"));
+		ADD_SS(gettext("Charset:"), p_in->MIMEname);
+		FREE(temp);
 	    }
 	}
 
 	if ((cp = HText_getServer()) != NULL && *cp != '\0')
-	    fprintf(fp0, "<dt><em>&nbsp;&nbsp;%s</em> %s\n",
-		    gettext("Server:"), cp);
+	    ADD_SS(gettext("Server:"), cp);
 
 	if ((cp = HText_getDate()) != NULL && *cp != '\0')
-	    fprintf(fp0, "<dt><em>&nbsp;&nbsp;&nbsp;&nbsp;%s</em> %s\n",
-		    gettext("Date:"), cp);
+	    ADD_SS(gettext("Date:"), cp);
 
 	if ((cp = HText_getLastModified()) != NULL && *cp != '\0')
-	    fprintf(fp0, "<dt><em>%s</em> %s\n", gettext("Last Mod:"), cp);
+	    ADD_SS(gettext("Last Mod:"), cp);
 
 #ifdef ADVANCED_INFO
 	if (LYInfoAdvanced) {
 	    if (HTMainAnchor && HTMainAnchor->expires) {
-		fprintf(fp0, "<dt><em>%s</em> %s\n",
-			gettext("&nbsp;Expires:"), HTMainAnchor->expires);
+		ADD_SS(gettext("Expires:"), HTMainAnchor->expires);
 	    }
 	    if (HTMainAnchor && HTMainAnchor->cache_control) {
-		fprintf(fp0, "<dt><em>%s</em> %s\n",
-			gettext("Cache-Control:"), HTMainAnchor->cache_control);
+		ADD_SS(gettext("Cache-Control:"), HTMainAnchor->cache_control);
 	    }
 	    if (HTMainAnchor && HTMainAnchor->content_length > 0) {
-		fprintf(fp0, "<dt><em>%s</em> %d %s\n",
-			gettext("Content-Length:"),
-			HTMainAnchor->content_length, gettext("bytes"));
+		ADD_NN(gettext("Content-Length:"),
+		       HTMainAnchor->content_length,
+		       gettext("bytes"));
 	    }
 	    if (HTMainAnchor && HTMainAnchor->content_language) {
-		fprintf(fp0, "<dt><em>%s</em> %s\n",
-			gettext("Language:"), HTMainAnchor->content_language);
+		ADD_SS(gettext("Language:"), HTMainAnchor->content_language);
 	    }
 	}
 #endif /* ADVANCED_INFO */
@@ -336,94 +369,83 @@ int LYShowInfo(DocInfo *doc,
 		    gettext("Post Data:"),
 		    BStrLen(doc->post_data),
 		    BStrData(doc->post_data));
-	    fprintf(fp0, "<dt><em>%s</em> %s\n",
-		    gettext("Post Content Type:"), doc->post_content_type);
+	    ADD_SS(gettext("Post Content Type:"), doc->post_content_type);
 	}
 
-	if (owner_address) {
-	    StrAllocCopy(Address, owner_address);
-	    LYEntify(&Address, TRUE);
-	} else {
-	    StrAllocCopy(Address, NO_NOTHING);
-	}
-	fprintf(fp0, "<dt><em>%s</em> %s\n", gettext("Owner(s):"), Address);
-
-	fprintf(fp0, "<dt>&nbsp;&nbsp;&nbsp;&nbsp;<em>%s</em> %d %s\n",
-		gettext("size:"), size_of_file, gettext("lines"));
-
-	fprintf(fp0, "<dt>&nbsp;&nbsp;&nbsp;&nbsp;<em>%s</em> %s%s%s",
-		gettext("mode:"),
-		((lynx_mode == FORMS_LYNX_MODE)
-		 ? gettext("forms mode")
-		 : (HTisDocumentSource()
-		    ? gettext("source")
-		    : gettext("normal"))),
-		(doc->safe ? gettext(", safe") : ""),
-		(doc->internal_link ? gettext(", via internal link") : "")
-	    );
+	ADD_SS(gettext("Owner(s):"),
+	       (owner_address
+		? owner_address
+		: NO_NOTHING));
+
+	ADD_NN(gettext("size:"),
+	       size_of_file,
+	       gettext("lines"));
+
+	StrAllocCopy(temp,
+		     ((lynx_mode == FORMS_LYNX_MODE)
+		      ? gettext("forms mode")
+		      : (HTisDocumentSource()
+			 ? gettext("source")
+			 : gettext("normal"))));
+	if (doc->safe)
+	    StrAllocCat(temp, gettext(", safe"));
+	if (doc->internal_link)
+	    StrAllocCat(temp, gettext(", via internal link"));
+
 #ifdef ADVANCED_INFO
 	if (LYInfoAdvanced) {
-	    fprintf(fp0, "%s%s%s\n",
-		    (HText_hasNoCacheSet(HTMainText) ?
-		     gettext(", no-cache") : ""),
-		    (HTAnchor_isISMAPScript((HTAnchor *) HTMainAnchor) ?
-		     gettext(", ISMAP script") : ""),
-		    (doc->bookmark ?
-		     gettext(", bookmark file") : "")
-		);
+	    if (HText_hasNoCacheSet(HTMainText))
+		StrAllocCat(temp, gettext(", no-cache"));
+	    if (HTAnchor_isISMAPScript((HTAnchor *) HTMainAnchor))
+		StrAllocCat(temp, gettext(", ISMAP script"));
+	    if (doc->bookmark)
+		StrAllocCat(temp, gettext(", bookmark file"));
 	}
 #endif /* ADVANCED_INFO */
 
-	fprintf(fp0, "\n</dl>\n");	/* end of list */
+	ADD_SS(gettext("mode:"), temp);
+	FREE(temp);
+
+	END_DL();
 
 	if (nlinks > 0) {
-	    fprintf(fp0, "<h2>%s</h2>\n<dl compact>",
-		    gettext("Link that you currently have selected"));
-	    StrAllocCopy(Title, LYGetHiliteStr(doc->link, 0));
-	    LYEntify(&Title, TRUE);
-	    fprintf(fp0, "<dt><em>%s</em> %s\n",
-		    gettext("Linkname:"),
-		    Title);
+	    BEGIN_DL(gettext("Link that you currently have selected"));
+	    ADD_SS(gettext("Linkname:"),
+		   LYGetHiliteStr(doc->link, 0));
 	    if (lynx_mode == FORMS_LYNX_MODE &&
 		links[doc->link].type == WWW_FORM_LINK_TYPE) {
 		if (links[doc->link].l_form->submit_method) {
 		    int method = links[doc->link].l_form->submit_method;
 		    char *enctype = links[doc->link].l_form->submit_enctype;
 
-		    fprintf(fp0, "<dt>&nbsp;&nbsp;<em>%s</em> %s\n",
-			    gettext("Method:"),
-			    ((method == URL_POST_METHOD) ? "POST" :
-			     ((method == URL_MAIL_METHOD) ? "(email)" :
-			      "GET")));
-		    fprintf(fp0, "<dt>&nbsp;<em>%s</em> %s\n",
-			    gettext("Enctype:"),
-			    (enctype &&
-			     *enctype ?
-			     enctype : "application/x-www-form-urlencoded"));
+		    ADD_SS(gettext("Method:"),
+			   ((method == URL_POST_METHOD) ? "POST" :
+			    ((method == URL_MAIL_METHOD) ? "(email)" :
+			     "GET")));
+		    ADD_SS(gettext("Enctype:"),
+			   (non_empty(enctype)
+			    ? enctype
+			    : "application/x-www-form-urlencoded"));
 		}
 		if (links[doc->link].l_form->submit_action) {
-		    StrAllocCopy(Address, links[doc->link].l_form->submit_action);
-		    LYEntify(&Address, TRUE);
-		    fprintf(fp0, "<dt>&nbsp;&nbsp;<em>Action:</em> %s\n", Address);
+		    ADD_SS(gettext("Action:"),
+			   links[doc->link].l_form->submit_action);
 		}
 		if (!(links[doc->link].l_form->submit_method &&
 		      links[doc->link].l_form->submit_action)) {
 		    fprintf(fp0, "<dt>&nbsp;%s\n", gettext("(Form field)"));
 		}
 	    } else {
-		if (links[doc->link].lname) {
-		    StrAllocCopy(Title, links[doc->link].lname);
-		    LYEntify(&Title, TRUE);
-		} else {
-		    StrAllocCopy(Title, "");
-		}
-		fprintf(fp0,
-			"<dt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>URL:</em> %s\n", Title);
+		ADD_SS("URL:",
+		       (links[doc->link].lname
+			? links[doc->link].lname
+			: ""));
 	    }
-	    fprintf(fp0, "</dl>\n");	/* end of list */
+	    END_DL();
 
-	} else
+	} else {
 	    fprintf(fp0, "<h2>%s</h2>", gettext("No Links on the current page"));
+	}
 
 #ifdef EXP_HTTP_HEADERS
 	if ((cp = HText_getHttpHeaders()) != 0) {
@@ -440,7 +462,6 @@ int LYShowInfo(DocInfo *doc,
     LYrefresh();
 
     LYCloseTemp(tempfile);
-    FREE(Address);
     FREE(Title);
 
     return (0);
diff --git a/src/LYStrings.c b/src/LYStrings.c
index e9704744..8c6983c3 100644
--- a/src/LYStrings.c
+++ b/src/LYStrings.c
@@ -372,7 +372,7 @@ static int set_clicked_link(int x,
 			    int clicks)
 {
     int left = 6;
-    int right = LYcols - 6;
+    int right = LYcolLimit - 5;
 
     /* yes, I am assuming that my screen will be a certain width. */
     int i;
@@ -386,7 +386,7 @@ static int set_clicked_link(int x,
 	if (x == 0 && toolbar)	/* On '#' */
 	    c = LAC_TO_LKC0(LYK_TOOLBAR);
 #if defined(CAN_CUT_AND_PASTE) && defined(USE_COLOR_STYLE)
-	else if (y == 0 && x == LYcols - 1 && s_hot_paste != NOSTYLE)
+	else if (y == 0 && x == LYcolLimit && s_hot_paste != NOSTYLE)
 	    c = LAC_TO_LKC0(LYK_PASTE_URL);
 #endif
 	else if (clicks > 1) {
@@ -422,7 +422,7 @@ static int set_clicked_link(int x,
 		c = LAC_TO_LKC0(LYK_PREV_PAGE);
 	}
 #ifdef USE_SCROLLBAR
-    } else if (x == LYcols - 1 && LYShowScrollbar && LYsb_begin >= 0) {
+    } else if (x == (LYcols - 1) && LYShowScrollbar && LYsb_begin >= 0) {
 	int h = display_lines - 2 * (LYsb_arrow != 0);
 
 	mouse_link = -2;
@@ -659,31 +659,33 @@ int LYmbcsstrlen(char *str,
 {
     int i, j, len = 0;
 
-    if (!non_empty(str))
-	return (len);
-
-    for (i = 0; str[i] != '\0'; i++) {
-	if (IsSpecialAttrChar(str[i])) {
-	    continue;
-	} else {
-	    len++;
-	}
-	if (IS_NEW_GLYPH(str[i])) {
-	    j = 0;
-	    while (str[(i + 1)] != '\0' &&
-		   !IsSpecialAttrChar(str[(i + 1)]) &&
-		   j < 5 &&
-		   IS_UTF_EXTRA(str[(i + 1)])) {
-		i++;
-		j++;
+    if (non_empty(str)) {
+#ifdef WIDEC_CURSES
+	if (count_gcells) {
+	    len = LYstrCells(str);
+	} else
+#endif
+	{
+	    for (i = 0; str[i] != '\0'; i++) {
+		if (!IsSpecialAttrChar(str[i])) {
+		    len++;
+		    if (IS_NEW_GLYPH(str[i])) {
+			j = 0;
+			while (IsNormalChar(str[(i + 1)]) &&
+			       j < 5 &&
+			       IS_UTF_EXTRA(str[(i + 1)])) {
+			    i++;
+			    j++;
+			}
+		    } else if (!utf_flag && HTCJK != NOCJK && !count_gcells &&
+			       is8bits(str[i]) &&
+			       IsNormalChar(str[(i + 1)])) {
+			i++;
+		    }
+		}
 	    }
-	} else if (!utf_flag && HTCJK != NOCJK && !count_gcells &&
-		   is8bits(str[i]) && str[(i + 1)] != '\0' &&
-		   !IsSpecialAttrChar(str[(i + 1)])) {
-	    i++;
 	}
     }
-
     return (len);
 }
 
@@ -2253,7 +2255,7 @@ static int LYgetch_for(int code)
 #define V_CMD_AREA	1
 
 		int left = H_CMD_AREA;
-		int right = (LYcols - H_CMD_AREA);
+		int right = (LYcolLimit - H_CMD_AREA - 1);
 
 		/* yes, I am assuming that my screen will be a certain width. */
 
@@ -2680,10 +2682,10 @@ char *LYElideString(char *str,
 
     LYstrncpy(buff, str, sizeof(buff) - 1);
     len = strlen(buff);
-    if (len > (LYcols - 10)) {
+    if (len > (LYcolLimit - 9)) {
 	buff[cut_pos] = '.';
 	buff[cut_pos + 1] = '.';
-	for (s = (buff + len) - (LYcols - 10) + cut_pos + 1,
+	for (s = (buff + len) - (LYcolLimit - 9) + cut_pos + 1,
 	     d = (buff + cut_pos) + 2;
 	     s >= buff &&
 	     d >= buff &&
@@ -4007,10 +4009,13 @@ int LYhandlePopupList(int cur_choice,
     }
 
     if (for_mouse) {
+	int check = (Lnum + (int) width + 4);
+	int limit = LYcols;
+
 	/* shift horizontally to lie within screen width, if possible */
-	if (Lnum + (int) width + 4 < LYcols) {
-	    if (lx - 1 + (Lnum + (int) width + 4) > LYcols)
-		lx = LYcols + 1 - (Lnum + width + 4);
+	if (check < limit) {
+	    if (lx - 1 + check > limit)
+		lx = limit + 1 - check;
 	    else if (lx <= 0)
 		lx = 1;
 	}
@@ -4020,13 +4025,20 @@ int LYhandlePopupList(int cur_choice,
      * Set up the overall window, including the boxing characters ('*'), if it
      * all fits.  Otherwise, set up the widest window possible.  - FM
      */
+    width += Lnum;
+    bottom -= top;
+
     if (num_choices <= 0
 	|| cur_choice > num_choices
-	|| (form_window = LYstartPopup(top, lx,
-				       bottom - top,
-				       Lnum + width)) == 0)
+	|| (form_window = LYstartPopup(&top,
+				       &lx,
+				       &bottom,
+				       &width)) == 0)
 	return (orig_choice);
 
+    width -= Lnum;
+    bottom += top;
+
     /*
      * Clear the command line and write the popup statusline.  - FM
      */
@@ -4785,7 +4797,7 @@ int LYgetstr(char *inputline,
     LYGetYX(y, x);		/* Use screen from cursor position to eol */
     MaxStringSize = (bufsize < sizeof(MyEdit.buffer)) ?
 	(bufsize - 1) : (sizeof(MyEdit.buffer) - 1);
-    LYSetupEdit(&MyEdit, inputline, MaxStringSize, (LYcols - 1) - x);
+    LYSetupEdit(&MyEdit, inputline, MaxStringSize, LYcolLimit - x);
     MyEdit.hidden = (BOOL) hidden;
 
     CTRACE((tfp, "called LYgetstr\n"));
@@ -5252,8 +5264,7 @@ char *LYno_attr_mbcs_case_strstr(char *chptr,
     for (; *chptr != '\0'; chptr++) {
 	if ((!utf_flag && HTCJK != NOCJK && is8bits(*chptr) &&
 	     *chptr == *tarptr &&
-	     *(chptr + 1) != '\0' &&
-	     !IsSpecialAttrChar(*(chptr + 1))) ||
+	     IsNormalChar(*(chptr + 1))) ||
 	    (0 == UPPER8(*chptr, *tarptr))) {
 	    int tarlen = 0;
 
@@ -5278,8 +5289,7 @@ char *LYno_attr_mbcs_case_strstr(char *chptr,
 	    }
 	    if (!utf_flag && HTCJK != NOCJK && is8bits(*chptr) &&
 		*chptr == *tarptr &&
-		*tmpchptr != '\0' &&
-		!IsSpecialAttrChar(*tmpchptr)) {
+		IsNormalChar(*tmpchptr)) {
 		/*
 		 * Check the CJK multibyte.  - FM
 		 */
@@ -5355,8 +5365,7 @@ char *LYno_attr_mbcs_case_strstr(char *chptr,
 	} else if (!(IS_UTF_EXTRA(*chptr) ||
 		     IsSpecialAttrChar(*chptr))) {
 	    if (!utf_flag && HTCJK != NOCJK && is8bits(*chptr) &&
-		*(chptr + 1) != '\0' &&
-		!IsSpecialAttrChar(*(chptr + 1))) {
+		IsNormalChar(*(chptr + 1))) {
 		chptr++;
 		if (count_gcells)
 		    len++;
@@ -5439,8 +5448,7 @@ char *LYno_attr_mbcs_strstr(char *chptr,
 		return (chptr);
 	    }
 	    if (!utf_flag && HTCJK != NOCJK && is8bits(*chptr) &&
-		*tmpchptr != '\0' &&
-		!IsSpecialAttrChar(*tmpchptr)) {
+		IsNormalChar(*tmpchptr)) {
 		/*
 		 * Check the CJK multibyte.  - FM
 		 */
@@ -5515,8 +5523,7 @@ char *LYno_attr_mbcs_strstr(char *chptr,
 	} else if (!(IS_UTF_EXTRA(*chptr) ||
 		     IsSpecialAttrChar(*chptr))) {
 	    if (!utf_flag && HTCJK != NOCJK && is8bits(*chptr) &&
-		*(chptr + 1) != '\0' &&
-		!IsSpecialAttrChar(*(chptr + 1))) {
+		IsNormalChar(*(chptr + 1))) {
 		chptr++;
 		if (count_gcells)
 		    len++;
diff --git a/src/LYTraversal.c b/src/LYTraversal.c
index 387928d0..b6690a01 100644
--- a/src/LYTraversal.c
+++ b/src/LYTraversal.c
@@ -31,7 +31,7 @@ static void exit_with_perror(const char *msg)
     exit_immediately(EXIT_FAILURE);
 }
 
-BOOLEAN lookup(char *target)
+BOOLEAN lookup_link(char *target)
 {
     FILE *ifp;
     char *buffer = NULL;
@@ -119,6 +119,8 @@ void add_to_reject_list(char *target)
 
     FILE *ifp;
 
+    CTRACE((tfp, "add_to_reject_list(%s)\n", target));
+
     if ((ifp = LYAppendToTxtFile(TRAVERSE_REJECT_FILE)) == NULL) {
 	exit_with_perror(CANNOT_OPEN_REJ_FILE);
     }
@@ -149,7 +151,7 @@ BOOLEAN lookup_reject(char *target)
 	return (FALSE);
     }
 
-    HTSprintf0(&line, "%s\n", target);
+    HTSprintf0(&line, "%s", target);
 
     while (LYSafeGets(&buffer, ifp) != NULL && !result) {
 	LYTrimTrailing(buffer);
@@ -171,5 +173,7 @@ BOOLEAN lookup_reject(char *target)
     FREE(line);
 
     LYCloseInput(ifp);
+
+    CTRACE((tfp, "lookup_reject(%s) -> %d\n", target, result));
     return (BOOL) (result);
 }
diff --git a/src/LYTraversal.h b/src/LYTraversal.h
index 0da2a0f9..7da7da36 100644
--- a/src/LYTraversal.h
+++ b/src/LYTraversal.h
@@ -7,7 +7,7 @@
 #include <HTUtils.h>		/* BOOL, ARGS */
 #endif
 
-extern BOOLEAN lookup(char *target);
+extern BOOLEAN lookup_link(char *target);
 extern void add_to_table(char *target);
 extern void add_to_traverse_list(char *fname, char *prev_link_name);
 extern void dump_traversal_history(void);
diff --git a/src/LYUtils.c b/src/LYUtils.c
index a1dd074d..448575c4 100644
--- a/src/LYUtils.c
+++ b/src/LYUtils.c
@@ -399,7 +399,7 @@ static BOOL show_whereis_targets(int flag,
 		      (LYGetHiliteStr(cur, count) ?
 		       LYGetHiliteStr(cur, count) : ""),
 		      (sizeof(buffer) - 1),
-		      ((LYcols - 1) - LYGetHilitePos(cur, count)),
+		      (LYcolLimit - LYGetHilitePos(cur, count)),
 		      utf_flag);
 	hlen = strlen(buffer);
 	hLen = ((HTCJK != NOCJK || utf_flag) ?
@@ -1047,7 +1047,7 @@ void LYhighlight(int flag,
 
 	if (links[cur].type == WWW_FORM_LINK_TYPE) {
 	    int len;
-	    int avail_space = (LYcols - links[cur].lx) - 1;
+	    int avail_space = (LYcolLimit - links[cur].lx);
 	    char *text = LYGetHiliteStr(cur, 0);
 
 	    if (avail_space > links[cur].l_form->size)
@@ -1079,7 +1079,7 @@ void LYhighlight(int flag,
 			  (LYGetHiliteStr(cur, 0) ?
 			   LYGetHiliteStr(cur, 0) : ""),
 			  (sizeof(buffer) - 1),
-			  ((LYcols - 1) - links[cur].lx),
+			  (LYcolLimit - links[cur].lx),
 			  utf_flag);
 	    LYaddstr(buffer);
 	}
@@ -1277,8 +1277,9 @@ void statusline(const char *text)
      * set selected, otherwise, strip any escapes.  Also, make sure text is not
      * longer than the statusline window.  - FM
      */
-    max_length = ((LYcols - 2) < (int) sizeof(buffer))
-	? (LYcols - 2) : (int) sizeof(buffer) - 1;
+    max_length = (((LYcolLimit - 1) < (int) sizeof(buffer))
+		  ? (LYcolLimit - 1)
+		  : (int) sizeof(buffer) - 1);
     if ((text_buff[0] != '\0') &&
 	(LYHaveCJKCharacterSet)) {
 	/*
@@ -2788,11 +2789,11 @@ void size_change(int sig GCC_UNUSED)
 #ifdef SLANG_MBCS_HACK
     PHYSICAL_SLtt_Screen_Cols = LYcols;
 #ifdef SLANG_NO_LIMIT		/* define this if slang has been fixed */
-    SLtt_Screen_Cols = (LYcols - 1) * 6;
+    SLtt_Screen_Cols = LYcolLimit * 6;
 #else
     /* Needs to be limited: fixed buffer bugs in slang can cause crash,
        see slang's SLtt_smart_puts - kw */
-    SLtt_Screen_Cols = HTMIN((LYcols - 1) * 6, 255);
+    SLtt_Screen_Cols = HTMIN(LYcolLimit * 6, 255);
 #endif
 #endif /* SLANG_MBCS_HACK */
     if (sig == 0)
@@ -3049,7 +3050,7 @@ void change_sug_filename(char *fname)
 	     * Replace with dashes.
 	     */
 	} else if (*cp == '!' || *cp == '?' || *cp == '\'' ||
-		   *cp == ',' || *cp == ':' || *cp == '\"' ||
+		   *cp == ',' || *cp == ':' || *cp == '"' ||
 		   *cp == '+' || *cp == '@' || *cp == '\\' ||
 		   *cp == '(' || *cp == ')' || *cp == '=' ||
 		   *cp == '<' || *cp == '>' || *cp == '#' ||
@@ -3203,7 +3204,7 @@ void change_sug_filename(char *fname)
     for (cp = fname; *cp != '\0'; cp++) {
 	switch (*cp) {
 	case '\'':
-	case '\"':
+	case '"':
 	case '/':
 	case ' ':
 	    *cp = '-';
@@ -5969,7 +5970,7 @@ FILE *LYOpenTemp(char *result,
 	if (make_it) {
 	    int old_mask = umask(HIDE_UMASK);
 
-	    StrAllocCat(lynx_temp_space, "XXXXXXXXXX");
+	    StrAllocCat(lynx_temp_space, "lynxXXXXXXXXXX");
 	    if (mkdtemp(lynx_temp_space) == 0) {
 		printf("%s: %s\n", lynx_temp_space, LYStrerror(errno));
 		exit(EXIT_FAILURE);
@@ -6720,8 +6721,10 @@ FILE *InternalPageFP(char *filename,
     return fp;
 }
 
-void BeginInternalPage(FILE *fp0, char *Title,
-		       char *HelpURL)
+/*
+ * This part is shared by all internal pages.
+ */
+void WriteInternalTitle(FILE *fp0, char *Title)
 {
     fprintf(fp0,
 	    "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
@@ -6743,8 +6746,17 @@ void BeginInternalPage(FILE *fp0, char *Title,
 	    FREE(Address);
 	}
     }
-    fprintf(fp0, "<title>%s</title>\n</head>\n<body>\n",
-	    Title);
+    fprintf(fp0, "<title>%s</title>\n</head>\n<body>\n", Title);
+}
+
+/*
+ * This is used to start most internal pages, except for special cases where
+ * the embedded HREF's in the title differ.
+ */
+void BeginInternalPage(FILE *fp0, char *Title,
+		       char *HelpURL)
+{
+    WriteInternalTitle(fp0, Title);
 
     if ((user_mode == NOVICE_MODE)
 	&& LYwouldPush(Title, NULL)
@@ -7460,6 +7472,30 @@ int put_clip(char *s)
 
 #endif /* __EMX__ */
 
+/*
+ * Sleep for a number of milli-sec.
+ */
+void LYmsec_delay(unsigned msec)
+{
+#if defined(_WINDOWS)
+    Sleep(msec);
+
+#elif defined(HAVE_NAPMS)
+    napms(msec);
+
+#elif defined(DJGPP) || defined(HAVE_USLEEP)
+    usleep(1000 * msec);
+
+#else
+    struct timeval tv;
+    unsigned long usec = 1000UL * msec;
+
+    tv.tv_sec  = usec / 1000000UL;
+    tv.tv_usec = usec % 1000000UL;
+    select (0, NULL, NULL, NULL, &tv);
+#endif
+}
+
 #if defined(WIN_EX)		/* 1997/10/16 (Thu) 20:13:28 */
 
 int put_clip(char *szBuffer)
diff --git a/src/LYUtils.h b/src/LYUtils.h
index 979568c8..e8751592 100644
--- a/src/LYUtils.h
+++ b/src/LYUtils.h
@@ -118,9 +118,6 @@ extern BOOLEAN LYisLocalFile(const char *filename);
 extern BOOLEAN LYisLocalHost(const char *filename);
 extern BOOLEAN LYisRootPath(const char *path);
 extern BOOLEAN inlocaldomain(void);
-extern const char *Home_Dir(void);
-extern const char *index_to_restriction(int inx);
-extern const char *wwwName(const char *pathname);
 extern FILE *InternalPageFP(char *filename, int reuse_flag);
 extern FILE *LYAppendToTxtFile(char *name);
 extern FILE *LYNewBinFile(char *name);
@@ -139,6 +136,9 @@ extern char *LYSysShell(void);
 extern char *LYgetXDisplay(void);
 extern char *strip_trailing_slash(char *my_dirname);
 extern char *trimPoundSelector(char *address);
+extern const char *Home_Dir(void);
+extern const char *index_to_restriction(int inx);
+extern const char *wwwName(const char *pathname);
 extern int HTCheckForInterrupt(void);
 extern int LYCheckForProxyURL(char *filename);
 extern int LYConsoleInputFD(BOOLEAN need_selectable);
@@ -181,7 +181,9 @@ extern void LYTrimHtmlSep(char *path);
 extern void LYTrimPathSep(char *path);
 extern void LYTrimRelFromAbsPath(char *path);
 extern void LYhighlight(int flag, int cur, char *target);
+extern void LYmsec_delay(unsigned msec);
 extern void LYsetXDisplay(char *new_display);
+extern void WriteInternalTitle(FILE *fp0, char *Title);
 extern void change_sug_filename(char *fname);
 extern void convert_to_spaces(char *string, BOOL condense);
 extern void free_and_clear(char **obj);
diff --git a/src/TRSTable.c b/src/TRSTable.c
index 586a7593..f25906c8 100644
--- a/src/TRSTable.c
+++ b/src/TRSTable.c
@@ -23,9 +23,9 @@
 #endif
 
 #ifdef USE_CURSES_PADS
-#  define MAX_STBL_POS (LYwideLines ? MAX_COLS - 1 : LYcols-1)
+#  define MAX_STBL_POS (LYwideLines ? MAX_COLS - 1 : LYcolLimit)
 #else
-#  define MAX_STBL_POS (LYcols-1)
+#  define MAX_STBL_POS (LYcolLimit)
 #endif
 
 /* must be different from HT_ALIGN_NONE and HT_LEFT, HT_CENTER etc.: */
diff --git a/userdefs.h b/userdefs.h
index 38bbb6c3..e2e2f7d3 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1360,11 +1360,11 @@
  * the version definition with the Project Version on checkout.  Just
  * ignore it. - kw */
 /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
-#define LYNX_VERSION "2.8.6dev.5"
+#define LYNX_VERSION "2.8.6dev.6"
 #define LYNX_WWW_HOME "http://lynx.isc.org/"
 #define LYNX_WWW_DIST "http://lynx.isc.org/current/"
 /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
-#define LYNX_DATE "Wed, 30 Jun 2004 16:55:04 -0700"
+#define LYNX_DATE "Sun, 10 Oct 2004 17:29:46 -0700"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */
 
@@ -1377,8 +1377,8 @@
 #endif
 
 #define MAXCHARSETS 60		/* max character sets supported */
-#define TRST_MAXROWSPAN 10000	/* max rowspan accepted by TRST code */
-#define TRST_MAXCOLSPAN 1000	/* max colspan and COL/COLGROUP span accepted */
+#define TRST_MAXROWSPAN 200	/* max rowspan accepted by TRST code */
+#define TRST_MAXCOLSPAN 200	/* max colspan and COL/COLGROUP span accepted */
 #define SAVE_TIME_NOT_SPACE	/* minimize number of some malloc calls */
 
 /* Win32 may support more, but old win16 helper apps may not. */