summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/3.1.45
-rw-r--r--winsup/doc/new-features.xml7
2 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.4 b/winsup/cygwin/release/3.1.4
index 1c4495445..2d4487037 100644
--- a/winsup/cygwin/release/3.1.4
+++ b/winsup/cygwin/release/3.1.4
@@ -16,6 +16,11 @@ What changed:
- <signal.h>: New macro _NSIG replacing NSIG. NSIG is now only
visible to MISC builds, as on Linux.
+- The new locale modifier @cjksingle allows enforcing of single-width
+ character property for usually double-widthed characters. This will
+ be supported by upcoming mintty releases. For the reasoning, see
+ https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
+
Bug Fixes:
----------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 78c7760cf..9086302d3 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -75,6 +75,13 @@ set, or if an attempt is made to open a different type of socket, the
errno is now EOPNOTSUPP instead of ENXIO.
</para></listitem>
+<listitem><para>
+The new locale modifier @cjksingle allows enforcing of single-width
+character property for usually double-widthed characters. This will
+be supported by upcoming mintty releases. For the reasoning, see
+https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
+</para></listitem>
+
</itemizedlist>
</sect2>