summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-11-07 23:05:19 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-07 23:05:19 +0000
commitd3c9910ad2eead372836f24caba2b8724376eddb (patch)
tree8de29fa4d380a58f0f22add8896dff13f2c04a5d /ChangeLog.pre-2-8
parentf1de9df0511db6e82ee12c8e7f78d68d7a31cbbe (diff)
downloadgdk-pixbuf-d3c9910ad2eead372836f24caba2b8724376eddb.tar.gz
Half-ass somewhat fix this function, so that scrolling to the insertion
2000-11-07 Havoc Pennington <hp@redhat.com> * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Half-ass somewhat fix this function, so that scrolling to the insertion point works. Pango hacking is in the future to really fix it. * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate length of data, no longer used. * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy method contents in here, get rid of destroy method (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks that were backward. Remove debug spew. (cut_or_copy): Make the clipboard work with insert_range to preserve tags and pixbufs, not just the primary selection.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-817
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 9547e7dae..c6c697271 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,22 @@
2000-11-07 Havoc Pennington <hp@redhat.com>
+ * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
+ Half-ass somewhat fix this function, so that scrolling to the
+ insertion point works. Pango hacking is in the future to really
+ fix it.
+
+ * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
+ length of data, no longer used.
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
+ method contents in here, get rid of destroy method
+ (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
+ that were backward. Remove debug spew.
+ (cut_or_copy): Make the clipboard work with insert_range to
+ preserve tags and pixbufs, not just the primary selection.
+
+2000-11-07 Havoc Pennington <hp@redhat.com>
+
* gtk/gtktextmark.c (gtk_text_mark_is_visible): rename
to gtk_text_mark_get_visible