CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/01/15 22:25:53

Log message:
  o Fixed a problem in the xedit regex library, was using wrong code
    to reallocate space when merging character matches in a single
    string match. The problem did not appear early because the buffer
    size is increased at 16 (or 32 for case insensitive) bytes at
    a time.
  o Added a new syntax-highlight definition to allow easier viewing
    XFree86 log files. It will highlight the XFree86 version, the
    release date, the build operating system as well as (WW) warning,
    (EE) error lines, and use a very pale background color for
    (==) default, (**) config and (--) probed lines. Log of command
    line options and uncommon (notice, not implemented and unknown)
    messages will be highlighted almost identically to warnings.

Modified files:
      xc/programs/xedit/lisp/modules/:
        Imakefile xedit.lsp 
      xc/programs/xedit/lisp/re/:
        rec.c 
Added files:
      xc/programs/xedit/lisp/modules/progmodes/:
        xlog.lsp 
  
  Revision      Changes    Path
  1.13          +2 -1      xc/programs/xedit/lisp/modules/Imakefile
  1.10          +3 -1      xc/programs/xedit/lisp/modules/xedit.lsp
  1.4           +5 -5      xc/programs/xedit/lisp/re/rec.c

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

Reply via email to