Subject: CVS commit: pkgsrc/x11/xterm
From: Thomas Klausner
Date: 2016-06-12 16:40:27
Message id: 20160612144027.3DE12FBB5@cvs.NetBSD.org

Log Message:
Updated xterm to 325.

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

Files:
RevisionActionfile
1.110modifypkgsrc/x11/xterm/Makefile
1.77modifypkgsrc/x11/xterm/distinfo
1.1removepkgsrc/x11/xterm/patches/patch-main.c