Update of /project/clim-desktop/cvsroot/clim-desktop In directory clnet:/tmp/cvs-serv23869
Modified Files: clim-launcher.lisp EDITME.lisp Log Message: Fixes: move the CLIM debugger setup around, change climacs-gui:climacs-rv til climacs:climacs-rv.
--- /project/clim-desktop/cvsroot/clim-desktop/clim-launcher.lisp 2006/07/21 04:38:15 1.6 +++ /project/clim-desktop/cvsroot/clim-desktop/clim-launcher.lisp 2006/07/28 08:10:40 1.7 @@ -67,7 +67,7 @@
(add-app "Listener" (lambda () (clim-listener:run-listener))) (add-app "Climacs" (lambda () (climacs:climacs))) -(add-app "Climacs (RV)" (lambda () (climacs-gui::climacs-rv))) +(add-app "Climacs (RV)" (lambda () (climacs:climacs-rv)))
(defun start () "Start the CLIM Launcher program." --- /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp 2006/03/30 10:33:55 1.5 +++ /project/clim-desktop/cvsroot/clim-desktop/EDITME.lisp 2006/07/28 08:10:40 1.6 @@ -11,8 +11,6 @@
;;; LOAD THE CLIM DEBUGGER (load (merge-pathnames "Apps/Debugger/clim-debugger.lisp" *mcclim-directory*)) -#+sbcl (setf *debugger-hook* #'clim-debugger:debugger) -#+cmucl (setf *debug-hook* #'clim-debugger:debugger)
;;; LOAD THE EXPERIMENTAL POINTER DOCUMENTATION (load (merge-pathnames "Experimental/pointer-doc-hack.lisp" *mcclim-directory*))
clim-desktop-cvs@common-lisp.net