CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/09/29 17:39:09
Log message:
xterm patch #168:
+ improve data reported for control sequence that requests window
position by taking into account the window decorations, e.g., border
and title (patch by Jess Thrysoee <[EMAIL PROTECTED]>).
+ add "-cjk_width" and corresponding resource "cjkWidth" (patch by
Jungshik Shin <[EMAIL PROTECTED]>).
+ add "-into" option, for embedding xterm in a Tcl/Tk application
(patch by George Peter Staplin <[EMAIL PROTECTED]>).
+ add simple session management (XSM) client capabilities to xterm. So
a session manager such as, e.g., xsm, should be able to respawn or
kill xterms without the help of an SM proxy (like smproxy), which is
a hack and almost always buggy (patch by David Madore).
+ fix conflict between ifdef's for "OPT_DEC_LOCATOR" and "OPT_READLINE"
in button.c (reported by Ilya Zakharevich).
+ fix for inconsistent use of "struct utmp" versus "struct utmpx"
introduced in patch #167 (patches by Paul Gilmartin, Marc La France).
+ modify logic for "metaSendsEscape" to allow it to work in a setup
where the Meta-key is not recognized as a modifier by the
key-translations logic (from a discussion of eightBitInput with
H.J.Lu, however Vincent Lefevre reported this in January).
+ use null pointer values consistently, rather than literal "0", for
ending variable-length argument lists, e.g., for "execlp()" (based on
patch by Matthieu Herrb).
+ correct logic of "ChangeAnsiColorRequest()", which would do a screen
repaint after replying to a request for information.
+ improve scripts in vttests to work with systems whose shells support
"echo -n" and have, as does Debian, an unrelated "print" utility.
+ add vttests/acolors.sh to demonstrate OSC 4, which queries or sets
ANSI colors.
+ fixes for ctlseqs.ms (Pavel Roskin, Ilya Zakharevich).
+ typos in xterm manpage (Jens Schweikhardt)
+ remove a redundant GCC_UNUSED from InitPopup() (Nam SungHyun)
Modified files:
xc/programs/xterm/:
MANIFEST Tekproc.c XTerm.ad button.c charproc.c input.c
main.c menu.c misc.c os2main.c ptyx.h scrollbar.c trace.c
version.h wcwidth.c wcwidth.h xterm.dat xterm.h
xterm.log.html xterm.man
xc/programs/xterm/vttests/:
16colors.sh 8colors.sh doublechars.sh dynamic.sh fonts.sh
resize.sh title.sh
Added files:
xc/programs/xterm/vttests/:
acolors.sh
Revision Changes Path
1.14 +3 -1 xc/programs/xterm/MANIFEST
3.38 +2 -2 xc/programs/xterm/Tekproc.c
3.24 +4 -2 xc/programs/xterm/XTerm.ad
3.70 +122 -125 xc/programs/xterm/button.c
3.134 +13 -8 xc/programs/xterm/charproc.c
3.59 +2 -3 xc/programs/xterm/input.c
3.158 +91 -33 xc/programs/xterm/main.c
3.48 +11 -11 xc/programs/xterm/menu.c
3.70 +48 -18 xc/programs/xterm/misc.c
3.54 +18 -2 xc/programs/xterm/os2main.c
3.98 +4 -3 xc/programs/xterm/ptyx.h
3.34 +3 -3 xc/programs/xterm/scrollbar.c
3.15 +3 -3 xc/programs/xterm/trace.c
3.80 +3 -3 xc/programs/xterm/version.h
1.5 +2 -2 xc/programs/xterm/wcwidth.c
1.4 +3 -4 xc/programs/xterm/wcwidth.h
1.4 +5 -2 xc/programs/xterm/xterm.dat
3.84 +10 -3 xc/programs/xterm/xterm.h
1.85 +66 -10 xc/programs/xterm/xterm.log.html
3.86 +30 -3 xc/programs/xterm/xterm.man
1.4 +3 -1 xc/programs/xterm/vttests/16colors.sh
1.4 +3 -1 xc/programs/xterm/vttests/8colors.sh
1.4 +3 -1 xc/programs/xterm/vttests/doublechars.sh
1.4 +3 -1 xc/programs/xterm/vttests/dynamic.sh
1.3 +3 -1 xc/programs/xterm/vttests/fonts.sh
1.4 +3 -1 xc/programs/xterm/vttests/resize.sh
1.5 +3 -1 xc/programs/xterm/vttests/title.sh
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit