From f323f98b1a8591f6710270497140bc885dd6cb78 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 5 Apr 2022 22:42:02 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b0be210..e4e4643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2022-04-05 Markus Hiereth + + * po/de.po: Updated German message catalogue. + Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003936#5 + +2022-04-05 Sebastian Rasmussen + + * po/LINGUAS, po/sv_SE.po: Add Swedish translation. + Origin: https://github.com/tats/w3m/pull/209 + 2022-02-19 Rene Kita * url.c: Check for end of string when parsing Gopher URLs. @@ -28,7 +38,7 @@ 2021-10-26 Kuang-che Wu - * istream.c: fix StrStream memory leak. + * istream.c: Fix StrStream memory leak. Origin: https://github.com/tats/w3m/pull/203 2021-10-26 bptato