The NEWS file was generated from xterm.log.html, which serves as the changelog
for xterm.
--------------------------------------------------------------------------------
                            Patch #404 - 2025/11/30

     * add numeric keypad codes to XTGETTCAP.
     * implement  parsing  and  cursor  positioning  for Unicode variation
       selectors 15 and 16.
     * improve  limit-checking  for mouse button and motion events (report
       by James Holderness).
     * fix  a  bug  in  printer  code  in  xterm  #403  (report  by  Felix
       Brockmeier).
     * change  wcwidth  for  private-use  codes, to make them consistently
       neutral  width, i.e., single/double width according to whether they
       are used for CJK.
     * improve  test-driver  for  wcwidth,  adding  options  to  test  the
       predefined  ranges  listed  in  UnicodeData, as well as suppressing
       output  where  it  only  shows  that  the  system's wcwidth lacks a
       definition for codes.
     * add    some    of   the   OpenBSD   local-patches,   including   an
       ifdef-improvement  for  DEF_DISALLOWED_WINDOW  (patch  by  Matthieu
       Herrb).
     * modify  configure  script macros to widen pattern for $host_os from
       “linux*gnu”  to  “linux*gnu*”  to  cover  targets  such  as
       i686-pc-linux-gnut64 (GenToo #963725).

