Marcus Meissner
7a3af90f14
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
1222 lines
57 KiB
Plaintext
1222 lines
57 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sat Feb 13 11:15:30 CET 2010 - jslaby@suse.de
|
||
|
||
- Patch #255 - 2010/1/21
|
||
* rename install.sh to install-sh in case suffix-rules might interfere.
|
||
* extend range for convertToUTF8 function to full 31-bits, to use with
|
||
printing, etc.
|
||
* improve manpage by checking for actual locations of utmp/wtmp files
|
||
(Debian #562640).
|
||
* modify configure macro CF_XOPEN_SOURCE to remove -D's before adding the
|
||
same name rather than relying on -U's, to reduce redefinition warnings
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 15 17:13:30 CET 2010 - meissner@suse.de
|
||
|
||
- Patch #254 - 2010/1/6
|
||
* add a configure-check to eliminate install-ti rule from Makefile
|
||
when the system has no tic (terminfo compiler) program. This lets
|
||
one use the install-full rule more consistently.
|
||
* amend change to WriteText() function in patch #252 to take into
|
||
account the colorAttrMode resource (report by Krzysztof Kotlenga).
|
||
* document titleModes resource in manpage, added in patch #252.
|
||
* modify tcap-query table entries for shifted up/down cursor keys
|
||
to match ncurses convention.
|
||
* improve lookup of termcap-query data, allowing for duplicate
|
||
keycodes versus missing entries.
|
||
* add control sequence which can be used to modify the terminal data
|
||
used for the termcap-keyboard.
|
||
* improve portability of tcap-query feature, using terminfo functions
|
||
in preference to termcap on systems having terminfo.
|
||
* improve font-setting/querying control (OSC 50):
|
||
o when TrueType font is selected, the TrueType faceName will
|
||
be set, rather than the bitmap font.
|
||
o when TrueType font is selected, querying returns the name
|
||
of the TrueType font.
|
||
o querying a font recognizes the relative-font convention that
|
||
setting a font could use.
|
||
* add menu-entry for allowColorOps.
|
||
* add new resources for fine-tuning menu entries: allowColorOps,
|
||
disallowedColorOps, disallowedFontOps and disallowedTcapOps.
|
||
* correct logic for disabling the "TrueType Fonts" menu item; it
|
||
was not ensuring that the faceName resource value was non-empty.
|
||
* implement VT520-style controls DECSMBV and DECSWBV for setting
|
||
the margin- and warning-bell volume.
|
||
* fix a minor error from patch #243 which made the zIconBeep feature
|
||
use a minor-error tone rather than an informational tone.
|
||
* add a null-pointer check for the case where renderFont resource is
|
||
true, but faceName resource is unset, used in logic to strip "xft:"
|
||
prefix from patch #251 changes (patch by Michael Riepe).
|
||
* 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
|
||
|
||
- Patch #253 - 2009/12/10
|
||
* add a null-pointer check in getPrinterFlags() per changes in patch #252.
|
||
* add a null-pointer check, needed in UTF-8 mode for Xft fonts after
|
||
changes in patch #252 (patch by Alan Coopersmith).
|
||
* correct size when clearing struct for tek4014 (patch by Jochen Voss).
|
||
* parenthesize expression in MoreRows macro, fixing a limit check
|
||
added in patch #251 (Debian #560039).
|
||
|
||
- Patch #252 - 2009/12/7
|
||
* modify title-querying logic to support retrieval of titles encoded using UTF-8.
|
||
* add new "title-modes" control sequence for controlling whether
|
||
window/icon titles can be set or queried using UTF-8, optionally
|
||
encoded in a hexadecimal string.
|
||
* use mkdir -p rather than mkdirs.sh (prompted by discussion of mawk
|
||
by Aleksey Cheusov).
|
||
* add appropriate copyright/license notices to the bulk of files
|
||
lacking same, and modify to use identical terms in others which used
|
||
different wording. The main exceptions are the files contributed
|
||
by Markus Kuhn, who appears to prefer public domain distribution,
|
||
noting that I have modified/improved several of these without
|
||
changing the terms of distribution (request by Jari Aalto).
|
||
* add control sequences for resetting the "dynamic" colors to their
|
||
default values.
|
||
* add control sequences for resetting the "special" colors to their
|
||
default values.
|
||
* add control sequences for setting the "special" colors such as
|
||
colorBD (bold).
|
||
* add overlooked case for setting highlight foreground color with
|
||
the dynamic-colors control.
|
||
* add OSC 104, for resetting ANSI/16/88/256 colors to default.
|
||
* reset ANSI/16/88/256 colors to default in soft/hard reset functions.
|
||
* strip "xft:" prefix from faceName and faceNameDoublesize resource values,
|
||
* add DECSCUSR (discussion with Andy Koppe).
|
||
* add check/warning on failure to load font, to see if the name looks
|
||
like an Xft pattern rather than XLFD. This can happen if someone
|
||
happens to modify their X resource settings for programs that read
|
||
data from xterm's namespace.
|
||
* modify handling of print and print-everything actions to allow
|
||
the various printer flags to be overridden by supplying parameters.
|
||
* add resource printerNewLine (request by Ovidiu Gheorghioiu).
|
||
* minor cleanup, finish using TScreenOf() and TekScreenOf() macros introduced in patch #224.
|
||
* improve checks in ShowCursor/HideCursor to get the background color,
|
||
particularly when highlightReverse resource is used (reports by
|
||
Jan Engelhardt, Christian Weisgerber).
|
||
* correct checkVeryBoldAttr to omit comparison of foreground color
|
||
to special color values used for color<XX> resources (report by
|
||
Jan Engelhardt).
|
||
* make colorBDMode and colorULMode resources work with TrueType
|
||
configuration (report by Jan Engelhardt).
|
||
|
||
- Patch #251 - 2009/11/11
|
||
* add window-ops controls to push/pop icon and/or window labels on a stack.
|
||
* minor fixes to align termcap file with terminfo.
|
||
* add resource disallowedWindowOps, to allow fine-tuning of features
|
||
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).
|
||
|
||
- Patch #250 - 2009/10/13
|
||
* add check and error-message for fonts that have no printable values
|
||
in the ISO-8859-1 range (Debian #542434).
|
||
* some compiler-warning cleanup, in particular workaround for
|
||
defective implementation of gcc's attribute warn_unused_result
|
||
(report by Bram Moolenaar).
|
||
* improve estimate of single-column width for packed TrueType fonts
|
||
by ignoring extents for codes 127 and 159.
|
||
* improve line-drawing for TrueType fonts which happen to have defined
|
||
glyphs which are not line-drawing in 0..31 by assuming they're not,
|
||
and just checking the existence of the Unicode codepoints. This
|
||
makes it more likely that the user can override a misconfigured
|
||
font using the "Line-Drawing Characters" menu entry.
|
||
* limit minimum cell-width for packed font to maximum-advance reported
|
||
by Xft. Some fonts are wider than that, even in the Latin-1 range
|
||
(Debian #550497).
|
||
* add list of direct-contributors in "THANKS" file.
|
||
* stylistic changes to this file to help scripted extraction of list
|
||
of contributors.
|
||
* correct off-by-one in okPosition fix from patch #249 limit-checks
|
||
which prevented double-click selection on the bottom line of the
|
||
screen (reports by Rajeev V. Pillai, Debian #550368).
|
||
* add -q option to vttest/256colors2.pl and vttest/88colors2.pl to
|
||
demonstrate bulk initialization of color palette.
|
||
* improve the workaround from patch #188 by enabling resources for
|
||
the 88-color model.
|
||
* document in xterm manpage the limited availability of resources
|
||
color16 to color255 as noted in patch #188 (Ubuntu #438850).
|
||
|
||
- Patch #249 - 2009/10/1
|
||
* change default for allowWindowOps resource to false.
|
||
* add limit-checks for result of visual_width() function, needed
|
||
from patch #242 and exposed by #244 changes (Debian #548321).
|
||
* improve limit-checks in select/paste.
|
||
* fix a remaining bug from patch #230 changes for displaying
|
||
multi-column characters in a proportional font (report by Chris
|
||
Jones).
|
||
* add new resource forcePackedFont and menu entry "Packed Font" to
|
||
control whether to use the font's minimum (default) or maximum width
|
||
when those differ. The workaround which xterm uses to accommodate
|
||
proportional fonts is not necessary with certain fonts such as
|
||
unifont which happen to store a mixture of multicolumn glyphs
|
||
(report by Chris Jones).
|
||
* fix an (old) bug which did not restart the timer for blinking
|
||
text if the only blinking text was temporarily scrolled out of view,
|
||
e.g., using the scrollbar.
|
||
* fix an (old) flaw in the delete-line operation where the text
|
||
which is scrolled into view while the display is scrolled up was
|
||
not repainted.
|
||
* improve delete-line and insert-line operations, retaining selection
|
||
when the selection does not intersect the deleted/inserted lines.
|
||
* fix an (old) off-by-one error when an application cleared above
|
||
the cursor position while the display was scrolled up, that would
|
||
leave an extra line of text uncleared.
|
||
* fix a similar problem where the double-size attribute would not
|
||
be reset when clearing the screen while the display was scrolled up.
|
||
* fix an indexing error which would occur if an application cleared
|
||
a line while the display was scrolled up and was also in UTF-8 mode
|
||
(Redhat #524503). The error was from patch #228 but more visible
|
||
after changes from patch #244.
|
||
|
||
- Patch #248 - 2009/9/11
|
||
* fix an overlooked adjustment for selecting double-width characters
|
||
in the narrow-character configuration.
|
||
* eliminate uses of XTERM_CELL and XTERM_CELLC where an appropriate
|
||
LineData pointer is available.
|
||
* correct expression in okScrnRow macro, making selections give the
|
||
length of lines below the visible screen (report by Stuart Henderson).
|
||
* correct logic used to improve performance of missing-glyph check,
|
||
which did not handle line-drawing characters (Debian #545220).
|
||
|
||
- Patch #247 - 2009/8/30
|
||
* add ifdef's and check for openpty() on DragonFly (patch by Alex
|
||
Hornung).
|
||
* correct calculation for size of line's data block, which was
|
||
sometimes off-by-one when configured using --enable-16bit-chars
|
||
(report by H Merijn Brand).
|
||
* fix indexing error in print-everything feature from patch #246
|
||
(patch by Ovidiu Gheorghioiu).
|
||
|
||
- Patch #246 - 2009/8/16
|
||
* remove obsolete logic for saving/restoring wrapping flags, which did
|
||
not work on 64-bit platform. Wrapping flags (stored in the
|
||
line-index) are now copied with line-data (Debian #541160).
|
||
* modify comments in app-defaults files to avoid problem with C
|
||
preprocessor used by xrdb (Debian #541603).
|
||
* restore special case in makeColorPair, needed for colorBDMode
|
||
resource (Debian #541089).
|
||
* correct SetLineFlags() macro, broken in patch #244 when recoding
|
||
to avoid gcc-specific bitfields (Debian #541236).
|
||
* modify initialization of screen buffers to ensure that pointers
|
||
align to int-boundaries. This fixes a problem introduced in patch
|
||
#244 where the color- and character-arrays (stored after the
|
||
video-attributes in each row) might be misaligned (report by Rajeev
|
||
V Pillai).
|
||
* add limit-check in ScrnRefresh for handling saved-lines from the
|
||
circular buffer which are repainted on a screen whose width has
|
||
increased. To improve performance, circular buffer entries are
|
||
not resized (report by Rajeev V Pillai).
|
||
* correct type for CellColor (a late change in patch #244 to avoid
|
||
gcc-specifc enums made that unsigned rather than unsigned short,
|
||
for the 256-color option).
|
||
* fix typo in configure option --enable-16bit-chars (report by Rajeev
|
||
V. Pillai).
|
||
|
||
- Patch #245 - 2009/8/12
|
||
* correct a special case in saving FIFO-lines from patch #244. If
|
||
the screen was shrunk, xterm used the wrong amount for copying to
|
||
FIFO-lines, and then used this amount to adjust the current row
|
||
on the screen. That was both a visible defect (Debian #541109)
|
||
as well as a potential addressing error (Debian #541132, #541160,
|
||
and #541236).
|
||
* add clarification in xterm manual about the various allowXXXOps
|
||
resources, which are disabled when the allowSendEvents resource
|
||
is active (patch by Julien Cristau, Debian #531597).
|
||
|
||
- Patch #244 - 2009/8/9
|
||
* refactored storage of saved-lines, providing a configure
|
||
option to manage them as a FIFO (actually a circular buffer),
|
||
improving performance. Added configure option --enable-fifo-lines
|
||
to enable/disable the new feature (it is enabled by default).
|
||
* added fastScroll resource, to amuse people who measure terminal
|
||
emulator performance by cat'ing large files to the screen.
|
||
* modify check in readPtyData from return values to provide exit
|
||
on zero-bytes read from pty for FreeBSD, or eliminate high-CPU
|
||
in "xterm-hold" processing (discussion with Ulrich Spoerlein,
|
||
FreeBSD ports/136686). The check was originally modified to combine
|
||
negative/zero values in XFree86-3.1.2E, 1996/05/06.
|
||
* add configure option --enable-16bit-chars to provide wide-characters
|
||
with 1account whether they are double-width (report by Guilbert
|
||
Stabilo on comp.unix.shell).
|
||
* add capability for keypad-center (kb2/KA2) to termcap entry
|
||
for xterm-new, as well as xterm-8bit, xterm-sun and xterm-vt220
|
||
(FreeBSD conf/136336).
|
||
* change default for keepSelection resource to true (prompted by
|
||
discussion with David Muir Sharnoff).
|
||
* remove a limit-check in ptydata.c, allowing Unicode values past
|
||
64k to be displayed using TrueType fonts (Debian #458432).
|
||
* remove a vt52-specific ifdef to allow mapping F1-F4 to PF1-PF4
|
||
when vt52 support is not compiled (report by Olaf 'Rhialto' Seibert).
|
||
* save/restore line-wrapping flags when converting from ISO-8859-1
|
||
encoding to UTF-8 encoding, as well as when resizing screen.
|
||
* remove extra adjustment of position in fix for Debian #418324.
|
||
* modify default check for mkWidth resource to check for line-drawing
|
||
characters, which are categorized as double-width in Solaris 10
|
||
(report by Sebastian Kayser).
|
||
* add "print-everything" action (patch by Ovidiu Gheorghioiu).
|
||
* start refactoring scrollback data using new getLineData() function.
|
||
* demote recent change to Debian #252873 fix to experimental,
|
||
ifdef'd out as EXP_BOGUS_FG (Debian #522141).
|
||
* work around groff mapping of ASCII quotes using macros (requested
|
||
by Reuben Thomas based on Colin Watson advice, fixes Debian #378700).
|
||
* correct symbol used for default of allowWindowOps which was
|
||
DEF_ALLOW_FONT rather than DEF_ALLOW_WINDOW (report by Matthieu
|
||
Herrb).
|
||
* amend fix for tek4014 from patch #243 to make it only apply to
|
||
the Tek Options menu.
|
||
|
||
Patch #243 - 2009/3/28
|
||
|
||
* revert change to default for allowTcapOps (request by Bram Moolenaar).
|
||
* reallocate result returned by xtermEnvLocale() to avoid reference
|
||
to freed memory after handling menuLocale resource.
|
||
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
|
||
* add resource defaultString to make configurable the use of "#"
|
||
when pastes of UTF-8 text fail due to limitations in the current
|
||
locale settings.
|
||
* make the set of selection target Atom's configurable by two new
|
||
resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the
|
||
TEXT Atom in preference to UTF8_STRING (discussion with Stanislav
|
||
Sedov regarding koi8rxterm and the FreeBSD port).
|
||
* modify handling of TARGETS Atom by making it return exactly the
|
||
set of targets as those which xterm is currently providing.
|
||
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh
|
||
to work around /etc/man.conf's with those variables already set
|
||
(report by Марьясин Семён).
|
||
* improve error-checking of tcap-query parser.
|
||
* add check for keyboard tcap), which ensures that terminal
|
||
descriptions containing the same string for shifted/unshifted keys
|
||
will be seen by tcap-query as only the unshifted key. (This would
|
||
only happen with an incorrect terminal description).
|
||
* fix conversion for input event-state to modifier-parameter which
|
||
made tcap-query feature not work with tcapFunctionKeys (keyboard
|
||
type tcap).
|
||
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
|
||
default compiled-in values for "allowxxx" resources.
|
||
* remove check on bell-percentage added in patch #242, which
|
||
disallowed zero/negative values (Redhat Bugzilla #487829).
|
||
|
||
- Updated vttest to 20091231 snapshot.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 16 00:18:56 CET 2009 - jengelh@medozas.de
|
||
|
||
- enable parallel building
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 7 11:13:29 CEST 2009 - coolo@suse.de
|
||
|
||
- refresh patches to avoid fuzz
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
- updated to release xterm-241
|
||
* improve checks for missing bitmap fonts, fallback to "fixed" as
|
||
needed to work around broken font-packages (report by Jacek Luczak).
|
||
* fix breakage from patch #240 changes for xtermAddInput() (patches
|
||
by Jeff Chua, Julien Cristau).
|
||
|
||
- updated to release xterm-240
|
||
|
||
* use plink.sh for linking xterm (suggested by Larry Doolittle).
|
||
* add resource descriptions for input method to xterm manpage.
|
||
* update configure script; consistently append to $CFLAGS rather
|
||
than prepend.
|
||
* add install-scripts rule to makefile, to allow roi8xterm and uxterm
|
||
scripts to be altered independently of install-bin
|
||
* add -maximized command-line option and corresponding resource
|
||
(prompted by alt.os.linux newsgroup comment).
|
||
* modify translations of scrollbar widget using xtermAddInput() (see
|
||
patch #181) to accept the actions that the vt100 widget accepts, such as
|
||
shift-insert to perform a paste operation (request by Martin Zwickel).
|
||
* change default for allowTcapsOps resource to false, since it causes
|
||
unexpected behavior for vim users with AltGr.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 29 15:55:23 CET 2009 - mfabian@suse.de
|
||
|
||
- bnc#464930: change the default for the ximFont resource from "*"
|
||
to "fixed", this still works fine with the XIM servers "scim"
|
||
and "kinput2" and speeds up the startup time of xterm
|
||
dramatically in zh_CN.UTF-8 and zh_HK.UTF-8 locales.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 13 14:39:25 CET 2009 - meissner@suse.de
|
||
|
||
- update to release xterm-239
|
||
* correct a cast in input.c, which broke translation of numeric
|
||
keypad codes to pageup, pagedown, etc., on 64-bit platform (Debian
|
||
#511138, report by Larry Doolittle).
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 5 15:03:09 CET 2009 - meissner@suse.de
|
||
|
||
- update to release xterm-238, Linux relevant changes:
|
||
|
||
- Various security fixes for CVE-2008-2383 (ANSI command injection)
|
||
|
||
- xterm-disallow-window-and-fonts-ops.patch: add allowWindowOps and
|
||
allowFontOps as "false" for default. bnc#462917
|
||
|
||
- Patch #238 - 2008/12/30
|
||
# reset the screen wrapping-flag at the end of ClearRight to fix an
|
||
occasional case where the last character of a scrolled and wrapped
|
||
line would be cleared (patch by Joe Peterson).
|
||
# modify to use POSIX coding for comparing resource settings such as
|
||
locale, to work with locales such as Turkish (report by M Vefa
|
||
Bicakci).
|
||
# turn on configure paste64 feature by default (request by Jean-Philippe
|
||
Bernardy). It is runtime enabled/disabled with allowWindowOps.
|
||
# turn on configure tcap-query feature by default, add resource
|
||
allowTcapOps to make this runtime enabled/disabled.
|
||
# make OSC 3 (change X property, from patch #110) subject to
|
||
allowWindowOps resource.
|
||
# make VT220 DSR responses inactive in VT100-mode.
|
||
# make DECUDK feature inactive in VT100-mode.
|
||
# respond to incorrectly formatted DECRQSS with a cancel.
|
||
# add allowFontOps resource to allow the fontsize-switching and font
|
||
query/set control sequences to be enabled/disabled (prompted by Debian
|
||
#510030).
|
||
# some code cleanup based on gcc 4.x -Wconversion warnings in button.c
|
||
and charproc.c
|
||
# modify tcap-query feature to not return data for shifted cursor-keys
|
||
when the keyboard type is set to vt220, since returning the same
|
||
string for shifted/unshifted keys may confuse some applications
|
||
(GenToo #212546).
|
||
|
||
- Patch #237 - 2008/09/14
|
||
# improve usability of TrueType fonts by making the font-size switching
|
||
for shifted keypad plus/minus use the faceSize resources to determine
|
||
the order of fonts (when TrueType fonts are used) rather than the
|
||
bitmap fonts, since their sizes may not be in the same order (report
|
||
by H Merijn Brand)
|
||
# remove an optimization of ConfigureNotify events from patch #236
|
||
which seems to interfere with passing SIGWINCH to applications
|
||
(GenToo #233836).
|
||
# modify handling of altSendsEscape to reset the eightBitInput mode,
|
||
like metaSendsEscape (patch by Ted Phelps).
|
||
# add feature to show the text-cursor as an underline rather than a box,
|
||
plus command-line options -uc and +uc and resource cursorUnderLine to
|
||
control the feature (patch by Paul Lampert).
|
||
# update config.guess, config.sub
|
||
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 28 11:16:08 CEST 2008 - sndirsch@suse.de
|
||
|
||
- update to release xterm-236
|
||
* correct memory reallocation when handling a paste of UTF-8
|
||
text from [240]patch #225 changes (report/patch by Max
|
||
Mikhanosha).
|
||
* correct allocation of temporary buffer in xtermFindShell in
|
||
case the user's $PATH contains no ":" (report/analysis
|
||
by Victor Stinner, Freedesktop.Org Bugzilla #16790).
|
||
* modify CF_XOPEN_SOURCE to add case for DragonFly BSD, to fix
|
||
new compile problem exposed by fix for fd_mask (patch by
|
||
Hasso Tepper).
|
||
* add configure-check for ncurses use_extended_names,
|
||
(report by Martin Mokrejs).
|
||
* correct computation for toolbar height; layout manager
|
||
already takes into account borderWidth resource.
|
||
* implement VT320-style SCS (select character set) for ISO
|
||
Latin-1 supplemental.
|
||
* fixes for vt100-style character sets in UTF-8 mode
|
||
(Ubuntu #230919).
|
||
* fix to make luit work with xterm's -ls option
|
||
(report/patch by Marius Tolzmann).
|
||
* update config.guess, config.sub
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 8 11:22:08 CEST 2008 - schwab@suse.de
|
||
|
||
- Use correct tty group.
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
- 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
|
||
Andrea Odetti).
|
||
* improve resize computation for situations where the
|
||
negotiation fails, by invoking the xterm widget's
|
||
core-class resize method (Debian #365602, patch by Jim Paris).
|
||
* restore initialization of terminal's VMIN and VTIME settings,
|
||
from patch #232 changes (patch by Matthieu Herrb).
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 25 12:35:17 CET 2008 - sndirsch@suse.de
|
||
|
||
- udpate to bugfix release xterm-233
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 31 11:52:22 CET 2008 - sndirsch@suse.de
|
||
|
||
- udpate to bugfix release xterm-232
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
Carezzato).
|
||
* minor documentation fixes (patch by Slava Semushin)
|
||
* add makefile actions to install KOI8RXTerm app-defaults
|
||
file (patch by Julien Cristau).
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 1 22:18:28 CET 2008 - sndirsch@suse.de
|
||
|
||
- update to xterm-230:
|
||
* mainly bugfixes
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 19 17:44:39 CEST 2007 - sndirsch@suse.de
|
||
|
||
- set foreground color as well; fixes xterm -rv (Bug #283984)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 31 22:35:40 CEST 2007 - mfabian@suse.de
|
||
|
||
- Bugzilla #306943: add xorg-x11 to BuildRequires because of
|
||
‘bdftopcf’. Let the build fail if ‘bdftopcf’ is missing.
|
||
- change app-defaults to use these fonts for wide characters
|
||
when the 10x20 font is used.
|
||
- bzip2 source tarball.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 27 21:34:56 CEST 2007 - sndirsch@suse.de
|
||
|
||
- added '*metaSendsEscape: true' to app defaults (Bug #300331)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 13 03:29:19 CEST 2007 - sndirsch@suse.de
|
||
|
||
- update to xterm-229:
|
||
* override locale in minstall.sh; change in [233]patch #226 does
|
||
not work in UTF-8 locale (report by Zdenek Sekera).
|
||
* undo an incorrect fix for a memory leak in [234]patch #209
|
||
(Debian #435858).
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 11 20:05:58 CEST 2007 - sndirsch@suse.de
|
||
|
||
- changed icon to a transparent one (Bug #299596)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 24 17:25:38 CEST 2007 - mfabian@suse.de
|
||
|
||
- update to xterm-228.
|
||
* modify configure script to permit combining --with-utempter and
|
||
--enable-setuid, e.g., for using xterm with the utempter library
|
||
on FreeBSD (report by Andriy Gapon).
|
||
* modify "Quit" menu entry to override the -hold command-line
|
||
option.
|
||
* add a check in the startup error-reporting to avoid writing to
|
||
pipe when it has not been opened. In that case, report errors
|
||
directly to the standard error.
|
||
* add OPT_READLINE definition to xtermcfg.hin, overlooked in
|
||
[232]patch #205 (report by Kalle Olavi Niemitalo).
|
||
* modify 88colors2.pl and 256colors2.pl, adding -r option to reverse
|
||
the palettes for the extended colors.
|
||
* check for partial overwrite or deletion of multi-column characters
|
||
in several cases, e.g., insert-character, delete-character, etc.,
|
||
and fill the remainder of the cells used by the multi-column
|
||
characters affected with blanks.
|
||
* correct character-class codes in wide-character mode for
|
||
characters 215, 247 (see also [233]patch #165).
|
||
* fix missing assignment for UTF-8 parsing in widget initialization
|
||
(Debian #403360).
|
||
* correct index expression used to set line-wrapping flag, making
|
||
selection from scrollback work consistently (Debian #430121,
|
||
report by Vincent Lefevre).
|
||
* amend changes to handshake in [234]patch #226 to accommodate
|
||
Solaris, which relies on the extra setting of the terminal size
|
||
after I/O initialization. Do this by adding new resource
|
||
ptySttySize, which is false for Linux and MacOS X, i.e., true for
|
||
for Solaris and other SVR4 platforms, as well as FreeBSD (reports
|
||
by David Wood, Renato Botelho).
|
||
* check for X events after cursor-left, and carriage return,
|
||
consistent with indexing operations (comments by Vegard Nossum and
|
||
Ingo Molnar on a mailing-list).
|
||
* initialize the .keyboard structure, needed for some platforms
|
||
(such as Solaris) after [235]patch #227 fixes for keysyms (patch
|
||
by David Wood).
|
||
* update config.guess, config.sub
|
||
- Bugzilla #293793: avoid requiring the an iso8859* version of
|
||
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.
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 12 17:19:32 CEST 2007 - werner@suse.de
|
||
|
||
- no longer overwrite translation for the key ALT, use altIsNotMeta
|
||
to leave it for users choise using Meta or Alt mode (bug #262330)
|
||
- add snooper to the sources which enables to seek for character
|
||
sequences used by e.g. xterm in Alt mode (bug #262330)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 9 21:53:00 CEST 2007 - sndirsch@suse.de
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 14 15:48:56 CEST 2007 - sndirsch@suse.de
|
||
|
||
- xterm-225k.patch:
|
||
* restore a special case for cursor-color in ReverseVideo() lost
|
||
in rewrite for patch #224 (report by Adam Sulmicki).
|
||
(Bug #283984)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 29 12:28:01 CEST 2007 - dmueller@suse.de
|
||
|
||
- add ncurses-devel BuildRequires
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 24 22:03:14 CET 2007 - sndirsch@suse.de
|
||
|
||
- Patch #225 - 2007/3/24:
|
||
* add useClipping resource to allow clipping to be disabled.
|
||
* use XftDrawSetClipRectangles to work around Xft pixel-trash
|
||
(report by Reuben Thomas).
|
||
* add configure option --enable-tcap-fkeys, and resource
|
||
tcapFunctionKeys, which can be used to tell xterm to use
|
||
function-key definitions from the termcap (or terminfo) which it
|
||
uses to set $TERM on startup.
|
||
* add resources altIsNotMeta and altSendsEscape to allow one to use
|
||
Alt-keys like the meta-key even if they are bound to different
|
||
keycodes (prompted by discussion with Daniel Jacobowitz).
|
||
* revert a change from [229]patch #216 that unnecessarily made the
|
||
meta modifier override the eightBitInput resource if the alt- and
|
||
meta-modifiers happened to overlap (report/patch by Daniel
|
||
Jacobowitz).
|
||
* correct associated font for active icon for colored text (broken
|
||
in [230]patch #224).
|
||
* correct ifdef's for Darwin (patch by Emanuele Giaquinta).
|
||
* add highlightTextColor resource, and options -selfg, -selbg like
|
||
xwsh (adapted from patch by Victor Vaile).
|
||
* revise find_closest_color() function to address concern about
|
||
borrowing from Tcl/Tk (request by Dan McNichol).
|
||
* add "spawn-new-terminal" action, which can be assigned to key
|
||
translation, allowing one to spawn a new copy of xterm using the
|
||
current process' working directory (adapted from patch by Daniel
|
||
Colascio).
|
||
* improve select/paste between UTF-8 and Latin1 xterms by adapting
|
||
the translations from [231]patch #185. Extend that to include
|
||
Unicode fullwidth forms FF00-FF5E. Also modify select/paste of DEC
|
||
line-drawing characters in Latin1 mode to use ASCII characters.
|
||
* add "Enable Bell Urgency" to VT Options menu, removed "Enable
|
||
Margin Bell".
|
||
* add bellIsUrgent resource to control whether the Urgency hint is
|
||
set/reset.
|
||
* modify to set Urgency window manager hint on bell, reset it on
|
||
Focus-In event (patch by Emanuele Giaquinta).
|
||
* add --disable-setgid configure option (request by Miroslav
|
||
Lichvar).
|
||
* fix a possible infinite loop in last change to dabbrev-expand()
|
||
(patch by Emanuele Giaquinta).
|
||
* modify initialization to set the pty erase value if the erase is
|
||
set in the ttyModes resource. This overrides the ptyInitialErase
|
||
setting (request by Lluis Batlle i Rossell).
|
||
* add initialFont resource to xterm widget, like tek-widget (Debian
|
||
#299669).
|
||
* amend change to boldMode from [232]patch #223 for Debian #347790.
|
||
As noted in Debian #412599, that made xterm no longer match the
|
||
documented behavior. Add new resource alwaysBoldMode to allow
|
||
overriding the comparison between normal/bold fonts when deciding
|
||
whether to use overstriking to simulate bold fonts.
|
||
* restore background color in ClearCurBackground(), omitted in
|
||
changes for [233]patch #223 (report by Miroslav Lichvar).
|
||
* correct logic for repainting double-width TrueType characters
|
||
(prompted by test-case for Novell #246573).
|
||
* add a check to avoid trying to repeat a multibyte character
|
||
(report by Sami Farin).
|
||
* modify parameter to XftNameParse() to select wide face-name as
|
||
needed, to make -fd option work (patch by Mike Fabian, Novell
|
||
#246573).
|
||
* correct logic for mouse highlight tracking's abort sequence,
|
||
broken in a restructuring modification from [234]patch #224
|
||
(report by Thomas Wolff).
|
||
* revert the simplification of blinking cursor, since that broke the
|
||
xor'ing introduced in [235]patch #193 (report by Thomas Wolff).
|
||
- obsoletes xterm-224i.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 22 17:35:02 CET 2007 - mfabian@suse.de
|
||
|
||
- add ftp://invisible-island.net/temp/xterm-224i.patch
|
||
(obsoletes fix-fd_option.diff and fixes the redraw problems
|
||
for double width characters mentioned in bug #246573).
|
||
- adapt patch a little bit to make it build with --with-utempter.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 26 16:04:31 CET 2007 - sndirsch@suse.de
|
||
|
||
- bug-246573-tentative-patch.diff:
|
||
* simplify algorithm for verifying that a font contains double
|
||
width characters (Bug #246573, comment #53/54)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 21 12:13:16 CET 2007 - sndirsch@suse.de
|
||
|
||
- fix-fd_option.diff:
|
||
* finally fixes double-width support (Bug #246573)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 17 13:13:12 CET 2007 - sndirsch@suse.de
|
||
|
||
- enabled double-width support; switched to configure (Bug #246573)
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
Emanuele Giaquinta).
|
||
* add control sequences for enabling/disabling focus in/out event
|
||
reporting (request by Bram Moolenaar).
|
||
* improve startup performance of menus by adding resource setting
|
||
menuLocale which can be set to override X's lengthy initialization
|
||
of fontsets - which are seldom used for the Xaw popup menus
|
||
(adapted by patch by Dave Coffin).
|
||
* modify do_precomposition() function and make-compose.sh to handle
|
||
21-bit codes vs the 16-bit codes those were written for, and fix a
|
||
few mis-sorted codes (patch by Thomas Wolff).
|
||
* handle special case in -cjk_width which unexpectedly caused a
|
||
character's width to change when a combining character (patch by
|
||
Thomas Wolff)
|
||
* fix build for GNU/KFreeBSD (Debian #40111).
|
||
* consolidate GC creation/updating into a single module to reduce GC
|
||
manipulation (prompted by Debian #389476, though a complete fix
|
||
would involve optimizing the scrolling behavior).
|
||
* fix ifdef of xtermCellWidth(), which broke for a case without
|
||
TrueType and without wide-character support (report by Martin
|
||
Pirker).
|
||
* undo a comparison in handle_translated_exposure which did not work
|
||
due to X server optimization. That caused the inner border to be
|
||
repainted with unexpected colors when handling a repaint, e.g.,
|
||
after switching to/from another workspace (Debian #401726, Redhat
|
||
Bugzilla #223027).
|
||
* allow -cr option to override cursor color when -ah option is used
|
||
(Debian #406502).
|
||
* add a note in xterm's manpage explaining that the -bw (or -w)
|
||
option is only used by the window manager, if at all (Debian
|
||
#405043).
|
||
* make Selection of VT Fonts work with selectToClipboard resource.
|
||
* correct length calculation for Selection entry of VT Fonts menu,
|
||
broken since it ignored the actual selection length since X11R4.
|
||
* fixes for fontsize changes with -fa option (Redhat Bugzilla
|
||
#222340).
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|