summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-06-20 04:13:37 +0000
committerTim Janik <timj@src.gnome.org>2001-06-20 04:13:37 +0000
commit444bf88aba6ba6f847d2358be54b59dc6a8ba4ba (patch)
tree01f60f20d8565feedcd9a1563b49970bb3b063da /ChangeLog
parent9e171fcc95beeb8658f4acb72e1a4a3adc240ed8 (diff)
downloadgtk+-444bf88aba6ba6f847d2358be54b59dc6a8ba4ba.tar.gz
make maximum digits compile time configurable via MAX_DIGITS and up to 20.
Wed Jun 20 05:32:05 2001 Tim Janik <timj@gtk.org> * gtk/gtkspinbutton.c: make maximum digits compile time configurable via MAX_DIGITS and up to 20. 5 was just ridiculously small. don't use automatic fixed size buffer for printf-ing floats, doubles can expand to really _huge_ strings, use g_strdup_printf() instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7106a7ea5a..f5ca6c9107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 20 05:32:05 2001 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkspinbutton.c: make maximum digits compile time configurable
+ via MAX_DIGITS and up to 20. 5 was just ridiculously small.
+ don't use automatic fixed size buffer for printf-ing floats, doubles
+ can expand to really _huge_ strings, use g_strdup_printf() instead.
+
Wed Jun 20 04:28:24 2001 Tim Janik <timj@gtk.org>
* gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a