1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
Commit Graph

251 Commits

Author SHA1 Message Date
Kalle Olavi Niemitalo
75302f8e62 Merge branch 'elinks-0.12' into elinks-0.13
Conflicts:

	NEWS
2008-10-03 10:55:11 +03:00
Kalle Olavi Niemitalo
c67885d880 Upgrade ISC licence to July 2007 version
Make it clear that modified versions may also be distributed.
I am the sole copyright holder for these ELinks files
so I can replace the licence like this.

This version of the licence is used in bind-9.5.0-P2.tar.gz.
Wikipedia claims ISC made the change in July 2007 after a request
from the FSF.
2008-09-28 23:16:37 +03:00
Kalle Olavi Niemitalo
319e05d106 ELinks 0.12pre2 2008-09-21 11:45:22 +03:00
Kalle Olavi Niemitalo
988cec481b Merge branch 'elinks-0.12' into elinks-0.13
Conflicts:

	NEWS
	configure.in

The following files also conflicted, but they had not been manually
edited in the elinks-0.12 branch after the previous merge, so I just
kept the 0.13.GIT versions:

	doc/man/man1/elinks.1.in
	doc/man/man5/elinks.conf.5
	doc/man/man5/elinkskeys.5
	po/fr.po
	po/pl.po
2008-07-11 22:28:45 +03:00
Kalle Olavi Niemitalo
01d5501228 po/Makefile: preset Project-Id-Version 2008-07-07 23:24:38 +03:00
Kalle Olavi Niemitalo
38779902a0 po/Makefile: removed && between commands
It is not necessary: when a rule has multiple commands in it, GNU Make
(which ELinks requires anyway) runs them one at a time, regardless of
the -j option, and skips the remaining commands when one of them
fails, regardless of the -k option.  These options take effect at the
level of targets rather than individual commands.
2008-07-07 23:24:34 +03:00
Kalle Olavi Niemitalo
749dcb09ee po/Makefile: use xgettext --msgid-bugs-address
http://elinks.cz/community.html says bugs should be reported
to elinks-users but patches should be sent to elinks-dev.
I guess elinks-users is more appropriate here.
2008-07-05 18:12:42 +03:00
Kalle Olavi Niemitalo
3a978bd0d8 po/Makefile: put potfiles.list in build tree, not source
This is so that contrib/mkdist need not delete that explicitly
(although it still does, in order to do the right thing with
a few older versions too).

The file could apparently be removed altogether (see recent
emails on elinks-dev) but a small change like this is less
likely to cause any surprises.
2008-07-05 15:59:44 +03:00
Jonas Fonseca
0fa88b1c05 Update Danish translation 2008-07-01 15:13:54 +02:00
Kalle Olavi Niemitalo
c0ef72117d ELinks 0.12pre1 2008-07-01 03:11:44 +03:00
Adam Golebiowski
b37ba618ee Polish translation was updated 2008-06-20 23:55:36 +02:00
Laurent MONIN
1d5405e34e French translation was updated. 2008-06-11 12:59:56 +02:00
Witold Filipczyk
d10604334c pl.po: More question marks. 2008-05-16 11:17:03 +02:00
Witold Filipczyk
85fdfe14d3 pl.po: Another, hopefully the last, test commit.
This time test if daemonize works.
2008-05-16 10:59:22 +02:00
Witold Filipczyk
ae2a9dbc27 pl.po: Another question mark. 2008-05-16 10:40:14 +02:00
Witold Filipczyk
a04952a5fa pl.po: Added the question mark. 2008-05-15 22:15:14 +02:00
Witold Filipczyk
4f053ddc97 Test mail. 2008-05-15 21:28:08 +02:00
Witold Filipczyk
600d702439 Test. 2008-05-15 21:26:11 +02:00
Witold Filipczyk
549b5b3f12 Test 2. 2008-05-15 21:18:57 +02:00
Witold Filipczyk
64351c8c51 Test commit. 2008-05-15 21:16:42 +02:00
Kalle Olavi Niemitalo
d26c8cf836 Merge branch 'elinks-0.12' into elinks-0.13
Conflicts:

	NEWS (bug 939 was listed twice)
	doc/man/man5/elinks.conf.5 (regenerated)
	po/fr.po (only in comments and such)
	po/pl.po (only in comments and such)
	src/protocol/fsp/fsp.c (the relevant changes were already here)
2008-04-28 22:08:19 +03:00
Witold Filipczyk
6302ee5e13 Test commit. 2008-03-29 19:45:20 +01:00
Witold Filipczyk
8995fb2be5 pl.po: Changed hotkeys to be consistent with 0.13.GIT. 2008-03-29 19:24:08 +01:00
Witold Filipczyk
4427f2b8b8 Polish translation was updated. 2008-03-29 16:25:19 +01:00
Witold Filipczyk
5e88382033 Polish translation was updated. 2008-03-29 16:23:23 +01:00
Witold Filipczyk
94ce034073 pl.po: Previous commit was wrong. 2008-03-29 15:43:23 +01:00
Witold Filipczyk
094abf966c pl.po: Previous commit was mistaken. 2008-03-29 15:41:29 +01:00
Witold Filipczyk
109662169e pl.po: Small fixes, one typo, one conflict. 2008-03-29 15:34:46 +01:00
Witold Filipczyk
1799270719 pl.po: Small fixes. 2008-03-29 15:29:08 +01:00
Laurent MONIN
511cccd190 French translation was updated. 2008-03-25 22:31:19 +01:00
Laurent MONIN
709957f6c2 French translation was updated. 2008-03-25 16:50:11 +01:00
Kalle Olavi Niemitalo
e2d7ce588f Relicense my Perl scripts to ISC license
The primary motivation for this change is that the disclaimer now
refers to the author whereas it used to refer to the copyright holder.

The ISC license is the preferred license for new code in OpenBSD.
http://www.openbsd.org/policy.html
http://www.openbsd.org/cgi-bin/cvsweb/src/share/misc/license.template?rev=1.2

I am also removing the reference to "the same terms as Perl itself"
because those terms are not being distributed with ELinks.  Anyway,
Perl 5 is dual licensed under the Artistic License and the GNU General
Public License (version 1 or later), and the ISC license seems GPL
compatible to me.
2008-03-23 13:28:06 +02:00
Witold Filipczyk
51a3d30017 pl.po: Rozszerzenia -> Rozszerzenia plików 2008-03-21 15:19:58 +01:00
Witold Filipczyk
96162a9f74 pl.po: Rozszerzenia -> Rozszerzenia plików 2008-03-21 15:15:45 +01:00
Adam Golebiowski
f7631e1601 pl.po: Shortcut key for File/resize terminal changed from 't' to 'r'. 2008-03-10 17:01:23 +01:00
Witold Filipczyk
d74693d96d pl.po: fixes. 2008-02-21 14:56:48 +01:00
Witold Filipczyk
ae5446e9bd pl.po: fixes. 2008-02-21 14:54:19 +01:00
Witold Filipczyk
24f8c65010 pl.po: Typo 2008-02-14 18:55:10 +01:00
Witold Filipczyk
6c6e2737f8 pl.po: Typo 2008-02-14 18:54:05 +01:00
Witold Filipczyk
ad236a4ed9 Polish translation was updated. 2008-01-29 19:19:00 +01:00
Witold Filipczyk
1faf589e90 Polish translation was updated. 2008-01-29 19:03:31 +01:00
Witold Filipczyk
e531f180e3 Polish translation was updated. 2007-12-17 20:12:08 +01:00
Witold Filipczyk
4493be5a77 Polish translation was updated. 2007-12-17 20:06:27 +01:00
Witold Filipczyk
789eacc0d9 Polish translation was updated. 2007-12-17 19:06:57 +01:00
Kalle Olavi Niemitalo
dee220026d Merge branch 'elinks-0.12' into elinks-0.13
Conflicts:

	po/fr.po (time stamps only)
2007-11-20 00:41:30 +02:00
Witold Filipczyk
5079d5abcf Polish translation was updated. 2007-11-04 16:26:53 +01:00
Laurent MONIN
c2150cb5b7 French translation was updated. 2007-11-02 09:54:45 +01:00
Witold Filipczyk
be9ae9861d pl.po: s/Czasomierz/Stoper/ 2007-10-11 10:34:58 +02:00
Laurent MONIN
8dcca9fa14 French translation was updated.
Timer -> chronomètre
Visualisateur -> visionneur
2007-10-09 21:54:02 +02:00
Laurent MONIN
962890e3c0 French translation was updated.
Timer -> chronomètre
Visualisateur -> visionneur
2007-10-09 21:48:52 +02:00