setup: don't ship i18n directory
The directory was never actually used at runtime and other programs
don't ship it either.
handle file URIs correctly, according to RFC 2396 (
issue1153)
The new code aims to implement the RFC correctly for file URIs.
Previously they were handled incorrectly in several ways, which
could cause problem on Windows in particular.
Added signature for changeset
439d7ea6fe3a
Added tag 1.4.1 for changeset
439d7ea6fe3a
i18n: hand-transplant change in
36760956f6d3
i18n-da: synchronized with
af5f99d8195e
i18n-pt_BR: added strings from crew
5b149c88d9e8
backout experimental change from
777c1df76ef4
doc/Makefile: ensure C locale
The man pages can actually be translated by building them in a
different locale. However, the man pages contain internal links to
certain sections, and when the section titles are translated, the
links change too. So it is currently not recommended to build the man
pages in anything by the "C" locale.