summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-13 21:24:09 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-13 21:24:09 +0000
commitb858eb9f59976522592449b40a15e73b2006de57 (patch)
tree3754f6a8c9a4fe1f5786473c88532c3d10180c4d /NEWS
parentb2ff45ef83c94fce1d22885209a92431d7a617fb (diff)
downloadgdk-pixbuf-b858eb9f59976522592449b40a15e73b2006de57.tar.gz
Updates
2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: Updates * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6 * gtk/Makefile.am: glib_genmarshal already contains top_builddir
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a90bdb7db..9498b0af3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of Changes in GTK+ 1.3.6
+=================================
+
+* Properly renders strikethrough text
+* win32 fixes
+* Added "scale" property to GtkTextTag and GtkCellRendererText to do
+ relative font scaling
+* Added "format_value" signal to GtkScale to reformat value text
+* framebuffer fixes
+* Property support added to lots of widgets
+* Many GtkTreeView new features and API/implementation fixes
+* Lots of new_with_mnemonic() convenience functions
+* Change GtkImageMenuItem API to be more consistent/useful
+* Added lots of new stock items/icons
+* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
+ enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
+ themes won't need broken hacks
+* Convenience API for GtkRange similar to the one added to GtkSpinButton
+ a while back
+* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0,
+ and move some attributes from program settings to user settings.
+ Allows nice 1-pixel-bevel themes.
+* Moved ::focus virtual function from GtkContainer to GtkWidget
+* Plenty of bug fixes
+
Overview of Changes in GTK+ 1.3.5
=================================