Revisions of xterm

buildservice-autocommit accepted request 1142247 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 234)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1141989 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 233)
- update to 389:
  * interchange variables in subparameter parsing, fixing a bug
    where subparameters after the first parameter could be
    misidentified
  * correct  popping of icon/window titles in a case where only
    one was pushed from patch #385 changes.
  * add XTQMODKEYS response in DECRQSS, as alternative for vim.
  * correct  DECCIR encoded information on character set size,
    handle a VT525 quirk, and add DECST8C (Windows Terminal
    #14984).
  * improve  DECRQCRA  (prompted  by  discussion with James
    Holderness, Windows Terminal #14974).
  * add part of VT525 color controls:
    + DECAC,  to  update  default foreground/background, respond to
      DECRQSS
    + DECATC, to respond with DECRQSS
  * prevent  Unicode  non-characters  from  being  printed
  * modify  send_SGR()  to  avoid modifying colors 16 to 255 in
    printed output (patch by Grady Martin).
  * minor cleanup of miscellaneous error-codes with ERROR_MISC.
  * remove legacy CSI 53 for locator status, corrected in patch
  * modify  DECRQUPSS  and  DECAUPSS feature to support VT5xx
    character sets (report by Thomas Wolff).
  * improve EWMH handling (report/analysis by Edward Rosten)
    + reset  _NET_WM_STATE_HIDDEN  flag  from _NET_WM_STATE  before
      mapping the window to deiconify.
    + cache  X  properties  to reduce latency (adapted
    from patch by Edward Rosten).
buildservice-autocommit accepted request 1125581 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 232)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1125232 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 231)
- update to 388:
  * improve disallowPasteControls by adding a category for the
    special characters known to stty (prompted by discussion
    with David Leadbeater).
  * amend support of DECAUPSS, undoing change to initialization of
    G2/G3 so that pasting of GR characters work properly
  * update config.guess, config.sub

    valid font so that a subsequent OSC 50 reports this correctly
    VT330/VT340 DECSDM setting
  * fix a misnamed macro-parameter
  * modify makefile to use plink.sh when linking test-programs, to fix build when using pcre
  * build-fix for test_ptydata program
  * correct order of button-range versus protocol type
  * increase response-buffer size
  * amend change to default-translations "select" to ensure that specific key-press actions are listed first
  * define also wideBoldFont to get rid of a warning (bsc#1067530)
  * rename new(er) configure option --enable-initial-erase to
    --enable-pty-erase, since that conflicted with an existing
  * fix cut/paste error in --with-builtin-xpms configure option
  * fix minor formatting issue in xterm manual (report by Jens
  * eliminate unnecessary "#(vi" markers in autoconf macros by
    using "(" to begin case-statement cases (suggested by Jens
- Add pkgconfig and groff as dependency as configure is looking
  GNOME shell.
- fix SUSE naming in the package files (bnc#888995)
   properties that refer to windows which no longer exist
buildservice-autocommit accepted request 1118212 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 230)
baserev update by copy to link target
buildservice-autocommit accepted request 1115035 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 228)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1114902 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 226)
- update to 385:
  * fixes for ReGIS (report by Ben Wong).
    + correct conversion from HLS to RGB
    + improve font-caching performance.
  * update tables in wcwidth.c based on Unicode 15.1.0
  * improve fastScroll resource:
    + suppress screen-refreshes for carriage-returns
    + add -jf option to simplify use of this resource.
    + add a control sequence for enabling/disabling the resource.
    + enable this feature by default
  * extend  title-stack  feature  to  allow  an additional parameter to
    directly  access  the  stack, like the XTPUSHCOLORS and XTPOPCOLORS
    feature.
  * correct  size  and  position of box shown for double-cell character
    which  happens  to be missing from the bitmap font (report by Peter
    Fabinski).
  * improved configure script:
    + add  pattern for uClibc-ng to CF_XOPEN_SOURCE (report/patch by
      Waldemar Brodkorb).
    + add configure options --with-utmp-path and --with-wtmp-path to
      override  configure  script's  check  for  utmp/wtmp pathnames
      which are shown in the manual (Debian #1042767).
    + CF_XOPEN_SOURCE  provides  for  defining  _DEFAULT_SOURCE  for
      MinGW32 and MinGW64.
    + sed expression used to report gcc version now works with MinGW
  * ensure   that  line-attributes  are  reset  after  drawing  missing
    character (report by Christian Weisgerber).
  * update config.guess, config.sub
- rebased all patches
buildservice-autocommit accepted request 1111588 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 225)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) committed (revision 224)
      (CVE-2023-40359 bsc#1214282)
buildservice-autocommit accepted request 1098828 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 223)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1098806 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 222)
- update to 384:
  * exclude  ASCII  space  from  showMissingGlyphs,  since a few
    bitmap fonts lack this
  * correct   a   step   in   rendering  double-width  characters
    with bitmap-fonts
  * fixes for ReGIS-related problems:
    * mimic  an  undocumented  hardware  VT340 feature
      which handles color initialization with incomplete parameters.
    * handle whitespace between operator/operands for
      color values.
    * reset ReGIS-context when resetting graphics in RIS.
buildservice-autocommit accepted request 1092476 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 221)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1092344 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 220)
- update to 382:
  * amend change to CursorBack> in patch 380, allowing the result
    to be on the hidden right-half of double-cell characters
  * amend xtermDrawString, fixing regression with
    --disable-wide-chars configuration from patch #380
  * corrected pathname for run-tic.sh, for full
    install in an out-of-tree build
  * fix a regression in wide bitmap fonts versus check for
    missing glyphs
buildservice-autocommit accepted request 1087899 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 219)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1087806 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 218)
- update to 380:
  * reduce compiler warnings in configure script.
  * simplify  the  change for sixelScrolling
  * add  xterm+focus  and  report+da2,  update  report+version building
    blocks in terminfo, from post-ncurses 6.4
  * drop  the  -title  option  from uxterm and koi8rxterm, because that
    interferes  with  deriving  the  default  title  from the -e option
    (Debian  #1031837).  Compensate for this by using the -class option
    to derive a default title.
  * improve  description of readline 2003 mode in ctlseqs.ms
  * other improvements to status-line feature (report by Thomas Wolff):
      + clear status line on DECCOLM
      + ignore DECSASD if no previous DECSSDT
      + allow  DECSSDT 1  immediately  after  DECSSDT 2, i.e., without
        switching back to host mode.
  * adjust  RequestResize  to avoid shrinking screen when using DECCOLM
    while the status-line is active (report/patch by Thomas Wolff).
  * disallow wrapping before the beginning of the screen, to the end of
    the screen, for cursor-back sequences (Redhat #2182357).
  * modify  makefile  to  install the 16x16 xpm files (report by Harald
    Dunkel).
  * update test-package to reflect resolution of Debian #906901.
  * change default of showMissingGlyphs to True.
  * improve handling of double-sized characters when those happen to be
    missing from the bitmap font and/or are fullwidth.
  * pointer/overflow fixes (reported by David Leadbeater):
    + improve  limit-checks  for control-sequence numeric parameters
      in SIXEL graphics.
    + add  null-pointer  checks  in  WriteNow macro to handle a case
      where  SS2  or  SS3  might  be  in  effect  while processing a
buildservice-autocommit accepted request 1069863 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 217)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1069848 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 216)
- update to 379:
  * improve text-cursor (patch by Jan Engelhardt):
    + allow selecting CURSOR_BAR mode from command-
      line/Xresources.
    + draw  cursor  using  filled  rectangle  instead
      of  rectangle outline to permit thicker underlines/bars.
    + scale up cursor relative to font size.
  * improve readline modes (Fedora #2166860):
    + document readline modes
    + change the feature to configure by default
    + replace hard-coded SS3 for cursor movement with
      current mode
    + replace hard-coded erase/lnext characters with
      current values
  * improve status-line (report by Thomas Wolff):
    + RIS turns off status-line
    + Right-margin  (DECLRMM  and DECSLRM) limits the
      length of text written/updated in the status-line.
    + Most controls which affect the whole screen are
      ignored while updating the status-line.
  * modify  configure check for tgetent to allow for some special
    cases of ncurses configuration
  * reduce  timeout,  improve  warning  message  if  resize is
    run on a terminal which is not VT100-compatible.
  * reduce compiler warnings in configure script.
- drop xterm-enable_libtinfo.patch (obsolete)
buildservice-autocommit accepted request 1062037 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 215)
baserev update by copy to link target
Displaying revisions 1 - 20 of 234
openSUSE Build Service is sponsored by