CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       02/11/11 22:05:08

Log message:
    Fixed bug when resolving the current syntax highlight mode in the
  "Edit Mode" menu.
    Changed how objects are printed for better handling circular and
  shared lists. I was planning to do a better job when implementing
  "pretty-printing", but for now I added support for *print-level* and
  *print-length*. Later this week I should add *print-circle* as well
  as changing LispMutable() and LispImmutable() to properly handle
  circular/shared lists and probably some arbitrary limit to the stack
  depth when printing such objects.

Modified files:
      xc/programs/xedit/:
        lisp.c 
      xc/programs/xedit/lisp/:
        debugger.c lisp.c write.c write.h xedit.c 
  
  Revision      Changes    Path
  1.17          +3 -2      xc/programs/xedit/lisp.c
  1.24          +17 -18    xc/programs/xedit/lisp/debugger.c
  1.68          +3 -2      xc/programs/xedit/lisp/lisp.c
  1.18          +229 -112  xc/programs/xedit/lisp/write.c
  1.6           +3 -11     xc/programs/xedit/lisp/write.h
  1.10          +2 -2      xc/programs/xedit/lisp/xedit.c

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

Reply via email to