diff --git a/AUTHORS b/AUTHORS index 12c1e489..1c6427cd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -328,6 +328,10 @@ Len Lattanzi M. K. Srikant Small fix in forms +M. Vefa Bicakci + Licenses modifications under "GPL version 2 or any later version." + Locale-independent case-insensitive comparisons + Malcolm Parsons Typo fixes diff --git a/NEWS b/NEWS index 65406688..dc844ab9 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ To be released as 0.11.6. * critical bug 1053: fix crash if a download finishes after ELinks has closed the terminal from which the download was started +* major bug 1004: ignore locales when comparing HTML element names and + similar strings, so e.g. ``title'' matches ``TITLE'' even in the + Turkish locale ELinks 0.11.5: --------------