CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/09/21 10:12:51

Log message:
  xterm current development:
  
       * modify scroll-back and scroll-forw actions to accept an adjustment
         value, e.g.,
                scroll-back(1, page-2)
         to  scroll  back  by  2  lines  less  than  a  page (patch by Greg
         Klanderman).
       * use  color  resource  setting  from Debian package for xterm VT100
         widget, since the choice of blues provides better contrast.
       * remove  color  resources  from  XTerm.ad,  leaving  them  only  in
         XTerm-col.ad (prompted by Debian package for xterm).
       * correct  configure script option --enable-pty-handshake (report by
         Paul Gilmartin).
       * add visualBellDelay resource to modify the length of time used for
         visual  bell,  for  very  slow  displays  or  very  fast computers
         (reports by Ingo van Lil and Doug Toppin).
       * correct  logic  for initializing dynamic highlight color (patch by
         Jess Thrysoee).
       * add   a  check  for  non-zero  size  in  call  to  XCopyArea()  to
         accommodate a Solaris bug.
       * correct  typo  in  example  for character classes in xterm manpage
         (Debian #198910).
       * link  xterm  with  bind_on_load  option on Darwin to work around a
         deadlock in the dynamic loader when a signal is received while the
         dynamic loader is looking up symbols (patches by Rob Braun, Torrey
         Lyons).
       * modify configure script to avoid using "head -1".
       * update config.guess, config.sub
       * modify  ifdef's  to  work  around  inclusion of types FcChar32 and
         XftCharSpec with FreeType 2.0 (see [183]patch #175).
       * modify  the predictable version of the generated logfile name (see
         [184]patch  #171)  to  append  the process-id rather than a random
         value.
       * resync with XFree86 CVS:
            + Enable SCO function keys in xterm
            + Make Delete key send DEL by default on SCO in xterm

Modified files:
      xc/programs/xterm/:
        INSTALL Tekproc.c XTerm-col.ad XTerm.ad aclocal.m4 
        button.c charproc.c config.guess config.sub configure 
        configure.in fontutils.c input.c main.c misc.c ptyx.h 
        scrollbar.c trace.c trace.h util.c xterm.h xterm.log.html 
        xterm.man 
  
  Revision      Changes    Path
  3.32          +2 -2      xc/programs/xterm/INSTALL
  3.45          +13 -8     xc/programs/xterm/Tekproc.c
  3.2           +32 -4     xc/programs/xterm/XTerm-col.ad
  3.25          +1 -36     xc/programs/xterm/XTerm.ad
  3.48          +38 -6     xc/programs/xterm/aclocal.m4
  3.74          +27 -24    xc/programs/xterm/button.c
  3.146         +10 -8     xc/programs/xterm/charproc.c
  1.17          +26 -7     xc/programs/xterm/config.guess
  1.17          +31 -16    xc/programs/xterm/config.sub
  3.73          +365 -317  xc/programs/xterm/configure
  3.61          +8 -5      xc/programs/xterm/configure.in
  1.39          +5 -6      xc/programs/xterm/fontutils.c
  3.64          +3 -3      xc/programs/xterm/input.c
  3.169         +1 -4      xc/programs/xterm/main.c
  3.79          +43 -46    xc/programs/xterm/misc.c
  3.107         +15 -2     xc/programs/xterm/ptyx.h
  3.38          +25 -9     xc/programs/xterm/scrollbar.c
  3.18          +27 -3     xc/programs/xterm/trace.c
  3.13          +4 -1      xc/programs/xterm/trace.h
  3.76          +27 -26    xc/programs/xterm/util.c
  3.90          +4 -2      xc/programs/xterm/xterm.h
  1.98          +60 -4     xc/programs/xterm/xterm.log.html
  3.95          +14 -2     xc/programs/xterm/xterm.man

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to