CVS Update: xc (branch: trunk)

Kristian Hogsberg xorg-commit at pdx.freedesktop.org
Fri Aug 13 15:57:27 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	krh at pdx.	04/08/13 05:57:27

Log message:
  2004-08-13  Kristian Høgsberg  <krh at redhat.com>
  
          * programs/xterm/*:
          Merge in version 195 from upstream xterm
          (http://dickey.his.com/xterm). Fixes #855.

Modified files:
      ./:
        ChangeLog 
      xc/programs/xterm/:
        256colres.h 256colres.pl 88colres.h 88colres.pl 
        AAA_README_VMS.txt INSTALL Imakefile MANIFEST Makefile.in 
        README.i18n README.os390 TekPrsTbl.c Tekparse.h Tekproc.c 
        UXTerm.ad VTPrsTbl.c VTparse.def VTparse.h XTerm-col.ad 
        XTerm.ad aclocal.m4 button.c charclass.c charclass.h 
        charproc.c charsets.c config.guess config.sub configure 
        configure.in cursor.c data.c data.h doublechr.c error.h 
        fontutils.c fontutils.h input.c keysym2ucs.c keysym2ucs.h 
        link_axp.com main.c main.h make.com menu.c menu.h 
        minstall.sh misc.c os2main.c precompose.c precompose.h 
        print.c proto.h ptydata.c ptyx.h resize.c resize.man 
        screen.c scrollbar.c sinstall.sh tabs.c termcap terminfo 
        testxmc.c trace.c trace.h util.c uxterm version.h vms.c 
        vms.h wcwidth.c wcwidth.h xcharmouse.h xstrings.c 
        xstrings.h xterm.dat xterm.h xterm.log.html xterm.man 
        xterm_io.h xtermcfg.hin xutf8.c xutf8.h 
      xc/programs/xterm/unicode/:
        README convmap.pl keysym.map 
      xc/programs/xterm/vttests/:
        16colors.sh 256colors.pl 256colors2.pl 88colors.pl 
        88colors2.pl 8colors.sh acolors.sh doublechars.sh 
        dynamic.sh fonts.sh resize.sh title.sh 
Added files:
      xc/programs/xterm/:
        ctlseqs.ms gen-pc-fkeys.pl 
      xc/programs/xterm/vttests/:
        resize.pl tcapquery.pl 
  
  Revision      Changes    Path
  1.262         +5 -1      xc/ChangeLog
  1.3           +1 -1      xc/programs/xterm/256colres.h
  1.3           +1 -1      xc/programs/xterm/256colres.pl
  1.3           +1 -1      xc/programs/xterm/88colres.h
  1.3           +1 -1      xc/programs/xterm/88colres.pl
  1.3           +1 -1      xc/programs/xterm/AAA_README_VMS.txt
  1.3           +15 -1     xc/programs/xterm/INSTALL
  1.4           +4 -14     xc/programs/xterm/Imakefile
  1.2           +10 -1     xc/programs/xterm/MANIFEST
  1.3           +29 -22    xc/programs/xterm/Makefile.in
  1.3           +1 -1      xc/programs/xterm/README.i18n
  1.3           +1 -1      xc/programs/xterm/README.os390
  1.3           +1 -1      xc/programs/xterm/TekPrsTbl.c
  1.3           +1 -1      xc/programs/xterm/Tekparse.h
  1.3           +82 -120   xc/programs/xterm/Tekproc.c
  1.3           +1 -1      xc/programs/xterm/UXTerm.ad
  1.3           +9 -6      xc/programs/xterm/VTPrsTbl.c
  1.3           +1 -1      xc/programs/xterm/VTparse.def
  1.3           +1 -1      xc/programs/xterm/VTparse.h
  1.3           +47 -3     xc/programs/xterm/XTerm-col.ad
  1.3           +7 -2      xc/programs/xterm/XTerm.ad
  1.3           +194 -73   xc/programs/xterm/aclocal.m4
  1.3           +6 -3      xc/programs/xterm/button.c
  1.3           +1 -1      xc/programs/xterm/charclass.c
  1.3           +1 -1      xc/programs/xterm/charclass.h
  1.3           +609 -327  xc/programs/xterm/charproc.c
  1.3           +1 -1      xc/programs/xterm/charsets.c
  1.2           +157 -108  xc/programs/xterm/config.guess
  1.2           +123 -40   xc/programs/xterm/config.sub
  1.2           +1776 -971 xc/programs/xterm/configure
  1.3           +16 -23    xc/programs/xterm/configure.in
  1.3           +1 -1      xc/programs/xterm/cursor.c
  1.3           +6 -11     xc/programs/xterm/data.c
  1.3           +10 -12    xc/programs/xterm/data.h
  1.3           +5 -3      xc/programs/xterm/doublechr.c
  1.3           +1 -1      xc/programs/xterm/error.h
  1.3           +285 -116  xc/programs/xterm/fontutils.c
  1.3           +1 -1      xc/programs/xterm/fontutils.h
  1.3           +9 -5      xc/programs/xterm/input.c
  1.3           +1 -1      xc/programs/xterm/keysym2ucs.c
  1.3           +1 -1      xc/programs/xterm/keysym2ucs.h
  1.3           +1 -1      xc/programs/xterm/link_axp.com
  1.3           +212 -118  xc/programs/xterm/main.c
  1.3           +35 -2     xc/programs/xterm/main.h
  1.3           +1 -1      xc/programs/xterm/make.com
  1.3           +142 -5    xc/programs/xterm/menu.c
  1.3           +35 -3     xc/programs/xterm/menu.h
  1.3           +1 -1      xc/programs/xterm/minstall.sh
  1.3           +384 -197  xc/programs/xterm/misc.c
  1.3           +26 -21    xc/programs/xterm/os2main.c
  1.3           +1 -1      xc/programs/xterm/precompose.c
  1.3           +1 -1      xc/programs/xterm/precompose.h
  1.3           +1 -1      xc/programs/xterm/print.c
  1.3           +1 -1      xc/programs/xterm/proto.h
  1.3           +266 -120  xc/programs/xterm/ptydata.c
  1.3           +188 -94   xc/programs/xterm/ptyx.h
  1.3           +2 -2      xc/programs/xterm/resize.c
  1.3           +3 -4      xc/programs/xterm/resize.man
  1.3           +106 -4    xc/programs/xterm/screen.c
  1.3           +1 -1      xc/programs/xterm/scrollbar.c
  1.3           +1 -1      xc/programs/xterm/sinstall.sh
  1.3           +1 -1      xc/programs/xterm/tabs.c
  1.3           +110 -112  xc/programs/xterm/termcap
  1.3           +60 -53    xc/programs/xterm/terminfo
  1.3           +5 -3      xc/programs/xterm/testxmc.c
  1.3           +72 -4     xc/programs/xterm/trace.c
  1.3           +11 -2     xc/programs/xterm/trace.h
  1.3           +350 -185  xc/programs/xterm/util.c
  1.3           +6 -3      xc/programs/xterm/uxterm
  1.3           +9 -5      xc/programs/xterm/version.h
  1.3           +1 -1      xc/programs/xterm/vms.c
  1.3           +1 -1      xc/programs/xterm/vms.h
  1.3           +1 -1      xc/programs/xterm/wcwidth.c
  1.3           +1 -1      xc/programs/xterm/wcwidth.h
  1.3           +1 -1      xc/programs/xterm/xcharmouse.h
  1.3           +1 -1      xc/programs/xterm/xstrings.c
  1.3           +1 -1      xc/programs/xterm/xstrings.h
  1.3           +1 -1      xc/programs/xterm/xterm.dat
  1.3           +99 -29    xc/programs/xterm/xterm.h
  1.3           +414 -11   xc/programs/xterm/xterm.log.html
  1.3           +944 -332  xc/programs/xterm/xterm.man
  1.3           +4 -4      xc/programs/xterm/xterm_io.h
  1.3           +8 -2      xc/programs/xterm/xtermcfg.hin
  1.3           +1 -1      xc/programs/xterm/xutf8.c
  1.3           +1 -1      xc/programs/xterm/xutf8.h
  1.3           +1 -1      xc/programs/xterm/unicode/README
  1.3           +1 -1      xc/programs/xterm/unicode/convmap.pl
  1.3           +1 -1      xc/programs/xterm/unicode/keysym.map
  1.3           +1 -1      xc/programs/xterm/vttests/16colors.sh
  1.3           +1 -1      xc/programs/xterm/vttests/256colors.pl
  1.3           +1 -1      xc/programs/xterm/vttests/256colors2.pl
  1.3           +1 -1      xc/programs/xterm/vttests/88colors.pl
  1.3           +1 -1      xc/programs/xterm/vttests/88colors2.pl
  1.3           +1 -1      xc/programs/xterm/vttests/8colors.sh
  1.3           +1 -1      xc/programs/xterm/vttests/acolors.sh
  1.3           +1 -1      xc/programs/xterm/vttests/doublechars.sh
  1.3           +1 -1      xc/programs/xterm/vttests/dynamic.sh
  1.3           +1 -1      xc/programs/xterm/vttests/fonts.sh
  1.3           +1 -1      xc/programs/xterm/vttests/resize.sh
  1.3           +1 -1      xc/programs/xterm/vttests/title.sh




More information about the xorg-commit mailing list