CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/03/22 18:01:42
Log message:
xterm patch #176
* add configure option to allow one to compile-in support for the
pty handshaking logic, and resource ptyHandshake to enable or
disable it (suggested by Ian Collier).
* restore USE_HANDSHAKE ifdef removed in [179]patch #159 to address
Debian #39964.
* move ifdef's for ttysize/winsize into xterm_io.h
* simplify loop on tgetent, check if the successive entries in the
lookup table are the same. That makes xterm do one less lookup if
there is no "xterm" entry in the termcap file (report by Derek
Martin).
* correct manpage discussion of $TERM and $TERMCAP variables, which
omitted the Tektronix emulation and a note of the final "dumb"
fallback.
* broaden ifdef for XRegisterIMInstantiateCallback() from [180]patch
#175 (XIM fix) to exclude non-XFree86 (report by Nelson Beebe
indicates this breaks for Solaris, IRIX and OSF/1).
* correct resource-size for iconFont (this was added by X11R6.3).
* improve configure check for XKB bell extension, to work around
inconsistent implementation of this feature (reports by Nelson
Beebe, Kriston Rehberg and David Ellement).
* modify configure-check for tty group to be less strict in batch
mode (report by Nelson Beebe).
* modify to allow building with g++, to use its compiler warnings
(suggested by Nelson Beebe).
* modify dec2ucs[] table to reflect newer codes available for
scanlines 1, 3, 7, 9 (report by Michael Schroeder).
* add configure option for XawPlus library.
Modified files:
xc/programs/xterm/:
INSTALL Tekproc.c aclocal.m4 button.c charproc.c
configure configure.in data.c data.h main.c menu.c misc.c
os2main.c ptyx.h resize.c screen.c trace.c version.h
xstrings.c xterm.log.html xterm.man xterm_io.h
xtermcfg.hin
Revision Changes Path
3.29 +12 -1 xc/programs/xterm/INSTALL
3.42 +17 -26 xc/programs/xterm/Tekproc.c
3.45 +44 -8 xc/programs/xterm/aclocal.m4
3.73 +4 -4 xc/programs/xterm/button.c
3.141 +12 -17 xc/programs/xterm/charproc.c
3.70 +387 -349 xc/programs/xterm/configure
3.58 +10 -4 xc/programs/xterm/configure.in
3.26 +6 -6 xc/programs/xterm/data.c
3.30 +8 -3 xc/programs/xterm/data.h
3.164 +310 -320 xc/programs/xterm/main.c
3.51 +14 -12 xc/programs/xterm/menu.c
3.77 +9 -8 xc/programs/xterm/misc.c
3.59 +50 -71 xc/programs/xterm/os2main.c
3.102 +15 -3 xc/programs/xterm/ptyx.h
3.56 +58 -31 xc/programs/xterm/resize.c
3.61 +23 -35 xc/programs/xterm/screen.c
3.17 +18 -2 xc/programs/xterm/trace.c
3.88 +2 -2 xc/programs/xterm/version.h
1.6 +5 -5 xc/programs/xterm/xstrings.c
1.94 +55 -8 xc/programs/xterm/xterm.log.html
3.92 +22 -2 xc/programs/xterm/xterm.man
1.10 +26 -2 xc/programs/xterm/xterm_io.h
3.44 +8 -2 xc/programs/xterm/xtermcfg.hin
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit