|
|
|
|
Changelog for xterm-bin-393-lp155.248.1.x86_64.rpm :
* Fri Jul 12 2024 Andreas Stieger - update to 393: * add a check for ANSI SC/RC, to ignore CSI parameters. * improve check for missing characters for bitmap-fonts * fix regression in error-recovery for SGR parameters * change default for --enable-imake configure option * fixes for wcwidth * eliminate maxStringParse limit for SIXEL * improve logic which ignores APC, PM and SOS controls to also not accumulate their data temporarily in a buffer. * exclude TERM_INGRESS from cleanup of environment variables * fix some documentation typos * Tue Jul 02 2024 Marcus Meissner - update to 392: * improve input decoding for non-Latin1 character sets by preserving the sense of GL/GR. * add resource preferLatin1 to simplify UPSS configuration (Gentoo #932154). * build-fix for --disable-boxchars; patch #390 reuses that feature\'s code to draw the part of the DEC Technical character set which has no Unicode equivalent. * improve definitions used in clock_gettime logic in graphics_sixel.c, as well as updating comments (patch by Ben Wong). * amend allowC1Printable changes from patch #391, restoring a special case which caused C1 characters to be ignored (report/testcase by Dmytro Bagrii).- update to 391: * improve integration between UTF-8 and allowC1Printable. * alter SIXEL HLS computation to make blue 0 degrees (patch by Ben Wong). * disable SIXEL aspect-ratio, pending a rewrite (patch by Ben Wong). * add resource incrementalGraphics (prompted by patch by Ben Wong). * reorganize graphics_sixel.c as a step toward eliminating graphics buffer-size (integrated patch by Ben Wong). * fix regression in patch #390: non-UTF8 text pasted as a XA_UTF8_STRING was not decoded (report by Petri Kaukasoina).- update to 390: * improve typography of control-sequences page (patches by Branden Robinson). * amend UPSS change from patch #389, fixing a regression in VT100/VT220 character sets. * modify ANSI conformance per ECMA-43 and DEC 070: * set ANSI conformance level to 3 for DEC levels 2 and up. * disable locking shifts in level 1, e.g., VT100. * disable single-shifts from G2/G3 in level 1. * use UPSS for G2/G3 in levels 2 and up. * modify invisible-character attribute to permit DECRQCRA to report a consistent checksum (report/testcase by Thomas Wolff). * align terminfo building blocks in terminfo to correspond to recent refactoring/trimming in ncurses. * set flag in regexec call for onNClicks to handle “^” anchor (patch by Matthew Martin). * add line-drawing data for the characters in DEC Technical which have no Unicode equivalents. * remove a special case in encode_scs which made xterm report Latin-1 when encoding is set to UTF-8, where ASCII is the selected character set. This fixes a regression in vttest for the DECRSPS cursor test. * correct values for Ps of DECAUPSS in ctlseqs.ms (report by James Holderness). * simplify/correct expression for checking Unicode non-characters (report by Thomas Wolff). * correct loop for trimming environment variables (report/patch by Casper Dik). * Sat Jan 27 2024 Dirk Müller - 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). * Sun Nov 12 2023 Dirk Müller - 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 * Mon Oct 16 2023 Andreas Stieger - update 387: * add DECRQUPSS and DECAUPSS * add DECRQDE * correct indexing expression in title-stack- includes changes from 386: * improve references in ctlseqs.ms * make the maximum amount of memory used for buffering DCS and OSC strings configurable with maxStringParse resource * improve performance of ReGIS when initializing the largest fontsize * fix regression in SIXEL colors * fix typo in --with-wtmp * Tue Oct 03 2023 Paolo Stivanin - 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 * Sat Jul 15 2023 Dirk Müller - 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. * Sun Jun 11 2023 Dirk Müller - 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 * Thu May 18 2023 Dirk Müller - 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 combining character. + disallow ReGIS reporting for character-set names containing characters other than alphanumerics or underscore. (CVE-2023-40359 bsc#1214282) + implement TrueType fallback font for double-sized characters, including Unicode fullwidth. Also add limitFontHeight to provide for configuring the distinction between slightly-oversized glyphs and double-sized glyphs. * configure script improvements: + check for nfsd_t * fix a typo in the underline cursor thickness derivation * Tue Mar 07 2023 Dirk Müller - 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) * Tue Jan 17 2023 Dirk Müller - update to 378: * improve descriptions of XTQMODKEYS and XTQALLOWED features in ctlseqs.ms (reports by Bram Moolenaar, Thomas Wolff). * add bracketed+paste and report+version building blocks to terminfo, from ncurses 6.4 * improve check for unsupported formatting characters, e.g., zero-width space, to properly ignore them (report by Thomas Wolff). * improve/document error-checking for some of the controls which return responses: DECRQSS, XTGETXRES, XTSETTCAP, XTGETTCAP (prompted by discussion with David Leadbeater). * improve limit-checks for fallback font cache (report by Dimitrije Erdeljan). * improve check for too-wide glyph in fallback font by allowing xterm to continue searching for a suitable font rather than just failing on the first. Also add limitFontWidth to allow changing the amount by which a glyph must extend outside the font\'s bounding box to disallow it. * Sat Dec 03 2022 Dirk Müller - update to 377: * add control sequences for reporting the current state of the modified keys options (XTQMODKEYS) and allowed/disallowed operations (XTQALLOWED), (prompted by discussion with Bram Moolenaar). * amend modifyOtherKeys case 2 to distinguish the escape character with modifiers, e.g., shift-escape, from a plain escape character (suggested by Bram Moolenaar). * improve parsing and error-recovery in the case where a list of X11 bitmap fonts is given in the -fn and related options. * change default for xftTrackMemUsage to false, because libXft has does not handle certain fonts. * Fri Nov 18 2022 Dirk Müller - update to 376: * modify configure script to always check for gcc attributes, * update install-sh. * fix parsing of result -u in vttests/halves.pl. * add a note in ctlseqs.ms about compatibility of TBC. * fix a copy/paste error in manual (patch by Grady Martin). * add null-pointer checks in x_strcasecmp and x_strncasecmp, to help with error-recovery for a missing font (Debian #1022942). * Sat Nov 05 2022 Andreas Stieger - update to 375: * improve error-recovery when setting a bitmap font for the VT100 window, e.g., in case OSC 50 failed, restoring the most recent valid font so that a subsequent OSC 50 reports this correctly CVE-2022-45063 boo#1205305 * exclude MC_XDG_OPEN from environment variables trimmed on startup * check for null pointer in isSelect()- includes changes from 374: * change default for sixelScrolling resource to better match VT330/VT340 DECSDM setting * fix some gcc and coverity warnings. * improve memory usage for OSC 52 * fix regression in xterm-373 change adding resources xftTrackMemUsage to xftMaxGlyphMemory, which did not first cache the server\'s resource-settings * fix regression in xterm-373 change for status-line vs alternate screen * modify configure checks for egrep/fgrep aliases to work around warning messages from GNU grep 3.8 boo#1203092 * Tue Sep 27 2022 Dirk Müller - update to 373: * improve rendering of TrueType fonts: + add resource xftTrackMemUsage to enable/disable a new feature of Xft which improves performance. + add resources xftMaxGlyphMemory and xftMaxUnrefFonts to customize memory-usage of Xft and fontconfig. + provide for display of colored fonts in libXft 2.3.5 + allow for an extra TrueType font to be specified using the -fa option, as an override to the fontconfig scheme of fallback fonts (request by Nickolas Raymond Kaczynski). + improve caching of TrueType missing-glyph tests. + allow no more than 255 fonts to be scanned for a fontset. + eliminate a table-lookup in findXftGlyph * improvements status-line feature: + save/restore wraparound flag when updating the status-line (report by Rajeev V. Pillai). + avoid clearing the status-line when switching between normal and alternate screens (report by Valtteri Vuorikoski). + remove adjustment from update_winsize leftover from initial work (report by Valtteri Vuorikoski). * modify wcwidth tables to separate Unicode Cf category as formatting control-characters, to better match the guideline for unsupported characters (report by Tim Chase). * add configure option --disable-exec-selection. * use mkstemp where mkdtemp is unavailable, when initializing colored cursor. * adapt fixes from OpenBSD xenocara: + improve ifdef\'s for a few optional features. + correct #ifdef to #if in a few uses of OPT_PRINT_ON_EXIT. * set StartupWMClass in “.desktop” files, e.g., to help cinnamon-session notice that xterm sets WM_CLASS and use its icon (patch by Richard de Boer). * disable pixel computation when rgb width is greater than 8, to work with depth 30 (patch by Denis Kaganovich). * improve color-computation for SGR 2 faint/dim (patch by Boian Bonev). Add resource faintIsRelative to specify if the modified computation should be used (prompted by discussion with Matthieu Herrb). * correct comparison-length for environment variable cleanup (patch by Brendan O\' Dea). * correct dsl capability for dec+sl block in terminfo (report by Rajeev V. Pillai). * improve output formatting by vttests/utf8.pl * repair test/demo scripts still using \"vxt-\" prefix, some cleanup with shellcheck. * enable page-number for DECXCPR response in VT330. * amend change for combining characters in patch #371 to limit it to the currently-defined codes (report by Thomas Wolff). * add directory-template parameter to mktemp in shell-scripts to improve portability to older systems (patch by Ryan Schmidt). * mention webpage XTerm – bracketed-paste in ctlseqs.ms * update manual-page descriptions for allowPasteControls and disallowedPasteControls (patch #363). * further extended list of environment variables to purge on startup (suggested by Thomas Wolff). * update config.guess, config.sub * Mon Mar 21 2022 Marcus Meissner - update to 372: * amend allocation/freeing of scrollback lines, eliminating an adjustment for status-line added in patch #371 (report/testcase by Rajeev V. Pillai).- update to 371: * drop double-buffer default from test-packages, since that interferes with status-line. * add faceSize7 to table in charproc.c, overlooked in patch #360 (patch by Vladimir A. Pavlov). * use XDrawString rather than XDrawString16 for text when the latter is not needed. * improve performance for initializing/reusing graphic objects in the SIXEL feature. * improve error-checking for resize. * fix errata in manual page (Debian #988221). * extended list of environment variables to purge on startup, i.e., in case a user starts xterm from another terminal emulator. * add comment in cursor.c to explain why autowrap (DECAWM) does not apply to data saved/restored with save/restore cursor-operations (report by Thomas Wolff). * add special case in generating the combining-character table in wcwidth.c, for Hangul Jamo Extended-B (report by Luis Javier Merino). * simplify/improve portability of trap commands in shell-scripts. * update configure options - -disable-rectangles, - -disable-tcap-fkeys and - -disable-tcap-query to account for changed default settings. * rather than ignore empty parameter for setting title, use that to reset it to “xterm” for scripting. * check for out-of-bounds condition while drawing sixels, and quit that operation (report by Nick Black). * add fallback definition for PROJECTROOT so that a suitable default location for luit will be compiled-in on build-servers. * implement DEC status-line controls DECSASD/DECSSDT: + decode controls, set state + implement DECRQSS responses + implement indicator-style status-line + add configure option --enable-status-line + add resource indicatorFormat + implement host-writable status-line, able to handle video-attributes and simple left/right cursor movement. This disallows all of the DEC/xterm private modes such as switching to/from the alternate screen. + move the status-line if the window is resized. + Note: the associated screen-resizing does not work for the special case of TrueType fonts with double-buffering (see note in patch #349). * modify configure-script fixup for -Werror options to exclude fixup for -Werror=format, e.g., -Werror=format-security. * amend change from patch #370; DEC 070\'s pseudo-code for DECCOLM incorrectly suggests that it enables DECLRMM as a side-effect. * fix some memory leaks seen using esctest and asan2 (patch by Luis Javier Merino).- xterm-sigwinch.patch,xterm-suse.patch: refreshed * Tue Dec 07 2021 Ludwig Nussel - Use separate subpackage for resize binary. It does not actually depend on X so can be used in small systems. * Fri Nov 26 2021 Dirk Müller - update to 370: * add -a, -c and -d options to query-status.pl to improve test for DECRQSS. * expanded discussion of maximum graphics geometry in ctlseqs.ms * corrected parameter symbol for DECCARA and DECRARA in ctlseqs.ms to indicate that multiple parameters may be used * add several test/demo scripts. * improve DECCOLM, DECLRMM and DECALN referring to pseudo-code in DEC 070. * amend a change in patch #348 which caused left/right margin mode to be reset when resizing the terminal window * fix a misnamed macro-parameter * fix spacing of wideFont when its width is not exactly twice as wide as the normal font * suppress loading of italic font in a few places when colorITmode is enabled * modify XTSMGRAPHICS to return failure status if the terminal is not configured to support the corresponding ReGIS or SIXEL feature * modify DECERA and DECFRA to erase corresponding area in SIXEL graphics * equate visuals for TrueColor and DirectColor * correct computation for pixel value of rgb when using depth 16 * correct wrapping of VT100-style double-sized characters when configured for Unicode wide-characters * updated default value for sixelScrolling resource to match expected behavior versus DECSDM change in patch #369 * Sat Oct 16 2021 Dirk Müller - update to 369: * modify run-tic.sh to work around bug in development version of ncurses which was packaged in FreeBSD ports. * remove ifdef\'s for OPT_COLOR_RES and OPT_COLOR_RES2. * improve performance over slow connections * update cursor if restoring mode for DECTCEM. * modify CharWidth macro to ensure that the shortcut for Latin-1 is only applied when UTF-8 is not enabled, to fix a bug in handling soft-hyphen from patch #334 changes (patch by Martijn van Duren). * improve terminfo: + fill-in function-keys in terminfo which are not Sun/HP keyboards using xterm+nopcfkeys building-block. + add kbeg to xterm+keypad to accommodate termcap applications + add smglp and smgrp to vt420+lrmm, to provide useful data for the \"tabs\" +m option * support shift-tab in Sun, HP and SCO keyboards. * document some legacy features in ctlseqs.ms (prompted by discussion with Jimmy Aguilar Mena \"Ergus\"). * add “trim” option to cdXtraScroll and tiXtraScroll. * remove support for non-fifo save-lines configuration. * extend cdXtraScroll to check if the cursor is at the upper-left of the scrolling region when the erasure is for the remainder of the screen versus the whole screen * add workaround for broken pcre2 package in Debian 10. * change screen-refresh call used for DECCARA and DECRARA to ensure that trailing blanks which are part of the rectangle are repainted (report/analysis by Dennis Filder). * when resetting the terminal, ensure that the cursor shape also is reset, e.g., if DECSCUSR has been used to modify the cursor shape for an xterm which was started with the underlined cursor option (report/analysis by Luis Javier Merino). * prevent DECSCUSR from blinking the cursor if the cursorBlink resource is “never” (report by Vladimir D Seleznev). * invert the sense of DECSDM, to correspond with VT382 manuals (lsix [#41]). * update tables in wcwidth.c based on Unicode 14.0.0 * Tue Aug 17 2021 Ludwig Nussel - use TERM=xterm-256color by default (boo#1188864) * Wed Jun 09 2021 Marcus Meissner - update to Patch #368 - 2021/06/07 * add DefaultOff option to RenderFont resource, as part of the session-management feature. * add auto-scroll-lock feature (patch by add Stelios Bounanos). * update the window-size information returned via TIOCGWINSZ when rows/columns are unchanged but the font-size changes (report by Nick Black). * improve session-management feature by saving/restoring the font settings. * update config.guess, config.sub * Wed Apr 07 2021 Dirk Müller - update to Patch #367 - 2021/03/26 * add OSC 22 to allow programs to select different pointer cursor at runtime. * change configuration for no-return functions to use _Noreturn when it is available, because clang --analyze does not properly handle the gcc noreturn attribute. * add cursorTheme resource to provide a way to enable or disable the cursor theme feature. * modified CopyWait event retries to use shorter sleeps, to improve responsiveness (tmux #2556). * improve quoting/escaping in demo-scripts per shellcheck. * add resizeByPixel resource, to permit disabling window manager resizing-hints (patch by Tim Oehl). * corrected printOptsImmediate handling of alternate-screen (report by Abhijit Dasgupta). * update sample terminfo to more closely match ncurses. * add/improve limit-checks for Xlib calls (report by Roman Fiedler). * fix a typo in the help-message (report by Tomas Korbar). * Thu Feb 11 2021 Marcus Meissner - Updated to Patch#366 2021/02/10 * correct a compiler-warning fix in patch #352 which allowed sign-extension of coordinate values (report by \"CismonX\"). * correct upper-limit for selection buffer, accounting for combining characters (report/testcase by Tavis Ormandy). (CVE-2021-27135 bsc#1182091) * with alwaysHighlight true, xterm does not properly track focus. The screen->select FOCUS flag remains always on, which prevents bellIsUrgent from working, as the urgent WM_HINT flag is only set in setXUrgency() when the window is not focused. Fix this by updating screen->select in unselectwindow() regardless of the value of always_highlight (patch by Jiri Bohac). * improve fix for interaction between SRM and ENQ (report by Grant Taylor). * build-fix for --with-Xaw3dxft, needed when --with-toolbar is omitted (report by Jimmy Olgeni, Emanuel Haupt).- Updated to Patch #365 - 2021/02/03 * amend fix for “word” selection in patch #364 to limit that to the insert-selectable action, which reads data from the screen. This restores the interactive behavior where double-clicking on a “word” would make subsequent selection extensions by words as well as suppressing some boundary-checks (report by David Wolfskill, FreeBSD #253225).- Updated to Patch #364 - 2021/02/02 * add -fc option. * correct/improve limit-checks for SRM versus ENQ from patch #344 (report by Tom Szilagyi). * enable XftFont resource in Xaw3dxft configuration (patch by Tavis Ormandy). * improve quoting/escaping in build-scripts per shellcheck. * add libpcre2-posix to the packages tested for --with-pcre2 option, needed with Fedora (report by Tomas Korbar). * correct a typo in manual page, and note that KeepClipboard may not be compiled-in (report/patch by Sean C Farley). * corrected boundary-checks for “word” selection used in onNClicks resources (report by Tavis Ormandy). * update to autoconf-2.52-20210101, to improve shellcheck warnings. * improve configure check for desktop categories. * Tue Jan 12 2021 Avindra Goolcharan - Update to Patch#363 - 2020/12/26 * disable groff hyphenation in generated html when using man2html. * change SCS “&4” Cyrillic to non-NRCS, per VT520 manual. * amend fix for SCS in patch #198 to remove DEL rather than converting it to a space (report by Thomas Wolff). * modify state transitions for selecting character sets to eliminate an ambiguity between the “A” used in VT220 versus VT320. improve error recovery when selecting characters by resetting to US ASCII when no suitable encoding is found, e.g., attempting to use an NRCS sequence when NRCS is not enabled. * turn off hyphenation in “.txt” conversion, prompted by groff changes. * add VT5xx ISO Latin-2 (prompted by discussion with Thomas Wolff). * amend change from patch #361 to event-handling in CopyWait to handle active-icon as a special case (Debian #975687). * add call to loadColorTable to get the visual information needed to decode BE RGBA32 color format (patch by Leandro Lupori). * modify the resource-parsing for disallowedPasteControls and similar lists of names/numbers to recognize “~;” (tilde) for cancelling a given name/number. * add ENQ, EOT and NUL to default for disallowedPasteControls. * change default for disallowedPasteControls to omit the tab character (suggested by Harald Dunkel). * fix swapped height/width in regisScreenSize and maxGraphicSize resources using \"auto\" value, from patch #314 (report by Anton Lavrentiev) * revise patch #362 change for shift-modifier versus mouse protocol and select/paste by adding resource shiftEscape, which can be enabled via a control sequence (prompted by discussion with Matthijs van Duin). * simplify/improve ifdef in trace code for using a separate set of files for each run of xterm. * add options -r and -t to vttests/query-color.pl to show the 6-digit RGB code and actual colors. * add nel to xterm-basic terminfo. * alter vttests/modify-keys.pl to omit HTML reference links to the modified-keys table where no keycode was available.- includes Patch #361 - 2020/10/14 * treat the return value of strerror as readonly (patch by Philipp Klaus Krause). * modify event-handling in CopyWait to work around hanging while writing large amounts of text to an active icon and at the same time iconifying/ deiconifying (report by Dave Kemper). * initialize double-buffer for active-icon window. * improve manual page description of scrollbar resources (report by Brian Lindholm). correct ifdef for menu entry for active-icon, when initializing it with toolbar configuration. * add preprocessor option to makefile to set internal definition of pixmaps directory to match the install-configuration (FreeBSD #250036) * cleanup of calls to free, removing checks for null (Walter Harms) * add fallback actions pointer-button and pointer-motion which handle events for the mouse control-sequences protocol if the select-related translations are omitted with *omitTranslation:select (prompted by discussion with \"Ergus\") * amend rule for using shift-key to override mouse-protocol for select/ paste to limit that feature to mouse-buttons which are actually bound to select/paste actions (prompted by discussion with \"Ergus\"). * corrected mapping in special case for repainting wrap-marks when viewing the scrollback area. * use separate GCs for showWrapMarks feature, to work around cursor coloring change in patch #345 (report by Paulo Silva de Alíbano).- includes Patch #360 - 2020/09/20 * mention decGraphicsID in ctlseqs.ms (suggested by Thomas Wolff). * modify pixel-coordinate mouse reponse to use as origin the VT100- window rather than the underlying widget, which includes the scrollbar (report by Thomas Wolff). * add configure option --disable-print-graphics (Ross Combs). * add test_ptydata to “make check” rule. * minor fixes for ctlseqs.ms (report by Jean-Marc Bourguet). * minor fixes for manpage style (report/patch by \"a1346054\"). * correct cleanup from switch between italics/normal font in the show/ hide cursor functions (report/testcase by Peter Fabinski) * integrated patch by Ross Combs: internal renaming of GraphicsID symbols, for readability. adjust logic for VT125, treating it as a ReGIS terminal. * update configure macros, for compiler-warning fixes. * integrated patch by Ross Combs: add control sequence modes for graphics printing. improve conversion to bitmaps for TrueType fonts in ReGIS add font7 resource, for an “enormous” bitmap font. do not reset graphics in a soft-reset. add pointerFont resource, and -pf command-line option. * improve typography of manual page (patch by Branden Robinson). * amend patch #359 change to df-install.in to ignore a command-line assignment to DESTDIR if followed by an explicit --dir (report by Sven Joachim)- merged 2 patches to form xterm-suse.patch- remove xterm-settings.patch- remove xterm-better-fonts.patch- rebase xterm-sigwinch.patch- cleanup spec * Tue Sep 15 2020 Dirk Mueller - update urls to use https (its 2020 after all)- Update to Patch#359 - 2020/08/17 * add special case in WriteText to allow colors 8-15 to override colorBDMode * add utf8Weblike resource, to provide an alternate scheme for handling ill-formed UTF-8 sequences * improve computation for the number of lines needed to scroll-up a SIXEL graphic * correct manpage description for default value of disallowWindowOps from changes in xterm #331 * correct a loop starting-point in refresh_graphics from optimization in patch #358 changes * add a new mouse mode 1016, which uses the same format as mode 1006, but sends the mouse\'s position in pixels * fix an issue from patch #338 changes where only the first selection buffer specified in the request would be updated using OSC 52 * modify makefile/scripts to allow DESTDIR to prefix the target directory for desktop-file-install * enable SIXEL feature by default. * update config.guess, config.sub * correct logic for decodeTerminalID changes in patch #357 * modify makefile to use plink.sh when linking test-programs, to fix build when using pcre * build-fix for test_ptydata program * several minor optimizations for the ReGIS and SIXEL features, improving performance by 10%. * add resource decGraphicsID to allow displaying graphics when the emulation level would ordinarily disallow this * add control sequences for fast switching of color palettes: XTPUSHCOLORS, XTPOPCOLORS, XTREPORTCOLORS * amend change for soft-hyphen from patch #328 to avoid stripping replacement-characters which would be shown with malformed or overlong UTF-8 input. * corrected an error-handling case in decodeUtf8, matching a similar fix in patch #268 * add a test-driver for ptydata.c * minor cleanup of macros * fix some errata in ctlseqs.ms * allow immediate repaint-on-palette-changed if double-buffering is enabled. * deprecate codes 10/11 in sgr push controls, changing those to 30/31, to avoid confusion with sgr 10-19. * modify SGR parameter handling to stop if an unrecognized parameter is encountered, to guard against malformed or nonstandard sequences * modify DECERA color for consistency with other erasures/clearing * ECH should not be masked by DECSCA * extend DECFRA and REP to accept any “graphic” character rather than just Latin1, etc. * add -C option to 256colors2.pl and 88colors2.pl, to demonstrate mixed semicolon/colon separators which are implied by ECMA-48. * update sample terminfo to reflect the documentation improvements. * update description of 88/256/direct color in ctlseqs.ms to point out that using semicolons is a deprecated legacy feature, and standard terminal applications should use colons * modify configure-check for tgetent to conditionally include termcap.h, enabling configuration using clang\'s pedantic-errors option * remove some unnecessary pointer checks * accept terminal-id and add DA response for VT131, VT132. * revise fix for Debian #954730, which interfered with wheel mouse events * revise fix for Debian #954730, which interfered with wheel mouse events * fix typos in documentation * add mapping for decTerminalID for “100” overlooked in patch #354. * update tables in wcwidth.c based on Unicode 13.0.0 * build-fix for “make check” when building out-of-tree * work around performance problems of XDrawImageString and XDrawImageString16 functions * add a control sequence which reports xterm\'s version * temporarily set numeric locale category to \"C\" when parsing resources, so that scaleHeight and faceSize settings do not depend on locale * improve DA/DA2 response by ensuring that the decTerminalID maps to one of the known identifiers, as well as providing DA2 response for VT241 and VT382. * terminfo improvements: * add comments from ncurses which explain the keypad layouts. * add vt52+keypad from ncurses * use improved xm example for xterm+x11mouse, xterm+sm+1006 from ncurses 6.2 terminfo.src * two fixes for left/right wheel mouse event reporting * filter identical button-events * correct order of button-range versus protocol type * change “make check” makefile-rule to use test-drivers for charclass and wcwidth data. * quiet “did not find a usable xxx TrueType font” warnings by making fontWarnings apply to these messages * improve reinitialization of parameter list * temporarily set numeric locale category to \"C\" when formatting SVG or XHTML screendumps, to make the radix separator used in RGB values consistent * add resource forceXftHeight to control whether workaround from Debian #880407 is used. * apply updated ascent/descent in workaround from Debian #880407 to fix a 1-pixel gap in built-in vertical lines * improve round-off of scaling for built-in line-drawing * adjust fonts in svg-icon files to accommodate reduced functionality of new pango * improve configure check for X Toolkit library. * correct Y-coordinate transformation in ClearCurBackground, overlooked in changes for patch #334 * remove --vendor option from test-packages\' install of desktop files; the feature is badly broken in gnome-shell. * modify uxterm to make it possible to select nonstandard locale C.UTF-8, e.g, if the user\'s locale is set to “C” * re-save/tweak “.svg” icon-files to work around breakage in toolset since the files were created in patch #283. * Tue Jun 09 2020 Antonio Larrosa - Add Recommends: xorg-x11-fonts-legacy, since the default font is now available in that package. If the font is not available it will fall back to use a font installed in xorg-x11-fonts and it can also use truetype fonts, thus the Recommends instead of a Requires (related to boo#1169444) * Fri Jun 05 2020 Callum Farmer - Fixes for %_libexecdir changing to /usr/libexec * Thu Mar 26 2020 Marcus Meissner - Patch #353 - 2020/02/01 - amend change in patch #352 for button-events to fix a case where some followup events were not processed soon enough (report/patch by Jimmy Aguilar Mena). - handle MappingNotify X event, to improve recovery when switching keyboard configurations using xkbcomp (prompted by discussion with Frank Mosch, Debian #661295). There is more work needed here, possibly in the X libraries. - improve discussion of mouse-mode in ctlseqs.ms (suggested by Igor van den Hoven). - further improve checks for Xft max-advance-width to take into account fonts which use two cells for ambiguous width characters. Also improve the time used for these checks (reports by Yuri Pankov, Frank Mosch). - fix a few spelling errors reported by codespell (report by Jens Schleusener). - modify run-tic.sh to prefer development version of ncurses since changes to terminfo file in patch #345 rely upon bug-fixes in ncurses (prompted by discussion with Will Senn).- Patch #352 - 2020/01/16 - adjust fontsize data to handle a minor inconsistency from recent Xft versions (Debian #880407, adapted from patch by Vincent Lefevre). - add a table to the manual page description of forceBoxChars to alert the reader to the special characters aside from “line-drawing” which are drawn directly when this resource is set (Debian #931305). - improve checkXft logic which attempts to detect fonts whose max-advance-width is inconsistent with the actual glyph widths. For some fonts, it is necessary to check additional characters (report/analysis by Jan Engelhardt). - improve configure-checks for X headers and libraries on recent MacOS, which has moved those files under /usr/X11. - improve portability of iconify/deiconify feature by taking into account some window managers which manipulate the EWMH _NET_WM_STATE property, adding/removing _NET_WM_STATE_HIDDEN rather than actually minimizing the window (prompted by discussion with Jörg Breitbart). - improve workaround from patch #287 for the -iconic option when configured with toolbar by postponing the extra request for minimizing the window to the end of menu-initialization. - modify xevents special-case for mouse-events to include button-events so that the meta key by itself can generate button-events (report/analysis by Mattias Engdegård). - amend SGR-stack change from patch #348 to not associate bold attribute with background color (report by Nicholas Marriott). - fix copy/paste error in manual page (patch by Larry Hynes). - add definitions in xterm_io.h so that GNU/Hurd will use posix_openpty (patch by Samuel Thibault). - build-fix in debug-tracing, for esctest. - updated autoconf macros - update config.guess- Patch #351 - 2019/11/17 - correct logic in property_to_string for deciding when to fallback from UTF-8 decoding to ISO-8859-1 decoding, broken in xterm #350 (FreeBSD #241961). - add -report-icons to help-message. - improved autoconf macros: - CF_ADD_LIBS: the change to filter out duplicates caused this to append rather than prepend. revise to fix that. - CF_GCC_VERSION and CF_GCC_WARNINGS: move checks to distinguish icc/clang from gcc from the macro which handles the --enable-warnings option, to make this work without-warnings for the inline-checks. - update config.guess, config.sub - correct status in XTGETXRES replies when the resource was not found. - fix some gcc, cppcheck, clang and coverity warnings. - guard call to RequestResize from the struct-notify event handler to prevent recursion in the Xft+buffered workaround in some cases when doing manual resizing rather than resizing via escape sequences (reports by Stefan Assman, Mike Thornburg). - amend the workaround for Xft+buffered blanking by moving the switch to bitmap-fonts to account for differences in font metrics between bitmap- and TrueType-fonts (report by Stefan Assmann). - improve the note on the xterm-rep terminfo entry (prompted by discussion with Sven Joachim).- Patch #350 - 2019/11/02 - modify html/svg dump to not ignore zero\'d/blank cells. - align terminfo file with ncurses, e.g., add xterm+osc104 block. - improve discussion of modifyOtherKeys in manual page and in ctlseqs.ms. - add vttests/modify-keys.pl script to illustrate the modifyOtherKeys resource (prompted by discussion with Bram Moolenaar). - various improvements to ctlseqs.ms, as part of autogenerating links for the website. - update manual page default for saveLines resource default value (Branden Robinson, Debian #913815). - add command-line option -report-xres to show the values of the VT100 widget X resources when initialization is complete. - add a control sequence which, like tcap-query, allows an application to inspect most X resource settings of the VT100 widget. - adjust some optional features to enable them in the imake configuration as they would be by default via the configure script. - add null-pointer checks to improve error recovery when bitmap fonts are missing or corrupt (report by Jonne Ransijn). - correct the condition for deleting the EWMH window-title property, i.e., if UTF-8 titles are disabled, rather than if an update to the EWHM property found no change (report by Sven Joachim). - build-fix for the case when configure --enable-trace is used without --enable-warnings (report by Sven Joachim). - fix a few minor bugs found with Coverity. - add a check in property_to_string to avoid translating UTF8_STRING or COMPOUND_TEXT into Latin-1 when UTF-8 encoding is active, e.g., when pushing onto the title-stack while switching to the alternate screen. - build-fix for the --disable-doublechars configure option (report by Brian Lindholm).- Patch #349 - 2019/09/22 - add graphic context to support bold+italics (patch by Quinn Strahl). - document window properties in the manual page. - improve title-string feature: - if any of allowC1Printable, utf8Title or titleModes hint that an application might send a title-string encoded in UTF-8, check if that is the case, and if it is recodable into ISO-8859-1, use that for the ICCCM-style title. - check if the title given by a control sequence happens to be already encoded in UTF-8, to avoid double-encoding (FreeBSD #240393). - Make sameName resource work for the EWMH titles. - Modify menu-state of utf8Title to be consistent with the utf8 source, i.e., setting the EWMH properties automatically when UTF-8 is active. - reorganize text-drawing to make it possible to investigate using Xft to implement VT100-style double-sized characters. While doing this, made a workaround for apparent Xft bug which loses its drawable state when switching from 132 to 80 columns. - improve font-warning messages by showing which are derived rather than directly from resource settings (suggested by Tomas Korbar). Also filter repeated font-warning messages, to accommodate broken X configurations. - fix an inconsistency between failure to load derived wide font versus failure to load derived wide-bold font (Redhat #1679790). That relies upon the “:unscaled” property which is broken in some distributions (however, recent Debian and the BSDs such as MacOS work). - updated autoconf-252 to check X11R7 include/lib directories found on some older configurations. - set a graphic-context for border when double-buffering is active; to prevent the border color from changing when switching to reverse-video. - build-fix for --disable-ziconbeep, which conflicted with the new double-buffer configuration (report by Brian Lindholm). - fix loop-limit for lookup of fullscreen resource broken in xterm #347 (report by Scott Bertilson).- Patch #348 - 2019/07/22 - update window-manager hints when exiting Tek4014 mode (Debian #932569, patch by Jonathan Irwin). - fix a misformatted printf in report-sgr.pl. - add configure check for termios types, to improve compiler-warnings. - ensure that when resetting margins, to also reset DECLRMM. This affects DECCOLM, DECALN (although DEC STD 070 mentions only top/bottom margins), and DECSTR. - corrected order of reset/move when setting DECCOLM, and make it more consistent by always resetting margins, rather than only when the mode is changed (report by James Holderness). - compile-in double-buffer support by default, changing the configure option to set the default resource value for buffered to true or false. - take in account the reverse-video state when computing the filler-color used when clearing the screen in double-buffering configuration. - correct logic for filtering scrollbar-updates when buffered resource is compiled-in but not enabled (report by Paul Lampert). - improve state saved/restored for cursor-save and SGR stack features. - improve description of 1006 and 1005 mouse modes, to avoid implying that they use character-parameters (report by Bryan Christ). - explain in ctlseqs.ms that some of the numeric keypad keys were xterm extensions rather than VT100/VT220 terminal features (prompted by discussion with Thomas Wolff). - explain in ctlseqs.ms how the DEC windowing extension is supported by xterm. - add 28 rectangular editing to the primary response (suggested by Thomas Wolff). - fix a typo, improve wording in ctlseqs.ms (Thomas Wolff). - fix internal column-parameter when SL or SR is used with left/right margins (patch by Thomas Wolff). - fix off-by-one in VT52 graphics character mapping (patch by Thomas Wolff). - use _X_UNUSED, etc., when available as a fallback for GCC_UNUSED, etc., to reduce compiler warnings when building with imake. - update config.sub- Patch #347 - 2019/06/30 - fix a few minor bugs found with Coverity. - improve double-buffering for scrollbars combined with scrolled text; add bufferedFPS resource to control the maximum rate of screen updates (report by Mike Thornburg). - improve fixes for DECCRA handling of double-width characters (patch by Martin Hostettler). - improve discussion of ECMA-48\'s typographical error for SD in ctlseqs.ms (prompted by report by Martin Hostettler). - correct off-by-one in parameter limit-check for DECCRA (report by Martin Hostettler). - modify saveCellData to handle case where double-width character is partially copied; that should be blanked (report/testcase by Thomas Wolff). - add resource buffered to allow enabling/disabling double-buffered mode. - two fixes for the double-buffer configuration, prompted by MacPorts\' switch to double-buffering (patch by Mike Thornburg, MacPorts #58313): - ensure that the needSwap flag is set after drawing TrueType text - corrected the drawable-parameter used for the bar-cursor - modify ScrnRefresh to ignore a case where the left/right halves of a double-width character have been set to different video attributes. The attribute to use is in the left-half (report/testcase by Thomas Wolff). - correct a limit-check for DECCRA in case the target lies off-screen (report/testcase by Thomas Wolff). - documentation errata (report by Thomas Wolff). - reset flags including wraparound and reverse-wrap when switching to VT52 mode, while noting that DEC\'s standard documentation leaves that behavior undefined (report by Thomas Wolff). - ensure that italic font is turned off on hard/soft resets (report by Martin Hostettler). - improve responsiveness to X events while processing HTML or SVG dumps (report by Martin Hostettler). - replace logic in wcwidth.c for detecting double-width characters with binary-search table generated using updated uniset (report by Robert Ross). - add test-driver for wcwidth.c to simplify comparison with system\'s wcwidth. - ensure that window-manager name comparisons work when active-icon is enabled, since CSI13t uses the window-manager name (report by Glenn Golden, Arch #62818). - trim a stray “experimental” in one of the comments about the tcap-query feature, which has been a supported feature since 2008 (see patch #238).- Patch #346 - 2019/05/27 - update description of the “default” setting for the renderFont resource to match the behavior in patch #261 (Debian #862042). - account for internalBorder in useBorderClipping (report by Robert Ross). - update table of unknown-width characters in wcwidth.c based on Unicode 12.1.0 (prompted by discussion with Robert Ross). - improve description of DECSCL versus S7C1T and S8C1T in ctlseqs.ms. - improve consistency between CSI3t and CSI13t, accounting for differences between some window managers\' handling of EMWH extents (report by Bram Moolenaar). - fix a sign-extension when reporting offscreen window position (report by Bram Moolenaar). * Tue Jul 23 2019 Marcus Meissner - split out vttest- enable LTO (was only a problem for vttest) * Wed May 15 2019 seanlewAATTopensuse.org- Patch #345 * modify treatment of reverseVideo for dynamic colors * correct a typo in setDirectFG * add resource useBorderClipping * fix a special case in XTPOPSGR to check direct colors * increase response-buffer size * reduce the number of buffer-flashes for tcap-query batches * Wed Apr 24 2019 Martin Liška - Disable LTO (boo#1133295). * Mon Feb 18 2019 seanlewAATTopensuse.org- Patch #344 * add ASCII escape to default for disallowedPasteControls * fix typo in ctlseqs.ms * implement DEC Cyrillic NRCS * correct control returning sixel geometry max vs. actual size * improve man page for resize * improve mem management for parser to handle response strings * disallow recursion which could happen in answerbackString * Mon Jan 14 2019 seanlewAATTopensuse.org- Patch #343 * modify run-tic.sh to prefer ncurses6 over ncurses5 * add COPYING file and dummy \"check\" makefile * update tables of combining and ambiguous-width chars in wcwidth.c * modify xtemr-new sample terminfo entry to correspond to ncurses 6.1 * improve documentation for deleteIsDEL resource * modify logic for TrueType fallback fonts to match the sort-order used by fc-match * Fri Jan 04 2019 seanAATTsuspend.net- Patch #342 * limit mouse-button events to 11 buttons in the protocol * correct calculaton for buttons past 11 (15 in extended proto) * disable a supplementary check added in #341 that interferes with fontconfig to select different sized bitmap fonts * Sat Dec 29 2018 seanAATTsuspend.net- Patch #341 * Add options to mouse-codes script to demonstrate encoding works * Allow mouse button numbers up to 11 using an offset of 128 for 8-11 * correct off-by-one right margin checks for double-width char adjustments * modify the initial pattern passed to fontconfig to disallow color bmps * improve error recovery for a case where fontconfig ignores the requested pattern * Sun Sep 23 2018 seanAATTsuspend.net- Patch #337 * regenerated configure script * revise/improve fix for scrolling in margins * amend change to default-translations \"select\" to ensure that specific key-press actions are listed first * Sun Aug 26 2018 pcernyAATTsuse.com- Patch #335 - 2018/08/14 * add colorInnerBorder resource to make a change from patch [#334] configurable (reports by H Merijn Brand, Gabriele Balducci).- Patch #334 - 2018/08/12 * modify Imakefile to reflect the fact that NetBSD no longer has a working termcap emulation. * add resource-setting validShells which can be used to augment the system\'s /etc/shell (prompted by discussion with Paul Lampert). * stifle some useless warnings from lintian in test-packages. * add the ncurses extension “RGB” to the responses for the termcap-query feature. * improved getopts-handling in sample scripts. * fix some warnings from gcc8 and clang --analyze. * update note about incorrect documentation for DECRQSS to include VT525 (report by Markus Schmidt). * correct check for default-values in rectangular parsing; a zero counts as a missing or default parameter (report/testcase by Markus Schmidt). * correct some ranges in the ambiguous[] table in wcwidth (adapted from patch by KUGA Tsutomu). * fix a special case with faint video attribute incorrectly combined with default color. * add private control XTREPORTSGR for reporting video-attributes and color on a rectangle, and script report-sgr.pl to demonstrate it. * modify some of the markup in ctlseqs.ms to work around groff\'s reassignment of ASCII punctuation characters as documented in groff_char(7). * treat ECMA-48 SGR 6 the same as SGR 5. * add private controls XTPUSHSGR and XTPOPSGR for saving/restoring the current video-attributes on a stack (adapted from patch by Dan Thompson). * modify DECRPM response for logging enable to indicate its state even when enabling/disabling it is not allowed. * implement DECSNLS * implement DECRSPS * improve fill-color for double-buffer configuration, which was sharing a graphic context with the cursor. * fix a couple of cases where double-sized VT100 characters were not clipped, seen in Joe Smith\'s VT100 torture test. * color the inner border using the same borderColor as the outer border, rather than filling with the VT100\'s default background. * change encoding of “THANKS” to UTF-8. * modify handling of DECELR to recognize MotionNotify events again, amending a check for allowMouseOps which limited that to button-events in patch #328 (Olaf Rogalsky). * fix some screen-painting problems with left/right margins when using insert-line or delete-line (report/testcase by Martin Hostettler). also fix similar case with index/reverse-index. * several minor performance improvements using macros, e.g., inline checks for character width. * add DECSCPP and DECSLPP to DECRQSS. * implement DECSCPP. * implement DECCIR and DECTABSR presentation reports. * modify checksum computation for DECRQCRA to treat uninitialized cells as blanks rather than nulls. * drop custom-entity from HTML-dump, use UTF-8 for (Debian #902381). * modify display of non-BMP characters when using bitmap fonts to show a null/empty box rather than the replacement character which was used in cleanup changes for patch #233 (report by Christian Weisgerber). * when setting up clipping rectangle for Xft, allow for the case where xterm is only displaying a combining character, where the base was already written (report by Joshua Crowgey). * allow reset Xft\'s state if switching font-sizes when double-buffering is used. * fix repainting, e.g., on resize, when double-buffering is used with Xft (patch by Daniel Colascione). * correct some interchanged pairs of symbols in unicode/keysym.map (Brad Town). * improve configure macros CF_GCC_WARNINGS, CF_GNU_SOURCE, CF_POSIX_C_SOURCE, CF_TRY_XOPEN_SOURCE, CF_XOPEN_SOURCE, CF_X_ATHENA_CPPFLAGS. * modify logFile resource to interpret “-” as the standard output (adapted patch by Colum Paget). * improve documentation of Tek4014 menu options; fix a case where the Tek4014 window was not displayed before switching modes. * re-correct parameter for pid used for DECCKSR, DECRQCSR (see xterm #315). * hard/soft reset now resets the cursor-blinking state that may have been set via escape sequences; the cursor-blinking menu-entry feature is unmodified (report by Matthieu Herrb). * update config.guess, config.sub- Patch #333 - 2018/05/03 * ensure that i18n is enabled if input-method is enabled. * modify logic for pre-edit to update spot-location while the cursor is invisible (Kakoune #1940). * change default icon to newer one, \"mini.xterm\". * install a complete set of icons, to simplify post-install customization. * add resource disallowedPasteControls to extend filtering of control characters from pastes. * add print-on-error action-hook, and document action-hooks for dump-html, dump-svg. * provide action-hook for print-immediate, which was available only as a menu-item (report by Rastislav Barlik). * continue to improve notes in ctlseqs.ms which mention where various controls originated. * add case to accept ECMA-48\'s bogus SD, but document the issue in ctlseqs.ms. * add control sequence for loading XPM-icon file, using the analogous control sequence from shelltool/dtterm. * add -report-icons option, to report on XPM-icon and title-bar updates. * correct a discrepancy between locator-reports for VT220 vs VT330. * add window-ops control sequences to complement existing ones for reporting window-position and text-area size with reports for text-area position and window-size. * display vt52 graphics mode characters. * correct case-statement for window-ops 10, overlooked since some window managers equate vertical-maximize and horizontal-maximize window hints with full-screen maximize. * Wed Aug 15 2018 schwabAATTsuse.de- Copy updated config.sub config.guess files into vttest sources * Tue Jul 10 2018 meissnerAATTsuse.com- xterm-better-fonts.patch: Adjust the defaults fonts a bit so some chinese letters are displayed better (bsc#1089049) * Mon Apr 23 2018 mimi.vxAATTgmail.com- Patch #332- spec-cleaned- drop support for unsupported distros * add a GetChecksum item to disallowedWindowOps * improve notes in ctlseqs.ms which mention where various controls originated. * add control sequences for querying the X display size and the character size, both in pixels to help eliminate some of the constants in esctest. * fixes prompted by review of George Nachman\'s esctest script: * add a null-pointer check and a limit-check in xtermCheckRect. * correct limit-check for right-margin when processing autowrapping if xterm is not built for wide-characters. * repair logic in RIS to reset 132-column mode when an escape sequence is used to enable 80/132-column switching. * correct array-limit for EWMH working state. * further improve limit-checks versus assert\'s. * correct order of check-margins and move-to-left margin for DL and IL. * modify reverse-wrap to pay attention to top/bottom margins as it has done for left/right margins since patch #279. * modify behavior of DECFI and DECBI to not index the screen at the left/right edge of the display unless those happen to be the left/right margins. * add case for VT320 DSR response for keyboard status. * improve check for valid shell path using getusershell and endusershell if available, in case /etc/shells does not exist/ * modified configure checks for groff and man2html, to use the latter by default, but allowing mandoc as a partial replacement for former. * Sat Feb 03 2018 avindraAATTopensuse.org- Patch #331 - 2017/12/30 * add workaround for improper grayscale adjustments made in FreeType library, exposed by changes to rounding in 2.8.1, which shows up as a gap in line-drawing characters * improve a special case where a non-Unicode font\'s line-drawing characters were not used, when specifying it via the utf8Fonts resource. * replace constant 10msec delay for next X event with new resource nextEventDelay, and reduce that to 1msec to accommodate faster machines than used when -hold was implemented in 1999 * add scroll-to action, which simplifies binding a key to scroll to the beginning or end of the saved-lines * add building blocks for alternate screen and/or title-stack features in the terminfo file. * improve calculations for cell-data size. * configure script: enable XHTML/SVG screen dumps by default. * configure script: enable 256-colors by default. * update config.guess, config.sub * configure script: option for --with-man2html to use improved script by default. * add case for private mode 1044 in DECRQM, to report the keepClipboard resource setting and corresponding menu entry. * fix an inconsistency between private mode 12 (the AT&T 610 cursor blink) and DECSCUSR: the former relied on having the cursorBlink resource set initially to enable the escape sequence, while the latter does not. * add private modes 13 and 14, as well as resource cursorBlinkXOR to allow better control over the cursor-blinking state * modify the html and svg screen dumps to support direct color * modify media copy (screen-printing) to support the same SGR codes as DECRQSS, including 88/256 indexed color as well as direct color. * improve options-parsing for query-status.pl script. * modify parsing of SGR direct-color control making color space identitier optional. The corresponding DECRQSS reply always returns an empty (default) field for the identifier. * add wide-attributes to DECRQSS reply for SGR. * add private mode 1046 to help with scripting applications. * correct expression used for readline-flags in DECRQM; to test the current flag rather than information stacked within the same variable. * correct typo in ctlseqs.ms reference to ISO-8613-6 * fix lintian warning for test-package. * fix typo in DECRQSS for SGR 48, which printed the foreground value for colors past 15. Also use colon delimiter for codes 38/48 in response * improve workaround for Debian #542434 by using the font\'s maximum width when no ISO-8859-1 glyphs are provided * work around a special case of Xft\'s mismanagement of its cached data by adding a check before the -report-fonts option to ensure that it does not use an XftPattern which may have been freed during a call to XftFontOpenPattern. * improve manual page description of regex option for onXClicks resources * add directColor resource. * additional manpage macro cleanup * add optional support for direct-colors * improve legacy/NRC character set mapping: + enable alternate NRC set designators for French and French Canadian, ‘9’ and ‘f’ respectively, as documented in ctlseqs. (‘9’ is documented for VT510, ‘f’ is a Kermit feature). + correct the Unicode value in the DEC Technical table to show capital delta. + referring to * http://vt100.net/docs/vt220-rm/table2-3b.html * http://vt100.net/docs/vt320-uu/appendixe.html + add entries for the DEC Supplemental Graphics table to display 0x28/0xa8 as ¤ and 0x5d/0xdd as Ÿ. referring to * http://www.vt100.net/charsets/technical.html * alter the Unicode values used for 0x2b through 0x2c to use curly braces to work with the “middle” parts displayed with 0x2f and 0x30. + modify the VT220 “Supplemental” table, giving a hint that it was probably meant to be “Supplemental Graphics” and is the same as VT320\'s table. * quiet a few font-warnings when a derived fontname cannot be opened, overlooked in refactoring of font resources in patch #328 * correct error response for DECRQSS broken in cleanup of Coverity reports in patch #288 * improve DECRPM responses by returning mode not recognized for modes which may not be settable due to the selected decTerminalID resource * correct logic for print-immediate action, and enable corresponding menu entry * add configure option --with-pcre2 * fix a misspelled subsection title in ctlseqs.ms and add a note regarding blink which was rendered as bold in X11R6. Blinking text was implemented in Patch #60. * fix typos in xterm.man * fix typography in xterm.man * fix typo in INSTALL * add xterm-direct terminal description based on changes introduced in patch #277, and relying upon ncurses RGB extension. * modify xterm-new terminal description to use ECMA-48 REP, reflecting its use in xterm since patch #32 (1996). * clarify comment in ctlseqs.ms regarding blink: it has been part of xterm since patch #60 (1998). * update ftp URLs in documentation. * Fri Nov 10 2017 sndirschAATTsuse.com- xterm-settings.patch * define also wideBoldFont to get rid of a warning (bsc#1067530) * Thu Aug 10 2017 pcernyAATTsuse.com- Patch #330 - 2017/06/20 * updates for ReGIS (Ross Combs): + remove redundant text command error check which broke T(B) and T(E). + retain the loading alphabet number across multiple “L” commands. + add S(T) delay handler. + fix some color handling error messages. + add stubbed-out macrograph handling. + use fragment_remaining() and fragment_consumed() instead of manually checking position / length in various places. + rename some local variables in string / extent / option parsing + wrap some long lines. + move macrograph command handling out of the top-level. * add a summary of the italic fonts loaded to -report-fonts option. * modify the font-lookup for italics to allow for “-i-” if no match is found with slant “-o-” (prompted by patch by Ben Wong). * change default values for mkSamplePass and mkSampleSize to reflect generally-improved locale support in various operating systems (FreeBSD #219800). * modify wcwidth.c to return -1 for non-Unicode values, and adjust a couple of blocks to better match assumptions about ambiguous-width characters in other implementations. Also modify wcwidth.c to support configurable soft-hyphen, so there is no drawback to using this version rather than a system wcwidth. * amend change made in patch #328 for cursor-visibility to handle case where an application is updating the reverse-video state (FreeBSD #219800). * update tables of combining and ambiguous-width characters in wcwidth.c based on Unicode 10.0.0. * build-fix for --enable-sixel-graphics without - -enable-regis-graphics (reports by Sven Joachim, FreeBSD [#219945]).- Patch #329 - 2017/06/12 * add control sequences for reading the Sixel and ReGIS graphics sizes (suggested by Ben Wong). * add a workaround for wcwidth returning -1 for characters which should have been printable (FreeBSD #219800). * fix a bug in font initialization from patch #328 (FreeBSD [#219800]). * fix a special case in HideCursor which assigned a bold font to the slot used for normal font in changes for italics in patch #307 (Debian #858304). * updates for ReGIS (Ross Combs): + Strings specified with no command are used as \"comments\". Print these in the log when tracing. + Catch attempts to use \"alternate display\" mode (AKA \"blink\") from the GIGI, but do not implement it. + The T(M) command should only multiply the height by 10, not 20. + Make the S(E) command reset more state than just the screen contents. + Remove two rotation variables which were only being printed. + Numerous minor fixes and comment updates in the R command. + Unknown R command option names trigger an empty response. + Fix the output position after printing rotated text (it was missing the the sign before). + Fix the position change with pixelvectors and rotated text (the rotation transform was not being applied). + Update the TODO list and remove a verification FIXME (slanted text positioning is correct as is). + Emulate the approximately 1.4x enlargement for text which isn\'t rotated at right angles. + Only update the color planes specified in the plane mask (the W command\'s F option). * fix a bug introduced by the changes to font information in patch #328. When processing the \"checkfont\" option of the locale resource, the program referred to the request data, to an array which was only allocated in the new/result widget (report by H Merijn Brand). * fix a missing assignment initialization to make the utf8 resource control whether escape sequences to enable/disable UTF-8 mode are allowed.- Patch #328 - 2017/06/01 * revise parser for charClass resource, making these improvements: + accept octal and hexadecimal values + allow embedded whitespace + allow the class after colon to be optional, e.g., to clear class settings for a range of characters. * add command-line option -report-charclass. * fix most lintian warnings about test-package * add eraseSavedLines resource. * document DECSED 3 in ctlseqs.ms (report by Ben Longmans). * improve integration between configure-events and updates for reported screensize, in particular when switching between vt100 and tek4014 modes. * modify selection-highlighting of reverse-video text to keep that distinct, e.g., by reversing the selection foreground and background colors as one would expect. This fixes a \"useless\" case in the description of highlightColorMode. * improve fix for Debian #759734, addressing a case where non-colored cursor would be invisible against reverse-video (see patch #311). * updates for ReGIS (Ross Combs): + the \"H\" option of the \"T\" command should multiply by 10, not 20. + display unknown glyphs as a solid block. + given a succession of text-direction options, use the last. + fix the direction of ReGIS slanted text so that negative values produce oblique output . + fix the ReGIS text direction option to only rotate characters when no following size option is used. * update terminfo to better match corresponding entries in ncurses, e.g., u8 pattern to match the VT220, VT420, etc., primary responses, as well as adding smxx and rmxx. * fixes from Jörg Sommer: + corrected a trace-message regarding maximum graphics-size; it used the similar ReGIS maximum size which might not be configured. + in do_select_regex, clear selection if there is no match. If the regex does not match anything around the cursor, the selection returned must be empty, otherwise the whole line is treated as a match. This way the command defined by exec-selectable will not be executed if there is no match. + modify limit in do_select_regex to include the character at the cursor in the match, making it easier to type something and then hit the key to trigger exec-selectable. + If exec-selectable or insert-selection is triggered by a mouse button click, the position of the mouse pointer should be used. This makes it easier to address any position on the window and it makes it possible to use the mouse, e.g., for applications such as mutt where you cannot move the cursor. * modify DECRC to save/restore xterm\'s last-column flag used to control wrapping behavior rather than manipulating DECAWM (report/analysis by Mattias Engdegård). * add configure option --enable-terminfo-env to use the value set by --with-own-terminfo for the $TERMINFO environment variable. That variable was set automatically for HPUX, but would be useful in other systems, e.g., for Solaris (request by Jeff Wieland). * fix a race condition when setting up a signal handler to timeout if opening /dev/tty hangs (patch by Tobias Stoeckmann). * review/cleanup resources which were not in the manual page (report by Maxwell Anselm): + add manual page description as needed. + drop resource name for menuBar, as unnecessary. + modify fallback numeric value for regisScreenSize resource to match that for maxGraphicSize. * updated configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, CF_GNU_SOURCE, CF_MATH_LIB, and CF_XOPEN_SOURCE from other program-changes. * update config.guess, config.sub * change “maximum screensize” assumed by resize to 9999x9999, to accommodate people using the Unreadable font. * drop Utility from default value of --with-desktop-category (Debian #780176). * widen the configure script pattern used for finding related \".desktop\" files, including “Terminal” * several minor improvements to font utility functions: + provide for later modification to implement font-sets by parsing the font resources as comma-separated lists. + parse -fn and -fa similarly, using “x:” and “xft:” prefixes for font name/family strings to distinguish between XLFD and Xft font specifications. + use loops to iterate over font classes + use getters/setters for font data to allow for on-demand lookups. + make the debugging trace for missing glyph less verbose since that interferes with the -report-fonts option. + refactor xtermLoadFont to make it clearer how some fonts are derived from others, e.g., bold, wide. + make the triggering and suppressing of font-warnings more consistent by storing the last state in the widget. + reduce font-warnings by checking for repeated warnings. * add vttests/query-status.pl * add vttests/closest-rgb * add special case for displaying soft-hyphen if it happens to fall at the right margin, and omitting similar case such as the BIDI markers, where a zero-width character is neither a control character nor a combining character (Debian #844325). * modify logic for OSC 52, manipulate selection data, to update the selection-time to include the latest X events. This fixes some cases where the selection was invalid, e.g., after an event due to focus-follows-mouse (report/testcase by Stephane Chauveau). * revise macro CastMallocN as new macro TextAlloc to make explicit use of sizeof(char) (prompted by patch by Cade Foster). * add “Mouse Ops” menu entry and related resources to allow runtime disabling/enabling of the mouse protocol escape sequences (discussion with Bob Proulx). * improve discussion of mouse actions versus protocol in the manual (discussion with Bob Proulx). * improve discussion of environment variables in the manual, pointing out where some features (such as termcap and the System5 COLUMNS and LINES variables) are used rarely, mainly to support legacy applications. * add examples of translations resource for select/paste, and for font-size changes to the manual. * minor reordering of some entries in ctlseqs.ms for consistency (report by Arran Ubels). * add -s option to 256colors2.pl and 88colors2.pl, to demonstrate modifying the “system” colors 0–15. * omit XFT_SPACING property from call to XftPatternBuild, to work around a bug in fontconfig for handling Google Go fonts, whose names sort in an order not expected by fontconfig, causing the request for a monospaced font to return italics, e.g., $ fc-match \'Go Mono:spacing=monospace\' Go-Mono-Italic.ttf: \"Go Mono\" \"Italic\" (report by Giacomo Boffi on Stackoverflow). * modify minstall.in to improve a workaround added to the manual page in patch #182 to avoid having the C preprocessor used in the imake configuration strip out the comments in the character classes section (reports by Ted Unangst, Anthony J Bentley).- patch rebase: [xterm-decomposed_bitmaps.patch] [xterm-double_width_fonts.patch] [xterm-enable_libtinfo.patch] [xterm-forbid_window_and_font_ops.patch] [xterm-settings.patch] [xterm-sigwinch.patch] * Sat Apr 29 2017 bwiedemannAATTsuse.com- call gzip -n to make build fully reproducible * Mon Nov 21 2016 pcernyAATTsuse.com- Patch #327 - 2016/10/07 * add a check in the function which handles end-of-line wrapping to ensure that C1 controls are allocated one column when allowC1Printable is set (Debian #738794). * use consistent error-checking after strtol calls, fixes a case where a query with OSC 6 did not ensure there was a valid color number (report by Alex Smith). * add -baudrate option, for testing ncurses. * always generate the CASE_xxx symbols in VTparse.h and Tekparse.h, as part of a change to improve debug-logging. This makes the build always depend upon awk. * modify allowC1Printable to disallow codes 160-254 as being equivalent to codes 32-126 when parsing escape sequences (Debian #839220). * amend fix from patch #326 for TrueType fonts to exclude the hidden character used for double-width cells (report by Grady Martin). * fix a typo in ctlseqs.ms * Wed Oct 05 2016 pcernyAATTsuse.com- Patch #326 - 2016/09/25 * updated appdata file (report by Richard Hughes). * improve discussion of the different terminal emulations provided by xterm in the manual page. * add examples of setting the icon title with/without the window title in the manual (Debian #833984). * correct a limit-check when using a numeric value for extended Booleans e.g., *fullscreen:3 rather than a name such as * fullscreen:never. * add action allow-bold-fonts * improved formatting fixes for manual page, using script to find mismatches in spelling of resources, actions and menu entries. * improve documentation of logging resources. * fix a special case of flickering cursor by adding GraphicsExpose to the list of event types that should not trigger making the mouse cursor visible (patch by Joe Peterson). * correct initialization of line-drawing in VT52-mode, overlooked in changes for patch #297 (report/patch by Ben Wiley Sittler). * minor clarification of form-feed versus line-feed in ctlseqs.ms (suggested by David Kemper). * amend fix for Debian #738794 to restore a check for missing characters which are not combining characters. Also fill in a corresponding special case for TrueType fonts (Debian #827905). * Thu Jun 23 2016 pcernyAATTsuse.com- Patch #325 - 2016/06/05 * improve manual page discussion of function keys (discussion with Ross Combs). * further improve fix for Debian #545220 in patch #248, to avoid conflict with combining characters (Debian #738794). * improve -hold option to avoid 100% CPU usage with NetBSD after closing the shell, which makes subsequent checks for X input events fail (prompted by patch by Pierre Pronchery). * review #ifdef statements, listed those which do not have a configure option in xtermcfg.hin. * fixed one case where the menu sensistivity for Print-All Immediately and Print-All on Error was not properly ifdef\'d. * modify terminfo entries for 16-, 88- and 256-color to reset palette with rs1 capability. * accept legacy value of -kt as synonym for the oldXtermFKeys resource, and extend the full-reset logic to use the keyboard type set via -kt. * modify ioctl calls for I_PUSH to first check if the module has been added, using I_FIND. This is needed for newer Solaris libraries with c11 support (adapted from patch by Alan Coopersmith). * add check in getXtermCombining to ensure that combining characters were allocated (report by Tor Andersson). * add configure option --without-xinerama to allow suppressing the extension (Gentoo #580936). * update keysym2ucs.c based on Unicode 9.0 * fixed most cppcheck --enable=all warnings, including for style (prompted by report by David Binderman). There was one bug-fix: + RGB least-squares computation in allocateClosestRGB used only one ordinate * add cppcheck to lint-like programs in configure script and makefile. * updates for SIXEL and ReGIS (Ross Combs): + Fixes some const correctness issues and points out an array lifetime issue + Sixel drawing should still happen after an error if some commands have been processed + Tiny steps toward reporting ReGIS input * Mon Mar 14 2016 pcernyAATTsuse.com- Patch #324 - 2016/03/10 * updated configure macro CF_LD_RPATH_OPT from ncurses changes. * provide alternate fix for Juha Nurmela\'s report by turning on POSIX signals if _POSIX_C_SOURCE is at least one. This is done to improve the behavior if a direct child process receives a STOP signal. * revert change to CF_POSIX_C_SOURCE from patch #323 (reports by Ashish Shukla, Christian Weisgerber).- Patch #323 - 2016/03/07 * updated appdata and desktop files to add keywords (report by Richard Hughes). * modify configure macro CF_POSIX_C_SOURCE to accommodate some systems, e.g., FreeBSD, which have separated their implementation specific preprocessor symbols from the POSIX ones, requiring both to be defined (report by Juha Nurmela). * change the directory to the current working dir of the child process in exec-formatted and exec-selectable actions (patch by Alexander Pohoyda). * correct typo in xterm.man (patch by Larry Hynes). * correct typo in ctlseqs.ms (report by Shriramana Sharma). * add feature to support XHTML and SVG screen dumps (patch by Jens Schweikhardt). * correct response to DECRQSS when terminal id is less than 400 (patch by Iwamoto Kouichi). * Mon Jan 25 2016 pcernyAATTsuse.com- Patch #322 - 2016/01/02 * fix regression due to incorrect fix for compiler warning when allocating storage for /etc/shells (reports by Ashish Shukla, Debian #809646).- Patch #321 - 2015/12/31 * add resource keepClipboard, escape sequence and action keep-clipboard. * add optional feature to capture text copied to clipboard at the time of copying rather than at the time the clipboard contents are requested for pasting (patch by Milan Mehner). * improve a special case where the -e option was used to pass a single-quoted command via luit, by wrapping it in a “sh -c” (report by Keith Hedger). * minor fix for type-cleanliness when allocating storage for /etc/shells (Tobias Stoeckmann). * fix a typo in manual page (Dan Church). * fix minor file-descriptor leak; after calling openpty, the slave\'s file descriptor is not needed (report by Juha Nurmela). * editorial change to ctlseqs.ms (report by David Gomboc). * minor updates for autoconf macros. * update config.guess, config.sub- vttest 20140305 * save/restore color enable-flag for menu 11.6 in a couple of places so that the ISO-6429 tests do not reset it unexpectedly. * amend the REP test to not reset colors if it happens to be run via the menu entry for BCE-related tests.- vttest 20140116 * cosmetic changes (suggested by Itay Chamiel): + clear screen just before resetting SCS in menu #3 character sets, in case a VT100 emulator does not simply ignore VT220 G2/G3 selections when it does not implement them. + add check for maximum operating level before deciding whether to send a DECSCL to set it to VT100-level. + adjust starting point of items for menu #9 \"Test of known bugs\" to avoid overwriting part of the description of the test. * add configure check for -Wlogical-op to gcc-warnings * update config.guess, config.sub- vttest 20130915 * when NRCS is active, suppress ISO Latin-1 from menu to avoid confusion with British NRCS. * do not highlight ISO Latin-1 for NRCS, since it is a 96-character set, not applicable to NRCS. * correct position of ruler for SD and REP screens, which obscured the result. * expand menu 11.6.6 to demonstrate bce with top-level menus 1 and 2 in addition to the existing menu 8. * correct description for DA response 24; it denotes VT320. * correct highlighting for French NRC mapping; \"`\" is not mapped. * add port-files from FreeBSD for test-builds. * add highlighting information for VT320 Portuguese NRC mapping. * add highlighting information for VT220 DEC Supplemental NRC mapping. * updated configure-macros to add msys changes from ncurses 20130907. * update config.guess, config.sub- vttest 20130818 * modify character-sets screens to optionally highlight the characters which do not correspond to ISO-8859-1. This makes the National Replacement Characters easier to see. * modify DSR cursor-position report to check if the terminal accounts for origin-mode. * support --datarootdir option in makefile.in, to match configure script updates. * updated configure macros: + change from byacc for autoheader + improved checks for gcc attributes + improved checks for gcc version + miscellaneous fixes in CF_XOPEN_SOURCE * update config.guess, config.sub- vttest 20120603 * change cursor-position before IL/DL in \"Test of VT102-style features with BCE (Insert/Delete Char/Line)\" to demonstrate whether the terminal sets the cursor to the first column as a side-effect, as noted in VT220 reference manual.- remove vttest-config_update_aarch64.patch since the current vttest sports newer config version * Wed Sep 02 2015 pcernyAATTsuse.com- Patch #320 - 2015/08/28 * correct documentation for %t format (report by Martin Tournoij). * add %R for consistency to exec-formatted() and insert-formatted() actions. * add %r format to exec-formatted() and insert-formatted() actions (patch by Martin Tournoij). * Amend fix for Debian #794201 (report forwarded from Christian Jachmann by Emanuel Haupt, Debian #797008).- Patch #319 - 2015/08/19 * add a section to ctlseqs.ms discussing control sequences and ECMA-48, to explain why C1 controls do not occur in the decoded characters from UTF-8 byte streams (prompted by discussion with Poul-Henning Kamp). * modify check for cursor-theme from patch #301 to also check if the resource Xcursor.theme is set to a nonempty value before fallback to xterm\'s own dummy theme (request by Robert Kloefkorn). * explain in ctlseqs.ms that some keys which normally send SS3-prefixes are changed to CSI-prefixes if key-modifiers are passed as parameters (report by George Nachman). * correct double-free of font information when multiple problems are found, particularly for the wide fonts loaded via the -wc option (report/testcase by Nelson Beebe). * make configure option --enable-builtin-xpms actually work (report by William Bulley). * correct combination of -ls and -e options for utempter configuration (Debian #794201). * NetBSD build-fix for OPT_RENDERFONT versus OPT_SHIFT_FONTS (patch by Matthew Green, forwarded by Thomas Klausner). * fix a few minor bugs found with Coverity. * update pixelvector handling (Ross Combs): + split pixel-based and coord-based functions with common parts factored out to a \"raw\" function + add a \"step\" variant which loads a single PV digit * make the graphic dirty upon resize or clear, fixing some missing refreshes (patch by Ross Combs) * fixes scrolling to use user coordinates and move in the correct direction (patch by Ross Combs) * several fixes/improvements for ReGIS whitespace and page-handling (patch by Ross Com * Sun Apr 19 2015 mpluskalAATTsuse.com- Update to version 318 * rename new(er) configure option --enable-initial-erase to - -enable-pty-erase, since that conflicted with an existing option (report by Jens Schweikhardt). * fix cut/paste error in --with-builtin-xpms configure option (reports by Jens Schweikhardt, Ross Combs). * fix minor formatting issue in xterm manual (report by Jens Schweikhardt). * eliminate unnecessary \"#(vi\" markers in autoconf macros by using \"(\" to begin case-statement cases (suggested by Jens Schweikhardt). * minor fixes to improve const usage (Ross Combs).- Add pkgconfig and groff as dependency as configure is looking for them * Fri Mar 27 2015 pcernyAATTsuse.com- Patch #317 - 2015/03/27 * adapt example for exec-formatted from Lukáš Zapletal\'s webpage to manual (Debian #780008). * add a short usage section to the xterm manual, including notes on setting the window title (Debian #742477). * revise a change made to ICH in patch #314 to address limit-checks (reports/testcases by Zoltán Kéri and Joe Peterson, also reported by Christian Weisgerber).- Patch #316 - 2015/03/07 * revert change to make DCH honor top/bottom scrolling margins. For the record, both the VT420 and VT520 reference manuals incorrectly state that \"DCH has no effect outside the scrolling margins.\" * fix regression in DCH introduced in adjustment for limit-check in patch #315 (report/testcase by Zoltán Kéri, also reported by Christian Weisgerber). * correct default value for configure option - -enable-initial-erase; it should be \"False\", but in patch [#315] it was \"Maybe\", which differed from default set in patch [#192].- Patch #315 - 2015/03/02 * change default for --enable-narrowproto for Cygwin to \"no\" to better match contemporary configurations (report by Jens Schweikhardt, prompted by discussion). * provide OSC 106 as an alternative to OSC 6, avoiding conflict with one of Terminal.app\'s undocumented escape sequences (report by Egmont Koblinger). * fix an off-by-one in comparison when autowrap and left/right margins are combined (report by George Nachman). * modify DECBI and DECFI to work outside the left/right margins, since the vague VT520 reference manual could support that interpretation (suggested by George Nachman). * correct response for DECSCUSR in DECRQSS (report/analysis by George Nachman). * add DECSLRM to list for DECRQSS in ctlseqs.ms (report by George Nachman). * improve limit-checks versus assert\'s in the debugging version (reports by George Nachman). * correct a problem with multiple writes to the right-margin when autowrap is turned off (report by George Nachman, also reported in Gnome #744819 by Ulf Magnusson). * modify DCH to honor top/bottom and left/right margins (report by George Nachman). * correct off-by-one in comparison so that DL honors left/right margins (report by George Nachman). * correct logic of DECSCL, which always set 8-bit controls as a side-effect (report by George Nachman). * correct loop limit for DECSED 1, when DECSCA is enabled (report by George Nachman). * fix a entry in csi_table for “$”, needed for CSI [ $ z (report by George Nachman). * remove restriction from patch #279 changes on DECIC and DECDC to left-right mode (report by George Nachman). * correct PID value returned in response to DECRQCRA (report/analysis by George Nachman). * fix an ifdef\'ing problem, where --disable-dec-locator would turn off logic needed for DECIC and DECDC (report by George Nachman). * correct order of parameters in report for CSI 1 9 t, which gives the screensize in characters (report by George Nachman). * add null pointer checks for a case in DECCRA where part of the target rectangle lies outside the screen limits (report by George Nachman). * remove extra \"6\" for selective erase from DA1 response (report by George Nachman). * support Xinerama screen specification in geometry parsing (patch by Nicolas George). * add configure option --enable-initial-erase to set ptyInitialErase consistently with manpage, as well as adding a table in manpage to clarify the relationship between the resources related to the backarrow key (Debian #775952). * add configure --enable-builtin-xpms to simplify compiling-in the icons introduced in patch #284 (prompted by discussion with William Bulley). * fix/improve autoconf macros: + CF_WITH_APP_DEFAULTS, add paths for OSX + CF_WITH_MAN2HTML, configure option \"--with-man2html\" provides \"man2html\" as alternative to groff\'s man/html conversion * fix some minor issues in manpage (Jens Schweikhardt).- Patch #314 - 2014/12/28 * fix a minor bug in the termcap-specific version of resize when the lines or columns values are at the very end of an incomplete termcap string (prompted by coverity report). * improve paste64 feature (report by Olaf Rogalsky) + fix “p;” command in paste64.pl example. + modify _OwnSelection to allow the paste64 control to cause primary/clipboard selections to be disowned and cleared. + omit an extra \"=\" used in padding, to make the base64 response a multiple of four characters. + modify _ConvertSelectionHelper to not stop converting on embedded nulls in the primary or clipboard selection. That makes the behavior consistent with cut-buffers. Nulls are not passed on to the application because they are used for separators in the X library calls that convert XTextProperty values. * add configure option --with-man2html to allow an alternative to groff\'s man/html conversion. * review and modify resource-settings which can be set via control sequences, etc: + add OSC 6, to enable/disable colors set via OSC 5, without changing the color assignments (prompted by patch by Ingo Brückl). + add command-line option -itc for italics. + add colorIT and colorITMode for italics, like colorBD, etc. + guard allowPasteControls against modification by editres. * change passedPty from fixed-length to allocated to ensure that it is long enough to hold the -S option value (report by Ben Longbons). * improve ReGIS graphics initialization (Ross Combs): + add a new string resource to set the default ReGIS font. + fix a caching problem where the font name wasn\'t taken into consideration when looking up cached metrics. + enables use of fractional values in coordinates (which in turn allows setting the coordinates to something like [0,1][1,0]) + doubles the minimum ReGIS graphic to 200x200 + set the default ReGIS image size to \"auto\" + fix some swapped width/height parameters in TRACE messages + add support for scaling and mirrored coordinate systems to the screen address command + sets a minimum ReGIS graphics size of 100x100 -- smaller address ranges will be scaled up + reset the image if either the width or height is zero (which should happen together or not at all, but switching the logic gets rid of some parentheses) + adds support for alternate screen coordinates (just offsets, not inverted coordinates or scaling) + keeps the graphics state across ReGIS calls unless P1 or P3 entry codes are used + changes loops to continue after parsing whitespace to allow trailing whitespace + fixes some incorrect character casts * Mon Jan 05 2015 pcernyAATTsuse.com- Patch #313 - 2014/11/28 * add regisScreenSize resource setting to allow custom screensizes for ReGIS graphics (prompted by discussion with Scott Froebe). * fix some minor issues in manpage (Jens Schweikhardt). * improve ReGIS font-handling (Ross Combs): + remove \"random junk\" generation for unknown characters + add xterm extension to load user glyphs for alphabet 0 + add xterm extension to specify loading an alphabet from a font by name + fix bug with use of empty alphabet slots which caused slot 0 to be clobbered + update/clarify ReGIS-related comments + add DECprint extension for printing/clearing the screen (only clearing is performed) * improve ReGIS colorspec conversion (Ross Combs): + avoid some floating point math for colorspace conversion + move two copies of colorspec parsing to a single function + change colorspec parsing to handle components being out of order or with spaces and commas between them + add support for an extension where RGB components can be given instead of HLS * improve use of const, e.g., for the LineData pointers (patch by Ross Combs). * clip of graphics that overlap the scrollback buffer and alt screen (patch by Ross Combs). * amend change to focus-change events in patch #287 to limit it to suppressing the reset of the urgency-hint, because some useful FocusOut events were lost (report by Joe Peterson). * modify dpkg build-script to configure xterm-dev as an x-terminal-emulator alternative. * extend the --with-xterm-symlink feature to make symbolic links for the other programs and scripts. * minor fix to vttests/resize.pl to avoid undefined variable when receiving broken/missing response, e.g., from mrxvt. * change the way that ReGIS graphics are refreshed (patch by Ross Combs): + it pre-composes any overlapping graphics to avoid unnecessary and flickering draws + it adds a three-dimensional lookup table for RGB -> pixel values and uses this across all graphics + it draws in line segments when there is a run of the same color + in cases where there are no transparent parts, it uses an XImage to draw + it hooks into the double-buffering support if it is enabled (though this doesn\'t seem to get rid of all flicker). * This has the effect of reducing flicker and speeding up redraws. * Mon Jan 05 2015 dimstarAATTopensuse.org- Add libX11-devel, libXft-devel and libXrender-devel BuildRequires: the configure script silently disables XRENDERFONT support if the dependencies are missing (boo#911683).- Add an extra check after configure to ensure we do not lose this support accidentally ever again. * Fri Dec 19 2014 dimstarAATTopensuse.org- Remove xorg-x11 and xorg-x11-devel BuildRequires: there is no need, and it causes that xterm requires itself to build through indirect requires (xdm, xinit).- Own the directory %{xappdefs}. * Tue Dec 16 2014 dimstarAATTopensuse.org- Split the desktop launcher from the binaries: there are users that want to clean up their desktop launchers and also remove xterm launchers (but xterm is a deep dependency of xinit, used for fallback situations). The package \'xterm\' is the \'app launcher\', which depends on xterm-bin. Installing xterm does, as it did in the past, pull a FULL package installation. But the user will be free to remove xterm and only keep xterm-bin (once the dependencies in xinit are corrected as well) (boo#906598). * Fri Nov 14 2014 dimstarAATTopensuse.org- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.
|
|
|