summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-10-30 01:34:06 +0000
committerTim Janik <timj@src.gnome.org>1998-10-30 01:34:06 +0000
commite655e59bc721c02d16e2c6461af79b6fc3dbd78e (patch)
tree9a2600ddd19ae2269eee064f173c415d35d23a2f /ChangeLog.pre-2-8
parent4dce69399aff681ff59b311f6693e92bd79b0bfa (diff)
downloadgtk+-e655e59bc721c02d16e2c6461af79b6fc3dbd78e.tar.gz
renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.
Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org> * gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. * applied patch from Damon Chaplin <DAChaplin@email.msn.com>: * gtk/gtkfontsel.h: * gtk/gtkfontsel.c: Added support for an extra 'base' filter which an application can set to restrict the fonts available to the user (e.g. a terminal program only wants the user to be able to select fixed-width fonts). The type of font (bitmap/scalable/scaled bitmap) is now also a part of the filter, so that an application can request that only scalable fonts are shown. There are new functions to set the base & user filters. I've also stopped the up/down key press signals getting to the clists since the font selection widget handles them itself. It acted a bit strangely before.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-819
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d2d14bb2f5..999bade2ac 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,22 @@
+Fri Oct 30 01:56:08 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
+ gtk_object_data_set_destroy to fit the gtkobject.h API.
+
+ * applied patch from Damon Chaplin <DAChaplin@email.msn.com>:
+ * gtk/gtkfontsel.h:
+ * gtk/gtkfontsel.c:
+ Added support for an extra 'base' filter which an application can
+ set to restrict the fonts available to the user (e.g. a terminal
+ program only wants the user to be able to select fixed-width fonts).
+ The type of font (bitmap/scalable/scaled bitmap) is now
+ also a part of the filter, so that an application can
+ request that only scalable fonts are shown.
+ There are new functions to set the base & user filters.
+ I've also stopped the up/down key press signals getting
+ to the clists since the font selection widget handles
+ them itself. It acted a bit strangely before.
+
Sun Oct 25 20:27:02 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_init): support an environment variable