CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]      02/12/08 14:31:52

Log message:
  first cut of changes for patch #171:
  
        + modify parser tables to improve detection of malformed control
          sequences, making xterm behave more like a real DEC terminal (patch
          by Paul Williams).
  
        + update comment in "input.c" to document "Meta" as a modifier for
          escape sequences (patch by D Roland Walker).
  
        + add ifdef'd code for logging option which adds the hostname and a
          timestamp to the generated logfile name.  The ifdef's are setup with
          the configure script (patch by Nelson Beebe).
  
        + remove "xevents()" call from the end of "BlinkCursor()", to fix an
          occasional problem which caused xterm to pause until a key was
          pressed.  The reason for this was that there was no check to ensure
          that there really were events for "xevents()" to process.  (patch by
          Semen A Ustimenko <[EMAIL PROTECTED]>).
  
        + remove unused mode-params from "open()" calls that do not create a
          file.
  
        + modify configure script to put new items first on "$CPPFLAGS" and
          "$CFLAGS" to avoid conflict with environment's <em>-I</em> and
          <em>-D</em> options.
  
        + update config.guess, config.sub
  
        + resync with XFree86 CVS:
  
          + fix va_args glitches for xterm/libfontconfig:  0 == (void*)0
            isn't true for all platforms (Egbert Eich).
          + initialise ProgramName in xterm's main before referencing it
            (#5473, Peter Valchev).
            + some cleanup of Imakefile ifdef's (Marc La France).

Modified files:
      xc/programs/xterm/:
        VTPrsTbl.c VTparse.def VTparse.h aclocal.m4 charproc.c 
        config.guess config.sub configure configure.in data.c 
        data.h fontutils.c input.c install.sh main.c misc.c 
        os2main.c version.h xterm.log.html xterm.man xtermcfg.hin 
Removed files:
      xc/programs/xterm/:
        ttysvr.c 
  
  Revision      Changes    Path
  3.24          +2158 -1835xc/programs/xterm/VTPrsTbl.c
  3.13          +3 -3      xc/programs/xterm/VTparse.def
  3.17          +124 -123  xc/programs/xterm/VTparse.h
  3.43          +9 -10     xc/programs/xterm/aclocal.m4
  3.136         +18 -16    xc/programs/xterm/charproc.c
  1.15          +69 -32    xc/programs/xterm/config.guess
  1.15          +15 -16    xc/programs/xterm/config.sub
  3.67          +270 -269  xc/programs/xterm/configure
  3.55          +3 -1      xc/programs/xterm/configure.in
  3.25          +1 -4      xc/programs/xterm/data.c
  3.28          +1 -4      xc/programs/xterm/data.h
  1.36          +3 -3      xc/programs/xterm/fontutils.c
  3.61          +17 -9     xc/programs/xterm/input.c
  3.6           +34 -23    xc/programs/xterm/install.sh
  3.161         +6 -6      xc/programs/xterm/main.c
  3.73          +27 -2     xc/programs/xterm/misc.c
  3.56          +4 -4      xc/programs/xterm/os2main.c
  3.83          +2 -2      xc/programs/xterm/version.h
  1.88          +42 -1     xc/programs/xterm/xterm.log.html
  3.88          +12 -1     xc/programs/xterm/xterm.man
  3.42          +3 -1      xc/programs/xterm/xtermcfg.hin

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

Reply via email to