Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/changelog-xterm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@
<h1 id="xterm-changelog-release-notes">XTerm changelog (release notes)</h1>
<div class="nav">
<ul>
<li><a href="#xterm_404">Patch #404 - 2025/11/30</a></li>
<li><a href="#xterm_403">Patch #403 - 2025/10/19</a></li>
<li><a href="#xterm_402">Patch #402 - 2025/09/08</a></li>
<li><a href="#xterm_401">Patch #401 - 2025/07/02</a></li>
Expand Down Expand Up @@ -2170,6 +2171,32 @@ <h1 id="xterm-changelog-release-notes">XTerm changelog (release notes)</h1>
<li><a href="#xterm_01">Patch #1 - 1996/1/6</a></li>
</ul>
</div>
<h2><a name="xterm_404" id="xterm_404">Patch #404 -
2025/11/30</a></h2>
<ul>
<li>add numeric keypad codes to XTGETTCAP.</li>
<li>implement parsing and cursor positioning for Unicode
variation selectors 15 and 16.</li>
<li>improve limit-checking for mouse button and motion events
(report by James Holderness).</li>
<li>fix a bug in printer code in xterm <a href=
"/xterm/xterm.log.html#xterm_403">#403</a> (report by Felix
Brockmeier).</li>
<li>change <tt>wcwidth</tt> for private-use codes, to make them
consistently neutral width, i.e., single/double width according
to whether they are used for CJK.</li>
<li>improve test-driver for <tt>wcwidth</tt>, adding options to
test the predefined ranges listed in UnicodeData, as well as
suppressing output where it only shows that the system's
<tt>wcwidth</tt> lacks a definition for codes.</li>
<li>add some of the OpenBSD local-patches, including an
ifdef-improvement for <tt>DEF_DISALLOWED_WINDOW</tt> (patch by
Matthieu Herrb).</li>
<li>modify configure script macros to widen pattern for
<tt>$host_os</tt> from “linux*gnu” to “linux*gnu*” to cover
targets such as i686-pc-linux-gnut64 (GenToo <a href=
"https://bugs.gentoo.org/show_bug.cgi?id=963725">#963725</a>).</li>
</ul>
<h2><a name="xterm_403" id="xterm_403">Patch #403 -
2025/10/19</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/manpage-koi8rxterm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ <h2><a name="h2-AUTHORS" id="h2-AUTHORS">AUTHORS</a></h2>
<h2><a name="h2-SEE-ALSO" id="h2-SEE-ALSO">SEE ALSO</a></h2>
<pre> <b>locale(1),</b> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap07.html#tag_07"><b>locale(7)</b></a>, <a href="/xterm/manpage/uxterm.html"><b>uxterm(1)</b></a>, <a href="/xterm/manpage/xterm.html"><b>xterm(1)</b></a>

Patch #403 2025-10-19 <b>KOI8RXTERM(1)</b>
Patch #404 2025-11-30 <b>KOI8RXTERM(1)</b>
</pre>


Expand Down
2 changes: 1 addition & 1 deletion docs/manpage-resize/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ <h2><a name="h2-SEE-ALSO" id="h2-SEE-ALSO">SEE ALSO</a></h2>
<a href="https://www.freebsd.org/cgi/man.cgi?query=csh&amp;apropos=0&amp;sektion=1&amp;manpath=SunOS+4.1.3&amp;arch=default&amp;format=html"><b>csh(1)</b></a>, <b><a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/stty.html">stty(1)</a></b>, <a href="/ncurses/man/tset.1.html"><b>tset(1)</b></a>
<a href="/xterm/manpage/xterm.html"><b>xterm(1)</b></a>

Patch #403 2025-10-19 <b>RESIZE(1)</b>
Patch #404 2025-11-30 <b>RESIZE(1)</b>
</pre>


Expand Down
2 changes: 1 addition & 1 deletion docs/manpage-uxterm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ <h2><a name="h2-AUTHORS" id="h2-AUTHORS">AUTHORS</a></h2>
<h2><a name="h2-SEE-ALSO" id="h2-SEE-ALSO">SEE ALSO</a></h2>
<pre> <b>locale(1),</b> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap07.html#tag_07"><b>locale(7)</b></a>, <a href="/xterm/manpage/koi8rxterm.html"><b>koi8rxterm(1)</b></a>, <a href="/xterm/manpage/xterm.html"><b>xterm(1)</b></a>

Patch #403 2025-10-19 <b>UXTERM(1)</b>
Patch #404 2025-11-30 <b>UXTERM(1)</b>
</pre>


Expand Down
Loading