summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2002-12-19 02:38:27 +0000
committerKristian Rietveld <kristian@src.gnome.org>2002-12-19 02:38:27 +0000
commit4a19c3da8214e430c7709ad4c52e5a9da398d02d (patch)
treea36b86807a82cbcbcbff573c741325bd435e5997 /ChangeLog.pre-2-2
parentf87ac4d556f3a8ba3ec0342621b02ac95faaf28d (diff)
downloadgtk+-4a19c3da8214e430c7709ad4c52e5a9da398d02d.tar.gz
the rand variable should be static to avoid conflicts with rand().
Thu Dec 19 03:58:36 2002 Kristian Rietveld <kris@gtk.org> * tests/testtreeflow.c: the rand variable should be static to avoid conflicts with rand(). (#100844, reported by Soeren Sandmann, fix pointed out by Matthias Clasen). Thu Dec 19 03:56:23 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): if we started editing, we handled this key signal, so return TRUE. (#100532, reported by Soeren Sandmann).
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-212
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 5591918525..8f98ebf0fd 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,15 @@
+Thu Dec 19 03:58:36 2002 Kristian Rietveld <kris@gtk.org>
+
+ * tests/testtreeflow.c: the rand variable should be static to
+ avoid conflicts with rand(). (#100844, reported by Soeren Sandmann,
+ fix pointed out by Matthias Clasen).
+
+Thu Dec 19 03:56:23 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): if we
+ started editing, we handled this key signal, so return TRUE.
+ (#100532, reported by Soeren Sandmann).
+
2002-12-18 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.c: Add docs.