Blame NEWS.pre-1-0

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