Blame NEWS.pre-1-0

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