]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Sun Mar 29 22:25:22 BST 1998 Tony Gale <gale@gimp.org> ...
[~andy/gtk] / ChangeLog.pre-2-6
index 1ffaaa274052a00b094ce5c4d0472426b67110ca..76ac59e2e97f15f094d5f736165f5c15efa79502 100644 (file)
@@ -1,3 +1,748 @@
+Sun Mar 29 22:25:22 BST 1998 Tony Gale  <gale@gimp.org>
+
+        * docs/gtk_tut.sgml: more on the Text widget,
+          update the tictactoe example to the current code
+Sun Mar 29 22:29:00 1998  Tim Janik  <timj@gtk.org>
+
+        * gtk/gtkspinbutton.[ch] gtk/testgtk.c (gtk_spin_button_set_wrap):
+       Added wrapping capabilities to GtkSpinButton. New function :
+       gtk_spin_button_set_wrap (Lars Hamann and Stefan Jeske).
+
+Sat Mar 28 21:18:42 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkcombo.c (gtk_combo_disable_activate): 
+       Disconnect from combo->entry, not combo.
+       (From: Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>)
+
+       * gdk/gdkpixmap.c (gdk_pixmap_colormap_create_from_xpm): Deal
+       better with xpm's with bad colors in them.
+       
+Fri Mar 27 21:01:17 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gdk/gdk.c (gdk_event_translate): Don't call
+       XTranslateCoordinates on a destroyed window. (Why do we
+       do event processing at all on destroyed windows when we
+       throw out the results?)
+
+       * gtk/gtklabel.c: Clear the background when changing style/
+       state.
+
+Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 0.99.9
+       
+       * examples: added a couple more, fixed some Makefiles
+
+Fri Mar 27 17:58:41 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_paint): Don't clear
+       the window on an expose event. On draws, just clear the
+       portion we are redrawing.
+
+       * gdk/gdkfont.c (gdk_fontset_load): Corrected calculation
+       of fontset ascent/descent.
+
+       * gtk/gtkwidget.[ch]: Added new function to show a toplevel
+       window and wait for it to be mapped, gtk_window_show_now ()
+
+Fri Mar 27 08:51:17 PST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * docs/Makefile.sgml: some stuff for doing plain text and
+         postscript
+
+Fri Mar 27 00:13:18 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmain.c (gtk_propagate_event): If the widget is _not_
+       a descendant of a Window widget, propagate key presses like
+       other events.
+
+       * gtk/gtkentry.c gtk/gtktext.c: Ignore multiple simultaneous
+       button presses instead of treating subsequent presses as
+       release/press pairs for tablet compatibility.
+
+       * configure.in config.h.in: Removed inline checks, because they
+       are duplicated in glib.
+
+       * gtk/gtkwidget.c (gtk_widget_draw): When gtk_widget_draw ()
+       occurs with queued draw already in place, redraw _entire_
+       widget. (Pointed out by Tim Janik)
+
+Thu Mar 26 23:12:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_propagate_event): make a clear distinction between
+       key press/release events, which will be sent to a widgets toplevel
+       ancestor and be forwarded from there, and all other events that need to
+       get propagated up the widget tree (pointed out by Owen Taylor).
+
+Thu Mar 26 21:37:57 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): always
+       display the correct active state.
+
+       * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): always
+       display the correct active state.
+
+       * gtk/gtkwidget.c (gtk_widget_set_arg): CAN_FOCUS and CAN_DEFAULT flag
+       changes need to queue a resize.
+
+       * gtk/gtkbutton.c (gtk_button_paint): take border_width into
+       consideration for restrict area.
+
+       * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): enable the
+       draw_default member of GtkButton, otherwise the diplay is messed up
+       for CAN_DEFAULT toggles.
+       (gtk_toggle_button_draw_focus): always display whether the toggle button
+       is active or not.
+
+       * gtk/gtkwidget.c (gtk_widget_set_state): 
+       (gtk_widget_set_sensitive): 
+       (gtk_widget_set_parent): 
+       (gtk_widget_propagate_state): take into consideration, whether we really
+       want to change childrens states, or just restauration of old states.
+
+Thu Mar 26 15:33:50 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkwidget.c: When gtk_widget_draw() is called on a 
+       REDRAW_PENDING widget, draw it and remove it from the
+       queue instead of doing nothing.
+
+       * gtk/Makefile.am gdk/Makefile.am: Switch order of includes
+       directories, to make doubly sure that wrong glibconfig.h
+       isn't used. (See also glib/ChangeLog)
+
+       * gtk/gtkentry.c (gtk_entry_draw_focus): Don't draw the
+       cursor unless the entry is editable.
+
+       (From: Stefan Jeske <jeske@braunschweig.netsurf.de>)
+
+Thu Mar 26 08:31:58 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_propagate_event): do not propagate unhandled key
+       events on widgets with parent==NULL twice.
+
+Tue Mar 24 14:59:50 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhandlebox.h:
+       * gtk/gtkhandlebox.c: implemented new flag shrink_on_detach (TRUE by
+       default) which will cause the handle boxes requisition to collapse in
+       case the child is already detached.
+
+Tue Mar 24 00:17:42 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for
+       menus ala Motif (and fix Options menus, which had X cursor
+       before), and show normal arrow when inside ComboBox.
+
+       * gtk/gtkfilesel.c: Various memory leaks removed, as
+       pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>
+
+       * docs/gtk_tut.sgml: Change compiling explaination
+       to refer to gtk-config.
+       (From: johannes@nada.kth.se (Johannes Keukelaar))
+       
+1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
+       ythickness typo.
+
+Tue Mar 24 03:53:18 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
+       evaluation after the widget got destroyed, discovered by Johannes
+       Keukelaar <johannes@nada.kth.se>.
+
+1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gtk/gtkclist.c (gtk_clist_set_row_data_full): Select the row
+       which got its data changed, and not (0, 0).
+
+Mon Mar 23 18:19:42 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmenu.c gtk/gtkmenushell.c: Instead of making
+       an X grab when the button is released, grab immediately.
+       This solves a problem where menus wouldn't pop down
+       if the caller didn't have the BUTTON_RELEASE mask on
+       their window, and and another where the X grab would
+       be released prematurely.
+
+       * gtk/gtklist.c gtk/gtktree.c: Do sanity checking on
+       button presses to make sure they occurred in a child item.
+       (From: "Damon Chaplin" <DAChaplin@email.msn.com>)
+
+       * gtk/gtkmenushell.c: Do sanity checking on button
+       press/releases. Handle button events on window widget
+       descendents of menu items correctly.
+       
+       * gtk/gtkclist.c gtk/gtkbutton.c gtk/gtkviewport.c 
+         gtk/gtkeventbox.c:
+
+       Make the window size allocated in _realize() match that
+       in _size_allocate(). Take into account the border width
+       in the draw() handler.
+
+Mon Mar 23 15:26:25 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkentry.c (gtk_entry_append_text): check for text!=NULL.
+       (gtk_entry_prepend_text): likewise.
+       some else picky indentation fixes.
+
+Mon Mar 23 12:03:03 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+        * examples/: added this directory with stuff from
+          the tutorial, updated to compile and work with recent
+          changes
+
+Mon Mar 23 01:04:51 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtktext.[ch] testgtk.c: Added optional word wrap, controlled
+         by new function gtk_text_set_word_wrap; and a check button
+         in the Text test.
+
+       * gtk/gtktext.c: First line wasn't getting updated
+       properly when selection was removed.
+
+Sun Mar 22 23:33:50 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkentry.c (gtk_entry_insert_text): Fixed some
+         problems with !gtk_use_mb introduced in the last change.
+
+Sun Mar 22 21:00:43 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkpaned.c: Fix so children don't get bogus draws.
+
+Mon Mar 23 01:08:30 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_class_init): leave container_class->add and
+       container_class->remove untouched if we don't implement them.
+
+       * gtk/gtkcontainer.c (gtk_container_class_init): add missing NULL
+       initialization for the class method (*foreach). implement a default
+       handler to output a warning for (*add) and (*remove).
+
+Sun Mar 22 19:01:36 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps
+         that aren't 256 entries long. (colormap->colors is
+         now dynamically allocated)
+
+Sun Mar 22 16:25:46 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmain.c (gtk_init): fixes to locale checks
+
+       * gtk/testgtk.c (create_dnd): Create the dnd icons separately
+         to avoid strange interactions with shapes demo.
+
+       * gtk/gtkentry.[ch]: 
+         - Limit the length of the text to 2048 to prevent long delays
+         - Fix problems with buffer overruns
+         - Draw only the onscreen portion of the text to prevent wrapping
+           of shorts in the X drawing code.
+         - Keep track of character positions and x-offsets to speed
+           up algorithms.
+
+Sun Mar 22 11:37:51 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * gtk/gtkcolorsel.c: 
+       * gtk/gtkfilesel.c: use button_box for buttons
+
+Sat Mar 21 19:07:01 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/testgtk.c (dnd_drop): Don't respond to drops when
+         grab is in effect. (workaround)
+
+       * gdk/gdkfont.c (gdk_fontset_load): More details on
+         error messages.
+
+       * gdk/gdk.c: Translate va_list to XVaNestedList instead
+         of just casting it.
+
+       * gtk/gtkmain.c: Make temporary copy of string returned by
+         setlocale, since it may be changed by subsequent calls.
+
+Sat Mar 21 22:54:31 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhandlebox.h:
+       * gtk/gtkhandlebox.c: major overhaul of the code, fixed all
+       known bugs (hopefully ;).
+
+Sat Mar 20 15:33:17 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
+       parent.
+
+Thu Mar 19 02:00:50 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
+       especially GTK_MAPPED, since that might not have been taken care of
+       by an UNMAP emission.
+
+Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
+
+       * gtk/gtkcombo.[ch] "activate" signal can be disabled now
+
+Fri Mar 20 20:49:33 1998  Radek Doulik  <rodo@aquarius>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_insert_element): changed packing
+       in toolbar elements, so texts are always at the bottom
+
+Wed Mar 18 01:07:11 1998  Radek Doulik  <rodo@aquarius>
+
+       * gtk/gtkclist.c (gtk_clist_column_titles_show): test if
+       clist->title_window exists before showing it,
+       gtk_clist_column_titles_hide also fixed
+
+Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+        * Released GTK+ 0.99.8
+
+Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+        * the Solaris ltconfig patch from draco
+
+Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkcolorsel.c: #define M_PI if it isn't already
+       * gtk/testgtk.c: initialize transparent properly, to make purify
+       happy
+
+Thu Mar 19 00:37:44 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkscrolledwindow.c (gtk_scrolled_window_construct): perform the
+       neccessary checks on funtion begin. use the scrolled_window that got
+       passed to this function, and not a new one.
+
+Wed Mar 18 11:09:10 1998  Owen Taylor  <owt1@cornell.edu>
+       ( From: James Henstridge <james@daa.com.au> )
+
+       * gtk/gtkclist.c: Don't remove, then destroy labels in
+         gtk_clist_set_column_[*], just remove them.
+       
+       * gtk/gtkmain.c (gtk_invoke_timeout_function): call
+         marshal when appropriate, not function.
+
+Tue Mar 17 14:15:07 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/testgtk.c (create_main_window): Alphabetize tests
+
+       * gtk/gtk[hv]paned.c: Change division on resize if
+         necessary to keep handle visible.
+
+       * gtk/gtkgamma.c gtk/gtkcurve.c: Moved initialization into 
+         _init() functions.
+
+       * gtk/gtkscrolledwindow.c: Added missing _construct()
+         functions.
+
+Wed Mar 18 17:38:25 CET 1998   Paolo Molaro <lupus@debian.org>
+
+       * gtk/gtkentry.[ch]: checked in gtk_entry_set_max_length
+       (it truncates the texts if it's longer, now)
+
+Wed Mar 18 02:06:52 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkcontainer.c (gtk_container_border_width): use the resize queue.
+
+       * gtk/gtkwindow.c (gtk_window_set_arg): gtk_window_set_hints() after
+       setting certain arguments, so they actually take affect.
+       (gtk_window_set_policy): likewise.
+
+Tue Mar 17 22:45:39 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c (gtk_widget_get_arg): return real boolean values
+       not just numbers.
+
+       * gtk/gtktogglebutton.c (gtk_toggle_button_set_state): check
+       state for != 0, otherwise we get strange results.
+
+Tue Mar 17 01:55:00 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmain.c gtk/gtkentry.c: Try to guess if we can
+         use the mb* functions safely. (For glibc, they do
+         UTF-8). Heuristic is (X_LOCALE && locale != C/POSIX)
+         || (mblen("\xc0", MB_CUR_MAX) == 1).
+       
+       (From: "Richard Lloyd" <rkl@csc.liv.ac.uk>)
+       
+       * gdk/gdk.c (gdk_ic_get_attr): Use an intermediate
+         variable to avoid taking the address of the result
+         of va_arg. 
+
+       * gtk/gtkentry.c gtk/gtkeditable.c gtkobject.c
+         gtk/testselection.c: signedness fixups
+
+       * gtk/gtkcontainer.c: Fixed implicit cast between
+         gpointer and func pointer by changing.
+
+       * gtk/gtkcombo.c, gtk/gtkentry.c, gtk/gtktext.c:
+         static void forward declaration vs. void actual fixed
+
+       * gtk/testgtk.c: Limit total number of tree items to 10,000
+       
+Mon Mar 16 21:14:52 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gdk/gdkvisual.c: Put visual names into #ifdef G_ENABLE_DEBUG
+           gtk-jbuhler-980315-0.patch
+
+       * gdk/gdkcc.c: Changed DEBUG => G_ENABLE_DEBUG, eliminate
+         unused variable warnings.
+
+Tue Mar 17 16:19:47 1998  Tim Janik  <timj@gimp.org>
+
+       * gdk/gdk.c: 
+       * gdk/gdkvisual.c: changed some debugging messages to be prefixed
+       by "Gdk:".
+
+       * gtk/gtkwidget.c (gtk_widget_real_draw): applied
+       gtk-shige-980317-0.patch.gz to set all event fields, but modified
+       the event.send_event field to be set to TRUE, since the event is not
+       really comming from the server.
+
+       * gtk/gtkwindow.c (gtk_window_init): applied gtk-ograf-980317-1.patch.gz
+       which cares about an initial setting of program name and program class.
+
+       * gdk/gdk.c (gdk_init): applied gtk-ograf-980317-0.patch.gz, which
+       strips leading pathnames from gdk_progname.
+
+Tue Mar 17 12:36:35 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkstyle.c (gtk_default_draw_arrow): fixed a bug about drawing
+       GTK_ARROW_LEFT, correction from Damon Chaplin <DAChaplin@email.msn.com>.
+
+Tue Mar 17 02:02:02 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
+
+       * gdk/gdk.c (gdk_dnd_drag_leave): Use StructureNotifyMaskMask as
+       the mask, as this enables an application listening to those events
+       to catch the root events.  Thanks to Maciej for pointing us in the
+       right direction.
+       (gdk_dnd_drag_enter): Likewise.
+       (gdk_dnd_drag_leave): Likewise.
+       * gdk/gdkwindow.c (gdk_window_dnd_data_set): Likewise.
+
+Mon Mar 16 22:31:02 1998  Federico Mena  <federico@nuclecu.unam.mx>
+
+       * gdk/gdkwindow.c (gdk_window_xid_at): Use signed integers so that
+       testing will not fail for windows that are off-screen.  
+
+       (gdk_window_xid_at_coords): Only considers visible windows.     
+
+Tue Mar 17 03:56:13 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkspinbutton.h: exported gtk_spin_button_spin since it is
+       used in testgtk, and besides that.
+
+       * gtk/testgtk.c: created a new "test" cursors, which showes different
+       types of GdkCursors and is a very simple example at using the drawing
+       area.
+
+Mon Mar 16 18:19:31 GMT 1998 Tony Gale  <gale@gimp.org>
+       * docs/gtkfaq.sgml:
+           - new question on modal windows
+           - new question on updating progressbars
+           - update all the links to gtk.org
+
+Mon Mar 16 09:15:03 GMT 1998 Tony Gale  <gale@gimp.org>
+
+       * docs/gtk_tut.sgml: 
+           - New subsection on colourselection from Tom Bech <tomb@ii.uib.no>
+           - Moved fileselection text to Miscallaneous Widgets section
+           - Started new section on the Text widget
+           - Removed Viewport, Paned, HPaned and VPaned from list of
+             NO_WINDOW widgets.
+
+Mon Mar 16 01:33:36 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk-config.in: Added trailing newline, hopefully will
+         fix the problem with esac disappearing.
+
+       * gtk/Makefile.am (test-debug): Improved test targets
+         will work with --enable-shared
+           [From:  Raja R Harinath  <harinath@cs.umn.edu>]
+
+       * gtk.m4: Not all shells understand $(...).  Use `...` instead.
+           [From:  Raja R Harinath  <harinath@cs.umn.edu>]
+       - use AM_PATH_PROG instead of AM_CHECK_PROG, so the user
+         can specify programs not in their path.
+  
+       * Makefile.am: added gtk.m4 to EXTRA_DIST
+
+Sun Mar 15 23:44:10 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkwidget.h:
+       * gtk/gtkmenushell.c: 
+       * gtk/gtkmenu.c: 
+       * gtk/gtkmain.c: removed EXCLUSIVE_GRAB again, just disable modal
+       event delivery for insensitive children.
+
+Sun Mar 15 22:44:33 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_button_release): for now reverted
+       the last change, since it broke click-select-click menus for gimp.
+
+Sun Mar 15 20:13:42 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkmain.c (gtk_quit_destructor): removed the ugly check whether
+       we need gtk_widget_destroy or gtk_object_destroy. these functions are
+       by no means allowed to act differently!
+
+       * gtk/gtkmisc.c (gtk_misc_set_alignment): check for _DRAWABLE instead
+       of _VISIBLE to operate on widget->window.
+       (gtk_misc_set_padding): likewise.
+
+       * gtk/gtkwidget.c: slightly reordered object arguments.
+
+       * gtk/gtkobject.c (gtk_object_setv):
+       * gtk/gtkobject.c (gtk_object_getv):
+       operator `!' has precedence over `&'.
+
+Sun Mar 15 14:38:34 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
+       lars against a segfault that i discovered.
+
+Sun Mar 15 13:25:28 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
+       * gtk/gtkmain.c: allow exclusive grabs.
+
+       * gtk/gtkmenu.c: grab exclusively.
+       * gtk/gtkmenushell.c: grab exclusively.
+
+       * gtk/gtkmenushell.c: don't activate insensitive menu items when
+       in click-selects mode.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): activate submenus
+       on popup.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't take
+       *additional* button presses into account.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_button_press): don't take
+       foreign button releases into account.
+
+Sun Mar 15 08:27:06 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtktipsquery.c (gtk_tips_query_set_labels): changed run type
+       of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it can be overidden
+       by the user.
+
+       * gtk/gtkwindow.c (gtk_window_configure_event): small fix by
+       Assar Westerlund <assar@sics.se>.
+
+       * gtk/gtkmenu.c (gtk_menu_key_press): don't cast a NULL pointer.
+
+Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+       * Released 0.99.7
+
+Sat Mar 14 20:07:45 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk.m4: Fixed reversed conditional, so checks against
+         supplied version.
+
+Sat Mar 14 10:10:46 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers
+       that could cause them to be removed wihout being invoked.
+
+Sat Mar 14 14:36:40 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+       * Released 0.99.6
+       
+       * gdk/gtk_tut.sgml:
+       * gdk/gtk_tut_it.sgml: fixed Ian Main's e-mail address
+
+Sat Mar 14 17:48:42 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/Makefile.am: Don't refer to current directory as 
+       $(top_builddir)/gtk to avoid confusing non-gmakes. Made
+       Emacs-dependent maintainer-oonly
+
+Sat Mar 14 17:47:12 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gdk/gdkwindow.c: (gdk_window_set_group): Fixed use of
+          unitialized variable.
+
+Sat Mar 14 13:26:09 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkentry.c gtk/gtktext.c: Some cleanups of signedness
+          warnings
+
+       * gtk/gtkhandlebox.h: Changed gint ... : 1 to guint ... : 1
+        
+1998-03-14  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Moved the
+       gtk_signal_connect of the specified callback into the big switch()
+       for buttons.  We don't want to connect to the "clicked" signal of
+       a custom widget or a space element, because it may not have one.
+       (gtk_toolbar_insert_element): Extra sanity check; if the type is
+       GTK_TOOLBAR_CHILD_WIDGET, then the specified widget must not be NULL.
+
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
+Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
+       with a greater height than requested.
+       (gtk_handle_box_remove): clean up if the child is detached.
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): don't take invisible
+       children into account.
+
+Sat Mar 14 02:12:44 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmain.c gdk/gdk.c: Don't leave NULL's in argv.
+
+Sat Mar 14 01:36:51 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk-config.in: Added -I $exec_prefix/glib/include to cflags
+
+Sat Mar 14 00:03:34 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkwindow.c:
+          Don't resize windows when request is rejected by WM.
+         Only use the resize count to guess whether a Configure
+         event was a rejection by the WM, or a move.
+
+       * gdk/gdk.c gdk/gdktypes.h: 
+         - Don't XDestroyWindow foreign windows (If they're a child of
+         one of our windows, reparent them to root and send them a WM 
+         delete event, otherwise, just delete the GTK structure.) 
+         Handle notification of their deletion properly.
+          (Made foreign windows a seperate window type to do this)
+       
+       * gtk/gtkobject.c (gtk_object_set_data_full): 
+         Call the DestroyNotify when replacing the object data.
+
+Sat Mar 14 02:03:13 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtksignal.c: make use of *_by_id() functions for handler key.
+
+       * gtk/gtkwidget.c: make use of *_by_id() functions for a bunch of keys.
+       (gtk_widget_shutdown): new function to perform pre-destruction shutdown
+       of the widget.
+       (gtk_widget_unparent): call gtk_widget_set_parent_window(widget,NULL)
+
+       * gtk/gtkobject.h: 
+       * gtk/gtkobject.c: GtkObject destruction is now split into an internally
+       used shutdown class method and the usual GtkObject::destroy signal
+       emission. this allowes for class based shutdown functionality prior
+       to actuall object destruction.
+       added *_by_id() counterparts for gtk_object_data_* functions, meant for
+       internal use only.
+
+       * gtk/gtkmain.c (gtk_quit_add_destroy): new function which will destroy
+       a GtkObject once gtk_main() of a certain level finishes. it is save to
+       destroy the object prior to that, gtk_quit_add_destroy will only destroy
+       objects that are still existing.
+
+1998-03-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gtk/gtkclist.c (gtk_clist_row_is_visible): Now we return a
+       GtkVisibility value, instead of a simple boolean.  Also, changed
+       all the functions that expected a boolean value to use
+       "!= GTK_VISIBILITY_NONE".
+
+       * gtk/gtkclist.h: Changed prototype for gtk_clist_row_is_visible().
+
+       * gtk/gtkenums.h (enum): Added GtkVisibility enum.
+
+Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+       * docs/gtk_tut.sgml:
+       * docs/gtk_tut_it.sgml:
+       * docs/gtk_tut_packbox1.gif:
+        * docs/gtk_tut_packbox2.gif:
+        * docs/gtk_tut_table.gif: added graphics, update tutorials
+          appropriately
+
+Fri Mar 13 18:25:07 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkcombo.c: fix popup calculations (removal
+       of FIXMEs), changes from Lars Hamann.
+
+Fri Mar 13 10:25:16 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkwidget.h: 
+       * gtk/gtkwidget.c: renamed gtk_widget_delete_hides to
+       gtk_widget_hide_on_delete at owens request, and because the
+       new name is much more descriptive.
+
+Fri Mar 13 17:33:56 GMT 1998 Tony Gale <gale@gimp.org>
+
+       docs/gtkfaq.sgml: fix the spelling of Helge Hess's name
+
+Fri Mar 13 09:40:17 GMT 199 Tony Gale  <gale@gimp.org>
+
+       * docs/gtkfaq.sgml: update links to documentation and
+         remove question on what needs to be done before 1.0
+
+Fri Mar 13 01:17:44 1998  George Lebl  <jirka@5z.com>
+
+       * gtk/gtkfilesel.c: Set the column width of the clists
+         to the longest string length so that the bottom scrollbar
+         appears when you get some long files in the list
+
+1998-03-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * docs/gtk_tut.sgml: fix one missing quote.
+
+Thu Mar 12 18:01:03 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk.m4 gtk-config.in Makefile.am configure.in: 
+         Added a new mechanism for GTK-dependent programs to
+         find out about the installed GTK. (Does not remove
+         any current functionality)
+
+       * gtk+-xconfig.in: Was no longer used for anything.
+
+Thu Mar 12 20:17:47 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_delete_float): return TRUE for
+       GtkWidget::delete_event to avoid destruction of our float window.
+
+       * gtk/gtkmain.c (gtk_main_iteration_do): GDK_DELETE will destroy a
+       widget if the last handler returned FALSE or there was none connected.
+
+       * gtk/testgtk.c: adapted all delete_event/destroy case that were affected.
+
+       * gtk/gtkwidget.c (gtk_widget_delete_hides): new function that will hide
+       a widget and return TRUE to avoid window deletion if
+       connected to GtkWIdget::delete_event.
+
+Thu Mar 12 11:51:33 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+       * docs/gtk.texi: Changed name of GTK to the GIMP Toolkit
+
+Wed Mar 11 22:52:57 1998  Russell Nelson <nelson@crynwr.com>
+
+       * gtk/gtktest.c: new_pixmap wasn't using its filename argument.
+       * docs/gtk.texi: Add descriptions
+
+Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+       * gtk/docs/: added tutorial, changed some files around to
+          make more sense.
+
+Thu Mar 12 10:49:38 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkmain.h: 
+       * gtk/gtkmain.c: changed handler tags to be of type guint, reflecting
+       the internal tag handling.
+
+       * gtk/gtkcurve.h: macro fixups.
+
+Thu Mar 12 08:55:34 1998  Tim Janik  <timj@gimp.org>
+
+       * gtkitem.c:
+       * gtktree.c:
+       * gtklist.c: fetch the inintial value of attributes.event_mask from
+       gtk_widget_get_events (widget) (pointed out by Damon Chaplin
+       <DAChaplin@email.msn.com>).
+
 Thu Mar 12 07:43:33 1998  Tim Janik  <timj@gimp.org>
 
        * gdk/gdk.h:
@@ -40,7 +785,8 @@ Tue Mar 10 23:02:42 1998  Owen Taylor  <owt1@cornell.edu>
 Wed Mar 11 07:10:11 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkspinbutton.h: 
-       * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz.
+       * gtk/gtkspinbutton.c: applied gtk-hamann_jeske-980311-0.patch.gz,
+       to limit entered characters to numbers, '-' and '.'.
 
 Wed Mar 11 04:35:06 1998  Tim Janik  <timj@gimp.org>