From 03fc70be8733cc99003fe2a3e644e2348501d029 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Tue, 10 Jan 2006 18:27:03 +0000 Subject: [PATCH] - updated to 0.11.0 Changed files: elinks-home_etc.patch -> 1.2 elinks-pl.po-update.patch -> 1.3 --- elinks-home_etc.patch | 35 +++++---- elinks-pl.po-update.patch | 154 ++++++++++++++++++++++++-------------- 2 files changed, 117 insertions(+), 72 deletions(-) diff --git a/elinks-home_etc.patch b/elinks-home_etc.patch index 6dec6dc..4622888 100644 --- a/elinks-home_etc.patch +++ b/elinks-home_etc.patch @@ -1,5 +1,21 @@ ---- elinks.orig/src/lowlevel/home.c Sun Oct 5 07:51:20 2003 -+++ elinks/src/lowlevel/home.c Sun Oct 5 12:25:50 2003 +diff -burN elinks-0.11.0.orig/doc/man/man1/elinks.1.in elinks-0.11.0/doc/man/man1/elinks.1.in +--- elinks-0.11.0.orig/doc/man/man1/elinks.1.in 2006-01-01 21:59:35.921524250 +0100 ++++ elinks-0.11.0/doc/man/man1/elinks.1.in 2006-01-01 22:01:19.884021500 +0100 +@@ -235,6 +235,11 @@ + The path to the users home directory\&. Used when expanding ~/\&. + + .TP ++HOME_ETC ++If set the location of the directory containing configuration files ++is \fI$HOME_ETC/.elinks/\fR instead of \fI~/.elinks/\fR. ++ ++.TP + WWW_HOME + Homepage location (as in lynx(1)) + +diff -burN elinks-0.11.0.orig/src/config/home.c elinks-0.11.0/src/config/home.c +--- elinks-0.11.0.orig/src/config/home.c 2006-01-01 21:59:35.845519500 +0100 ++++ elinks-0.11.0/src/config/home.c 2006-01-01 22:00:36.489309500 +0100 @@ -109,7 +109,7 @@ get_home(void) { @@ -7,18 +23,5 @@ - unsigned char *envhome = getenv("HOME"); + unsigned char *envhome = getenv("HOME_ETC") ? getenv("HOME_ETC") : getenv("HOME"); unsigned char *home = envhome ? stracpy(envhome) - : elinks_dirname(path_to_exe); + : elinks_dirname(program.path); ---- elinks/doc/man/man1/elinks.1.in.orig Thu Oct 23 13:07:37 2003 -+++ elinks/doc/man/man1/elinks.1.in Thu Oct 23 13:12:03 2003 -@@ -127,6 +127,10 @@ - The location of the directory containing configuration files. - If not set the default is \fI~/.elinks/\fR. - .TP -+\fB HOME_ETC \fR -+If set the location of the directory containing configuration files -+is \fI$HOME_ETC/.elinks/\fR instead of \fI~/.elinks/\fR. -+.TP - \fB WWW_HOME \fR - Homepage location (as in \fBlynx(1)\fR) - .TP diff --git a/elinks-pl.po-update.patch b/elinks-pl.po-update.patch index 7037dde..f16f749 100644 --- a/elinks-pl.po-update.patch +++ b/elinks-pl.po-update.patch @@ -1,78 +1,120 @@ ---- elinks-0.10.6/po/pl.po.orig 2005-09-15 01:03:10.000000000 +0200 -+++ elinks-0.10.6/po/pl.po 2005-09-21 00:44:20.814916056 +0200 -@@ -1,7 +1,7 @@ - # Polish ELinks translation. - # Arkadiusz Sochala - # Grzegorz Golawski --# Jakub Bogusz , 2002-2004 -+# Jakub Bogusz , 2002-2005 +diff -burN elinks-0.11.0.orig/po/pl.po elinks-0.11.0/po/pl.po +--- elinks-0.11.0.orig/po/pl.po 2006-01-01 21:59:35.889522250 +0100 ++++ elinks-0.11.0/po/pl.po 2006-01-01 22:14:34.169661250 +0100 +@@ -4,7 +4,7 @@ + # Jakub Bogusz , 2002-2004 # Wojtek Bojdo/l # Witold Filipczyk , 2001 - 2004 - # Adam Go³êbiowski , 2003-2005 -@@ -9,10 +9,10 @@ +-# Adam Go³êbiowski , 2003-2005 ++# Adam Go³êbiowski , 2003-2006 + # Miko³aj Machowski , 2003 # msgid "" - msgstr "" --"Project-Id-Version: ELinks 0.10.CVS\n" -+"Project-Id-Version: ELinks 0.10.6\n" - "POT-Creation-Date: 2005-09-15 01:03+0200\n" --"PO-Revision-Date: 2005-05-03 23:02+0200\n" --"Last-Translator: Adam Golebiowski \n" -+"PO-Revision-Date: 2005-09-21 00:40+0200\n" -+"Last-Translator: Jakub Bogusz \n" +@@ -13,7 +13,7 @@ + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2005-11-27 07:21+0100\n" + "PO-Revision-Date: 2005-11-27 21:17+0100\n" +-"Last-Translator: YOUR NAME \n" ++"Last-Translator: Adam Golebiowski \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" -@@ -671,9 +671,8 @@ - msgstr "Ustawienia" +@@ -1231,7 +1231,7 @@ - #: src/config/cmdline.c:559 --#, fuzzy + #: src/config/cmdline.c:568 msgid "Usage: elinks [OPTION]... [URL]..." --msgstr "U¿ycie: elinks [OPCJA]... [URL]" +-msgstr "U¿ycie: elinks [OPCJA]... [URL]..." +msgstr "Sk³adnia: elinks [OPCJA]... [URL]..." - #: src/config/cmdline.c:560 + #: src/config/cmdline.c:569 msgid "Options" -@@ -2258,9 +2257,8 @@ - "klawiszy dotycz± pola tekstowego." +@@ -5488,13 +5488,15 @@ - #: src/config/options.inc:194 --#, fuzzy - msgid "External editor" --msgstr "Otwórz w zewnêtrznym edytorze" -+msgstr "Zewnêtrzny edytor" + #: src/ecmascript/ecmascript.c:48 + msgid "Ignore