Hello community, here is the log from the commit of package xterm for openSUSE:Factory checked in at 2016-10-14 03:38:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xterm (Old) and /work/SRC/openSUSE:Factory/.xterm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xterm" Changes: -------- --- /work/SRC/openSUSE:Factory/xterm/xterm.changes 2016-03-26 15:20:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2016-10-14 03:38:40.000000000 +0200 @@ -1,0 +2,74 @@ +Wed Oct 5 12:42:33 UTC 2016 - [email protected] + +- 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 11:06:22 UTC 2016 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- xterm-324.tgz xterm-324.tgz.asc New: ---- xterm-326.tgz xterm-326.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xterm.spec ++++++ --- /var/tmp/diff_new_pack.XBV5NZ/_old 2016-10-14 03:38:42.000000000 +0200 +++ /var/tmp/diff_new_pack.XBV5NZ/_new 2016-10-14 03:38:42.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xterm # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define vttest_version 20140305 %define splitbin 0%{?suse_version} >= 1300 Name: xterm -Version: 324 +Version: 326 Release: 0 Summary: The basic X terminal program License: MIT ++++++ xterm-324.tgz -> xterm-326.tgz ++++++ ++++ 22334 lines of diff (skipped) ++++++ xterm-forbid_window_and_font_ops.patch ++++++ --- /var/tmp/diff_new_pack.XBV5NZ/_old 2016-10-14 03:38:43.000000000 +0200 +++ /var/tmp/diff_new_pack.XBV5NZ/_new 2016-10-14 03:38:43.000000000 +0200 @@ -28,19 +28,19 @@ diff --git a/xterm.man b/xterm.man --- a/xterm.man +++ b/xterm.man -@@ -1896,17 +1896,17 @@ The default is \*(``false\*(''. +@@ -1992,17 +1992,17 @@ The default is \*(``false\*(''. .TP - .B "allowColorOps (\fPclass\fB AllowColorOps)" + .B "allowColorOps\fP (class\fB AllowColorOps\fP)" Specifies whether control sequences that set/query the dynamic colors should be allowed. ANSI colors are unaffected by this resource setting. The default is \*(``true\*(''. .TP - .B "allowFontOps (\fPclass\fB AllowFontOps)" + .B "allowFontOps\fP (class\fB AllowFontOps\fP)" Specifies whether control sequences that set/query the font should be allowed. -The default is \*(``true\*(''. +The default is \*(``false\*(''. .TP 8 - .B "allowPasteControls (\fPclass\fB AllowPasteControls)" + .B "allowPasteControls\fP (class\fB AllowPasteControls\fP)" If true, allow control characters such as BEL and CAN to be pasted. Formatting characters (tab, newline) are always allowed. Other C0 control characters are suppressed unless this resource is enabled.
