This commit is contained in:
parent
ecec8b2137
commit
1010e51158
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 21 16:00:01 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- update to bugfix release xterm-235
|
||||||
|
* add control sequences for some of the recent resource/menu
|
||||||
|
settings:
|
||||||
|
+ altSendsEscape (private mode 1039)
|
||||||
|
+ keepSelection (private mode 1040)
|
||||||
|
+ selectToClipboard (private mode 1041)
|
||||||
|
+ bellIsUrgent (private mode 1042)
|
||||||
|
+ popOnBell (private mode 1043)
|
||||||
|
* add resource formatOtherKeys to provide an alternate escape
|
||||||
|
sequence format for the modifyOtherKeys resource (request by
|
||||||
|
Paul LeoNerd Evans).
|
||||||
|
* adjust saved-cursor position if the window is resized while
|
||||||
|
displaying the alternate screen (Novell #196880, Debian
|
||||||
|
#383384).
|
||||||
|
* improve pointer-checks to fix a bug exposed by resizing during
|
||||||
|
initialization under StumpWM window manager (Fedora Bugzilla
|
||||||
|
#437928).
|
||||||
|
* modify unselectwindow() to ensure that the mouse pointer is not
|
||||||
|
hidden after xterm loses focus (report by Jeremy Huddleston).
|
||||||
|
* add special check for fd_mask on Mac OS X (report by Jeremy
|
||||||
|
Huddleston).
|
||||||
|
* add dylib to autoconf's suffix list used for checking the result
|
||||||
|
from xmkmf, to work with Mac OS X (report by Jeremy Huddleston).
|
||||||
|
* correct initialization of bold- and wide-, wide-bold fonts which
|
||||||
|
may be set via the utf8Fonts subresource (Debian #347790).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 3 09:55:33 CET 2008 - sndirsch@suse.de
|
Mon Mar 3 09:55:33 CET 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
36
xterm.spec
36
xterm.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xterm (Version 234)
|
# spec file for package xterm (Version 235)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -19,7 +19,7 @@ License: X11/MIT
|
|||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
|
Provides: xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 234
|
Version: 235
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The basic X terminal program
|
Summary: The basic X terminal program
|
||||||
Source: %name.tar.gz
|
Source: %name.tar.gz
|
||||||
@ -269,6 +269,32 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/pixmaps/*
|
/usr/share/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 21 2008 sndirsch@suse.de
|
||||||
|
- update to bugfix release xterm-235
|
||||||
|
* add control sequences for some of the recent resource/menu
|
||||||
|
settings:
|
||||||
|
+ altSendsEscape (private mode 1039)
|
||||||
|
+ keepSelection (private mode 1040)
|
||||||
|
+ selectToClipboard (private mode 1041)
|
||||||
|
+ bellIsUrgent (private mode 1042)
|
||||||
|
+ popOnBell (private mode 1043)
|
||||||
|
* add resource formatOtherKeys to provide an alternate escape
|
||||||
|
sequence format for the modifyOtherKeys resource (request by
|
||||||
|
Paul LeoNerd Evans).
|
||||||
|
* adjust saved-cursor position if the window is resized while
|
||||||
|
displaying the alternate screen (Novell #196880, Debian
|
||||||
|
[#383384]).
|
||||||
|
* improve pointer-checks to fix a bug exposed by resizing during
|
||||||
|
initialization under StumpWM window manager (Fedora Bugzilla
|
||||||
|
[#437928]).
|
||||||
|
* modify unselectwindow() to ensure that the mouse pointer is not
|
||||||
|
hidden after xterm loses focus (report by Jeremy Huddleston).
|
||||||
|
* add special check for fd_mask on Mac OS X (report by Jeremy
|
||||||
|
Huddleston).
|
||||||
|
* add dylib to autoconf's suffix list used for checking the result
|
||||||
|
from xmkmf, to work with Mac OS X (report by Jeremy Huddleston).
|
||||||
|
* correct initialization of bold- and wide-, wide-bold fonts which
|
||||||
|
may be set via the utf8Fonts subresource (Debian #347790).
|
||||||
* Mon Mar 03 2008 sndirsch@suse.de
|
* Mon Mar 03 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
|
* modify sinstall.sh to use POSIX locale to bypass GNU ls changes
|
||||||
@ -292,12 +318,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* minor documentation fixes (patch by Slava Semushin)
|
* minor documentation fixes (patch by Slava Semushin)
|
||||||
* add makefile actions to install KOI8RXTerm app-defaults
|
* add makefile actions to install KOI8RXTerm app-defaults
|
||||||
file (patch by Julien Cristau).
|
file (patch by Julien Cristau).
|
||||||
* Tue Jan 01 2008 sndirsch@suse.de
|
* Wed Jan 02 2008 sndirsch@suse.de
|
||||||
- update to xterm-230:
|
- update to xterm-230:
|
||||||
* mainly bugfixes
|
* mainly bugfixes
|
||||||
* Wed Sep 19 2007 sndirsch@suse.de
|
* Wed Sep 19 2007 sndirsch@suse.de
|
||||||
- set foreground color as well; fixes xterm -rv (Bug #283984)
|
- set foreground color as well; fixes xterm -rv (Bug #283984)
|
||||||
* Fri Aug 31 2007 mfabian@suse.de
|
* Sat Sep 01 2007 mfabian@suse.de
|
||||||
- Bugzilla #306943: add xorg-x11 to BuildRequires because of
|
- Bugzilla #306943: add xorg-x11 to BuildRequires because of
|
||||||
‘bdftopcf’. Let the build fail if ‘bdftopcf’ is missing.
|
‘bdftopcf’. Let the build fail if ‘bdftopcf’ is missing.
|
||||||
- change app-defaults to use these fonts for wide characters
|
- change app-defaults to use these fonts for wide characters
|
||||||
@ -376,7 +402,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
(Bug #283984)
|
(Bug #283984)
|
||||||
* Thu Mar 29 2007 dmueller@suse.de
|
* Thu Mar 29 2007 dmueller@suse.de
|
||||||
- add ncurses-devel BuildRequires
|
- add ncurses-devel BuildRequires
|
||||||
* Sat Mar 24 2007 sndirsch@suse.de
|
* Sun Mar 25 2007 sndirsch@suse.de
|
||||||
- Patch #225 - 2007/3/24:
|
- Patch #225 - 2007/3/24:
|
||||||
* add useClipping resource to allow clipping to be disabled.
|
* add useClipping resource to allow clipping to be disabled.
|
||||||
* use XftDrawSetClipRectangles to work around Xft pixel-trash
|
* use XftDrawSetClipRectangles to work around Xft pixel-trash
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8d4de15151cd62efecafe2546fc54fdb4b651d54a70f8724615a963ea38909ae
|
oid sha256:c8a7ccb515b967a11dc2ac1061943cddbf0b6640de89f72590b1ff79e69a49cf
|
||||||
size 854977
|
size 857714
|
||||||
|
Loading…
x
Reference in New Issue
Block a user