diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2020-02-18 11:32:47 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-02-18 11:35:42 +0100 |
commit | 592b03b3ba0d51b1d3edda6302f324ecd53c83eb (patch) | |
tree | d3651376756b1ce0391140073bb8ce0bbe48b6b4 | |
parent | b7361d31fb8659aa6cea85d7eef22471727be26b (diff) | |
download | cygnal-592b03b3ba0d51b1d3edda6302f324ecd53c83eb.tar.gz cygnal-592b03b3ba0d51b1d3edda6302f324ecd53c83eb.tar.bz2 cygnal-592b03b3ba0d51b1d3edda6302f324ecd53c83eb.zip |
Cygwin: add @cjksingle to release docs
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.1.4 | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 7 |
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> |