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/testtext.c7
-rw-r--r--tests/testtext.c7
9 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index b19ae7da7e..834ef6b06a 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,10 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
buffer
diff --git a/gtk/testtext.c b/gtk/testtext.c
index bbff4d00ae..9a6059790a 100644
--- a/gtk/testtext.c
+++ b/gtk/testtext.c
@@ -930,6 +930,8 @@ do_search (gpointer callback_data,
GtkWidget *dialog;
GtkWidget *search_text;
GtkTextBuffer *buffer;
+
+#if 0
dialog = gtk_dialog_new_with_buttons ("Search",
GTK_WINDOW (view->window),
@@ -958,6 +960,7 @@ do_search (gpointer callback_data,
gtk_widget_grab_focus (search_text);
gtk_widget_show_all (dialog);
+#endif
}
static void
@@ -1288,7 +1291,8 @@ buffer_search_forward (Buffer *buffer, const char *str,
++i;
}
}
-
+
+#if 0
dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
GTK_MESSAGE_INFO,
GTK_BUTTONS_OK,
@@ -1302,6 +1306,7 @@ buffer_search_forward (Buffer *buffer, const char *str,
GTK_OBJECT (dialog));
gtk_widget_show (dialog);
+#endif
}
static void
diff --git a/tests/testtext.c b/tests/testtext.c
index bbff4d00ae..9a6059790a 100644
--- a/tests/testtext.c
+++ b/tests/testtext.c
@@ -930,6 +930,8 @@ do_search (gpointer callback_data,
GtkWidget *dialog;
GtkWidget *search_text;
GtkTextBuffer *buffer;
+
+#if 0
dialog = gtk_dialog_new_with_buttons ("Search",
GTK_WINDOW (view->window),
@@ -958,6 +960,7 @@ do_search (gpointer callback_data,
gtk_widget_grab_focus (search_text);
gtk_widget_show_all (dialog);
+#endif
}
static void
@@ -1288,7 +1291,8 @@ buffer_search_forward (Buffer *buffer, const char *str,
++i;
}
}
-
+
+#if 0
dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
GTK_MESSAGE_INFO,
GTK_BUTTONS_OK,
@@ -1302,6 +1306,7 @@ buffer_search_forward (Buffer *buffer, const char *str,
GTK_OBJECT (dialog));
gtk_widget_show (dialog);
+#endif
}
static void