]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-2
new functions gtk_selection_data_copy and gtk_selection_data_free.
[~andy/gtk] / ChangeLog.pre-2-2
1 Tue Jun  9 01:57:23 1998  Tim Janik  <timj@gtk.org>
2
3         * gtk/gtkselection.h: 
4         * gtk/gtkselection.c: new functions gtk_selection_data_copy and
5         gtk_selection_data_free.
6
7         * gtk/gtkwidget.c (gtk_widget_class_init): fixed gtk_signal_new() call
8         for "selection_received", which was completely bogus.
9         * other fixups to gtk_signal_new() calls all over the place.
10
11         * gtk/gtktypebuiltins.h: types as variables (formerly macros).
12         * gtk/gtktypebuiltins_vars.c: type variable implementations.
13         * gtk/gtktypebuiltins_ids.c: array entries for builtin type
14         declarations.
15         * gtk/gtktypebuiltins_evals.c: enum value arrays.
16         * gtk/gtk-boxed.defs: gtk and gdk structure definitions, used to build
17         gtk.defs.
18         * gtk/gtk.defs: generated file with scheme syntax for type definitions
19         of gtk and gdk structures and enums.
20         * gtk/gtktypeutils.h: 
21         * gtk/gtktypeutils.c: reworked type ids, so they are variables not
22         macros anymore (this fixes binary incompatibility with new enum
23         definitions).
24
25         * gtk/gtkwidget.c (gtk_widget_real_key_press_event): proccess possible
26         key bindings for this widget.
27         * gtk/gtkwindow.c (gtk_window_key_press_event): chain parent class'
28         handler.
29
30         * gtk/gtkobject.h:
31         * gtk/gtkobject.c: removed gtk_object_class_new_user_signal_no_recurse()
32         again. new functions gtk_object_class_user_signal_new () and
33         gtk_object_class_user_signal_newv (), to feature the GtkSignalRunType
34         flag on the signal creation.
35
36 Mon Jun  8 20:52:21 1998  Tim Janik  <timj@gtk.org>
37
38         * gtk/gtkcontainer.h: new signal GtkContainer::set_focus_child.
39
40 Mon Jun  8 02:52:37 1998  Tim Janik  <timj@gtk.org>
41
42         * gdk/gdkprivate.h: 
43         * gdk/gdktypes.h: 
44         * gtk/gtkprivate.h: 
45         * gtk/gtkwidget.h: 
46         * gtk/gtkobject.h: wrapped enum definitions with glib macros.
47
48         * reworked enum value array generation code. gtk.defs is a generated
49         file now.
50
51 Sun Jun  7 14:34:31 1998  Tim Janik  <timj@gtk.org>
52
53         * gtk/gtkitemfactory.c (gtk_item_factory_create_menu_entries): feature
54         check menu items in the compatibility code (this required me to remove
55         the "<check>" part from the menu item name, grrr).
56
57 1998-06-07  Marius Vollmer  <mvo@zagadka.ping.de>
58
59         * gdk/gdk.h (gdk_color_copy, gdk_color_free): New prototypes.
60         * gdk/gdk.c (gdk_color_copy, gdk_color_free): New functions.
61         
62 Sun Jun  7 10:53:02 1998  Tim Janik  <timj@gtk.org>
63
64         * gtk/gtkitemfactory.h: 
65         * gtk/gtkitemfactory.c: further additions to fit the gimp's code.
66         additions to the dumping code to feature GtkPatternSpec.
67         even found a bug to fix in the original code ;)
68         
69 Sun Jun  7 09:36:04 1998  Tim Janik  <timj@gtk.org>
70
71         * gtk/gtkitemfactory.c: support different types of callbacks, to
72         maintain existing code.
73
74 Sat Jun  6 06:01:24 1998  Tim Janik  <timj@gtk.org>
75
76         * gtk/gtksignal.c (gtk_signal_emitv): fixed an assertment.
77
78         * gtk/makeenums.awk: a script to generate the GtkEnumValue arrays from,
79         this should eventually be done by gentypeinfo.el somewhen.
80         * gtk/gtkenumvalues.c: new generated file to hold GtkEnumValue arrays.
81
82         * gtk/gtktypeutils.h: new function gtk_enum_values() to retrive all the
83         enum values of an enum type.
84
85         * gtk/gtk.defs:
86         * gtk/gtkcurve.h: 
87         * gtk/gtkobject.h: 
88         * gtk/gtkprivate.h: 
89         * gtk/gtkwidget.h:
90         * gtk/gtkenums.h: 
91         brought enum/flags definitions in sync, added a few more enum
92         definitions for bindings and pattern matching.
93
94         * some more macro and GtkType fixups in various places.
95
96         * gdk/gdktypes.h (enum): added a new value GDK_AFTER_MASK, which is used
97         as a key-release modifier for the binding system.
98
99 Fri Jun  5 06:06:06 1998  Tim Janik  <timj@gtk.org>
100
101         * gtk/gtkmenu.h (struct _GtkMenu): removed GList*children, since it
102         was a stale list pointer that is already present in GtkMenuShell.
103
104         * gtk/gtkmenushell.h (struct _GtkMenuShellClass): added a signal
105         GtkMenuShell::selection_done which is emitted after the menu shell
106         poped down again and all possible menu items have been activated.
107
108 Thu Jun  4 02:20:42 1998  Tim Janik  <timj@gtk.org>
109
110         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): flush the x-queue
111         before activation of the menuitem, so the menu is actually taken off the
112         screen prior to any menu item activation.
113
114         * gtk/gtkctree.c (gtk_ctree_get_row_data): allow function invokation
115         for NULL nodes.
116
117         * gtk/gtkwidget.h:
118         * gtk/gtkwidget.c: new function gtk_widget_stop_accelerator to stop
119         the emission of the "add-accelerator" signal on a widget. this is
120         usefull to prevent accelerator installation on certain widgets.
121
122         * gtk/gtknotebook.c (gtk_notebook_menu_item_create): keep the menu
123         labels left justified, by setting their alignment. stop accelerator
124         installation for the menu items, since we use dynamic menus.
125
126 Wed Jun  3 06:41:22 1998  Tim Janik  <timj@gtk.org>
127
128         * gtk/gtkmenufactory.c: adaptions to use the new accel groups. people
129         should *really* use GtkItemFactory. this is only for preserving source
130         compatibility where possible, use of GtkMenuFactory is deprecated as of
131         now.
132
133         * gtk/gtkobject.h (gtk_object_class_add_user_signal): new function
134         to create user signals of type GTK_RUN_NO_RECURSE. don't know why i
135         missed this possibility when i added gtk_object_class_add_user_signal
136         in late january.
137
138         * gtk/gtkmain.c (gtk_init): ignore subsequent function calls.
139
140 Sun May 31 07:31:09 1998  Tim Janik  <timj@gtk.org>
141
142         * gtk/gtkaccelgroup.h: 
143         * gtk/gtkaccelgroup.c: new implementation of the accelerator concept.
144
145         * gtk/gtkaccellabel.h: 
146         * gtk/gtkaccellabel.c: new widget derived from GtkLabel whitch features
147         display of the accelerators associated with a certain widget.
148
149         * gtk/gtkitemfactory.h: 
150         * gtk/gtkitemfactory.c: new widget, item factory with automatic rc
151         parsing and accelerator handling.
152
153         * gtk/gtkmenu.c (gtk_menu_reposition): new function to care for
154         positioning a menu.
155         (gtk_menu_map): removed the allocation code.
156         (gtk_menu_size_allocate): care for redrawing of children and resize
157         our widget->window correctly.
158         (gtk_menu_key_press): feature the new accelerator groups.
159
160         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): reposition the
161         submenu if neccessary.
162
163         * gtk/gtkmenuitem.c:
164         * gtk/gtkcheckmenuitem.c:
165         * gtk/gtkradiomenuitem.c: use GtkAccelLabel in the *_new_with_label()
166         function variants.
167
168         * gdk/gdk.c:
169         (gdk_keyval_from_name): 
170         (gdk_keyval_name): new functions for keyval<->key-name associations.
171         (gdk_keyval_to_upper): 
172         (gdk_keyval_to_lower): 
173         (gdk_keyval_is_upper): 
174         (gdk_keyval_is_lower): new functions to check/translate keyvalues with
175         regards to their cases.
176
177 Wed May 27 00:48:10 1998  Tim Janik  <timj@gtk.org>
178
179         * gtk/gtkwidget.c (gtk_widget_class_path): new function to calculate a
180         widget's class path.
181         (gtk_widget_path): new function to calculate a widget's name path.
182
183         * gtk/gtkrc.c: newly introduced GtkPatternSpec structures to speed up
184         pattern matching, features reversed pattern matches.
185
186 Thu Jun  4 12:12:11 BST 1998  Tony Gale  <gale@gtk.org>
187
188         * examples/extract.sh, examples/extract.awk:
189           New files to automagically extract code examples from the
190           tutorial.
191
192 Tue Jun  2 20:04:45 1998  Lars Hamann  <lars@gtk.org>
193
194         * gtk/gtknotebook.c (gtk_notebook_page_select) (gtk_notebook_focus)
195         * gtk/gtkcontainer.c (gtk_container_focus_move):
196         reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINER
197
198 Tue Jun  2 13:04:06 BST 1998  Tony Gale  <gale@gtk.org>
199
200         * docs/gtk_tut.sgml: minor changes to support auto
201           extraction of example code
202
203 Mon Jun  1 12:47:56 BST 1998  Tony Gale  <gale@gtk.org>
204
205         * docs/gtk_tut_it.sgml: Update of Italian Tutorial
206           to Tutorial of 24th May, from Daniele Canazza <dcanazz@tin.it>
207
208 Fri May 29 13:53:57 BST 1998  Tony Gale  <gale@gtk.org>
209
210         * docs/gtk_tut.sgml:
211           - new section on Events
212           - change all delete_event callbacks to include
213             a GdkEvent parameter
214           - clean up the formatting
215
216         * examples - helloworld.c, helloworld2.c, notebook.c,
217           packbox.c, pixmap.c, progressbar.c, radiobuttons.c,
218           rulers.c, table.c, wheelbarrow.c: change all delete_event
219            callbacks to include a GdkEvent parameter.
220
221 1998-05-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
222
223         * gdk/gdktypes.h (GdkCrossingMode): New enumeration for the "mode"
224         field of crossing events.
225         (struct _GdkEventCrossing): Added the following fields: time, x,
226         y, x_root, y_root, mode, focus, state.
227
228         * gdk/gdk.c (gdk_event_translate): Fill in the new fields of the
229         crossing event structure.
230
231         * gtk/gtkfeatures.h (GDK_HAVE_FULL_CROSSING_EVENT): Annotate
232         changes to the crossing event structure.
233
234 Tue May 26 15:51:28 1998  Radek Doulik  <gis@academy.cas.cz>
235
236         * gdk/gdk.c: include gdkx.h always (for GDK_ROOT_WINDOW)
237
238 Sun May 24 12:11:38 BST 1998  Tony Gale  <gale@gtk.org>
239
240         * docs/gtk_tut.sgml:
241            - GtkTooltips, update to current API
242            - change all 'gpointer *data' to 'gpointer data'
243            - other minor changes
244
245 Sat May 23 21:54:05 1998  Owen Taylor  <otaylor@gtk.org>
246
247         * configure.in (LDFLAGS): Bombo out with a moderately
248           helpful message if detection of X libraries fails.
249
250 Sat May 23 18:57:06 1998  Owen Taylor  <otaylor@gtk.org>
251
252   [ Combination of:
253      gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
254      gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
255
256         * gdk/gdk.h gdk/gdkcc.c gdk/gdkfont.c gtk/gtkmain.c
257           gtk/gtksignal.c gtk/gtktext.c: 
258
259           Fixups for warnings from adding const to type of GHashFunc,
260           GCompareFunc
261         
262         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Minor style/
263           ansi-warnings fixups.
264
265 Sat May 23 17:48:58 1998  Owen Taylor  <otaylor@gtk.org>
266
267         * gtk/gtkeventbox.c (gtk_event_box_size_allocate): 
268         Locate child at (border_width,border_width), not
269         (2*border_width,2*border_width). [ The border is _outside_
270         widget->window ]
271         
272         * gdk/gdk.[ch]: added gdk_screen_width_mm/gdk_screen_height_mm
273           functions. [From: Alexander Larsson <alla@lysator.liu.se> ]
274
275 1998-05-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
276
277         * gtk/gtkfeatures.h.in: Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be
278         used in gnome-libs
279
280 1998-05-22    <sopwith@redhat.com>
281
282         * gtk/gtkeventbox.c: Pass size_allocate on to the child
283         regardless of whether it is visible or not. Also
284         locate child at (border_width,border_width), not (0,0)
285
286 Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
287
288         * gtk/gtkhandlebox.c: Added style_set handler.
289
290 Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
291  [ From: Chris Lahey  <clahey@umich.edu> ]
292         
293         * gtk/gtkeditable.c, gtk/gtkeditable.h,
294           gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
295           and set_position functions to get and set the cursor position.
296
297         * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
298           signal status. Make GtkText do user-controlled insertion
299           and deletion through the Editable widget so that these
300           signals are properly emitted.
301
302         * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
303           display asterisks instead of empty space when visible = FALSE)
304
305 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
306
307         * gtk/gtkclist.c: use GTK_TYPE_GDK_EVENT in (un)?select_row
308         signal.
309
310 1998-05-21    <sopwith@redhat.com>
311
312         * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
313         custom routine for loading images specified in gtkrc's.
314
315 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
316
317         * configure.in: Use pthread_attr_init() as a test function,
318         since most of the rest of -lpthread is macros on DU4.
319
320 Tue, 19 May 1998 09:03:03 +0200  Paolo Molaro <lupus@debian.org>
321
322         * gtk/gtkcombo.c: implemented completion in the entry.
323
324 1998-05-18    <sopwith@moebuis.labs.redhat.com>
325
326         * gtk/gtk{debug.h,signal.c,main.c}: Allow GTK_DEBUG=signals
327
328 Mon May 18 04:01:41 1998  Tim Janik  <timj@gtk.org>
329
330         * gtk/gtkwidget.c (gtk_widget_class_init): changed "proximity-in-event",
331         "drop-data-available-event", "drop-enter-event" and "drop-leave-event"
332         to be of runtype GTK_RUN_LAST.
333
334         * gtk/gtkcontainer.c (gtk_container_class_init): likewise for
335         "need-resize".
336
337         * gtk/gtktipsquery.c (gtk_tips_query_class_init): likewise for
338         "widget-selected".
339
340 Sat May 16 09:04:32 1998  Tim Janik  <timj@gtk.org>
341
342         * gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the
343         text retrived from GtkEntry. only intercept the Tab key if there
344         was some text to complete.
345
346 Fri May 15 21:16:54 1998  Owen Taylor  <otaylor@gtk.org>
347
348         Basic thread-awareness:
349
350         * acconfig.h configure.in: New option --with-threads=[yes/posix/no]
351
352         * gdk/Makefile.am gdk/gdkthreads.c: Added new functions 
353         gdk_threads_[init/enter/leave] for applications, plus
354         gdk_threads_wake to wake the mainloop thread out of
355         the select().
356
357         * gtk/Makefile.am: gtk/testthreads.c: Test program for threads
358
359 Fri May 15 12:08:48 1998  Owen Taylor  <otaylor@gtk.org>
360
361         * gtk/testgtk.c (list_clear): Account for the fact
362         that gtk_list_clear_items is not inclusive. (Clears
363         [start, end))
364
365 Fri May 15 12:31:27 1998  rodo  <doulik@karlin.mff.cuni.cz>
366
367         * gdk/gdk.c: include gdkkeysyms.h always
368         
369
370 Fri May 15 09:44:10 1998  Tim Janik  <timj@gtk.org>
371
372         * gtk/gtkwidget.h (struct _GtkWidgetClass): corrected returntype of
373         the visibility_notify_event method and changed method order.
374
375 1998-05-14    <sopwith@moebuis.labs.redhat.com>
376
377         * gtk/gtkwidget.[ch] Added visibility_notify_event to GtkWidget
378
379 Thu May 14 03:04:43 1998  Tim Janik  <timj@gtk.org>
380
381         * gtk/gtk.defs: added GtkButtonBoxStyle and GtkOrientation definitions
382         from Olli Helenius <ollhel@batman.jytol.fi>.
383
384         * gtk/gtktypeutils.c (gtk_type_free): new function to take care about
385         freeing types.
386         (gtk_type_set_chunk_alloc): new function to allow allocation of new
387         types from a mem_chunk of certain size (n_chunks==0 indicates allocation
388         thorugh g_malloc).
389
390         * gtk/gtkobject.c (gtk_object_finalize): free an object through
391         gtk_type_free().
392
393         * gtk/gtkbutton.c (gtk_button_get_type): set chunk preallocation for
394         GtkButtons to 16.
395         * gtk/gtkmenuitem.c (gtk_menu_item_get_type): likewise (16).
396         * gtk/gtklabel.c (gtk_label_get_type): likewise (32).
397
398 Wed May 13 00:53:52 1998  Owen Taylor  <otaylor@gtk.org>
399
400         * gtk/gtktypeutils.c gtk/gtksignal.c gdk/gdkdnd.c: A few more 
401           GPOINTER_TO_UINT fixes.
402
403         * gtk/gtksignal.c: Include <string.h> for memset.
404
405 Tue May 12 23:10:53 1998  Owen Taylor  <otaylor@gtk.org>
406         (Maximilian Bisani <bisani@kawo2.rwth-aachen.de>: gtk-bisani-980320-0)
407
408         * gtk/gtkvruler.c gtk/gtkhruler.c gtk/gtkruler.h: 
409         Cleanups, comments and the ability to have rulers with 
410         a reversed direction.
411
412 Tue May 12 19:37:55 1998  Owen Taylor  <otaylor@gtk.org>
413
414         * gtk/gtkrc.c (gtk_rc_parse_file): Fixed up a stat()
415         that Sopwith missed when changing stat => lstat.
416
417 Tue May 12 19:19:29 1998  Owen Taylor  <otaylor@gtk.org>
418
419         * gtk/gtkinputdialog.c gtk/gtkgamma.c gtk/gtkrc.c
420           gtk/gtkcolorsel.c gtk/gtkclist.c gtk/testgtk.c: Use
421         GPOINTER_TO_INT/GINT_TO_POINTER macros where appropriate.
422
423         * gdk/gdk.c: Print sizeof() results
424         as g_print("%ld", (glong)sizeof(foo)), to deal with
425         sizeof() being long on Alpha's.
426
427         * gtk/testgtk.c: include <string.h> for strlen
428
429 Tue May 12 16:56:35 1998  Owen Taylor  <otaylor@gtk.org>
430         (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
431         
432         * gtk/gtkbbox.h gtk/gtkcolorsel.h gtk/gtkvbbox.h:
433         Changed #include "gtkfoo.h" to #include <gtk/gtkfoo.h>
434
435         * gtk/gtkwindow.[ch]: Added const to gtk_window_set_wmclass
436
437 Tue May 12 15:16:10 1998  Owen Taylor  <otaylor@gtk.org>
438         (From: Christopher James Lahey <clahey@umich.edu>)
439         
440         * gtk/gtkbutton.[ch] gtk/gtkenums.h gtk/gtktoolbar.[ch]
441           gtk/testgtk.c:
442
443         Added 'relief' for buttons - they can be either GTK_RELIEF_NORMAL
444         (old style), or GTK_RELIEF_NONE - no relief in the NORMAL
445         state. Added gtk_toolbar_{set,get}_button_relief, which set/get
446         the default relief for the toolbars buttons. Added an
447         toggle for the toolbar test in testgtk.c.
448
449 Tue May 12 00:24:59 1998  Owen Taylor  <otaylor@gtk.org>
450
451         * docs/gtk-config.1: Rewritten and hopefully improved.
452
453 Mon May 11 20:26:39 PDT 1998 Manish Singh <yosh@gimp.org>
454
455         * docs/Makefile.am
456         * docs/gtk-config.1: added man page for gtk-config by Ben Gertzfield
457
458 1998-05-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
459
460         * gtk/gtkpreview.c (gtk_preview_realize): Create the window using
461         GtkPreview's visual and colormap, otherwise things can BadMatch.
462
463         * gtk/testgtk.c (create_color_preview): 
464         (create_gray_preview): Removed pushing/popping of visual/colormap
465         now that GtkPreview does things correctly.
466
467         * gtk/gtkcolorsel.c (gtk_color_selection_draw_wheel_frame): 
468         (gtk_color_selection_draw_wheel): Pick the style from the correct
469         place (the colorsel->wheel_area widget) so that the GCs will match
470         with where we are going to paint to.
471
472         * gtk/testgtk.c (create_color_selection): Removed pushing/popping
473         of visual/colormap now that GtkColorSelection does things the
474         right way.
475
476 Mon May 11 21:04:51 1998  Owen Taylor  <otaylor@gtk.org>
477
478         * gtk/gtkwindow.c (gtk_real_window_move_resize): Use the
479         previously unused window->need_resize flag to mark if a window's
480         descendents changed size while the window was not visible. In this
481         case, when the window becomes visible, we reallocate everything,
482         since we didn't keep track of what actually changed.
483
484         (Fixes bug where changing the popdown strings of a
485         combo to something of the same length caused them to
486         blank out, as reported by Todd Dukes <tdukes@ibmoto.com>)
487
488 Tue May 12 02:31:57 1998  Tim Janik  <timj@gtk.org>
489
490         [security audit by Alan Cox]
491
492         * gtk/gtkobject.c (gtk_object_get_arg_type): check for arg_name to not
493         exceed maximum assumed size.
494
495         * gtk/gtkmenufactory.c (gtk_menu_factory_create): check that `path' does
496         not exceed maximum assumed size.
497         (gtk_menu_factory_remove): likewise.
498         (gtk_menu_factory_find_recurse): likewise.
499
500 Mon May 11 23:53:38 1998  Tim Janik  <timj@gtk.org>
501
502         * gtk/gtkwidget.c (gtk_widget_queue_resize): queue the idle_sizer with
503         GTK_PRIORITY_INTERNAL - 1, so widgets get first resized and then
504         redrawn if that is still neccessary. don't allow queueing of already
505         destructed objects.
506         (gtk_widget_idle_sizer): proccess the resize queue in a save manner, so
507         widgets which are in the queue can be destroyed safely, handle
508         requeueing properly.
509         (gtk_widget_idle_draw): proccess the redraw queue in a save manner, so
510         widgets which are in the queue can be destroyed/unrealized safely.
511
512 Mon May 11 17:54:44 BST 1998 Tony Gale  <gale@gtk.org>
513
514         * gtkfaq.sgml: add question on multi-threading,
515           minor URL cleanups.
516
517 Mon May 11 09:56:45 1998  Tim Janik  <timj@gtk.org>
518
519         * configure.in (cflags_set): preserve automake CFLAGS.
520
521         * Makefile.am: fully rename the created libraries to libgtk-1.1.la
522         and libgdk-1.1.la. this means we need to change certain portions of
523         the Makefile.am on major/minor version bumps.
524
525         * ltmain.sh: the -release option is not required anymore.
526         
527         * gtk/gtkobject.h (gtk_trace_referencing): compile time check the type
528         of the first argument to be of type GtkObject. unconditionally compile
529         this function. removed __GNUC__ dependancy of the gtk_object_ref and
530         gtk_object_unref macro wrappers for this function.
531
532 Mon May 11 02:31:19 1998  Tim Janik  <timj@gtk.org>
533
534         * gtk/gtkobject.h:
535         * gtk/gtkobject.c:
536         (gtk_object_data_try_key):
537         (gtk_object_data_force_id): these are now macros substituting the old
538         functions. we just use the corresponding g_dataset_* functions for
539         key->id associations. (this is to assure unique key<->id associations).
540
541 1998-05-10  Stefan Jeske  <stefan@gtk.org>
542
543         * gtk/gtkctree.c (gtk_ctree_is_visible): Changed return value
544         to gboolean.
545
546         * docs/gtk.texi (GtkCTree): Started documentation of GtkCTree.
547
548 Sat May  9 20:11:20 1998  Owen Taylor  <otaylor@gtk.org>
549
550         * configure.in (LIBS): Try to figure out if this
551         is Digital Unix and we need -std1 to get the
552         right prototypes.
553
554 Sat May  9 16:30:33 BST 1998 Tony Gale  <gale@gtk.org>
555
556         * docs/gtk_tut_it.sgml: update of Italian tutorial
557           translation from Daniele Canazza <dcanazz@tin.it>
558
559 Sat May  9 02:34:41 1998  Tim Janik  <timj@gtk.org>
560
561         * gtk/gtkfeatures.h.in: new file used as template for
562         * gtk/gtkfeatures.h: new file to define macros indicating newly
563         introduced features, such as GTK_HAVE_SIGNAL_INIT.
564
565         * gtk/gtksignal.c:
566         (gtk_signal_emitv_by_name):
567         (gtk_signal_emitv):
568         new functions to emit signals with an already provided parameter set.
569         (provided by Kenneth Albanowski <kjahds@kjahds.com>).
570         (gtk_signal_real_emit): prototype changes, so this functions always
571         gets its parameters and signal structure as arguments.
572         (gtk_signal_emit): provide the signal structure and parameter list for
573         gtk_signal_real_emit.
574         (gtk_signal_emit_by_name): likewise.
575
576 Sat May  9 00:03:12 1998  Tim Janik  <timj@gtk.org>
577
578         * gtk/gtksignal.c (gtk_signal_handler_unref): reflect the presence of
579         signal connections through unsetting GTK_CONNECTED.
580         (gtk_signal_handler_insert): reflect the presence of signal connections
581         through setting GTK_CONNECTED.
582         (gtk_signal_real_emit): only check for handler emissions if the object
583         has the GTK_CONNECTED flag set.
584         (gtk_signal_handler_pending): don't check for pending handlers if the
585         GTK_CONNECTED flag is not set for this object.
586
587         * gtk/gtkobject.h (enum): new flag GTK_CONNECTED to indicate whether
588         a GtkObject has signal handler connections.
589
590         * gtk/gtkobject.c (gtk_object_real_destroy): only if GTK_CONNECTED is
591         set for this object call gtk_signal_handlers_destroy().
592         
593         * gtk/gtktypeutils.h (GTK_TYPE_IS_A): deprecated macro, since it caused
594         multiple processing of macro args.
595
596         * gtk/gtktypeutils.c:
597         * gtk/gtkobject.c:
598         * gtk/gtkwidget.c:
599         * gtk/gtksignal.c: reverted GTK_TYPE_IS_A back to gtk_type_is_a.
600
601 Fri May  8 21:31:50 1998  Owen Taylor  <otaylor@gtk.org>
602
603         * gtk/gtkwidget.c (gtk_widget_queue_draw): Free the
604         draw-queue when we are done. 
605
606         (gtk_widget_queue_draw/_queu_resize): Always return
607         FALSE and avoid having two idles at the same time.
608         
609 Fri May  8 21:04:00 1998  Owen Taylor  <otaylor@gtk.org>
610
611         * gtk/gtktext.c: Various fixes to make sure cache
612         lines are freed if line_start_cache doesn't point to the
613         beginning of the cache.
614
615 Thu May  7 09:44:22 1998  Owen Taylor  <otaylor@gtk.org>
616
617         * style_set improvements for GtkText and GtkEntry
618
619 Thu May  7 19:03:50 1998  Tim Janik  <timj@gtk.org>
620
621         * gtk/gtktypeutils.c (gtk_type_unique): asure that the type system has
622         been initialized.
623
624 Thu May  7 12:52:45 1998  Tim Janik  <timj@gtk.org>
625
626         * gtk/gtkobject.c (gtk_object_set_data_by_id_full): allocate object
627         data chunks through a global object data structure list. unlink
628         object data before invoking its destroy function.
629         (gtk_object_finalize): slight modification to allow usage of object
630         data during object finalization.
631
632 Thu May  7 10:29:24 1998  Tim Janik  <timj@gtk.org>
633
634         * gtk/gtksignal.c (gtk_signal_newv): suport middle dashes ('-') in
635         signal names, e.g. "signal-name" is now an alias for "signal_name".
636         (gtk_signal_handler_new): allocate handlers through a global handler
637         structure list, that's faster than memchunks.
638         (gtk_emission_new): allocate emissions through a global emission
639         structure list, that's faster than memchunks.
640
641 Thu May  7 05:14:19 1998  Tim Janik  <timj@gtk.org>
642
643         * gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE.
644
645         * ltmain.sh: added a new commandline flag -postfix similar to -release,
646         but will immediately change the library name.
647
648         * gdk/Makefile.am:
649         * gtk/Makefile.am: specify -postfix and -version-info
650
651         * configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and
652         GTK_BINARY_AGE. calculate LT_* variables for libtool.
653
654 1998-05-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
655
656         * gtk/gtkclist.c (draw_row): Fixed incorrect painting of row
657         background (fg_set -> bg_set confusion).
658
659 1998-05-06  Stefan Jeske  <stefan@gtk.org>
660
661         * gtk/testgtk.c (unselect_all): Removed code that caused an
662         endless loop.
663
664 Wed May  6 02:16:34 1998  Tim Janik  <timj@gtk.org>
665
666         * gtk/gtksignal.c: reimplemented the signal storage system to use a
667         linear array rather than a hash table.
668         be carefull *not* to keep any GtkSignal pointers across invokations
669         of gtk_signal_next_and_invalidate() and therefore gtk_signal_new[v]().
670         general code cleanups, made all allocations through memchunks.
671         (gtk_signal_lookup): we now do the lookup of signals through a key_id
672         for the signal names to avoid multiple hashing of the signal name on
673         lookups for the several hirarchy levels of an object.
674
675 Tue May  5 19:49:27 1998  Owen Taylor  <otaylor@gtk.org>
676
677         * gdk/gdkpixmap.c: Patches from Gordon Matzigkeit
678         to speed things up and remove code duplication.
679
680         Reintegrated buffer overflow patches, and added
681         some extra paranoia.
682         
683 Tue May  5 17:04:14 1998  Owen Taylor  <otaylor@gtk.org>
684
685         * gdk/gdk.c (gdk_event_translate): A guint * was
686         being passed where X expected a Keysym *, and
687         keysyms are long's on Alpha Linux. This was causing
688         segfaults in Xlib, apparently because of alignment.
689         (Bug located by Juergen Haas <haas@forwiss.uni-passau.de>)
690         
691 Tue May  5 19:11:27 1998  Owen Taylor  <otaylor@gtk.org>
692
693         * gtk/gtkdrawingarea.c (gtk_drawing_area_realize): Always
694         set GDK_EXPOSURE_MASK for DrawingAreas
695
696 Tue May  5 14:32:37 1998  Owen Taylor  <otaylor@gtk.org>
697
698         * gtk/gtkwidget.[ch]: removed gtk_widge_propagate_default_style
699         (superceded by RC file reparsing capabilities)
700
701         * gtk/gtkwindow.c: Add handling for _GDK_READ_RFCILES client
702         events. (Shouldn't be sent to the InputOnly leader, which
703         it is now by gdk_event_send_clientmessage_toall
704
705         * gtk/testgtk.c: Added extra button to rcfiles test
706         to send out _GDK_READ_RCFILES events.
707         
708 Tue May  5 11:03:00 1998  Owen Taylor  <otaylor@gtk.org>
709
710         * gtk/gtkselection.c (gtk_selection_clear): Fixed
711         reversed conditionals that caused segfault on some
712         platforms.
713
714 Tue May  5 00:44:47 1998  Owen Taylor  <otaylor@gtk.org>
715
716         * gtk/gtkcontainer.c (gtk_container_set_focus_[hv]adjustment):
717         cast to GTK_OBJECT for gtk_object_ref.
718
719 Tue May  5 15:33:27 1998  Tim Janik  <timj@gtk.org>
720
721         * gtk/gtkmain.c (gtk_init): added gtk_signal_init() to avoid repeatedly
722         checking for signal initialization in gtksignal.c.
723
724         * gtk/gtktypeutils.c (TYPE_NODES_BLOCK_SIZE): reseted this to 200 after
725         a long debugging period ;)
726
727 1998-05-05  Stefan Jeske  <stefan@gtk.org>
728
729         * gdk/gdkgc.c gdk/gdk.h gtk/gtkctree.c (gdk_gc_set_dashes):
730         New function to wrap XSetDashes; modified gtkctree.c to use it.
731
732 1998-05-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
733
734         * configure.in: Added $x_libs in the other_libraries field in the
735         check for XShapeCombineMask.
736
737 Mon May  4 00:30:11 1998  Tim Janik  <timj@gtk.org>
738
739         * gtk/gtktypeutils.h (GTK_TYPE_IS_A): new macro to speedup
740         gtk_type_is_a().
741         * gtk/gtktypeutils.c: reimplemented the type storage system to use a
742         linear array rather than a hash table. it actually speeded up testgtk
743         for a *considerable* amount. be carefull *not* to keep any GtkTypeNode
744         pointers across invokations of gtk_type_node_next_and_invalidate() and
745         therefore gtk_type_unique()!
746
747         * gtk/gtkobject.h (GTK_IS_OBJECT_CLASS): new macro to test for the
748         inheritance of a class pointer.
749         (GTK_OBJECT): modifications for speedups.
750         (GTK_IS_OBJECT): likewise.
751         (GTK_OBJECT_CLASS): likewise.
752         (suggested by owen).
753
754         * gtk/gtkcontainer.h (GTK_IS_CONTAINER_CLASS): new macro.
755
756         * gtk/gtkwidget.h (GTK_IS_WIDGET_CLASS): new macro.
757
758         * gtk/gtk.defs (GtkTooltips): define GtkTooltips as object not as boxed,
759         since its derivation changed 4 month ago ;(. showed up with the unique
760         type name checking code in gtk_type_unique().
761
762         * random guint->GtkType and macro fixups.
763
764 Sat May  2 23:14:34 1998  Owen Taylor  <otaylor@gtk.org>
765
766         * gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
767         Configure events that would result in a negative
768         size.
769
770 Sun May  3 14:55:34 1998  Owen Taylor  <otaylor@gtk.org>
771
772         * docs/gtkfaq.sgml (CPPFLAGS): Added a FAQ entry about
773         "glibconfig.h" and another about writing another IRC
774         client.
775
776 Sat May  2 00:14:05 1998  Owen Taylor  <otaylor@gtk.org>
777
778         * gtk/gtkpreview.c (gtk_trim_cmap): Make sure the
779         parameters to log are doubles. Digital Unix apparently
780         is missing the argument in its prototype.
781
782 Sun May  3 19:04:46 1998  Owen Taylor  <otaylor@gtk.org>
783
784         * gtk/gtklabel.c (gtk_label_state_changed): Don't
785         force a clear until the widget is actually on
786         screen.
787
788 Sun May  3 21:32:35 1998  Owen Taylor  <otaylor@gtk.org>
789
790         * gdk/gdk.c (gdk_event_translate): Grab with OwnerEvents = False
791         to make this consistent with the gtk-1-0 tree.
792
793 Sun May  3 13:38:22 1998  Owen Taylor  <otaylor@gtk.org>
794
795         * configure.in acheader.h gdk/gdkwindow.c 
796         Check for Shape extension both on the client and server
797         side. (And, more importantly, check for the shape extension
798         so we may include -lXext even when compiling with --disable-xshm)
799
800         Don't set override_redirect on all shaped windows. It isn't
801         necessary.
802
803         * gdk/gdkwindow.c: Set ->colormap to NULL for root 
804         and foreign windows. Use this to check if we
805         need to get the colormap from X.
806
807 Fri May  1 22:32:47 1998  Owen Taylor  <otaylor@gtk.org>
808
809         * gtk/gtkbutton.c (gtk_button_paint): Draw the areas
810         between the default and the button always in GTK_STATE_NORMAL.
811
812         * gtk/gtkrange.c (gtk_range_style_set): Added a style_set
813         callback.
814
815 Fri May  1 16:40:57 1998  Owen Taylor  <otaylor@gtk.org>
816
817         * gdk/gdkpixmap.c (gdk_pixmap_colormap_create_from_xpmp[_d]):
818           Fix a buffer overflow on pixmaps that claim to have
819           more than 31 characters per pixel.
820
821           (gdk_pixmap_read_string): Don't wrap around strings longer
822           than half of address space ;-)
823
824         * gtk/gtk[vh]ruler.c gtk/gtkinputdialog.c: Expand some buffers
825         that were used for printing integers.
826
827         * */* (almost):
828
829         Style: All 
830           int foo () { ... }
831         changed to
832           int foo (void) { ... }
833
834         Even where there were proper prototypes elsewhere.
835
836         * gdk/gxid.c (handle_claim_device): Some extra checks.
837         It isn't safe against being fed bad X id's, but at
838         least it should be safe against deleting all your
839         files.
840
841 Sun May  3 19:45:09 1998  Tim Janik  <timj@gtk.org>
842
843         * gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
844         to set the adjustments value when there is no current emission.
845         [ Removed by mutual agreement owt 5/3/1998 ]
846
847         * gtk/gtksignal.c: added new functions to retrive the number of
848         existing emissions for a certain signal.
849         (gtk_signal_n_emissions): new function.
850         (gtk_signal_n_emissions_by_name): new function.
851
852 Sun May  3 16:55:43 1998  Tim Janik  <timj@gtk.org>
853
854         * gtk/gtkcontainer.c (gtk_container_set_focus_child): new function to
855         set the current focus_child of a container, does proper referencing and
856         adjusts the vadjustment/hadjustment associated with the focus widget.
857
858         * gtk/gtkwidget.c (gtk_widget_grab_focus): set the focused child on
859         containers via gtk_container_set_focus_child.
860
861         * gtk/gtknotebook.c: modifications to use gtk_container_set_focus_child
862         where appropriate.
863
864         * gtk/gtkcontainer.c (gtk_container_remove): removed unsetting of focus
865         child since not every child removal goes through this function (this
866         showed up after gtk_container_set_focus_child() started to reference the
867         focus_child of a container).
868
869         * gtk/gtkwidget.c (gtk_widget_unparent): moved unsetting the focus_child
870         of a container from gtk_container_remove into this place.
871
872 Sat May  2 22:33:45 1998  Tim Janik  <timj@gtk.org>
873
874         * gtk/gtksignal.c: added new functions to operate on intermediate
875         function pointers. implemented incremental blocking.
876         (gtk_signal_disconnect_by_func): new function.
877         (gtk_signal_handler_block_by_func): new function.
878         (gtk_signal_handler_unblock_by_func): new function
879
880 Fri May  1 22:45:55 1998  Owen Taylor  <otaylor@gtk.org>
881
882         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
883         Always show the scrollbars when the policy is
884         GTK_POLICY_ALWAYS...
885
886 Sat May  2 20:19:03 1998  Tim Janik  <timj@gtk.org>
887
888         * gtk/gtkadjustment.c (gtk_adjustment_set_value): only emit
889         "value_changed" if we really passed a new value.
890         (gtk_adjustment_changed): new function to emit the "changed" signal.
891         (gtk_adjustment_set_value): new function to emit the "value_changed"
892         signal.
893
894 Fri May  1 12:28:35 1998  Owen Taylor  <otaylor@gtk.org>
895
896         * gtk/gtkcombo.c: Further changes to the way the window
897         is popped up so that it will be compatible with 
898         auto-scrolling in the future.
899
900 Fri May  1 20:25:29 1998  Tim Janik  <timj@gtk.org>
901
902         * gtk/gtkcombo.c (gtk_combo_popup_list): do not just return if
903         the combo-list is empty since that will cause the combo to operate
904         on a non existing GtkList window.
905         (gtk_combo_get_pos): provide the combo list with a usfull default
906         height if empty.
907         (gtk_combo_popup_button_press): grab the focus.
908         (gtk_combo_activate): grab the focus.
909
910 Fri May  1 12:06:43 1998  Owen Taylor  <otaylor@gtk.org>
911
912         * gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New
913         function to reset the RC styles for a heirarchy
914
915         Clear the window background if necessary in
916         gtk_window_style_set.
917
918         * gtk/gtkrc.[ch]: New function gtk_rc_reparse_all() which
919         rereads all previously read RC files.
920
921         * gdk/gdkwindow.c gdk/gdk.h: New function gdk_window_get_toplevels().
922         (Should it just be called gdk_get_toplevels?)
923
924         * gtk/testgtk.c: New test to reload RC files.
925
926 Fri May  1 13:57:36 1998  Tim Janik  <timj@gtk.org>
927
928         * gtk/gtkclist.h:
929         * gtk/gtkclist.c: prefixed all clist flags with GTK_ to avoid name
930         clashes. redefined GTK_CLIST_SET_FLAGS and GTK_CLIST_UNSET_FLAGS as
931         GTK_CLIST_SET_FLAG and GTK_CLIST_UNSET_FLAG to automatically add
932         the GTK_ prefix (this solution involved less changes in the
933         gtkclist.c code). added a GTK_CLIST_CONSTRUCTED flag to substitute
934         the mem_chunk==NULL test in gtk_clist_construct. merged in changes
935         from lars & stefan to support the derivation of GtkCtree.
936
937         * gtkctree.h:
938         * gtkctree.c:
939         initial import of a tree widget derived from gtkclist, courtesy
940         of Lars Hamann <lars@gtk.org> and Stefan Jeske <jeske@gtk.org>,
941         it just damn rocks!
942
943 Fri May  1 10:05:44 1998  Tim Janik  <timj@gtk.org>
944
945         * gtk/gtklist.c (gtk_list_add): let gtk_list_append_items do the work
946         for us.
947         (gtk_list_insert_items):
948         (gtk_list_remove_items_internal): 
949         (gtk_list_clear_items): 
950         remove a possible pointer grab, we might get thrown into a loop
951         otherwise.
952         (gtk_list_button_press): grab the pointer *before* selecting the child,
953         because selection of items may cause the lists children to change,
954         resulting in a grab release.
955         (gtk_list_clear_items): use gtk_list_unselect_child() for unselection of
956         children.
957         (gtk_list_shutdown): remove all children from the list.
958         (gtk_real_list_unselect_child): 
959         (gtk_real_list_select_child): *always* put our internal structures into
960         sane state *before* signal emisions (i.e. list->selection updates prior
961         to gtk_list_item_[de]select() calls).
962
963         * gtk/gtkcombo.c (gtk_combo_init): adjust the scrollbar if the lists
964         focused child walks out of the window.
965         removed CAN_FOCUS for the combo arrow's button since it doesn't react
966         to keyboard events ("clicked" connection is missing).
967
968 Fri May  1 00:42:25 1998  Owen Taylor  <otaylor@gtk.org>
969
970         * gdk/gdkwindow.c (gdk_window_get_colormap): Fix up
971         getting colormap for FOREIGN windows to go along with
972         Raster's fix for visuals.
973
974 Merges from gtk-1-0
975 ===================
976         
977 Thu Apr 30 23:32:51 1998  Owen Taylor  <otaylor@gtk.org>
978
979         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
980         Check to catch the case when the viewport fits in either
981         direction or both, instead of flip-flopping infinitely.
982
983         Only show/hide the scrollbars once at the end.
984
985 Thu Apr 30 21:56:07 1998  Owen Taylor  <otaylor@gtk.org>
986
987         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): 
988         Include the scrollbars in the foreach call.
989         (gtk-fortier-980405-0.patch; 
990          Patrice Fortier <Patrice.Fortier@aquarel.fr>). 
991
992         The notebook widget
993         really should also include its tabs, but that might cause
994         problems for programs if they
995
996 Thu Apr 30 21:51:52 1998  Owen Taylor  <otaylor@gtk.org>
997
998         * gtk/gtkpixmap.c (gtk_pixmap_set): Only request a
999         resize if the size actually changed. 
1000         (gtk-johannes-980414-0.patch ;  
1001          johannes@nada.kth.se (Johannes Keukelaar) )
1002
1003 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
1004
1005         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
1006           ltmain.sh ltconfig config.sub config.guess:
1007
1008         Reverted back to libtool-1.2 (plus minor patches) so as not to
1009         force the issue for everyone else.
1010
1011 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
1012
1013         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
1014         Updated to libtool 1.2a.
1015
1016         * gtk/gtkclist.c: Draw the in-between lines with style->base
1017         instead of style->white.
1018         
1019 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
1020
1021         * gdk/gdkprivate.h gdk/gdkwindow.c gdk/gdkpixmap.c: 
1022         Cache the colormap and children of a window locally
1023         instead of fetching them from the server when needed.
1024         Huge performance difference for creating/destroying
1025         windows.
1026
1027         * gtk/gtkstyle.c: Find the depth from the cached
1028         visual, instead of asking the server.
1029
1030         * gtk.m4: Distribute the new version which tries to
1031         figure out what went wrong and give helpful error
1032         messages.
1033
1034         * ltmain.sh ltconfig config.sub config.sh: 
1035         Updated to libtool 1.2a
1036
1037         * gtk/gtktext.c: Fixed a bug where the drawn level
1038         was being messed up when the text was scrolled
1039         during a deletion.
1040         
1041 Thu Apr 30 02:42:11 PDT 1998 Manish Singh <yosh@gimp.org>
1042
1043         * gtk/gtkfilesel.c: don't die when naughty people remove parts of
1044         the filesystem under you (fix from Josh)
1045
1046 Thu Apr 30 09:49:14 1998  Tim Janik  <timj@gtk.org>
1047
1048         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): check
1049         if the viewport already exists before iterating over it, maybe we
1050         haven't been constructed yet.
1051
1052 Thu Apr 30 01:51:00 1998  Tim Janik  <timj@gtk.org>
1053
1054         * gtk/gtkbin.c (gtk_bin_add): made this function issue a warning if
1055         the GtkBin widget already has a child.
1056
1057         * gtk/gtkbox.c (gtk_box_pack_{start|end}):
1058         check that child->parent == NULL;
1059
1060 Tue Apr 28 22:13:54 1998  Owen Taylor  <otaylor@gtk.org>
1061
1062         * gtk/gtkselection.c (gtk_selection_clear): Only return
1063         FALSE when the clear event is been rejected, not when
1064         widget has already lost the selection. (Which should
1065         only happen when we are setting the selection to another
1066         widget ourself.)
1067         
1068 Fri Apr 24 19:07:32 1998  Owen Taylor  <otaylor@gtk.org>
1069
1070         * gtk/gtkfixed.c gtk/gtkpaned.c gtk/gtktable.c:
1071
1072         Removed the "check visibility after gtk_widget_unparent" bug 
1073         in hopefully the last three places.
1074
1075 Tue Apr 28 15:46:41 1998  Tim Janik  <timj@gtk.org>
1076
1077         * gtk/gtkrc.c (gtk_rc_parse_statement): allow the inclusion of other
1078         rc-files.
1079
1080 Mon Apr 27 15:11:52 1998  Tim Janik  <timj@gtk.org>
1081
1082         * gtk/gtkwidget.c (gtk_widget_grab_focus): only allow grabbing of focus
1083         for CAN_FOCUS widgets.
1084
1085         * gtk/testgtk.c (create_scrolled_windows): feature h/v focus
1086         adjustments for the table.
1087         (create_list): feature automatic adjustment of the scrolled window to
1088         always contain the focused child.
1089         (create_main_window): keep the focussed button always inside of the
1090         scrolled windoww.
1091
1092         * gtk/gtkcontainer.c (gtk_real_container_focus): set the h/v focus
1093         adjustments, to contain the allocation of the currently focused child.
1094         (gtk_container_set_focus_hadjustment): new functin to set the
1095         horizontal focus adjustment.
1096         (gtk_container_set_focus_vadjustment): new functin to set the vertical
1097         focus adjustment.
1098
1099         * gtk/gtkadjustment.c (gtk_adjustment_clamp_page): new fucntion to
1100         clamp the currents adjustment page into a specific range.
1101
1102         * random GtkType fixups for gtk_*_get_type() functions.
1103
1104 Fri Apr 24 18:37:16 1998  Owen Taylor  <otaylor@gtk.org>
1105
1106         * gtk/gtktreeitem.c (gtk_tree_item_remove_subtree): 
1107         Account for the fact that gtk_tree_item_remove_subtree
1108         will be called recursively. 
1109
1110         Handle removing a collapsed subtree.
1111
1112         (From Andy Dustman <adustman@comstar.net>)
1113         
1114         * gtk/gtktree.c (gtk_tree_remove_items): Look for the
1115         root tree when removing items from a non-previously
1116         mapped tree.
1117
1118         * gtk/testgtk.c: Added a remove_subtree button.
1119         
1120 Thu Apr 23 23:44:17 1998  Owen Taylor  <otaylor@gtk.org>
1121
1122         * gtk/gtkobject.c (gtk_object_finalize): Notify all weak references
1123         before object removing data. This change fixes a bug where 
1124         removing the last weak references would cause it to be 
1125         triggered.
1126
1127 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
1128
1129         * gdk/Makefile.am: Removed mostly useless dependency that
1130         was causing problems for SGI's make, when used with
1131         the 'make dist' form of GTK+. (Dependency caused dependencies
1132         to be redone when BUILT_SOURCES changed)
1133
1134 Thu Apr 30 11:18:00 1998  Owen Taylor  <otaylor@gtk.org>
1135
1136         * gtk/gtkcombo.[ch]: Allow the user to use the popup list
1137         like a menu.
1138         
1139         * gtk/gtkmenuitem.c gtk/gtkitem.c: Moved enter/leave handlers
1140         to gtkitem.c so dragging can also work in lists.
1141
1142         * gtk/gtklist.[ch]: Track child enter events and use
1143         those to allow dragging the selection. 
1144
1145 Thu Apr 30 11:16:06 1998  Owen Taylor  <otaylor@gtk.org>
1146
1147         * gtk/gtktext.c: Try enabling background pixmaps for editable text
1148         widgets.  There is a bit of flashing, but not too bad. If you
1149         don't want the flashing, you can always not set a background
1150         pixmap.
1151
1152 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
1153
1154         * gtk/gtktext.c: Fixed a bug where the drawn level
1155         was being messed up when the text was scrolled
1156         during a deletion.
1157         
1158 1998-04-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1159
1160         * gdk/gdk.c (gdk_event_translate): Random debugging fixed this
1161         bug:  There is no need to set the ExposureMask in the XGrabPointer
1162         (this caused DnD programs to crash).
1163
1164 Fri Apr 24 01:29:04 1998  Tim Janik  <timj@gtk.org>
1165
1166         * gtk/gtkaccelerator.h (struct _GtkAcceleratorTable): changed ref_count
1167         field to be of type guint.
1168         * gtk/gtkaccelerator.c (gtk_accelerator_table_unref): added check for
1169         ref_count>0;
1170         (gtk_accelerator_table_install): keep a per object list of accelerator
1171         tables that refer to this object.
1172         (gtk_accelerator_table_remove): remove the accelerator table from the
1173         per object list.
1174         (gtk_accelerator_table_clean): warn if there are any object references
1175         left in an accelerator table upon destruction.
1176         (gtk_accelerator_tables_delete): new function to delete object
1177         references from the accelerator tables associated with this object.
1178
1179         * gtk/gtkwidget.c (gtk_widget_class_init): changed emission of
1180         GtkWidget::install_accelerator to GTK_RUN_LAST so the installation
1181         of an accelerator can be prevented by gtk_signal_emit_stop().
1182         (gtk_widget_real_destroy): call gtk_accelerator_tables_delete (),
1183         so there are no stale pointers in accelerator tables left.
1184
1185 1998-04-22  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1186
1187         * gtk/gtkbin.c (gtk_bin_remove): Remember whether the widget was
1188         visible before we unparent it.
1189
1190 Wed Apr 22 04:15:26 1998  Tim Janik  <timj@gtk.org>
1191
1192         * gtk/gtkmain.c (gtk_handle_current_timeouts): prepend the
1193         running_timeouts list with the tmp_list link itself, not with a new
1194         GList structure pointing to our link. that would fill up memory and
1195         causes the GList.data fields of the running_timeouts list to point to
1196         GList structures and not GtkTimeoutFunction structures which is a
1197         *really* bad thing.
1198         (gtk_handle_current_idles): likewise (exchange "timout" with "idle" in
1199         the above entry ;).
1200
1201 Sat Apr 18 22:18:12 1998  Tim Janik  <timj@gtk.org>
1202
1203         * gtk/gtkradiomenuitem.h: 
1204         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_set_group): new function
1205         ala gtk_radio_button_set_group.
1206         (gtk_radio_menu_item_init): assure that we always have at least a group
1207         that points to self.
1208
1209         * gtk/gtkradiobutton.c (gtk_radio_button_set_group): few cleanups and
1210         added g_return_if_fail() statements.
1211         (gtk_radio_button_init): assure that we always have at least a group
1212         that points to self.
1213
1214 Fri Apr 17 03:05:05 1998  Tim Janik  <timj@gtk.org>
1215
1216         * ChangeLog split up into ChangeLog.pre-1-0 and ChangeLog.
1217
1218 Wed Apr 15 05:13:09 1998  Tim Janik  <timj@gtk.org>
1219
1220         * gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
1221         (Damon Chaplin), which i got wrong when applying Damon's patch the last
1222         time.
1223
1224 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
1225
1226         * gtk/gtkpreview.c (gtk_preview_get_visuals): Make sure
1227         that when we are running with a non-installed colormap,
1228         in 8-bit pseudo-color, we actually are using the system
1229         visual. (Fixes *Bad Match* errors on Digital Unix machines
1230         with multiple 8-bit pseudo-color visuals)
1231
1232 1998-04-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1233
1234         * gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
1235         by whoever thought that randomly changing ints to unsigned int
1236         without reviewing the code was a good idea.  It is, btw not
1237         mentioned in the ChangeLog as usual, but I know it was not Elliot
1238         the culprit this time. 
1239
1240 Mon Apr 13 19:16:22 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
1241
1242         * Released GTK+ 1.0.0