summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-06 16:26:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-06 16:26:39 +0000
commitd375c92f6c8ff56757f742ef2d5930f7fc8d1508 (patch)
tree7a8bbf33c55ec3490b0abea1e3f0f162e952c674 /NEWS
parent0611f06b5ad90258d274dfb64ba07171cbd053d5 (diff)
downloadgdk-pixbuf-d375c92f6c8ff56757f742ef2d5930f7fc8d1508.tar.gz
10,000 foot view of 1.3.1 changes.
Thu Jul 6 12:26:03 2000 Owen Taylor <otaylor@redhat.com> * NEWS: 10,000 foot view of 1.3.1 changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7454617e2..aa020d081 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Overview of Changes in GTK+ 1.3.1:
+
+* GTK+ now uses the Pango library for text manipulation. All
+ strings in GTK+ now are in Unicode, languages written
+ from right-to-left, and complex-text languages are now supported.
+* The gdk-pixbuf library for image loading and manipulation is
+ has been integrated with GTK+.
+* The GTK+ object system has mostly been moved to GLib, separating
+ it from the GUI code. Many significant enhancements have been
+ made as part of this.
+* A new text widget is now included. This started as a port
+ of the Tk text widget, and includes such features of the Tk
+ text widget as tags, marks, and unicode text support. It
+ has been enhanced to support model-view operation and the
+ full power of Pango.
+* The GDK library has been extensively revised to support multiple
+ windowing systems. The only fully functional backend in 1.3.1
+ is the X11 backend, however, ports to Win32, Linux-framebuffer,
+ Nano-X, BeOS, and MacOS exist in various states of completion,
+ and at least some of these will be finished and integrated in
+ before the final GTK+-2.0 release.
+* 32-bit coordinates are now supported throughout GDK and GTK+
+ (they are emulated where not supported by the windowing system.)
+* Many minor bug fixes and enhancements. Incompatible changes
+ are documented in docs/Changes-2.0.txt
+
+Overview of Changes in GTK+ 1.2.8:
+
+* GNU Make 3.79 bug workaround
+* FAQ and tutorial updates and improvements
+* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
+
+Overview of Changes in GTK+ 1.2.7:
+
+* More header cleanups.
+* Fixed activation bug for insensitive widgets.
+* Locale fixes to RC file parsing code.
+* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
+ HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
+* Upgrade to libtool 1.3.4.
+
Overview of Changes in GTK+ 1.2.6:
* container queue_resize fixes