summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-14 09:58:19 +0000
committerJim Meyering <jim@meyering.net>2004-11-14 09:58:19 +0000
commit99c79f5adcf23662698b8b7f46df7be4f1aeb246 (patch)
tree54ac1d2bd25b3d1e930a236e5d6200b3a3348c03
parent2317cc3fe30e244701a4c419da78527f392dccaf (diff)
downloadcoreutils-99c79f5adcf23662698b8b7f46df7be4f1aeb246.tar.xz
*** empty log message ***
-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.