From: espen Date: Mon, 14 Aug 2000 16:44:10 +0000 (+0000) Subject: initial checkin X-Git-Tag: xa^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/ecb4e7dcf343674c01bc36415d45c7265cae6efe initial checkin --- diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 5193872..588e589 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -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") diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 54afe17..a0fa845 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.lisp @@ -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") diff --git a/gdk/gdkglue.c b/gdk/gdkglue.c index 89e6470..ffdf867 100644 --- a/gdk/gdkglue.c +++ b/gdk/gdkglue.c @@ -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 diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 4b0ff4b..a246800 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -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") diff --git a/glib/gforeign.lisp b/glib/gforeign.lisp index e94db37..c3313b9 100644 --- a/glib/gforeign.lisp +++ b/glib/gforeign.lisp @@ -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") diff --git a/glib/glib-export.lisp b/glib/glib-export.lisp index cf68270..6b63cab 100644 --- a/glib/glib-export.lisp +++ b/glib/glib-export.lisp @@ -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 diff --git a/glib/glib-package.lisp b/glib/glib-package.lisp index e95a313..3dc4491 100644 --- a/glib/glib-package.lisp +++ b/glib/glib-package.lisp @@ -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") diff --git a/glib/glib.lisp b/glib/glib.lisp index fb62649..bb827d3 100644 --- a/glib/glib.lisp +++ b/glib/glib.lisp @@ -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") diff --git a/glib/gobject.lisp b/glib/gobject.lisp index 574fa1c..4b43339 100644 --- a/glib/gobject.lisp +++ b/glib/gobject.lisp @@ -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") diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 5cb1a7c..c3271e6 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -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") diff --git a/glib/gutils.lisp b/glib/gutils.lisp index cf939c3..fc99bdd 100644 --- a/glib/gutils.lisp +++ b/glib/gutils.lisp @@ -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") diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index 0a1ba3d..9e2bd4a 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -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") diff --git a/gtk/gtkcontainer.lisp b/gtk/gtkcontainer.lisp index 375b82f..19d417c 100644 --- a/gtk/gtkcontainer.lisp +++ b/gtk/gtkcontainer.lisp @@ -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") diff --git a/gtk/gtkglue.c b/gtk/gtkglue.c index 51c4801..3b84419 100644 --- a/gtk/gtkglue.c +++ b/gtk/gtkglue.c @@ -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 diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 5bef67b..09ffd67 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -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") diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 926e29a..740faff 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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 $ diff --git a/gtk/gtkwidget.lisp b/gtk/gtkwidget.lisp index 429f822..3db24aa 100644 --- a/gtk/gtkwidget.lisp +++ b/gtk/gtkwidget.lisp @@ -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")