summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-12 19:33:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-12 19:33:23 +0000
commita1577e964c674458e434cbd5ec727d5e8e8ff41e (patch)
tree2225af297eb723b5b4eaff394ab9c2f179468d60 /ChangeLog.pre-2-10
parent104772f87a3aab04672bdf114cae06788e4e89dc (diff)
downloadgtk+-a1577e964c674458e434cbd5ec727d5e8e8ff41e.tar.gz
Speed this function up, using the fact that visibility is constant across
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): Speed this function up, using the fact that visibility is constant across segments. (#321548, Paolo Borelli)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index dafd4a9acf..c0061b19e7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,9 +1,13 @@
2005-12-12 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index):
+ Speed this function up, using the fact that visibility is
+ constant across segments. (#321548, Paolo Borelli)
+
* gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets):
* gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
stepping backwards. (#320638, Larry Ewing, Paolo Borelli)
-
+
* gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
_GTK_LOAD_ICONTHEMES if we detect a real theme change, not
upon initial theme load. (#323876, Peter Lund)