CVS Update: xc (branch: trunk)
Thomas Dickey <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/03/12 17:28:02 Log message: 241. Xterm patch #210 (Thomas Dickey). Modified files: xc/doc/specs/xterm/: ctlseqs.ms xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/xterm/: Imakefile XTerm.ad aclocal.m4 button.c charproc.c configure configure.in fontutils.c main.c menu.c menu.h misc.c ptyx.h util.c version.h xterm.h xterm.log.html xterm.man xtermcfg.hin xc/programs/xterm/vttests/: tcapquery.pl Added files: xc/programs/xterm/vttests/: paste64.pl Revision Changes Path 3.60 +6 -5 xc/doc/specs/xterm/ctlseqs.ms 3.3691 +2 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 3.65 +9 -10 xc/programs/xterm/Imakefile 3.36 +3 -2 xc/programs/xterm/XTerm.ad 3.63 +27 -2 xc/programs/xterm/aclocal.m4 3.86 +20 -10 xc/programs/xterm/button.c 3.181 +8 -3 xc/programs/xterm/charproc.c 3.91 +722 -621 xc/programs/xterm/configure 3.75 +3 -2 xc/programs/xterm/configure.in 1.59 +62 -60 xc/programs/xterm/fontutils.c 3.207 +12 -20 xc/programs/xterm/main.c 3.67 +38 -2 xc/programs/xterm/menu.c 3.41 +6 -2 xc/programs/xterm/menu.h 3.105 +97 -33 xc/programs/xterm/misc.c 3.131 +4 -2 xc/programs/xterm/ptyx.h 3.97 +10 -6 xc/programs/xterm/util.c 3.121 +3 -3 xc/programs/xterm/version.h 3.114 +5 -3 xc/programs/xterm/xterm.h 1.146 +44 -3 xc/programs/xterm/xterm.log.html 3.122 +18 -9 xc/programs/xterm/xterm.man 3.60 +3 -2 xc/programs/xterm/xtermcfg.hin 1.3 +12 -30 xc/programs/xterm/vttests/tcapquery.pl