initial checkin vendor xa
authorespen <espen>
Mon, 14 Aug 2000 16:44:10 +0000 (16:44 +0000)
committerespen <espen>
Mon, 14 Aug 2000 16:44:10 +0000 (16:44 +0000)
17 files changed:
examples/testgtk.lisp
gdk/gdk.lisp
gdk/gdkglue.c
gdk/gdktypes.lisp
glib/gforeign.lisp
glib/glib-export.lisp
glib/glib-package.lisp
glib/glib.lisp
glib/gobject.lisp
glib/gtype.lisp
glib/gutils.lisp
gtk/gtk.lisp
gtk/gtkcontainer.lisp
gtk/gtkglue.c
gtk/gtkobject.lisp
gtk/gtktypes.lisp
gtk/gtkwidget.lisp

index 5193872..588e589 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: testgtk.lisp,v 1.1 2000/08/14 16:44:26 espen Exp $
+;; $Id: testgtk.lisp,v 1.1.1.1 2000/08/14 16:44:26 espen Exp $
 
 
 (use-package "GTK")
index 54afe17..a0fa845 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gdk.lisp,v 1.1 2000/08/14 16:44:39 espen Exp $
+;; $Id: gdk.lisp,v 1.1.1.1 2000/08/14 16:44:39 espen Exp $
 
 
 (in-package "GDK")
index 89e6470..ffdf867 100644 (file)
@@ -16,7 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-/* $Id: gdkglue.c,v 1.1 2000/08/14 16:44:41 espen Exp $ */
+/* $Id: gdkglue.c,v 1.1.1.1 2000/08/14 16:44:41 espen Exp $ */
 
 
 #include <gdk/gdk.h>
index 4b0ff4b..a246800 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gdktypes.lisp,v 1.1 2000/08/14 16:44:41 espen Exp $
+;; $Id: gdktypes.lisp,v 1.1.1.1 2000/08/14 16:44:41 espen Exp $
 
 (in-package "GDK")
 
index e94db37..c3313b9 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gforeign.lisp,v 1.1 2000/08/14 16:44:38 espen Exp $
+;; $Id: gforeign.lisp,v 1.1.1.1 2000/08/14 16:44:38 espen Exp $
 
 (in-package "GLIB")
 
index cf68270..6b63cab 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: glib-export.lisp,v 1.1 2000/08/14 16:44:30 espen Exp $
+;; $Id: glib-export.lisp,v 1.1.1.1 2000/08/14 16:44:30 espen Exp $
 
 
 ;;; Autogenerating exported symbols
index e95a313..3dc4491 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: glib-package.lisp,v 1.1 2000/08/14 16:44:30 espen Exp $
+;; $Id: glib-package.lisp,v 1.1.1.1 2000/08/14 16:44:30 espen Exp $
 
 (export 'kernel::type-expand-1 "KERNEL")
 
index fb62649..bb827d3 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: glib.lisp,v 1.1 2000/08/14 16:44:31 espen Exp $
+;; $Id: glib.lisp,v 1.1.1.1 2000/08/14 16:44:31 espen Exp $
 
 
 (in-package "GLIB")
index 574fa1c..4b43339 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gobject.lisp,v 1.1 2000/08/14 16:44:30 espen Exp $
+;; $Id: gobject.lisp,v 1.1.1.1 2000/08/14 16:44:30 espen Exp $
 
 (in-package "GLIB")
 
index 5cb1a7c..c3271e6 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtype.lisp,v 1.1 2000/08/14 16:44:34 espen Exp $
+;; $Id: gtype.lisp,v 1.1.1.1 2000/08/14 16:44:34 espen Exp $
 
 (in-package "GLIB")
 
index cf939c3..fc99bdd 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gutils.lisp,v 1.1 2000/08/14 16:44:34 espen Exp $
+;; $Id: gutils.lisp,v 1.1.1.1 2000/08/14 16:44:34 espen Exp $
 
 
 (in-package "KERNEL")
index 0a1ba3d..9e2bd4a 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtk.lisp,v 1.1 2000/08/14 16:44:51 espen Exp $
+;; $Id: gtk.lisp,v 1.1.1.1 2000/08/14 16:44:51 espen Exp $
 
 
 (in-package "GTK")
index 375b82f..19d417c 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtkcontainer.lisp,v 1.1 2000/08/14 16:45:02 espen Exp $
+;; $Id: gtkcontainer.lisp,v 1.1.1.1 2000/08/14 16:45:02 espen Exp $
 
 (in-package "GTK")
 
index 51c4801..3b84419 100644 (file)
@@ -16,7 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-/* $Id: gtkglue.c,v 1.1 2000/08/14 16:45:01 espen Exp $ */
+/* $Id: gtkglue.c,v 1.1.1.1 2000/08/14 16:45:01 espen Exp $ */
 
 
 #include <gtk/gtk.h>
index 5bef67b..09ffd67 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtkobject.lisp,v 1.1 2000/08/14 16:44:54 espen Exp $
+;; $Id: gtkobject.lisp,v 1.1.1.1 2000/08/14 16:44:54 espen Exp $
 
 
 (in-package "GTK")
index 926e29a..740faff 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtktypes.lisp,v 1.1 2000/08/14 16:44:59 espen Exp $
+;; $Id: gtktypes.lisp,v 1.1.1.1 2000/08/14 16:44:59 espen Exp $
 
 
 
index 429f822..3db24aa 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtkwidget.lisp,v 1.1 2000/08/14 16:45:02 espen Exp $
+;; $Id: gtkwidget.lisp,v 1.1.1.1 2000/08/14 16:45:02 espen Exp $
 
 (in-package "GTK")