Commit Graph

268 Commits

Author SHA256 Message Date
d466c55486 Accepting request 120802 from home:jengelh:branches:X11:terminals
- Update to new upstream release 279
* add support for VT420/VT520 left/right margins and related
  origin-mode

OBS-URL: https://build.opensuse.org/request/show/120802
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=36
2012-05-16 21:04:38 +00:00
Stephan Kulow
2ae7b9f1aa Accepting request 106905 from X11:terminals
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/106905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=55
2012-02-28 13:17:00 +00:00
27b279e72c Accepting request 105781 from home:msmeissn:branches:X11:terminals
- buildrequire libXaw-devel on newer systems

OBS-URL: https://build.opensuse.org/request/show/105781
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=34
2012-02-18 10:34:03 +00:00
Stephan Kulow
aa6062c09c Accepting request 103892 from X11:terminals
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=54
2012-02-14 18:09:48 +00:00
34cb064064 Accepting request 100935 from home:pcerny:factory
- fixed build on SLE9

OBS-URL: https://build.opensuse.org/request/show/100935
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=32
2012-01-22 11:41:31 +00:00
Stephan Kulow
eb26c08132 Accepting request 100784 from X11:terminals
- Patch #278 - 2012/01/18
- Patch #277 - 2012/01/07 (forwarded request 100762 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/100784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=53
2012-01-20 21:08:23 +00:00
d3a72dbfa5 Accepting request 100762 from home:pcerny:factory
- Patch #278 - 2012/01/18
- Patch #277 - 2012/01/07

OBS-URL: https://build.opensuse.org/request/show/100762
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=30
2012-01-19 21:04:27 +00:00
Petr Cerny
79cfd38db8 Accepting request 91918 from home:WernerFink:branches:X11:terminals
- Use libtinfo if available otherwise libncurses (required due
  bnc #729226)

OBS-URL: https://build.opensuse.org/request/show/91918
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=29
2011-11-21 15:11:55 +00:00
Stephan Kulow
b3f11a257b Accepting request 88645 from X11:terminals
- Patch #276 - 2011/10/10 (forwarded request 88641 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/88645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=51
2011-10-19 11:36:31 +00:00
Stephan Kulow
927e20045b Accepting request 88641 from home:pcerny:factory
- Patch #276 - 2011/10/10

OBS-URL: https://build.opensuse.org/request/show/88641
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=27
2011-10-19 04:53:20 +00:00
Lars Vogdt
2b45dd5c7c Accepting request 87472 from X11:terminals
- Patch #275 - 2011/09/11
  * add ash, zsh to known shells for resize.
  * modify resize to reuse the logic from xterm which determines
    the actual logon-user's shell if $SHELL is not set.
  * revert the unsetenv("SHELL") added in patch #272.
  * an unsetenv("SHELL") added in patch #272 to help ensure that
    luit would get the user's shell consistently did not work as
    expected for cases where multiple names are in the
    password-file for a given uid. That was because changes in
    patch #157 to handle this situation did not take into account
    that repeated calls to getpwnam and getpwuid return a pointer
    to the same static buffer. Fixed the older logic to work as
    intended, by ensuring that the passwd-data from each call is
    stored separately (report by Paul Keusemann).
  * adjust ifdef's for putenv and unsetenv in case only one of
    those is provided on a given platform.
  * correct comparison used in ExposeContains macro from patch
    #274 changes, to handle window-dragging (patch by Todd
    Eigenschink).

- Patch #274 - 2011/09/05
  * portability fixes for cygwin: do not define SVR4, and work
    around nonstandard header location.
  * ifdef'd use of unsetenv from patch #273 changes to work with
    Solaris 9 (report by Waldemar Rachwal).
  * modify logic for XtAppPending to merge adjacent Expose and
    ConfigureNotify events which are redundant (report by Edward
    McGuire).
  * fix an unneeded warning message when -r option is given.
  * remove a few redundant entries from table used for helping (forwarded request 85817 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/87472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=50
2011-10-12 14:18:12 +00:00
Stephan Kulow
14c2cb85b9 Accepting request 85817 from home:pcerny:factory
- Patch #275 - 2011/09/11
  * add ash, zsh to known shells for resize.
  * modify resize to reuse the logic from xterm which determines
    the actual logon-user's shell if $SHELL is not set.
  * revert the unsetenv("SHELL") added in patch #272.
  * an unsetenv("SHELL") added in patch #272 to help ensure that
    luit would get the user's shell consistently did not work as
    expected for cases where multiple names are in the
    password-file for a given uid. That was because changes in
    patch #157 to handle this situation did not take into account
    that repeated calls to getpwnam and getpwuid return a pointer
    to the same static buffer. Fixed the older logic to work as
    intended, by ensuring that the passwd-data from each call is
    stored separately (report by Paul Keusemann).
  * adjust ifdef's for putenv and unsetenv in case only one of
    those is provided on a given platform.
  * correct comparison used in ExposeContains macro from patch
    #274 changes, to handle window-dragging (patch by Todd
    Eigenschink).

- Patch #274 - 2011/09/05
  * portability fixes for cygwin: do not define SVR4, and work
    around nonstandard header location.
  * ifdef'd use of unsetenv from patch #273 changes to work with
    Solaris 9 (report by Waldemar Rachwal).
  * modify logic for XtAppPending to merge adjacent Expose and
    ConfigureNotify events which are redundant (report by Edward
    McGuire).
  * fix an unneeded warning message when -r option is given.
  * remove a few redundant entries from table used for helping

OBS-URL: https://build.opensuse.org/request/show/85817
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=25
2011-10-12 07:21:46 +00:00
Sascha Peilicke
efb252e694 Accepting request 80459 from X11:terminals
- Patch #273 - 2011/08/25
  * build-fix for out-of-tree "make docs" rule.
  * correct a typo in x_strdup, from patch #198 changes.
  * correct initialization for -e option, broken in patch #272
    changes (report by Gabriele Balducci).
  * build-fix for out-of-tree builds to address minstall script
    changes in patch #272 (patch by Thierry Reding). 
- Patch #272 - 2011/08/24
  * document limitation of Gtk in connection with xterm's -into
    option, in the manpage (Ubuntu #806969).
  * improve -into by checking for and using the size of the window
    within which xterm is embedded, overriding other clues.
  * modify logic for localeFilter resource to allow that to
    include command-line options of luit.
  * improve -into by checking for invalid window-id, and allowing
    hexadecimal/decimal/octal values.
  * improve keepSelection, adding the case where the highlighting
    is cleared, overlooked in patch #230 (patch by Marco
    Peereboom).
  * improve command-line parsing to make abbreviate options work
    consistently across xterm-specific versus standard X toolkit
    options, and report cases where an abbreviated option happens
    to be ambiguous. In particular, -d now works as an
    abbreviation for -display.
  * fix regression in command-line parsing introduced in patch
    #271 changes for Debian #629358, (Debian #637910).
  * split-out new termcap/terminfo building block xterm+kbs for
    configurability.
  * modify terminfo file to reflect changes in ncurses for
    xterm-16color and xterm-256color.
  * modify minstall.sh, etc., to reflect the default default
    class, $TERM and decTerminalID values.
  * reword resize manpage to reflect the fact that $TERMCAP is not
    set on all systems (patch by Alan Coopersmith).
  * work around combined Xaw6/Xaw7 package in DragonFlyBSD which
    omits the usual symbolic link to the preferred library name.
  * further improve build-fix for termcap systems by checking for
    some which are only partial implementations, e.g., termcap
    2.08 in CentOS 5.2 (forwarded request 80382 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/80459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=49
2011-09-01 13:02:11 +00:00
7fa80cc56a Accepting request 80382 from home:pcerny:factory
- Patch #273 - 2011/08/25
  * build-fix for out-of-tree "make docs" rule.
  * correct a typo in x_strdup, from patch #198 changes.
  * correct initialization for -e option, broken in patch #272
    changes (report by Gabriele Balducci).
  * build-fix for out-of-tree builds to address minstall script
    changes in patch #272 (patch by Thierry Reding). 
- Patch #272 - 2011/08/24
  * document limitation of Gtk in connection with xterm's -into
    option, in the manpage (Ubuntu #806969).
  * improve -into by checking for and using the size of the window
    within which xterm is embedded, overriding other clues.
  * modify logic for localeFilter resource to allow that to
    include command-line options of luit.
  * improve -into by checking for invalid window-id, and allowing
    hexadecimal/decimal/octal values.
  * improve keepSelection, adding the case where the highlighting
    is cleared, overlooked in patch #230 (patch by Marco
    Peereboom).
  * improve command-line parsing to make abbreviate options work
    consistently across xterm-specific versus standard X toolkit
    options, and report cases where an abbreviated option happens
    to be ambiguous. In particular, -d now works as an
    abbreviation for -display.
  * fix regression in command-line parsing introduced in patch
    #271 changes for Debian #629358, (Debian #637910).
  * split-out new termcap/terminfo building block xterm+kbs for
    configurability.
  * modify terminfo file to reflect changes in ncurses for
    xterm-16color and xterm-256color.
  * modify minstall.sh, etc., to reflect the default default
    class, $TERM and decTerminalID values.
  * reword resize manpage to reflect the fact that $TERMCAP is not
    set on all systems (patch by Alan Coopersmith).
  * work around combined Xaw6/Xaw7 package in DragonFlyBSD which
    omits the usual symbolic link to the preferred library name.
  * further improve build-fix for termcap systems by checking for
    some which are only partial implementations, e.g., termcap
    2.08 in CentOS 5.2

OBS-URL: https://build.opensuse.org/request/show/80382
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=23
2011-09-01 07:22:12 +00:00
Sascha Peilicke
786e63eb59 Accepting request 77362 from X11:terminals
- Patch #271 - 2011/07/14 (forwarded request 77353 from pcerny)

OBS-URL: https://build.opensuse.org/request/show/77362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=48
2011-07-29 07:54:41 +00:00
9433f70128 Accepting request 77353 from home:pcerny:factory
- Patch #271 - 2011/07/14

OBS-URL: https://build.opensuse.org/request/show/77353
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=21
2011-07-28 15:52:43 +00:00
Sascha Peilicke
3e5bf25adb Accepting request 76236 from X11:terminals
update to xterm 270

OBS-URL: https://build.opensuse.org/request/show/76236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=47
2011-07-14 10:52:35 +00:00
6e1cf77273 Accepting request 76203 from home:pcerny:factory
- Patch #270 - 2011/04/26
  * build-fix, e.g., for using imake on platforms which use the
    termcap library.
  * modify utf8 resource to accept a name.
  * mention default for fontWarnings in manpage (report by Werner
    Scheinast).
  * split "UTF-8" menu entry into "UTF-8 Encoding" and "UTF-8
    Fonts".
  * gray-out font-menu entries when a font fails to load, e.g., a
    bitmap font is not installed.
  * improve behavior when there is no app-defaults file:
    o set the toolBar resource to false
    o gray-out the font menu entries where no resource is found. 
  * add configure option --with-desktop-category to allow
    customization of the ".desktop" files.
  * build-fix for the install-desktop makefile-rule, when the
    source/build directories differ (patch by Loïc Minier).
  * add menu entry and corresponding resource which can be used to
    suppress all bold-fonts (discussion with Jan Engelhardt).
  * make internal line-size value consistent with allocated sizes
    of character and related arrays to ensure that bulk copying of
    line data, e.g., in scrolling, accounts for the padding used
    for pointer alignment (adapted from patch by Rajesh
    Mandalemula, also reported by Ali Bahar).
  * widen ifdef for screen-resizing logic from patch #176 changes
    to send SIGWINCH to process group to include any system
    supporting ioctl(*,TIOCGPGRP,*) (prompted by linux-specific
    patch in OpenSUSE rpm package).
  * add printModeOnXError and printFileOnXError resources, which
    allow the user to specify that xterm will write the contents

OBS-URL: https://build.opensuse.org/request/show/76203
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=19
2011-07-14 09:17:41 +00:00
Ruediger Oertel
a2ca6f56c9 Accepting request 67053 from X11:terminals
Accepted submit request 67053 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=46
2011-04-22 20:51:38 +00:00
1536c5258d Accepting request 63582 from home:pcerny:factory
OK, thanks\!

OBS-URL: https://build.opensuse.org/request/show/63582
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=17
2011-03-16 10:35:37 +00:00
Ruediger Oertel
397b97c396 Autobuild autoformatter for 61607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=45
2011-02-18 11:39:16 +00:00
OBS User buildservice-autocommit
44044fa16d Updating link to change in openSUSE:Factory/xterm revision 45.0
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=85986695b7c2b34eca5ec84347ab85bb
2011-02-18 11:39:16 +00:00
Ruediger Oertel
234cd65216 Accepting request 61607 from X11:terminals
Accepted submit request 61607 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/61607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=44
2011-02-18 11:38:41 +00:00
bbe4b27d3a Accepting request 61511 from home:pcerny:factory
ok.

OBS-URL: https://build.opensuse.org/request/show/61511
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=15
2011-02-17 13:55:41 +00:00
OBS User autobuild
4f19031f91 Autobuild autoformatter for 51189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=42
2010-10-21 16:22:00 +00:00
Ruediger Oertel
46b204a27c Accepting request 51189 from X11:terminals
Accepted submit request 51189 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/51189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=41
2010-10-21 16:21:49 +00:00
989e2f5855 Accepting request 51188 from home:msmeissn:branches:X11:terminals
ok

OBS-URL: https://build.opensuse.org/request/show/51188
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=13
2010-10-21 08:33:17 +00:00
OBS User autobuild
d6e8ff970f Accepting request 47666 from X11:terminals
Copy from X11:terminals/xterm based on submit request 47666 from user coolo

OBS-URL: https://build.opensuse.org/request/show/47666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=40
2010-09-10 13:09:23 +00:00
OBS User buildservice-autocommit
aff9801aab Updating link to change in openSUSE:Factory/xterm revision 40.0
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=b947e28263084af219b97ec7de7ffbeb
2010-09-10 13:09:23 +00:00
OBS User autobuild
c3d499e991 Accepting request 47666 from X11:terminals
checked in (request 47666)

OBS-URL: https://build.opensuse.org/request/show/47666
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=12
2010-09-10 13:09:22 +00:00
Stephan Kulow
ed0a5710c3 Accepting request 47631 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/47631
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=11
2010-09-10 09:12:35 +00:00
OBS User autobuild
cd09e39e54 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=37 2010-03-18 15:38:21 +00:00
OBS User autobuild
37c0d40349 Accepting request 33130 from X11:terminals
Copy from X11:terminals/xterm based on submit request 33130 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/33130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=36
2010-02-24 01:34:22 +00:00
7a3af90f14 Accepting request 32473 from home:jirislaby:branches:X11:terminals
Copy from home:jirislaby:branches:X11:terminals/xterm via accept of submit request 32473 revision 3.
Request was accepted with message:
Reviewed ok, thanks!

OBS-URL: https://build.opensuse.org/request/show/32473
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=9
2010-02-22 16:46:24 +00:00
OBS User autobuild
79649d882f Accepting request 30090 from X11:terminals
Copy from X11:terminals/xterm based on submit request 30090 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/30090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=35
2010-01-21 10:48:40 +00:00
OBS User autobuild
215503d84c Accepting request 29342 from X11:terminals
Copy from X11:terminals/xterm based on submit request 29342 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=34
2010-01-14 16:14:55 +00:00
OBS User unknown
a561b5a0b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=32 2009-04-07 12:18:59 +00:00
OBS User unknown
b39417f9dd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=31 2009-02-16 11:26:55 +00:00
OBS User unknown
17c6228438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=30 2009-02-03 23:49:55 +00:00
OBS User unknown
c959cf5da7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=29 2009-01-29 23:34:52 +00:00
OBS User unknown
e49c6f5308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=28 2009-01-14 00:59:24 +00:00
OBS User unknown
1839d56a04 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=27 2009-01-09 01:11:33 +00:00
OBS User unknown
3c856baad4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=26 2008-08-01 22:41:40 +00:00
OBS User unknown
5dd98d3070 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=25 2008-07-09 00:11:55 +00:00
OBS User unknown
1010e51158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=24 2008-04-21 16:58:14 +00:00
OBS User unknown
ecec8b2137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=23 2008-03-03 15:49:11 +00:00
OBS User unknown
92f8950097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=22 2008-02-25 16:50:34 +00:00
OBS User unknown
74c8f13fe0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=21 2008-02-02 00:09:46 +00:00
OBS User unknown
d4e5932517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=20 2008-01-07 01:54:59 +00:00
OBS User unknown
018f2800d6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=19 2008-01-03 17:03:24 +00:00