CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/10/26 17:08:00
Log message:
Patch #181 - 2003/10/26 - XFree86 4.3.99.15
* implement boldMode for wide-character logic in drawXtermText()
(report by Michael Schroeder).
* modify UXTerm.ad resource file to include "XTerm-color" rather
than "XTerm", in case the latter file contains no color resource
definitions, e.g., after [184]patch #180.
* add action load-vt-fonts() and configure option
--enable-load-vt-fonts which allows users to define additional
sets of VT-fonts which can be loaded at runtime.
* add logic to wide-character support which attempts to load fonts
specified by utf8Fonts subresources at startup. The subresources
have the same names as the fonts which they replace, e.g., font,
font1, etc., so that the ISO-10646-1 fonts can be specified in the
XTerm app-defaults file (this is an adaptation of a patch by
Tomohiro KUBOTA).
* improve Set Font escape string handling by making the relative
settings apply to the size of the font, as in shift keypad
plus/minus rather than the menu index.
* simplify parameter passing for the set-vt-font action and related
code.
* cleanup some include-ordering, moving some recently-added
hardcoded stuff into xterm.h where it will not interfere with the
configure script.
Modified files:
xc/programs/xterm/:
INSTALL MANIFEST UXTerm.ad VTparse.h XTerm.ad charproc.c
configure configure.in data.c fontutils.c fontutils.h
main.h menu.c menu.h misc.c proto.h ptyx.h termcap
terminfo trace.h util.c version.h vms.c xterm.h
xterm.log.html xterm.man xtermcfg.hin
Revision Changes Path
3.33 +6 -1 xc/programs/xterm/INSTALL
1.23 +1 -1 xc/programs/xterm/MANIFEST
1.3 +5 -2 xc/programs/xterm/UXTerm.ad
3.18 +2 -2 xc/programs/xterm/VTparse.h
3.26 +8 -5 xc/programs/xterm/XTerm.ad
3.149 +36 -38 xc/programs/xterm/charproc.c
3.75 +340 -313 xc/programs/xterm/configure
3.62 +11 -1 xc/programs/xterm/configure.in
3.28 +1 -2 xc/programs/xterm/data.c
1.41 +275 -92 xc/programs/xterm/fontutils.c
1.12 +15 -12 xc/programs/xterm/fontutils.h
3.8 +11 -1 xc/programs/xterm/main.h
3.53 +2 -2 xc/programs/xterm/menu.c
3.31 +2 -5 xc/programs/xterm/menu.h
3.81 +16 -9 xc/programs/xterm/misc.c
3.4 +1 -5 xc/programs/xterm/proto.h
3.110 +18 -12 xc/programs/xterm/ptyx.h
3.31 +3 -3 xc/programs/xterm/termcap
3.49 +5 -2 xc/programs/xterm/terminfo
3.14 +3 -3 xc/programs/xterm/trace.h
3.78 +35 -23 xc/programs/xterm/util.c
3.93 +2 -2 xc/programs/xterm/version.h
1.2 +2 -2 xc/programs/xterm/vms.c
3.92 +18 -1 xc/programs/xterm/xterm.h
1.101 +34 -3 xc/programs/xterm/xterm.log.html
3.96 +90 -35 xc/programs/xterm/xterm.man
3.47 +2 -1 xc/programs/xterm/xtermcfg.hin
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit