diff --git a/xterm-388.tgz b/xterm-388.tgz deleted file mode 100644 index 4ea711b..0000000 --- a/xterm-388.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac429345e6f937a5945a89d425a265fee6c215fc669dbdc6a0326e21f4c5f674 -size 1548336 diff --git a/xterm-388.tgz.asc b/xterm-388.tgz.asc deleted file mode 100644 index c96dcfb..0000000 --- a/xterm-388.tgz.asc +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: See https://invisible-island.net/public/public.html for info - -iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmU1q+sACgkQzCr0RyFn -vgMvVQv+OY2iScuYviW55vdMCKQ2hX6TQ8FXscjn8vToc5v5qXjVaUoSWIlXkRj8 -seKnJxWvrv8fTMUcqbWsOAI8Re5DjWEWmQFVUwpTh6NPnICNeFK1aHNKGEIQWXm4 -eGVe3YOFeIFfzYFzHuMoV+C4gydYksId7gJ3EIcCR0V8jzfraeEwncPkubk5NG88 -2ehX/G+JVNiZnYrHJVpb92LGW6JQ/0OTrD+A6T/YJ3vVOMlOx6yEChdLNN+JTVmy -6XFbJuJC0qu0sk/dupQoD8H75ZrDoEK+JLSR0eh8bkVAwu1olTdzSa3cPW57SMrA -hPLzOFJcH92LYFBGm9a4CBFjCOf/VvN0RMj9ZKvdc5/8YgcoKANCVBwr4OFGp//3 -laGKeBfp+yjJeysDk8F+Uk2aNbpGSMI9naj5PEi3C3bVPIC1TCHt4OY0kkpKe+rW -2uieDZT5cLJmLboI6+dEPTFvhe+Nz/wp2SDTZ14OIWDqtBXNNv22NX+YEzNvWbDn -J2t8cGwa -=AgY6 ------END PGP SIGNATURE----- diff --git a/xterm-389.tgz b/xterm-389.tgz new file mode 100644 index 0000000..827a2b3 --- /dev/null +++ b/xterm-389.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd5763d94d9370fed10d804e831a089b2ace0e7a74b6f56ef5a16a766bde7be +size 1579767 diff --git a/xterm-389.tgz.asc b/xterm-389.tgz.asc new file mode 100644 index 0000000..60ac0e9 --- /dev/null +++ b/xterm-389.tgz.asc @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmWTYlQACgkQzCr0RyFn +vgOWkgwAiajP5QDmjkbSo2M8IBbybObs0G18tlmeATnm3PO4izz1CDvi8jB0W0w4 +wpVEpT4GxvxBR5kkhrmrqupTuS9HX3vXLnrX03KJdTTYXGuel2TB4KtFjG/pBEfG +C5hiukgzkSjeZKn8Upc6RoRGKDE/XUYg6e2TjE1sei4ltkp8wdrshzwgd5oYVt9d +OIZr6VscraRkU8BmutEstALGiXw7vznffRYuJeHuLT3sCqRQxXHRNBPk0YbTCGhz +Fjr9JetBweUxeHaPHObz8jgnyCuvbu3wI+C6F5MnDCJhsuIORksNKbHxY725Pq7j +DmSv8ritsSWvTbCpVk8cT6kDcAXlQ78W1PTFe6wz9XwtQt39/wSzxbPA8WxCTBUK +x5GHykKS4tWaiMagEoNXh93SktQNLo6oEkFbVO9z1jZzu8d9ExjUp575GUmTmzQ2 +ekXgtWKkoAGE5Hmj2Z5TRwgqakWQ+oS/kXxKNLv1Jg1Z55aYqecGZemfnaH5P2lL +UZKUUD7q +=DLkz +-----END PGP SIGNATURE----- diff --git a/xterm.changes b/xterm.changes index 6c3795c..7c60dc8 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Jan 27 16:53:56 UTC 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 09:47:15 UTC 2023 - Dirk Müller diff --git a/xterm.spec b/xterm.spec index fef16f1..1a3683c 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ # # spec file for package xterm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define splitbin 0%{?suse_version} >= 1300 Name: xterm -Version: 388 +Version: 389 Release: 0 Summary: The basic X terminal program License: MIT