summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 501843020..4e347816e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 5.3.0.
+ Backslash-escape `-'s in email addresses, so that they are
+ rendered properly in UTF-locales.
+ * man/help2man (escape_hyphens): New function.
+ (main): Call it on email addresses.
+
* src/sort.c (zaptemp): Mark new diagnostic for translation.
* tests/misc/close-stdout: New file. Test today's closeout.c change.