diff options
author | Havoc Pennington <hp@src.gnome.org> | 2000-12-04 23:06:13 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-04 23:06:13 +0000 |
commit | c149ce5963763d551f2ae74d4914b1e58af069bb (patch) | |
tree | d34341959918ce0a42a84807f0f69fe3b036315a | |
parent | 9365d0d7dc44e67a371590edf7b5f8744963e04c (diff) | |
download | gtk+-c149ce5963763d551f2ae74d4914b1e58af069bb.tar.gz |
got the facts wrong in ChangeLog re: notebook hack
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2f1f27ca36..3e10b99ce7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -7,7 +7,7 @@ * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary - hack to avoid infinite loops (queue draw instead of draw) - + hack to avoid infinite loops (synthetic expose event) - Owen has more appropriate fixes in a branch he'll check in later. * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph |