summaryrefslogtreecommitdiff
path: root/doc/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Changelog')
-rw-r--r--doc/Changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Changelog b/doc/Changelog
index e46e7ec..d246042 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -153,9 +153,13 @@ Samuel Thibault <sthibault@debian.org>
- setlocale (LC_ALL, getenv ("LANGUAGE"));
- setlocale (LC_ALL, getenv ("LANG"));
+ setlocale (LC_ALL, "");
- In 84.1 two lines were accidentally deleted:
+ In 8.4.1 two lines were accidentally deleted:
str = (char *) malloc (MAX_STR);
s = MAX_STR - 1;
are introduced again.
+8.4.3 setlocale (LC_NUMERIC, "C"); added to force a decimal point
+ independently of the used language.
+8.4.4 Updated hungarian translation
+8.4.5 new polish translation