OBS User unknown 2009-02-16 11:26:55 +00:00 committed by Git OBS Bridge
parent 17c6228438
commit b39417f9dd
4 changed files with 60 additions and 5 deletions

View File

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

3
xterm-242.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Feb 16 11:48:01 CET 2009 - meissner@suse.de
- updated to release xterm-242
* fix configure check for XkbBell and provide appropriate parameter
for it.
* fix a caching problem with double-size fonts versus reverse video
that could cause core dump.
* repair double-size fonts from workaround used in [246]patch #240.
* add new section to the VT Fonts menu which allows enabling or
disabling the font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on
failure to load a font.
* improve warnings for unloadable fonts introduced in [247]patch #240
by limiting those to the cases where a font would be specified
directly by a resource setting rather than a derived fontname.
* further amend fix for Debian #252873 from [248]patch #197 to treat
a blank cell which does not have both foreground and background
colored as a non-colored cell. This improves a special case where
the cursor is on a blank cell which had foreground color scrolled
in (report by Miroslav Lichvar).
Also add the same logic when hiding cursor, so the outline matches
the in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making
WriteText() and ScrnWriteText() accept IChar array, as well as
providing a wrapper for drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time
in zh_CN.UTF-8 locale (Mike Fabian, bnc#464930).
-------------------------------------------------------------------
Tue Feb 3 17:48:09 CET 2009 - meissner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package xterm (Version 241)
# spec file for package xterm (Version 242)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,7 +26,7 @@ License: X11/MIT
Group: System/X11/Utilities
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
AutoReqProv: on
Version: 241
Version: 242
Release: 1
Summary: The basic X terminal program
Source: ftp://invisible-island.net/xterm/%name-%version.tar.bz2
@ -279,6 +279,32 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/pixmaps/*
%changelog
* Mon Feb 16 2009 meissner@suse.de
- updated to release xterm-242
* fix configure check for XkbBell and provide appropriate parameter
for it.
* fix a caching problem with double-size fonts versus reverse video
that could cause core dump.
* repair double-size fonts from workaround used in [246]patch #240.
* add new section to the VT Fonts menu which allows enabling or
disabling the font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on
failure to load a font.
* improve warnings for unloadable fonts introduced in [247]patch #240
by limiting those to the cases where a font would be specified
directly by a resource setting rather than a derived fontname.
* further amend fix for Debian #252873 from [248]patch #197 to treat
a blank cell which does not have both foreground and background
colored as a non-colored cell. This improves a special case where
the cursor is on a blank cell which had foreground color scrolled
in (report by Miroslav Lichvar).
Also add the same logic when hiding cursor, so the outline matches
the in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making
WriteText() and ScrnWriteText() accept IChar array, as well as
providing a wrapper for drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time
in zh_CN.UTF-8 locale (Mike Fabian, bnc#464930).
* Tue Feb 03 2009 meissner@suse.de
- updated to release xterm-241
* improve checks for missing bitmap fonts, fallback to "fixed" as