CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/03/09 15:39:16
Log message:
xterm patch #175:
Patch #175 - 2003/3/9 - XFree86 4.3.0
* fix a SIGSEGV which could occur if xterm is connecting to XIM
server, and the XIM server is destroyed (patch by Nam SungHyun).
* modify to use built-in line-drawing characters for Xft fonts
(patch by Andrew Tipton <[EMAIL PROTECTED]>).
* make menu reflect the state of the tekInhibit resource.
* make signalInhibit resource work, i.e., disable the menu entries
that would send signals to, or exit xterm. This was probably
broken in X11R5 when logging was disabled (report by Sven
Mascheck).
* changed classes of colorBDMode and similar resources that override
colors when a video attribute is set to ColorAttrMode, to make
them distinct from ColorMode. This avoids an unexpected rendering
of reverse video, for example (report by Paul Fox).
* changed class of veryBoldColors to VeryBoldColors, since ColorMode
is associated with boolean resources.
* add option -k8 and resource allowC1Printable to allow users of
non-VTxxx character sets such as KOI-8 to treat the C1 control
area (character codes 128-159) as printable rather than control
characters.
* add a null-pointer check for return-value of ptsname() in
HPUX-specific code (report by David Ellement).
* revise the ifdef's used for XKB bell support. The code was using a
nonstandard call XkbStdBell(). Changed to use XkbBell() (based on
patch by <[EMAIL PROTECTED]>).
* add a null-pointer check in xtermLoadFont() in case there is no
wide-bold font (Nam SungHyun).
* change Makefile.in to use autoconf's bindir, libdir and mandir
variables (report by Nam SungHyun).
* add le to termcap xterm-basic entry. Though missing from older
termcaps for xterm, some applications check for it (report by
Matthias Buelow).
* modify uxterm script to strip modifiers such as "@euro" from the
locale setting before adding ".UTF-8" (Debian #179929).
* modify the remaining places where tek4014 emulation uses
XDefineCursor(), to make it work as originally implemented, e.g.,
when switching back to alpha mode. Added test-screen in vttest to
test this feature properly.
Modified files:
xc/programs/xterm/:
INSTALL MANIFEST Makefile.in Tekproc.c button.c
charproc.c configure configure.in data.h fontutils.c
main.c menu.c menu.h misc.c os2main.c ptyx.h termcap
util.c uxterm version.h xterm.h xterm.log.html xterm.man
xtermcfg.hin
Revision Changes Path
3.28 +7 -1 xc/programs/xterm/INSTALL
1.20 +1 -1 xc/programs/xterm/MANIFEST
3.41 +5 -5 xc/programs/xterm/Makefile.in
3.41 +15 -8 xc/programs/xterm/Tekproc.c
3.72 +36 -44 xc/programs/xterm/button.c
3.140 +98 -22 xc/programs/xterm/charproc.c
3.69 +334 -309 xc/programs/xterm/configure
3.57 +11 -3 xc/programs/xterm/configure.in
3.29 +5 -8 xc/programs/xterm/data.h
1.37 +4 -2 xc/programs/xterm/fontutils.c
3.163 +18 -4 xc/programs/xterm/main.c
3.50 +407 -2 xc/programs/xterm/menu.c
3.30 +46 -205 xc/programs/xterm/menu.h
3.76 +6 -5 xc/programs/xterm/misc.c
3.58 +8 -1 xc/programs/xterm/os2main.c
3.101 +10 -3 xc/programs/xterm/ptyx.h
3.29 +2 -2 xc/programs/xterm/termcap
3.74 +38 -4 xc/programs/xterm/util.c
1.6 +2 -2 xc/programs/xterm/uxterm
3.87 +3 -3 xc/programs/xterm/version.h
3.88 +10 -2 xc/programs/xterm/xterm.h
1.93 +62 -1 xc/programs/xterm/xterm.log.html
3.91 +24 -9 xc/programs/xterm/xterm.man
3.43 +4 -7 xc/programs/xterm/xtermcfg.hin
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit