- Patch #282 - 2012/09/28

* improve configure check for XkbKeycodeToKeysym, fixing a regression
    on some older systems in the patch #280 changes.
  * add  clarification in manpage for alwaysBoldMode and veryBoldColors
    resources (prompted by Derek Martin question about using the former
    with TrueType fonts).
  * add  alternateScroll  resource  and corresponding control sequences
    which  modify  the  scroll-forw  and  scroll-back actions: when the
    alternate screen is displayed, wheel mouse up/down will send cursor
    keys (Debian #683942).
  * improve  rendering  for the case when a Unicode character is absent
    in  the  bold  font  but  present in the normal font by temporarily
    falling back to the normal font (Debian #359006, Debian #408666).
  * provide  configure  option  --enable-double-buffer  and  ifdef's to
    allow  comparisons  with/without double-buffering. The default uses
    normal buffering.
  * add  feature  to  optionally  scroll  current page before clearing,
    ontrolled  by  resource setting cdXtraScroll (prompted by patch by
    Richard Wagenblast):
  * integrated  patches  from  Arch  Linux  forum  posting  (patches by
    Richard Wagenblast):
       + modify reallocation limit of line-data when resizing screen so
         that  "lost"  text  will  be  restored  if the screen is first
         shrunk and then grown.
       + modify output to use double-buffering to reduce flicker.
  * modify  scroll-lock  action  to  handle on/off/toggle keywords like
    other actions. Previously the optional parameter was interpreted as
    an integer.
  * extend  DECSCUSR  to  provide a way to set the cursor to a vertical
    bar (patch by Paul Bolle).

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=45
This commit is contained in:
Marcus Meissner 2012-10-01 14:02:17 +00:00 committed by Git OBS Bridge
parent 03e3de7cd5
commit e9776eec55
6 changed files with 154 additions and 68 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a777c81736aaca329ef54ef9d0bf5811405986b2afab18417443977f949732fb
size 1044281

View File

@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAk/plEcACgkQcCNT4Pfkjts1ZQCeMfBwd+hLPfLW2oNn3NfNijvJ
kLsAn1UBVSEwMLTGKZTZiF2NOC5rEVeW
=+yg2
-----END PGP SIGNATURE-----

3
xterm-282.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74a292469b6a7fe298f895a529d068015865c29ab3ccb7aaa1fa497ba948be43
size 1095632

8
xterm-282.tgz.asc Normal file
View File

@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlBmQmgACgkQcCNT4Pfkjts2ogCfSSNVxbO/1rZkgHyIiX+AFUTp
h+0AoIxlrmGd3FaOxYvY69uf91djkWuV
=SPgf
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Mon Oct 1 13:59:52 UTC 2012 - meissner@suse.com
- Patch #282 - 2012/09/28
* improve configure check for XkbKeycodeToKeysym, fixing a regression
on some older systems in the patch #280 changes.
* add clarification in manpage for alwaysBoldMode and veryBoldColors
resources (prompted by Derek Martin question about using the former
with TrueType fonts).
* add alternateScroll resource and corresponding control sequences
which modify the scroll-forw and scroll-back actions: when the
alternate screen is displayed, wheel mouse up/down will send cursor
keys (Debian #683942).
* improve rendering for the case when a Unicode character is absent
in the bold font but present in the normal font by temporarily
falling back to the normal font (Debian #359006, Debian #408666).
* provide configure option --enable-double-buffer and ifdef's to
allow comparisons with/without double-buffering. The default uses
normal buffering.
* add feature to optionally scroll current page before clearing,
ontrolled by resource setting cdXtraScroll (prompted by patch by
Richard Wagenblast):
* integrated patches from Arch Linux forum posting (patches by
Richard Wagenblast):
+ modify reallocation limit of line-data when resizing screen so
that "lost" text will be restored if the screen is first
shrunk and then grown.
+ modify output to use double-buffering to reduce flicker.
* modify scroll-lock action to handle on/off/toggle keywords like
other actions. Previously the optional parameter was interpreted as
an integer.
* extend DECSCUSR to provide a way to set the cursor to a vertical
bar (patch by Paul Bolle).
* add -8, -c, -d and -u options to 88colors2.pl and 256colors2.pl
scripts. No current terminal emulator recognizes C1 controls while
handling UTF-8 encodingâ\200\224see notes in patch #119 and patch #109
regarding utf8controlsâ\200\224but the -u and -8 options are useful for
demonstrating this point.
* improve speed when changing color palettes using OSC controls by
deferring repaint while followup controls might be additional color
palette changes.
* modify SGR 38 and SGR 48 to accept RGB index, matching the closest
entry in xterm's palette.
* extend SGR 38 and SGR 48 to accept colon as parameter separator
(request by Paul LeoNerd Evans).
* modify fullscreen action to allow it to toggle the full-screen mode
rather than only set or unset it (prompted by Eeri Kask's
suggestion to support _NET_WM_TOGGLE). This implementation does not
yet use _NET_WM_TOGGLE.
* add support for _NET_WM_STATE_MAXIMIZED_VERT and
_NET_WM_STATE_MAXIMIZED_HORZ EWMH properties (suggested by Eeri
Kask).
* make fullscreen mode work with the tek4014 window. This change
makes only the currently active window to be changed to fullscreen
rather than changing both windows.
* modify TekClear function to discard pending output before clearing
the tek4014 display (patch by Kevin Ryde).
* fix deleteIsDEL feature, broken in patch #280 changes (report by
Mike Thornburg, forwarded by Jeremy Huddleston).
* fix a special case of wrapping double-width characters
(report/test-case by Ken Winstein).
* add E3 extended capability to xterm-basic to match ncurses 20120728
patch.
* fix incorrect transformation of row-parameter for
ClearCurBackground in patch #279 which caused incorrect painting in
some scrolling scenarios (report by Chuck Silvers).
* fix typo in manpage description of +maximized option (Paul Maier).
* change default for configure option --with-xpm, turning it on
unless requested otherwise.
* add configure option --with-icon-name which can be used to override
the default icon used in icon-themes.
* extend activeIcon resource to provide default value which tells
xterm to determine the window manager's name and automatically
enable the feature for fvwm and window maker. The explicit
true/false values can be used to override this behavior.
* add "mini" xterm icon, which scales better than the standard xterm
icon, e.g., for the gnome/kde "panel" feature.
* extend iconName resource to search for icon named according to
resource value and use that if found. If not found, use compiled-in
pixmap. Both set the WM_ICON_NAME property which is used by various
window managers, usually for window decoration.
* updated autoconf patch, adding support for --datarootdir, which
changes the default location of manpages.
* further improved autoconf macros for configuring icons, from vile
9.8h
-------------------------------------------------------------------
Mon Aug 6 09:53:04 UTC 2012 - pgajdos@suse.com
@ -14,7 +100,7 @@ Tue Jul 17 15:13:06 UTC 2012 - pcerny@suse.com
of tree (patch by Thierry Reding).
* undo the XK_Home / XK_End change from patch #280 which broke
the non-VT220 keyboard for those keys (report by H Merijn
Brand).
Brand).
- Patch #280 - 2012/06/24
* add configure check to work around warning from
desktop-file-install for "Encoding", noting that it emits
@ -68,12 +154,12 @@ Tue Jul 17 15:13:06 UTC 2012 - pcerny@suse.com
deselecting a window (report by Kriston Rehberg).
* unset DESKTOP_STARTUP_ID environment variable to lessen
confusion on the part of GTK applications which use the
variable without checking it (report by John Little).
variable without checking it (report by John Little).
-------------------------------------------------------------------
Tue Jun 26 08:58:16 UTC 2012 - sndirsch@suse.com
- require luit package on openSUSE > 12.1 (post xorg apps split)
- require luit package on openSUSE > 12.1 (post xorg apps split)
-------------------------------------------------------------------
Sun May 13 00:49:13 UTC 2012 - jengelh@inai.de
@ -104,7 +190,7 @@ Thu Jan 19 12:31:33 UTC 2012 - pcerny@suse.com
where groff's utility for generating images for tables dumps
core. Most versions of groff (I've found 1.19.2 to be the
most stable) dump core when attempting to report that there
are too few lines on a page for a table to be shown.
are too few lines on a page for a table to be shown.
- Patch #277 - 2012/01/07
* remove special case for ISC pseudo-terminals which attempts
@ -123,7 +209,7 @@ Thu Jan 19 12:31:33 UTC 2012 - pcerny@suse.com
o exec-formatted
o exec-selectable
o insert-formatted
o insert-selectable
o insert-selectable
* add visualBellLine resource to allow visualBell to flash only
the current line (prompted by patch by Gertjan Halkes).
* add eightBitMeta resource to control the features which
@ -153,7 +239,7 @@ Thu Jan 19 12:31:33 UTC 2012 - pcerny@suse.com
not have to be represented as a printable character.
o the control responses for pressing and releasing a mouse
button differ, allowing an application to tell which button
was released.
was released.
* Besides these improvements, in discussion, it was noted that
urxvt's implementation of 1005 is incorrect, relying upon
a locale that provides UTF-8 encoding. In contrast, vttest
@ -165,7 +251,7 @@ Thu Jan 19 12:31:33 UTC 2012 - pcerny@suse.com
by Thorsten Glaser):
o disable search for non-Unix96 ptys.
o fix a gcc warning in timestamp_filename
o modify Imakefile to install xterm setgid to utmp.
o modify Imakefile to install xterm setgid to utmp.
* add/use/prefer posix_openpt() for opening pseudo-terminal.
* modify special errno handling case in ptydata.c from
patch #158 to allow for the possibility that any platform may
@ -174,13 +260,13 @@ Thu Jan 19 12:31:33 UTC 2012 - pcerny@suse.com
* add keyboard logic to map shift-tab into XK_ISO_Left_Tab,
which is usually, not always, done by the X keyboard
configuration.
* portability fixes for some configure macros: CF_XOPEN_SOURCE
* portability fixes for some configure macros: CF_XOPEN_SOURCE
-------------------------------------------------------------------
Thu Nov 17 10:54:07 UTC 2011 - werner@suse.de
- Use libtinfo if available otherwise libncurses (required due
bnc #729226)
bnc #729226)
-------------------------------------------------------------------
Wed Oct 19 01:47:15 UTC 2011 - pcerny@suse.com
@ -198,7 +284,7 @@ Wed Oct 19 01:47:15 UTC 2011 - pcerny@suse.com
pathnames.
* modify abbreviation disambiguation check for command-line
parameters to account for -geometry, whose parameter may
begin with "+" or "-" (report by Scott Bertilson).
begin with "+" or "-" (report by Scott Bertilson).
-------------------------------------------------------------------
Thu Sep 15 14:20:26 UTC 2011 - pcerny@suse.com
@ -262,7 +348,7 @@ Wed Aug 31 10:13:15 UTC 2011 - pcerny@suse.com
* 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).
changes in patch #272 (patch by Thierry Reding).
- Patch #272 - 2011/08/24
* document limitation of Gtk in connection with xterm's -into
@ -384,7 +470,7 @@ Tue Jul 12 13:00:23 UTC 2011 - pcerny@novell.com
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.
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
@ -415,7 +501,7 @@ Tue Jul 12 13:00:23 UTC 2011 - pcerny@novell.com
* correct order of initialization for translations vs fullscreen
resources to enable a special case which omits the Alt-Enter
translation when fullscreen is disabled (Debian #612978).
* update config.guess, config.sub
* update config.guess, config.sub
-------------------------------------------------------------------
Thu Mar 3 11:31:32 UTC 2011 - pcerny@novell.com
@ -432,13 +518,13 @@ Thu Mar 3 11:31:32 UTC 2011 - pcerny@novell.com
o fullscreen
o scroll-lock
o shift-fonts
o wheel-mouse
o wheel-mouse
* make the fullscreen feature configurable (Debian #612978)
o add it to the configurable list disallowedWindowOps.
o add command-line option -fullscreen to allow the feature to
be enabled at startup.
o add resource fullscreen to control whether the feature is
active or may be enabled.
active or may be enabled.
* modify probe_netwm_fullscreen_capability for 64-bit machines.
Contrary to XGetWindowProperty manpage, that function returns
32-bit data packed as long's.
@ -452,7 +538,7 @@ Thu Mar 3 11:31:32 UTC 2011 - pcerny@novell.com
* improve configure check for rpath-hack, to improve builds on
systems where gcc will not search /usr/local/lib, etc.
* build-fix for Xaw3d configuration (report by H Merijn Brand).
* update config.guess, config.sub
* update config.guess, config.sub
-------------------------------------------------------------------
Wed Feb 16 18:30:45 UTC 2011 - pcerny@novell.com
@ -476,7 +562,7 @@ Wed Feb 16 18:30:45 UTC 2011 - pcerny@novell.com
entry (report by David Holland, NetBSD #44344).
* add makefile rules docs-ctlseqs, docs-xterm, etc.
* correct typo in description of DECRPM in control sequences document (report
by Ailin Nemui).
by Ailin Nemui).
- Patch #267 - 2010/11/20
* minor formatting changes to ctlseqs.ms to simplify a script which extracts
@ -497,18 +583,18 @@ Wed Feb 16 18:30:45 UTC 2011 - pcerny@novell.com
o improve workaround in CF_X_TOOLKIT macro, checking for other possible
packages where Xt's dependencies may be given.
o prefer ${name:=value} to ${name-value}, since recent bash changes break
legacy support for that feature.
legacy support for that feature.
- Patch #266 - 2010/10/24
* add rpm and dpkg scripts, for testing.
* more fixes for Debian #600707 (report by Cyril Brulebois).
* more fixes for Debian #600707 (report by Cyril Brulebois).
- Patch #265 - 2010/10/22
* fix a regression in fontname logic from patch #263 changes (Debian #600707,
reported by Vincent Lefevre).
* revert modification of any-event/any-button protocol from patch #263
changes. It interferes with selection using a shifted mouse button (reports
by Neil Bird, Bram Moolenaar).
by Neil Bird, Bram Moolenaar).
-------------------------------------------------------------------
Fri Oct 15 17:37:48 CEST 2010 - meissner@suse.de
@ -554,7 +640,7 @@ Fri Oct 15 17:37:48 CEST 2010 - meissner@suse.de
* increase an array limit used in reporting mouse events (report by Ryan Johnson).
* add extended mouse-coordinates mode, allowing up to 2015x2015 windows,
using UTF-8 encoding (patch by Ryan Johnson).
* modify manpage hyphens to conform with Debian.
* modify manpage hyphens to conform with Debian.
- Patch #261 - 2010/6/28
* fix regression in renderFont logic, from patch #260 changes (report
@ -573,14 +659,14 @@ Fri Oct 15 17:37:48 CEST 2010 - meissner@suse.de
* document in manpage some actions which were overlooked:
o readline-button
o scroll-lock
o set-8-bit-control
o set-8-bit-control
* undo a change to limit-check in ScrnRefresh in patch #257, which
broke fastScroll feature (Debian #584841).
* modify handling of brokenLinuxOSC and brokenStringTerm to also sound
the bell.
* add control/D and control/Q to controls which will cause early exit
from control string per brokenStringTerm resource.
* improve documentation of brokenStringTerm resource in manpage.
* improve documentation of brokenStringTerm resource in manpage.
- Patch #259 - 2010/6/5
* modify configure check for luit to include new aliases for the program
@ -625,7 +711,7 @@ Fri Oct 15 17:37:48 CEST 2010 - meissner@suse.de
* improve configure script:
o corrected check for _XOPEN_SOURCE for OpenSolaris.
o when possible, add rpath option for libraries in unusual places
o add configure option --disable-rpath-hack to control whether the rpath option can be added.
o add configure option --disable-rpath-hack to control whether the rpath option can be added.
* modify AllocateTermColor() to separate initialization from control
sequences, fixing problem from patch #254 changes where enabling
allowSendEvents resource prevents setting cursor color on command-line
@ -672,7 +758,7 @@ Sat Feb 13 11:15:30 CET 2010 - jslaby@suse.de
for some platforms that have conflicting definitions in headers.
* correct logic used to switch to alternate screen using FIFO-lines
configuration (Debian #565772).
* update config.guess, config.sub
* update config.guess, config.sub
-------------------------------------------------------------------
Fri Jan 15 17:13:30 CET 2010 - meissner@suse.de
@ -714,7 +800,7 @@ Fri Jan 15 17:13:30 CET 2010 - meissner@suse.de
* add special case to configure CF_XOPEN_SOURCE macro to use
extensions on Darwin (patch by Dennis Preiser).
* improve configure checks for regular expressions header and library
* update config.guess, config.sub
* update config.guess, config.sub
- Patch #253 - 2009/12/10
* add a null-pointer check in getPrinterFlags() per changes in patch #252.
@ -773,7 +859,7 @@ Fri Jan 15 17:13:30 CET 2010 - meissner@suse.de
to suppress with the allowWindowOps resource (prompted by discussion
with Bram Moolenaar).
* add makefile rules for resize-manpage to pdf, etc.
* further improve limit-checks in select/paste (Mandriva #54531).
* further improve limit-checks in select/paste (Mandriva #54531).
- Patch #250 - 2009/10/13
* add check and error-message for fonts that have no printable values
@ -1161,7 +1247,7 @@ Mon Apr 21 16:00:01 CEST 2008 - sndirsch@suse.de
-------------------------------------------------------------------
Mon Mar 3 09:55:33 CET 2008 - sndirsch@suse.de
- update to bugfix release xterm-234
- update to bugfix release xterm-234
* modify sinstall.sh to use POSIX locale to bypass GNU ls changes
to date-format.
* improved/refined changes for closing bitmap font (patch by
@ -1175,7 +1261,7 @@ Mon Mar 3 09:55:33 CET 2008 - sndirsch@suse.de
-------------------------------------------------------------------
Mon Feb 25 12:35:17 CET 2008 - sndirsch@suse.de
- udpate to bugfix release xterm-233
- udpate to bugfix release xterm-233
-------------------------------------------------------------------
Thu Jan 31 11:52:22 CET 2008 - sndirsch@suse.de
@ -1186,8 +1272,8 @@ Thu Jan 31 11:52:22 CET 2008 - sndirsch@suse.de
Sun Jan 6 13:16:16 CET 2008 - sndirsch@suse.de
- update to xterm-231
* undo change to getXtermCell() from patch #230 using
PACK_PAIR macro (Debian #459014, analysis by Caetano Jimenez
* undo change to getXtermCell() from patch #230 using
PACK_PAIR macro (Debian #459014, analysis by Caetano Jimenez
Carezzato).
* minor documentation fixes (patch by Slava Semushin)
* add makefile actions to install KOI8RXTerm app-defaults
@ -1230,7 +1316,7 @@ Mon Aug 13 03:29:19 CEST 2007 - sndirsch@suse.de
-------------------------------------------------------------------
Sat Aug 11 20:05:58 CEST 2007 - sndirsch@suse.de
- changed icon to a transparent one (Bug #299596)
- changed icon to a transparent one (Bug #299596)
-------------------------------------------------------------------
Tue Jul 24 17:25:38 CEST 2007 - mfabian@suse.de
@ -1276,7 +1362,7 @@ Tue Jul 24 17:25:38 CEST 2007 - mfabian@suse.de
adobe-helvetica for the menus. The menus are ASCII only anyway at
the moment, it doesn't matter at all whether a Unicode font
(iso10646-1) or any of the iso8859* fonts is used, they are all
identical in the ASCII region anyway.
identical in the ASCII region anyway.
Using the iso* wildcard makes xterm work even if the recoded
versions of the bitmap fonts are missing in a minimal installation
and only the Unicode versions are there.
@ -1292,13 +1378,13 @@ Thu Jul 12 17:19:32 CEST 2007 - werner@suse.de
-------------------------------------------------------------------
Mon Jul 9 21:53:00 CEST 2007 - sndirsch@suse.de
- no longer package /usr/share/pixmaps to fix build
- no longer package /usr/share/pixmaps to fix build
-------------------------------------------------------------------
Sat Jun 30 18:41:08 CEST 2007 - sndirsch@suse.de
- Patch #227 - 2007/6/27
- obsoletes xterm-225k.patch
- obsoletes xterm-225k.patch
-------------------------------------------------------------------
Thu Jun 14 15:48:56 CEST 2007 - sndirsch@suse.de
@ -1414,7 +1500,7 @@ Mon Feb 12 14:33:36 CET 2007 - sndirsch@suse.de
- updated to xterm-224 (2007/02/11)
* simplify code for set/reset mode for blinking cursor (patch by
Emanuele Giaquinta).
* modify dabbrev-expand() to restart after the last match (patch by
* modify dabbrev-expand() to restart after the last match (patch by
Emanuele Giaquinta).
* add control sequences for enabling/disabling focus in/out event
reporting (request by Bram Moolenaar).
@ -1497,11 +1583,11 @@ Tue Nov 28 06:02:04 CET 2006 - sndirsch@suse.de
- bug220728.diff:
* Essentially the problem reported is that xterm #216 does a more
complete job of applying modifier parameters to cursor-,
complete job of applying modifier parameters to cursor-,
function- and other keys. Some users would like to disable the
feature. Patch to allow modifyCursorKeys to be disabled.
Currently the resource accepts values 0 to 3. This adds a -1 to
disable the feature. Most users won't want to do this.
Currently the resource accepts values 0 to 3. This adds a -1 to
disable the feature. Most users won't want to do this.
(Bug #220728)
-------------------------------------------------------------------
@ -1554,7 +1640,7 @@ Tue Sep 5 18:38:36 CEST 2006 - sndirsch@suse.de
Tue Aug 29 11:19:48 CEST 2006 - sndirsch@suse.de
- updated to xterm-218
* change behavior when encountering an illegal character in a
* change behavior when encountering an illegal character in a
title string. Rather than reject the string, translate
illegal characters into "?" and use the string (requested by
Thomas Wolff).
@ -1596,7 +1682,7 @@ Wed Aug 16 18:02:44 CEST 2006 - aj@suse.de
-------------------------------------------------------------------
Wed Aug 9 12:09:29 CEST 2006 - sndirsch@suse.de
- fixed /usr/share/fonts directory conflict with filesystem
- fixed /usr/share/fonts directory conflict with filesystem
-------------------------------------------------------------------
Fri Aug 4 16:01:27 CEST 2006 - sndirsch@suse.de
@ -1684,12 +1770,12 @@ Fri Aug 4 16:01:27 CEST 2006 - sndirsch@suse.de
-------------------------------------------------------------------
Fri Jul 28 14:45:41 CEST 2006 - sndirsch@suse.de
- use "-fno-strict-aliasing"
- use "-fno-strict-aliasing"
-------------------------------------------------------------------
Mon Jul 24 15:39:40 CEST 2006 - sndirsch@suse.de
- fixed build for X.Org 7
- fixed build for X.Org 7
-------------------------------------------------------------------
Tue Jun 20 06:28:00 CEST 2006 - sndirsch@suse.de
@ -1712,7 +1798,7 @@ Mon May 1 11:15:50 CEST 2006 - sndirsch@suse.de
-------------------------------------------------------------------
Sat Apr 15 21:17:35 CEST 2006 - sndirsch@suse.de
- updated to xterm-212
- updated to xterm-212
* obsoletes p_xterm_dotext-loop.diff
- using new utf8Title resource (Bug #52655)
@ -1736,7 +1822,7 @@ Wed Jan 4 10:33:00 CET 2006 - sndirsch@suse.de
Tue Nov 15 10:34:55 CET 2005 - sndirsch@suse.de
- updated to xterm-207
- adjusted patches
- adjusted patches
-------------------------------------------------------------------
Thu Oct 06 12:04:59 CEST 2005 - mfabian@suse.de
@ -1756,9 +1842,9 @@ Mon Sep 19 10:58:24 CEST 2005 - sndirsch@suse.de
beyond the given limits, e.g., if resizing in response to a
"maximize" in Gnome or KDE which do not use the window manager
hints for this case (Debian #289123, Novell #61153).
* fixes for Novell #113277:
* fixes for Novell #113277:
- specify weight for wide font which may be derived from normal
fontname.
fontname.
- cache the derived wide- and widebolt-fontnames.
- obsoletes bugzilla-99564.patch
@ -1777,10 +1863,10 @@ Sun Aug 7 19:51:44 CEST 2005 - sndirsch@suse.de
- updated to xterm-204
[...]
* correct variable used to store temporary result from lookup of
bold font, when initializing the wide-bold-font data and no
immediate match is found by asking for a bold variant of the
wide-font. The result was to use overstriking rather than the
* correct variable used to store temporary result from lookup of
bold font, when initializing the wide-bold-font data and no
immediate match is found by asking for a bold variant of the
wide-font. The result was to use overstriking rather than the
actual bold font (Debian #318162, patch by Eugene Konev).
--> obsoletes mfabian's patch mentioned below
@ -1800,12 +1886,12 @@ Wed Jul 27 12:47:28 CEST 2005 - werner@suse.de
-------------------------------------------------------------------
Wed Jul 13 15:24:10 CEST 2005 - sndirsch@suse.de
- updated to xterm-203
- updated to xterm-203
-------------------------------------------------------------------
Fri May 13 04:54:01 CEST 2005 - sndirsch@suse.de
- use norootforbuild
- use norootforbuild
-------------------------------------------------------------------
Thu May 12 17:07:20 CEST 2005 - meissner@suse.de
@ -1820,7 +1906,7 @@ Tue May 3 11:48:56 CEST 2005 - sndirsch@suse.de
-------------------------------------------------------------------
Fri Apr 22 08:03:11 CEST 2005 - sndirsch@suse.de
- updated to xterm-201
- updated to xterm-201
- adjusted p_xterm-settings.diff
-------------------------------------------------------------------
@ -1854,14 +1940,14 @@ Wed Dec 1 05:18:42 CET 2004 - sndirsch@suse.de
- updated to xterm-197:
* obsoletes p_xterm_iutf8.diff, p_xterm_noluit.diff
* adjusted p_xterm-config.diff: OPT_LUIT_PROG/OPT_MINI_LUIT needs
* adjusted p_xterm-config.diff: OPT_LUIT_PROG/OPT_MINI_LUIT needs
to be set in xtermcfg.h
* updated TODO
-------------------------------------------------------------------
Tue Nov 16 09:50:29 CET 2004 - sndirsch@suse.de
- added missing xterm icon file (terminal.png, converted from
- added missing xterm icon file (terminal.png, converted from
xterm_32x32.xpm included by icewm)
-------------------------------------------------------------------

View File

@ -45,7 +45,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
%if 0%{?suse_version} > 1210
Requires: luit
%endif
Version: 281
Version: 282
Release: 0
Summary: The basic X terminal program
License: MIT