summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkdialog.c4
8 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8dc6c09b3b..b77bbf5dcb 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 178acdf914..707edbb3ab 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -855,10 +855,10 @@ run_destroy_handler (GtkDialog *dialog, gpointer data)
* switch (result)
* {
* case GTK_RESPONSE_ACCEPT:
- * do_application_specific_something (<!>);
+ * do_application_specific_something (<!-- -->);
* break;
* default:
- * do_nothing_since_dialog_was_cancelled (<!>);
+ * do_nothing_since_dialog_was_cancelled (<!-- -->);
* break;
* }
* gtk_widget_destroy (dialog);