429 lines
17 KiB
Plaintext
429 lines
17 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 1 06:21:09 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-223 (2006/11/30)
|
|
* add --enable-rectangles configure option (request by Martin
|
|
Pirker).
|
|
* correct default value for --with-symlink configure option.
|
|
* fixes configure script macros that use $X_EXTRA_LIBS.
|
|
* modify configure script to provide support for pre-package config
|
|
versions of Xft (FreeType).
|
|
* add the Xaw scrollbar translations resource to the xterm manpage,
|
|
add an example showing how to change the mouse button assignments
|
|
(Debian #382225).
|
|
* amend a change from [227]patch #216, which omitted modifiers for
|
|
control, meta, etc., if they were mixed with any other modifiers.
|
|
The intent of the change was to avoid confusion with
|
|
XK_Mode_switch and XK_ISO_Level3_Shift; the check is now done
|
|
explicitly (report by Daniel Jacobowitz).
|
|
* interpret a negative value for modifyCursorKeys or
|
|
modifyFunctionKeys resources to disable the respective features
|
|
(prompted by Novell #220728).
|
|
* amend cell-width computation for FreeType from [228]patch #217,
|
|
which did not work for VT100 line-drawing characters (Debian
|
|
#399638, GenToo #147111).
|
|
* amend a change from [229]patch #216, which made alt-modifier on a
|
|
cursor-key send a modifier parameter (Novell #220728).
|
|
* correct an off-by-one that made DECCRA not work (report/patch by
|
|
Martin Pirker).
|
|
* revert an optimization in SGR_Foreground() and SGR_Background from
|
|
[230]patch #209 (Debian #347722, analysis by Pierre Lombard).
|
|
* fix for boldMode (Debian #347790, patch by Tim Pope).
|
|
* amend fix for -iconic in [231]patch #208, which broke the
|
|
positioning part of -geom with toolbar configuration.
|
|
* fix to prevent indexing error in regular expressions (patch by
|
|
Dennis Schneider).
|
|
* fixes to make the internalBorder area not change color due to
|
|
reverseVideo and/or related exposure events. The latter was a very
|
|
old bug exposed in [232]patch #196 (report by Neil Hoggarth, also
|
|
Debian #397624).
|
|
- obsoletes bug220728.diff
|
|
|
|
-------------------------------------------------------------------
|
|
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-,
|
|
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.
|
|
(Bug #220728)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 11:35:46 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-222
|
|
* minor optimization for recoloring cursor via dynamic colors.
|
|
* fix a bug caused by restructuring of tek4014 widget
|
|
(report by Paul Schenkeveld)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 18:28:29 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-221
|
|
* fix for regular expressions: the code which converted the column
|
|
offset within a line did not check properly for the end of a line,
|
|
and if allowed to match the whole line, would select the beginning
|
|
of the following line. If the following line were empty, in turn
|
|
it would select from the next, etc. (report by Sean
|
|
Reifschneider).
|
|
* minor optimization of color allocation to avoid repainting the
|
|
screen if the corresponding color had not been allocated.
|
|
* fixes for vttests/256colors.pl (report by Egmont Koblinger).
|
|
* add terminfo building block entries for modifiers of the 6-key
|
|
editing keypad.
|
|
* fix for initialization of tek4014 which broke on QNX 6.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 11 17:18:14 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fixed luit/luitx path (Bug #204861)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 11 10:26:14 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-220
|
|
* make "xterm -t -iconic" work as expected, i.e., start in
|
|
tek4014 mode, but iconified.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 5 18:38:36 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-219
|
|
* some internal restructuring to separate data for vt100 and tek4014
|
|
widgets.
|
|
* fix a few cases where form-events would be seen by the vt100
|
|
widget when built with the toolbar configuration.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 29 11:19:48 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-218
|
|
* 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).
|
|
* improve checks for nonprinting characters in title strings
|
|
(report by Samuel Thibault).
|
|
* correct typo in menu labels, changing print-redirect to
|
|
print-redir, making it follow the manpage and match the
|
|
usage for the actions table (report by Samuel Thibault).
|
|
* correct a typo that prevents building with some older systems
|
|
such as Solaris 2.6 (report by Julian Bridle).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 22 05:43:29 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-217
|
|
* minor improvements to FreeType font layout and drawing.
|
|
* add a check in the ptyInitialErase logic to ensure that
|
|
the termcap was read (Redhat Bugzilla #201246).
|
|
* limit changes for reverse-video from patch #216 to cases
|
|
where the reverse-video command-line option is used (report
|
|
by Zdenek Sekera).
|
|
* correct bitmap-derived pointsizes for TrueType fonts; they
|
|
should be proportional to the square root of the area of
|
|
the bitmap fonts.
|
|
* add resources to specify pointsize of TrueType fonts (request
|
|
by Reuben Thomas).
|
|
* improve install of terminfo by filtering out harmless
|
|
messages related to extended capabilities. At the same time,
|
|
use ncurses tic to compile the extended capabilities if
|
|
possible (report by Zdenek Sekera).
|
|
* update "xterm+pcfkeys" terminfo entry to correspond to patch
|
|
#216.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 18:02:44 CEST 2006 - aj@suse.de
|
|
|
|
- Remove unneeded BuildRequire on xorg-x11.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 9 12:09:29 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fixed /usr/share/fonts directory conflict with filesystem
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 4 16:01:27 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-216
|
|
* improve handling of ConfigureNotify events by checking if there are
|
|
further events in the queue which obsolete the current one (adapted
|
|
from rxvt 2.7.5). Only the normal normal (non-toolbar)
|
|
configuration is addressed in this patch.
|
|
* several changes to terminfo:
|
|
+ incorporate some minor changes from ncurses to help keep these
|
|
synchronized:
|
|
|
|
2005-02-26
|
|
modify sgr/sgr0 in xterm-new to improve tgetent's
|
|
derived "me".
|
|
|
|
2006-02-18
|
|
remove ncv flag from xterm-16color
|
|
|
|
2006-06-24
|
|
improve xterm-256color by combining the 16-color
|
|
setaf/setab strings with SGR 48, and cancelling the
|
|
setf/setb strings.
|
|
|
|
+ use extended function-key definitions for xterm-sun, xterm-sco
|
|
entries.
|
|
+ add terminfo building-blocks corresponding to the
|
|
modifyFunctionKeys and modifyCursorKeys resources.
|
|
* ifdef'd Sun function-key feature to make it optional, like HP and
|
|
SCO.
|
|
* extend table for termcap-query feature through F63, and updated
|
|
tcapquery.pl to match.
|
|
* modify logic for function-key input processing to allow function
|
|
key numbers which are constructed by control- and shift-modifiers
|
|
to extend beyond X's hardcoded limit of 35.
|
|
* add control sequence to set or reset the eightBitInput resource.
|
|
* change default resource modifyFunctionKeys to 2 to avoid sending
|
|
SS3 with parameters (report by Kalle Olavi Niemitalo).
|
|
* add control sequences for setting and resetting the values of the
|
|
modifyCursorKeys, modifyFunctionKeys and modifyOtherKeys resources.
|
|
* add modifyFunctionKeys resource like modifyCursorKeys. Setting this
|
|
to zero allows one to use the control- and shift-modifiers to
|
|
construct function key strings, for terminals using many function
|
|
keys, e.g., for xterm-sun or xterm-sco.
|
|
* modify screen responses and function-key logic to reduce the number
|
|
of writes made, to make it less likely that an application would
|
|
read only part of a function-key in a read operation (suggested by
|
|
John E Urbanczyk).
|
|
* add combiningChars resource, which allows the user to specify the
|
|
maximum number of combining characters that xterm will store for
|
|
each cell in wide-character mode (prompted by request by Markus
|
|
Kuhn to increase the limit from 2).
|
|
* improve logic in metaSendsEscape in case the Alt- and Meta-keys are
|
|
mapped to different modifiers. That allows one to use the Alt-key
|
|
for shifting in the eightBitInput and use a Meta-key modifier to
|
|
prefix the result with an <ESC>.
|
|
* improve modifyCursorKeys logic to prevent it from modifying codes
|
|
where eightBitInput or metaSendsEscape are set (request by Dan
|
|
Nicolaescu).
|
|
* improve modifyCursorKeys logic to prevent it from changing the user
|
|
input when other modifiers such as AltGr are used (report by Thomas
|
|
Wolff).
|
|
* extend modifyCursorKeys to include the numeric keypad when in
|
|
application mode.
|
|
* improve -reverse (-rv) option (patch by Jason Vas Dias, Redhat
|
|
#189161).
|
|
* workaround for color resources on Fedora-5 which made the toolbar
|
|
colors inconsistent.
|
|
* corrected calls used for --disable-setuid option, add debugging
|
|
traces to help diagnose this area.
|
|
* modify configure script to ensure that USE_UTMP_SETGID is defined
|
|
only if the check for POSIX saved-ids succeeds, or corresponds to
|
|
one of the BSD systems known to have a workable setegid function.
|
|
* extend configure check for POSIX saved-ids to include BSD systems
|
|
* modify CF_SYSV configure macro to work with gcc on HPUX 10.20,
|
|
whose broken <term.h> relies on including <termios.h>.
|
|
* change order of setuid/setgid ifdef checks in Imakefile to make it
|
|
simpler to produce a setgid install, allowing the latter to
|
|
override the former (prompted by an XFree86 commit).
|
|
* adapt a fix for setgid support from subsequent XFree86 changes
|
|
(patch by Emanuele Giaquinta).
|
|
* further improve setgid support (patches by Emanuele Giaquinta).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 14:45:41 CEST 2006 - sndirsch@suse.de
|
|
|
|
- use "-fno-strict-aliasing"
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 15:39:40 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fixed build for X.Org 7
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 20 06:28:00 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-215
|
|
* various fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 19 02:47:50 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-214
|
|
* various fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 1 11:15:50 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-213
|
|
* obsoletes utf8-title-resource.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 15 21:17:35 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-212
|
|
* obsoletes p_xterm_dotext-loop.diff
|
|
- using new utf8Title resource (Bug #52655)
|
|
|
|
------------------------------------------------------------------
|
|
Mon Feb 13 15:39:34 CET 2006 - werner@suse.de
|
|
|
|
- Avouid possible endless loop fix in dotext() at wrapping wide
|
|
characters
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:43:29 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 10:33:00 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated to xterm-208
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 15 10:34:55 CET 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-207
|
|
- adjusted patches
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 06 12:04:59 CEST 2005 - mfabian@suse.de
|
|
|
|
- Bugzilla #49305: add 20x20{ja,ko} fonts generated from
|
|
18x18{ja,ko} with the script "bdf18to20" from the mined package.
|
|
This is a workaround to make the popular 10x20 font work with
|
|
CJK until xterm is improved to become able to pad fonts
|
|
on the fly.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 19 10:58:24 CEST 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-205
|
|
[...]
|
|
* modify computation of rows/columns on resize to avoid extending
|
|
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:
|
|
- specify weight for wide font which may be derived from normal
|
|
fontname.
|
|
- cache the derived wide- and widebolt-fontnames.
|
|
- obsoletes bugzilla-99564.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 27 16:05:05 CEST 2005 - sndirsch@suse.de
|
|
|
|
- added vttest; useful for testing terminals
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 26 18:28:37 CEST 2005 - sndirsch@suse.de
|
|
|
|
- back to xterm-203 + bugzilla-99564.patch (Bug #113277)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
actual bold font (Debian #318162, patch by Eugene Konev).
|
|
--> obsoletes mfabian's patch mentioned below
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 01 18:06:08 CEST 2005 - mfabian@suse.de
|
|
|
|
- Bugzilla #99564: fix the problem that bold fonts were not
|
|
used unless the resource boldMode was set to "false".
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 27 12:47:28 CEST 2005 - werner@suse.de
|
|
|
|
- Re-enable SIGWINCH for linux even if struct winsize is used, due
|
|
to the fact that sometime a sleeping process in the process group
|
|
do not get the appropiate information by the ioctl TIOCSWINSZ.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 15:24:10 CEST 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-203
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 13 04:54:01 CEST 2005 - sndirsch@suse.de
|
|
|
|
- use norootforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 12 17:07:20 CEST 2005 - meissner@suse.de
|
|
|
|
- use RPM_OPT_FLAGS
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 3 11:48:56 CEST 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-202
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 22 08:03:11 CEST 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-201
|
|
- adjusted p_xterm-settings.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 24 16:36:21 CET 2005 - sndirsch@suse.de
|
|
|
|
- added missing xterm/resize manual pages (Bug #74467)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 6 23:57:08 CET 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-200
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 28 00:49:26 CET 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-199
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 14 05:24:56 CET 2005 - sndirsch@suse.de
|
|
|
|
- updated to xterm-198
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 21:17:03 CET 2004 - sndirsch@suse.de
|
|
|
|
- p_xterm-config.diff:
|
|
* HAVE_LANGINFO_CODESET needs to be set in xtermcfg.h
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
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
|
|
xterm_32x32.xpm included by icewm)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 26 18:59:03 CEST 2004 - sndirsch@suse.de
|
|
|
|
- added Backarrow2Backspace, Backarrow2Delete, README.SuSE
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 24 10:51:53 CEST 2004 - sndirsch@suse.de
|
|
|
|
- added TODO
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 23 19:28:47 CEST 2004 - sndirsch@suse.de
|
|
|
|
- created package
|
|
|