diff --git a/ChangeLog b/ChangeLog index 5100be5fd..1cccc446c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5100be5fd..1cccc446c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +1998-03-12 Federico Mena Quintero + + * docs/gtk_tut.sgml: fix one missing quote. + Thu Mar 12 18:01:03 1998 Owen Taylor * gtk.m4 gtk-config.in Makefile.am configure.in: @@ -79,7 +83,6 @@ Thu Mar 12 06:58:17 1998 Tim Janik to leak memory, for dynamically allocated keys (problem pinpointed by Mattias Gronlund). ->>>>>>> 1.218 Tue Mar 10 23:02:42 1998 Owen Taylor * gdk/gdkdnd.c gtk/gtkclist.c gtk/gtksignal.c gtk/testgtk.c: diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index 1406c5e5d..966660b92 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -229,7 +229,7 @@ int main (int argc, char *argv[]) GTK_SIGNAL_FUNC (hello), NULL); /* This will cause the window to be destroyed by calling - * gtk_widget_destroy(window) when "clicked. Again, the destroy + * gtk_widget_destroy(window) when "clicked". Again, the destroy * signal could come from here, or the window manager. */ gtk_signal_connect_object (GTK_OBJECT (button), "clicked", GTK_SIGNAL_FUNC (gtk_widget_destroy), diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 1406c5e5d..966660b92 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -229,7 +229,7 @@ int main (int argc, char *argv[]) GTK_SIGNAL_FUNC (hello), NULL); /* This will cause the window to be destroyed by calling - * gtk_widget_destroy(window) when "clicked. Again, the destroy + * gtk_widget_destroy(window) when "clicked". Again, the destroy * signal could come from here, or the window manager. */ gtk_signal_connect_object (GTK_OBJECT (button), "clicked", GTK_SIGNAL_FUNC (gtk_widget_destroy),