Update of /project/climacs/cvsroot/climacs/Persistent In directory common-lisp.net:/tmp/cvs-serv20268/Persistent
Modified Files: README Log Message: Update related to the intro of delegating-buffer.
Date: Sat Mar 5 12:55:10 2005 Author: abakic
Index: climacs/Persistent/README diff -u climacs/Persistent/README:1.3 climacs/Persistent/README:1.4 --- climacs/Persistent/README:1.3 Sat Feb 5 21:59:51 2005 +++ climacs/Persistent/README Sat Mar 5 12:55:10 2005 @@ -3,14 +3,8 @@ used as just balanced trees.
To use any of these buffer implementations (binseq-buffer or -obinseq-buffer), substitute "standard-buffer" in the superclass list -of climacs-buffer class in pane.lisp (marked by a "PB" comment). At -all other places marked with "PB" comments, substitute "standard" for -"persistent" in order to use the corresponding mark classes. +obinseq-buffer), pass them as the :implementation argument when +instatiating climacs-buffer class in pane.lisp.
NOTE: There is a dependency of Persistent/persistent-buffer.lisp on -Flexichain/utilities.lisp (the weak pointer handling). - -NOTE: Package :binseq is now used by package :climacs-buffer, and -the latter also exports persistent buffer and mark related symbols -mentioned above in connection to "PB" comments. +Flexichain/utilities.lisp (the weak pointer handling). \ No newline at end of file