Skip to content
Snippets Groups Projects
Commit 2ed1443b authored by georgej's avatar georgej
Browse files

see ChangeLog for Tue Jan 11 15:30:15 1994

parent 5e40b0ce
No related branches found
No related tags found
No related merge requests found
Tue Jan 11 15:30:15 1994 George Jacob (georgej@lava)
* utils/excl-verification.lisp: Changed version to CLIM2.0
* tk-silica/xt-silica.lisp: Commented out duplicate keysym definition
* Makefile.cobjs: Changed the MAIN_OBJ rule to use stub files directly
from colin: Mon Dec 6 21:46:54 PST 1993 from colin: Mon Dec 6 21:46:54 PST 1993
tk-silica/ol-silica.lisp fixed typo tk-silica/ol-silica.lisp fixed typo
......
...@@ -28,6 +28,6 @@ MyDrawingA.o: misc/MyDrawingA.c misc/climgccursor.c ...@@ -28,6 +28,6 @@ MyDrawingA.o: misc/MyDrawingA.c misc/climgccursor.c
olsupport.o: misc/olsupport.c misc/climgccursor.c olsupport.o: misc/olsupport.c misc/climgccursor.c
$(CC) -c $(CFLAGS) $(OLINCLUDES) -o olsupport.o misc/olsupport.c $(CC) -c $(CFLAGS) $(OLINCLUDES) -o olsupport.o misc/olsupport.c
$(MAIN_OBJ): $(MAIN_OBJ): stub-motif.o stub-xt.o stub-x.o $(ACL_MAIN_OBJ)
ld -r $(LDFLAGS) -o $(MAIN_OBJ) $(ACL_MAIN_OBJ) clim-motif.o stub-x.o \ ld -r $(LDFLAGS) -o $(MAIN_OBJ) $(ACL_MAIN_OBJ) stub-motif.o \
$(MOTIFLIB) $(XTLIB) $(XLIB) stub-xt.o stub-x.o $(MOTIFLIB) $(XTLIB) $(XLIB)
...@@ -1072,7 +1072,7 @@ ...@@ -1072,7 +1072,7 @@
(define-xt-keysym (keysym 255 255) :rubout) (define-xt-keysym (keysym 255 255) :rubout)
(define-xt-keysym (keysym 255 008) :backspace) (define-xt-keysym (keysym 255 008) :backspace)
(define-xt-keysym (keysym 009 227) :page) (define-xt-keysym (keysym 009 227) :page)
(define-xt-keysym (keysym 255 010) :linefeed) ;;(define-xt-keysym (keysym 255 010) :linefeed)
(define-xt-keysym (keysym 255 027) :escape) (define-xt-keysym (keysym 255 027) :escape)
;;;--- ;;;---
(define-xt-keysym (keysym 255 010) :newline) (define-xt-keysym (keysym 255 010) :newline)
......
...@@ -59,7 +59,7 @@ You do not have patches ~{~S ~}" ...@@ -59,7 +59,7 @@ You do not have patches ~{~S ~}"
dont-have))) dont-have)))
(defvar *clim-version* (defvar *clim-version*
'("CLIM 2.0.beta2.0" '("CLIM 2.0"
"$fiHeader: excl-verification.lisp,v 1.16 93/04/28 17:19:31 layer Exp $")) "$fiHeader: excl-verification.lisp,v 1.16 93/04/28 17:19:31 layer Exp $"))
(si::rcsnote (first *clim-version*) (second *clim-version*)) (si::rcsnote (first *clim-version*) (second *clim-version*))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment