summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-08 03:21:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-08 03:21:02 +0000
commitb37d8bf8a67f1663aaa397da5f0cd225b61579a1 (patch)
tree558d0ba8816c3da02d9e1ad0770eb04edada1f66 /ChangeLog
parent7d56a5258536da37542e001392056338bfbb5fc3 (diff)
downloadgtk+-b37d8bf8a67f1663aaa397da5f0cd225b61579a1.tar.gz
Add some additional docs on precision here too. (#309238, Steve Chaplin)
2005-07-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkhscale.c (gtk_hscale_new_with_range): (gtk_vscale_new_with_range): Add some additional docs on precision here too. (#309238, Steve Chaplin)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d972b7659..5cb77bc73b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-07-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkhscale.c (gtk_hscale_new_with_range):
+ (gtk_vscale_new_with_range): Add some additional docs on
+ precision here too. (#309238, Steve Chaplin)
+
* gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
generate events on destroyed windows.