summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--examples/Makefile1
8 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecea455577..33defe1aba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ecea455577..33defe1aba 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
+
+ * examples/Makefile: add SpinButton example
+
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml:
diff --git a/examples/Makefile b/examples/Makefile
index f669019c92..1b04a5bc89 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -29,6 +29,7 @@ SUBDIRS = arrow \
scribble-simple \
scrolledwin \
selection \
+ spinbutton \
statusbar \
table \
text \