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
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).
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
Without this patch, this happens every time the child exits. To reproduce,
simply run "xterm -hold -e true".
Submitted upstream on March 29th 2016.
Bumps PKGREVISION.
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).
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
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
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 (patch by 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 Combs).
Patch #318 - 2015/04/12
* 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).
Patch #317 - 2015/03/27
adapt example for exec-formatted from
Lukas 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 Keri 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 Zoltan Keri, 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 <a href=
"http://stackoverflow.com/questions/28137618/what-is-a-narrow-prototype-and-why-would-i-need-one/28334574?noredirect=1#comment45022128_28334574">
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 <a href= "#xterm_284">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)
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.
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):
Patch #311 - 2014/09/18
* mention xclip in manpage as an alternative workaround for copying
clipboard data, noting that selectToClipboard (from patch #209) is
the recommended approach (Debian #639094).
* correct comparison in do_select_regex() of working position against
starting column.
* correct initialization for regular-expression feature of
exec-selectable and insert-selectable actions (Debian #758633).
* modify logic for exec-formatted and insert-formatted actions to
ensure that the formatting occurs just after the selection is
received (Debian #758633).
* account for state of reverse-video in special case of cursor
coloring (Debian #759734).
* fix a sign-extension problem in ReGIS support, as well as
correcting a case where ignored-characters were not really ignored
(patch by Ross Combs).
* Enable the "Escape Sequence" menu entry when an OSC 50 is received.
Also disable it if the escape sequence specifies no font (Debian
#760208).
* improve fix for the fontsel menu entry from patch #304: because the
recovery used the "current font", it would fail if one first
selected a valid font, then an invalid font (Debian #760207).
* correct an off-by-one in limit-check for ScrnLimitChar function
(report by Egmont Koblinger).
* update package/freebsd files based on xterm #309 port.
* adapt changes from Minux3.2 which ported xterm #197, to allow
building on that platform both using imake as well as using the
configure script.
* update precompose.c based on Unicode 7.0
* build-fix for --with-Xaw3dxft option (report by Emanuel Haupt).
Patch #309 - 2014/07/13
* modify configure script to work around debris left by XQuartz
upgrades.
* modify test-package scripts to enable ReGIS graphics.
* improvements/additions to ReGIS graphics, e.g., drawing text (Ross
Comb).
* add --with-Xaw3dxft, to link with Xaw 3d xft library (Stephen P
Wall).
* amend reset for cursor-shape to take into account cursorUnderline
resource (report by Christian Weisgerber).
* update config.guess, config.sub
This release reviewed/improved features reset on "hard reset" and
implemented four SGRs, for completeness. There were several other
minor fixes/improvements.
303:
This release fixes a regression in validation against /etc/shells
and adds a check for paths which match /etc/shells via a symbolic
link.
302:
This release fixes several minor bugs and adds a new command-line
option to show colors as they are allocated.
300: This release fixed a problem when running in XFCE4.
299: This release fixed an error in line drawing.
298: This release fixes several minor bugs and adds a new option
"-report-fonts" to show which fonts are actually loaded.
This release revises and extends the DEC NRCS (national replacement
character set) feature, adding several character sets and making
it usable in a UTF-8 environment. There are other fixes for a few
control sequences, improvements in font handling, and improvements
to configurability.
Thomas E. Dickey says it has hard-to-fix layout issues and slows
the startup, so turn the option default off.
Bump PKGREVISION for the default change from on to off.
modify delimiter in configure macro used to add a library
after a given library to avoid confusion with -Wl
pass-through options to linker (NetBSD #48031).
fix quoting in expression used to trim extra libraries from
patch #295 changes (report by Thomas Klausner).
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Improves configurability of openpty versus posix_openpt functions.
Adds a new feature PasteControls to enable control characters (other
than formatting) to be pasted. Several minor bugfixes.
Several small bugfixes/improvements. One is a fix for the -iconic
option broken in #282 when the icon pixmap is configured. The other
fixes are for older problems.
285:
This release fixes two minor bugs, improves recovery from misconfigured
colors, and adds test scripts for building the FreeBSD port and
for demonstrating OSC 4 color-queries.
286:
This release fixes four bugs, chiefly a workaround for a bug in
GDM exposed by the change in patch #282 that identifies the window
manager. The other fixes add a check for misconfiguration of the
printerCommand resource and improve transformation of the manpage
to other formats.