ANNOUNCE: GTK+ 1.1.2 Released



GTK+ 1.1.2 is now at: ftp://ftp.gtk.org/pub/gtk/v1.1/.                          

The 1.1.x releases of GTK+ are DEVELOPMENT RELEASES, and as such
there are usually large changes between releases.  You should not
expect 1.1.x series to be stable, since the focus is on enhanced
features.  You can find a stable version of GTK+ at 
ftp://ftp.gtk.org/pub/gtk/v1.0/.

What is new in GTK+ 1.1.2:

* Gtk+ is now featuring runtime loading of dynamic modules via the
  --gtk-modules= command line switch. such modules have to export a
  G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
  function which will be invoked to initialize the module. since such
  modules may create new widget types, they are always resident.
* The tutorial has been updated again.
* Changes to menus including tearoff menus and accelerators.
* Better support for modal dialogs.
* Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
* More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
* GtkCTree rows can be unselectable now.
* The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
  Hamann on Tue Aug 18 00:29:13 1998).
* A bunch of varargs functions changed to get va_lists working on systems that
  implement va_lists as arrays.
* Improvements to the gdkrgb code.
* Improvements to Gdk color handling so we greatly reduce server traffic and
  don't leak colors anymore.
* Improved internal widget tree iterators (the GtkContainer::foreach signal
  vanished because of this).
* Option menus can have the keyboard focus now.
* More fixups to the text widget.
* GtkFileSelection should behave much more nicely in combination with AFS now.
* Support for label underlining.
* Support for GLib 1.1.3 log domains.
* Documentation improvements.
* Configuration fixes on various platforms.
* Miscellaneous fixes to XInput support.
* Build with shared library dependencies on Linux
* Fix for a major bug in the type systems memory allocation code that could
  cause random crashes.
* Libtool update to version 1.2b.
* Lots of bugfixes and cleanups again ;)

--
Shawn T. Amundson               
amundson@gimp.org               http://www.gimp.org/~amundson

"The assumption that the universe looks the same in every
 direction is clearly not true in reality." - Stephen Hawking



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]