diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 6 | ||||
-rw-r--r-- | lynx.cfg | 6 | ||||
-rw-r--r-- | po/sl.po | 3 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rw-r--r-- | src/LYUtils.c | 4 | ||||
-rw-r--r-- | src/Xsystem.c | 3 | ||||
-rw-r--r-- | userdefs.h | 6 |
9 files changed, 17 insertions, 19 deletions
diff --git a/CHANGES b/CHANGES index 44fe06e6..d6509e24 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,9 @@ --- $LynxId: CHANGES,v 1.325 2008/12/14 20:04:30 tom Exp $ +-- $LynxId: CHANGES,v 1.326 2008/12/15 00:24:56 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2008-??-?? (2.8.7dev.11) +2008-12-14 (2.8.7dev.11) * add support for HTML5 rel=author in link (mailing list comments) -TD * modify cookie-writing to not write if no cookies were read from the file and none are available (Debian #354282) -TD diff --git a/configure b/configure index 7b263ba1..0b17ff88 100755 --- a/configure +++ b/configure @@ -1237,7 +1237,7 @@ fi; PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7dev.10 +VERSION=2.8.7dev.11 echo "$as_me:1242: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index 8ddcba4c..f1f372db 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.173 2008/12/14 19:32:44 tom Exp $ +dnl $LynxId: configure.in,v 1.174 2008/12/15 00:24:56 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -29,7 +29,7 @@ dnl --------------------------------------------------------------------------- dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.7dev.10) +AC_REVISION(2.8.7dev.11) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -62,7 +62,7 @@ AC_ARG_WITH(system-type, PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7dev.10 +VERSION=2.8.7dev.11 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index 333897b4..c210321c 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.165 2008/12/07 21:05:49 tom Exp $ +# $LynxId: lynx.cfg,v 1.166 2008/12/15 00:24:56 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) # # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ -#PRCS LYNX_VERSION "2.8.7dev.10" +#PRCS LYNX_VERSION "2.8.7dev.11" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sun, 21 Sep 2008 15:49:47 -0700" +#PRCS LYNX_DATE "Sun, 14 Dec 2008 16:24:56 -0800" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. diff --git a/po/sl.po b/po/sl.po index 81296a27..a026e066 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,8 +1,7 @@ # Slovenian translation of Lynx WWW browser. # Copyright (C) 1999 Free Software Foundation, Inc. # Roman Maurer <roman.maurer@hermes.si>, 1999. -# $Id: sl.po,v 1.40 2008/12/08 01:03:02 tom Exp $ -# $Source: /usr/build/VCS/lynx/po/RCS/sl.po,v $ +# $LynxId: sl.po,v 1.41 2008/12/15 00:21:47 tom Exp $ # msgid "" msgstr "" diff --git a/po/uk.po b/po/uk.po index c0286618..b70f0ef8 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ # 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,v 1.32 2008/12/08 01:03:07 tom Exp $ +# $LynxId: uk.po,v 1.33 2008/12/15 00:21:55 tom Exp $ # msgid "" msgstr "" diff --git a/src/LYUtils.c b/src/LYUtils.c index 99c611df..04ca9b3a 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.178 2008/12/14 18:42:42 tom Exp $ + * $LynxId: LYUtils.c,v 1.179 2008/12/14 20:52:02 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -2818,8 +2818,8 @@ BOOLEAN inlocaldomain(void) else if (strlen(me.ut_host) == 0) { result = TRUE; } - } #endif /* LINUX */ + } } else { CTRACE((tfp, diff --git a/src/Xsystem.c b/src/Xsystem.c index bd2c7c42..ec8a7915 100644 --- a/src/Xsystem.c +++ b/src/Xsystem.c @@ -1,4 +1,4 @@ -/* $LynxId: Xsystem.c,v 1.18 2008/12/14 18:44:52 tom Exp $ +/* $LynxId: Xsystem.c,v 1.19 2008/12/15 00:21:16 tom Exp $ * like system("cmd") but return with exit code of "cmd" * for Turbo-C/MS-C/LSI-C * This code is in the public domain. @@ -537,7 +537,6 @@ int exec_command(char *cmd, int wait_flag) #else PRO *p; char *pif; - int rc = 0; int cmd_str; pif = cmd; diff --git a/userdefs.h b/userdefs.h index bab36269..f227227e 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.235 2008/09/21 23:26:30 tom Exp $ + * $LynxId: userdefs.h,v 1.236 2008/12/15 00:24:56 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1414,11 +1414,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.7dev.10" +#define LYNX_VERSION "2.8.7dev.11" #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 "Sun, 21 Sep 2008 15:49:47 -0700" +#define LYNX_DATE "Sun, 14 Dec 2008 16:24:56 -0800" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |