CVSROOT: /home/x-cvs Module name: xc Changes by: [EMAIL PROTECTED] 04/03/03 18:21:58
Log message: xterm Patch #185 - 2004/3/3 - XFree86 4.4 * fix tcap-query logic for the backspace key (XFree86 Bugzilla #1233, report/patch by Anton Kovalenko). * add test-scripts resize.pl and tcapquery.pl * add translation to ASCII of commonly-used characters that groff translates to Unicode, when the font in use does not provide the corresponding glyphs (Debian #219551). * modify RequestMaximize(), which performs maximize/restore via control sequences, to account for window-frame (patch by Jess Thrysoee). * improve pattern used in uxterm to check for UTF-8 locale, e.g., for HPUX (patch by H Merijn Brand). * add -fd option and resource faceNameDoublesize to specify double-wide fonts with Xft (adapted from patch by Zarick Lau). * change a couple of resource classes from "Boolean" to specific values: freeBoldBox, forceBoxChars. * add resource showMissingGlyphs to outline places on the screen where a font lacks the corresponding glyph. * add resource showBlinkAsBold to control whether blinking text should be shown as bold or actual blinking text. * improve logic in ShowCursor() to avoid repainting the cursor when it is already visible, e.g., in response to the DECTCEM escape sequence. This also addresses XFree86 Bugzilla #1158. * implement blinking text, using the timer for blinking cursor. * modify FreeType support to allow resizing the font, in the same ways the window can be resized if fixed fonts are used. The relative font sizes are derived from the fixed font sizes. * add menu items and corresponding actions for switching on/off the UTF-8 mode and Xft (TrueType) support. * add logic to handle switching UTF-8 mode on/off. It worked if the escape sequences were flushed, but if data was mixed in with the same write, some were not handled properly (report by Nicolas George). * modify to allow turning UTF-8 mode via escape sequence even if -wc option was not given at startup (patch by Peter Berg Larsen). * amend fix for XFree86 Bugzilla #981, adjusting for savedlines value (report by Tim Adye). * fix a typo in computing relative font size (Jess Thrysoee). Modified files: xc/programs/xterm/: XTerm.ad charproc.c fontutils.c input.c main.c main.h menu.c menu.h misc.c os2main.c ptydata.c ptyx.h screen.c util.c uxterm version.h xterm.h xterm.log.html xterm.man xterm_io.h xtermcfg.hin Added files: xc/programs/xterm/vttests/: resize.pl tcapquery.pl Revision Changes Path 3.27 +4 -2 xc/programs/xterm/XTerm.ad 3.153 +208 -128 xc/programs/xterm/charproc.c 1.45 +148 -52 xc/programs/xterm/fontutils.c 3.70 +9 -4 xc/programs/xterm/input.c 3.175 +8 -6 xc/programs/xterm/main.c 3.9 +7 -1 xc/programs/xterm/main.h 3.54 +121 -5 xc/programs/xterm/menu.c 3.32 +29 -3 xc/programs/xterm/menu.h 3.83 +37 -25 xc/programs/xterm/misc.c 3.63 +5 -3 xc/programs/xterm/os2main.c 1.18 +177 -81 xc/programs/xterm/ptydata.c 3.112 +55 -13 xc/programs/xterm/ptyx.h 3.66 +106 -4 xc/programs/xterm/screen.c 3.79 +163 -40 xc/programs/xterm/util.c 1.8 +2 -2 xc/programs/xterm/uxterm 3.96 +3 -3 xc/programs/xterm/version.h 3.95 +31 -8 xc/programs/xterm/xterm.h 1.116 +55 -4 xc/programs/xterm/xterm.log.html 3.100 +49 -6 xc/programs/xterm/xterm.man 1.14 +2 -2 xc/programs/xterm/xterm_io.h 3.48 +3 -2 xc/programs/xterm/xtermcfg.hin _______________________________________________ Cvs-commit mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/cvs-commit