Revisions of xterm

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 441220 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 104)
- 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 (forwarded request 441219 from pcerny)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 433933 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 103)
- 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 (forwarded request 433932 from pcerny)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 376551 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 102)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 357879 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 101)
- 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):
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 329075 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 100)
- Patch #320 - 2015/08/28
  * correct documentation for %t format (report by Martin
    Tournoij).
  * add %R for consistency to exec-formatted() and
  * add %r format to exec-formatted() and insert-formatted()
    actions (patch by Martin Tournoij).
  * Amend fix for Debian #794201 (report forwarded from Christian
- 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
  * 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
  * correct combination of -ls and -e options for utempter
  * NetBSD build-fix for OPT_RENDERFONT versus OPT_SHIFT_FONTS
    + 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
  * fixes scrolling to use user coordinates and move in the
  * several fixes/improvements for ReGIS whitespace and (forwarded request 329073 from pcerny)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 266139 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 96)
Rework my last change - now builds for all repos available in X11:terminals (forwarded request 266125 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 265435 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 95)
splitbin conditionally done (forwarded request 265434 from dimstar)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 256317 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 93)
In the lack of consensus on hiding the xterm desktop item completely in a GNOME session, this is a (hopefully temporary) workaround which puts the xterm item inside the Utilities app-folder in the GNOME Shell overview, which is where gnome-terminal is also listed; *only* affects while a user is in a GNOME session (forwarded request 255346 from badshah400)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 253125 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 92)
- Patch #312 - 2014/09/28
  * undo change to do_select_regex() in patch #311
    (reports by H Merijn Brand, Sven-Haegar Koch, Debian #762978). (forwarded request 253124 from pcerny)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 252226 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 91)
- 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). (forwarded request 252225 from pcerny)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 249919 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 90)
- remove unnecessary colour tweaks which cause strange artifacts
  in the ReverseVideo mode (bnc#395154, bnc#865340) (forwarded request 249918 from pcerny)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 89)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 245193 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 88)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 243246 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 87)
- Patch #310 - 2014/07/25
  * 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) (forwarded request 243245 from pcerny)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241235 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 86)
- 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 (forwarded request 241234 from pcerny)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 238372 from Petr Cerny's avatar Petr Cerny (pcerny) (revision 85)
- Patch #308 - 2014/06/19
  * corrected font used for clipping double-width bitmap fonts
    from patch #307 changes to work around mis-scaled fonts
    (Debian #752947).
  * improve wording of a warning message. (forwarded request 238371 from pcerny)
Displaying revisions 41 - 60 of 144
openSUSE Build Service is sponsored by