summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2001-10-27 01:17:38 +0000
committerAnders Carlsson <andersca@src.gnome.org>2001-10-27 01:17:38 +0000
commit0bd42134fe89ec01fdad8cce9a67739e284abe76 (patch)
tree16073f92e62abda8837322c52e76270e8050ef8a /ChangeLog.pre-2-8
parent28603e8b9387d5c59a6ddcd663492708e9e2483b (diff)
downloadgtk+-0bd42134fe89ec01fdad8cce9a67739e284abe76.tar.gz
Clarify that we're returning a spin button in the _new function. This
2001-10-27 Anders Carlsson <andersca@gnu.org> * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Clarify that we're returning a spin button in the _new function. This fixes #54097.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-87
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 5449fbd2bc..8918790625 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+2001-10-27 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range):
+ Clarify that we're returning a spin button in the _new function.
+ This fixes #54097.
+
Fri Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST.
@@ -30,6 +36,7 @@ Fri Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtk.def : added the remaining exported functions
2001-10-27 Anders Carlsson <andersca@gnu.org>
+>>>>>>> 1.2471
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
Add note about width having to be greater than 0. This fixes