Blame NEWS.pre-1-0

Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 1.0.0:
Packit Service fb6fa5
Packit Service fb6fa5
* A few bug fixes.
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.10:
Packit Service fb6fa5
Packit Service fb6fa5
* Lots of bug fixes
Packit Service fb6fa5
* Documentation improvements
Packit Service fb6fa5
* Better looking handlebox
Packit Service fb6fa5
* A few convenience functions
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.9:
Packit Service fb6fa5
Packit Service fb6fa5
* Added examples directory, even more examples soon
Packit Service fb6fa5
* Added optional word wrap to gtktext
Packit Service fb6fa5
* Changes to gtkhandlebox
Packit Service fb6fa5
* Lots of bug fixes
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.8:
Packit Service fb6fa5
Packit Service fb6fa5
* Compilation and configuration fixes
Packit Service fb6fa5
* DND Fixes
Packit Service fb6fa5
* New test in testgtk: cursors
Packit Service fb6fa5
* Tutorial updates/additions
Packit Service fb6fa5
* Few more FAQ additions
Packit Service fb6fa5
* More prep for 1.0
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.7:
Packit Service fb6fa5
Packit Service fb6fa5
* This release is mainly because 0.99.6 did not compile completely
Packit Service fb6fa5
  due to a missing file.
Packit Service fb6fa5
* Fixes to Gtk's quit handlers.
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.6:
Packit Service fb6fa5
Packit Service fb6fa5
* Intermediate release to become 1.0.
Packit Service fb6fa5
* More signedness corrections for handler functions in gtkmain.h.
Packit Service fb6fa5
* Semantics of GtkWidget::delete_event changed.
Packit Service fb6fa5
* Documentation updates.
Packit Service fb6fa5
* Inclusion of Gtk tutorial.
Packit Service fb6fa5
* Implementation of a new shutdown method for GtkObject's executed prior to
Packit Service fb6fa5
  actual destruction. WARNING: this breaks binary compatibility, programs using
Packit Service fb6fa5
  Gtk need to be recompiled.
Packit Service fb6fa5
* Clean ups due to compiler warnings.
Packit Service fb6fa5
* Various widget fixes.
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Fixes in GTK+ 0.99.5:
Packit Service fb6fa5
Packit Service fb6fa5
* Signal signedness and naming corrections
Packit Service fb6fa5
* rc/style fixes
Packit Service fb6fa5
* text, entry widget fixes
Packit Service fb6fa5
* gtkeditable fixes
Packit Service fb6fa5
* scrollbar flickering fixed
Packit Service fb6fa5
* check casts are more descriptive
Packit Service fb6fa5
* DND fixes
Packit Service fb6fa5
* FAQ updates
Packit Service fb6fa5
* Bug fixes
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.4:
Packit Service fb6fa5
Packit Service fb6fa5
* Reference counting revolution integrated.
Packit Service fb6fa5
  Refer to docs/refcounting.txt on this issue.
Packit Service fb6fa5
* Implementation of a decent debugging system, you would want
Packit Service fb6fa5
  to export GTK_DEBUG=objects if you are going to develop gtk applications,
Packit Service fb6fa5
  refer to docs/debugging.txt for further information.
Packit Service fb6fa5
* Additions on the signal code for querying information about certain signals,
Packit Service fb6fa5
  and pending handlers of signals.
Packit Service fb6fa5
* Support for user signals, and major changes to internal signal handler
Packit Service fb6fa5
  handling for proper signal removal and invokation of after signals.
Packit Service fb6fa5
* Additional signals for various widgets e.g, GtkHandleBox::child_attached,
Packit Service fb6fa5
  GtkHandleBox::child_detached, GtkWidget::style_set, GtkWidget::parent_set.
Packit Service fb6fa5
* GtkTooltips became a true descendant of GtkObject via derivation from
Packit Service fb6fa5
  GtkData and facilitates an extra tip string which can be used as e.g. an
Packit Service fb6fa5
  index into context help.
Packit Service fb6fa5
* Split up of the widget/object flags into a private and a public portion,
Packit Service fb6fa5
  consult docs/widget_system.txt on this.
Packit Service fb6fa5
* Support for hot keys on gtk programs via gtk_key_snooper_install().
Packit Service fb6fa5
* Reimplementation of the *_interp functions as *_full functions to provide
Packit Service fb6fa5
  simple callback functions as well.
Packit Service fb6fa5
* Idle functions are now prioritized.
Packit Service fb6fa5
* Many enhancements to GtkNotebook.
Packit Service fb6fa5
* New widget GtkSpinButton, check out testgtk.
Packit Service fb6fa5
* New widget GtkTipsQuery for letting the user query tooltips of widgets.
Packit Service fb6fa5
* Addition of GtkEditable base widget to encapsulate selection and
Packit Service fb6fa5
  clipboard handling. (GtkEntry and GtkText use this)
Packit Service fb6fa5
* Text widget more complete.
Packit Service fb6fa5
* Additions to GtkStatusBar to make it complete.
Packit Service fb6fa5
* Gdk now supports regions.
Packit Service fb6fa5
* Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).
Packit Service fb6fa5
* Function replacements:
Packit Service fb6fa5
  g_string_hash() -> g_str_hash()
Packit Service fb6fa5
  g_string_equal() -> g_str_equal()
Packit Service fb6fa5
  gtk_tooltips_set_tips() -> gtk_tooltips_set_tip()
Packit Service fb6fa5
* Support for quit handlers in gtk_main().
Packit Service fb6fa5
* Motif window mangaer hints support.
Packit Service fb6fa5
* Widget arguments are now flagged for readability/writability.
Packit Service fb6fa5
* Additions to documentation.
Packit Service fb6fa5
* Various FAQ updates. (FAQ now included)
Packit Service fb6fa5
* Clean ups and many many bug fixes by a lot of people all over the place.
Packit Service fb6fa5
* New, long and descriptive ChangeLog entries for bored readers ;)
Packit Service fb6fa5
Packit Service fb6fa5
Overview of Changes in GTK+ 0.99.3:
Packit Service fb6fa5
Packit Service fb6fa5
* Filesel enhancement / stability changes
Packit Service fb6fa5
* New widget, gtkcombo 
Packit Service fb6fa5
* Widgets in the toolbar do not get the focus
Packit Service fb6fa5
* New widget, gtkstatusbar (still in-progress)
Packit Service fb6fa5
* g_string_equal renamed g_str_equal
Packit Service fb6fa5
* g_string_hash renamed g_str_hash
Packit Service fb6fa5
* new gtkbox functions to allow modification of the child 
Packit Service fb6fa5
  linkage after the widget tree is setup
Packit Service fb6fa5
* gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
Packit Service fb6fa5
* DND changes/fixes
Packit Service fb6fa5
* Entry widget now has set_max_length function
Packit Service fb6fa5
* Handlebox widget changes/fixes 
Packit Service fb6fa5
* Some work on text widget (still in-progress)
Packit Service fb6fa5
* Now the toolbar supports arbitrary widgets as well
Packit Service fb6fa5
* CList has resizable columns again
Packit Service fb6fa5
* CList now looks consistant with scrolled windows
Packit Service fb6fa5
* Remove flickering from entry widget
Packit Service fb6fa5
* Added switch_page signal to notebook widget
Packit Service fb6fa5
* Documentation additions
Packit Service fb6fa5
* Other bug fixes...