]> Pileus Git - ~andy/gtk/blob - ChangeLog
eeb1765648b27c93549285a8deec126b8bd41b7a
[~andy/gtk] / ChangeLog
1 Mon Sep 30 15:31:57 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * gdk/gdkdisplay.c gdk/x11/gdkdisplay-x11.c 
4         gdk/gdkinternals.h: Set the client ID on all
5         displays. (#85713)
6
7         * gdk/gdkdisplay.h gkd/gdkinternals.h
8          gdk/{linux-fb,win32,x11}/gdkmain-{fb,win32,x11}.c
9         Privatize gdk_display_set_sm_client_id().
10
11 Mon Sep 30 14:46:49 2002  Owen Taylor  <otaylor@redhat.com>
12  
13         * gtk/gtkbindings.c (gtk_binding_set_new): Initialize
14         ->parsed field. (#94536, patch from Sebastian Ritau. Maybe 
15         fixes #87411?)
16  
17 Mon Sep 30 14:28:58 2002  Owen Taylor  <otaylor@redhat.com>
18
19         * gtk/gtkwindow.[ch]: Add gtk_window_set_icon_from_file(),
20         gtk_window_set_default_icon_from_file() convenience
21         functions (#75178, suggestion from Havoc Pennington)
22
23 2002-09-30  Daniel Elstner  <daniel.elstner@gmx.net>
24
25         * gtk/gtktextbuffer.c: Add construct-only property "tag_table"
26         and make use of it in gtk_text_buffer_new().  (#70227)
27
28 2002-09-30  Stanislav Brabec  <sbrabec@suse.cz>
29
30         * gtk/gtkimcontextsimple.c: Completed ISO-8859-2 characters
31         support (#93421), fixed cacute, umacron, completed dead_key+space
32         convention.
33
34 Sun Sep 29 23:52:28 2002  Owen Taylor  <otaylor@redhat.com>
35
36         * ===== Released 2.1.0 ======
37
38         * NEWS: Updated
39
40 Sun Sep 29 20:20:26 2002  Owen Taylor  <otaylor@redhat.com>
41
42         * gtk/gtktooltips.c (gtk_tooltips_event_handler): Disable
43         tooltips for menu items with submenus .. they still
44         don't really work properly. (Missed merge from
45         stable)
46
47 Sun Sep 29 20:15:59 2002  Owen Taylor  <otaylor@redhat.com>
48
49        * gtk/gtkwindow.c (gtk_window_move_resize): Clear
50         initial_pos_set even if it only causes a move, not
51         a resize as well. (Missed merge from stable,
52         may fix #89562)
53
54 Sun Sep 29 14:22:47 2002 Manish Singh  <yosh@gimp.org>
55
56         * contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
57         demos/gtk-demo/Makefile.am: add deprecation compile flags
58
59         * demos/testanimation.c demos/testpixbuf-save.c demos/testpixbuf.c
60         demos/gtk-demo/*.c gdk-pixbuf/gdk-pixbuf-animation.c
61         gdk-pixbuf/gdk-pixbuf.c: minor cleanups, getting rid of
62         unnecessary casts
63
64 Sun Sep 29 13:11:13 2002  Manish Singh  <yosh@gimp.org>
65
66         * gtk/gtktypeutils.h: use #defines instead of enum for
67         GtkFundamentalType compat, to prevent 64-bit vs. 32-bit
68         confusion (#90400)
69
70 2002-09-29  Tor Lillqvist  <tml@iki.fi>
71
72         * configure.in: Instead of forcing -fnative-struct into CFLAGS
73         when using gcc for Win32, check for gcc version 3.x which uses
74         -mms-bitfields instead. Also check if either of these switches is
75         actually available at all, and warn if not. Thanks to Soren
76         Andersen for the inspiration. (#93965)
77
78 2002-09-01  Soeren Sandmann  <sandmann@daimi.au.dk>
79
80         * gtk/gtkimcontext.c, gtk/gtktreeviewcolumn.c:
81
82         Minor documentation fixes. 
83         (#80021, Yao Zhang; #75567, #75279, Vitaly Tishkov)
84
85 2002-09-28  Matthias Clasen  <maclas@gmx.de>
86
87         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
88         drawing to the root window work.  (#89492)
89
90 Fri Sep 27 18:14:00 2002  Owen Taylor  <otaylor@redhat.com>
91
92         (#91249, Thomas Leonard)
93
94         * gtk/gtkselection.c (gtk_selection_convert): Initialize
95         idle time to 0.
96
97         * gtk/gtkselection.c: Up idle timeout to 5 minutes
98         from 5 seconds.
99
100 Fri Sep 27 17:40:47 2002  Owen Taylor  <otaylor@redhat.com>
101
102         * modules/input/Makefile.am: Patch from J. Ali Harlow
103         to avoid generating gtk.immodules when cross-compiling.
104         (#87774)
105         
106 Fri Sep 27 14:30:34 2002 Eric Warmenhoven <eric@warmenhoven.org>
107
108         * gdk/Makefile.am gdk/gdkkeynames.c gdk/linux-fb/gdkmain-fb.c
109         gdk/win32/gdkkeys-win32.c: Move gdk_keval_name and
110         gdk_keyval_from_name to new gdkkeynames.c, share implementation for
111         linux-fb and win32 (#94123)
112
113         * gdk/linux-fb/Makefile.am gdk/linux-fb/gdkkeyboard-fb.c
114         gdk/linux-fb/gdkmain-fb.c gdk/linux-fb/gdkmouse-fb.c: add
115         -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile
116         flags
117
118         * gdk/linux-fb/gdkdisplay-fb.c: prevent segfault if display can't
119         initialize
120
121         * gdk/linux-fb/gdkkeyboard-fb.c: better parsing of keycodes
122
123         * gdk/linux-fb/gdkwindow-fb.c: add stubs for new functions
124
125 Fri Sep 27 17:23:31 2002  Owen Taylor  <otaylor@redhat.com>
126
127         * gtk/gtkcolorsel.c: Fix some signed/unsigned warnings.
128         (#85863, David L. Cooper II)
129
130 Fri Sep 27 16:23:49 2002  Owen Taylor  <otaylor@redhat.com>
131          
132         * gtk/gtklabel.c : Replaced instances where strlen (label->label) is
133         used to get a byte code with strlen (label->text) as label->text 
134         contains the actual display text, while label->label contains
135         markup / mnemonics. (#92683, Patch from Shivram U  
136         <shivaram.upadhyayula@wipro.com>, with some additions.)
137
138         * gtk/gtklabel.c (gtk_label_set_uline_text_internal): 
139         Fix a leftover, now incorrect comment.
140         
141 Fri Sep 27 16:15:11 2002  Owen Taylor  <otaylor@redhat.com>
142
143         * gtk/gtknotebook.c (gtk_notebook_get_event_window_position):
144         Handle the case where the first page isn't visible.
145         (#90336, bug tracked down by Chema Celorio)
146
147 Fri Sep 27 15:57:15 2002  Owen Taylor  <otaylor@redhat.com>
148
149         * gtk/gtkstock.c (builtin_items): Change accelerator
150         from C_ut to Cu_t. (#82747, Paolo Maggi)
151
152 Fri Sep 27 15:27:45 2002  Owen Taylor  <otaylor@redhat.com>
153
154         * gtk/gtkimage.c (gtk_image_unrealize): Reset the
155         animation iter on unrealize as well as unmap.
156         (#94336)
157
158         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Don't
159         turn a value of "" into NULL. (#94157, Vitaly Tishkov)
160
161 Wed Sep 25 18:23:50 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
162
163         * modules/input/gtkimcontextxim.c:
164         - use gtk_settings_get_for_screen () instead of
165           gtk_settings_get_default () for multihead
166         - connect property-notify signal handlers to respond runtime
167           changes of status_style and preedit_style in the settings
168         - Some indentation and code cleanup (#59076 - 2nd check-in)
169         
170 2002-09-24  Havoc Pennington  <hp@redhat.com>
171
172         * gtk/gtkwindow.c: fix GtkWindowMnemonic to have a separate
173         typedef
174
175         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): monitor
176         FULLSCREEN state
177
178         * tests/testgtk.c (get_state_controls): add
179         fullscreen/unfullscreen test
180
181         * gdk/gdkdisplay.c (gdk_display_finalize): fix unused variable
182
183         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): fix unused
184         variable
185
186         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): mop up unused
187         variable
188
189         * gdk/x11/gdkscreen-x11.c
190         (_gdk_x11_screen_window_manager_changed): emit
191         window_manager_changed signal
192
193         * gdk/x11/gdkscreen-x11.h (struct _GdkScreenX11Class): add
194         window_manager_changed signal
195
196         * gdk/x11/gdkevents-x11.c
197         (gdk_x11_screen_get_window_manager_name): new function
198
199         * gtk/gtkwindow.c (gtk_window_class_init): add type_hint,
200         skip_taskbar_hint, skip_pager_hint properties
201         (gtk_window_set_skip_taskbar_hint):
202         (gtk_window_get_skip_taskbar_hint):
203         (gtk_window_set_skip_pager_hint):
204         (gtk_window_get_skip_pager_hint):
205         (gtk_window_fullscreen):
206         (gtk_window_unfullscreen): new functions
207
208         * gdk/gdkevents.h (GdkWindowState): add FULLSCREEN state
209
210         * gdk/gdkwindow.h (GdkWindowTypeHint): add missing type hint
211         values
212
213         * gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_taskbar_hint):
214         (gdk_window_set_skip_pager_hint):
215         (gdk_window_fullscreen):
216         (gdk_window_unfullscreen): new functions
217         (set_initial_hints): set fullscreen here if appropriate
218         
219 Wed Sep 25 10:51:24 2002  Owen Taylor  <otaylor@redhat.com>
220
221         * gdk/gdkscreen.h gdk/{x11,win32,linux-fb}/gdkscreen-*.c:
222         Add gdk_screen_make_display_name(), which returns a
223         display name that can be used to open a display with the
224         screen as the default (Based on patch from Mark McLoughlin, 
225         #86013)
226
227 Wed Sep 25 08:50:40 2002  Owen Taylor  <otaylor@redhat.com>
228
229         Patch from Eric Warmenhoven, #94123
230
231         * gdk/gdkmouse-fb.c: Add scrolling support for 
232         imps2 mice.
233
234         * gdk/linux-fb/gdkimage-fb.c: Fix compilation error
235         in last gdkimage-fb.c commit.
236
237 Wed Sep 25 00:16:53 2002  Manish Singh  <yosh@gimp.org>
238
239         * gdk/Makefile.am gdk/x11/Makefile.am: add -DG_DISABLE_DEPRECATED
240         and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile flags
241
242         * gdk/gdkcolor.c gdk/gdkdisplay.c gdk/gdkdraw.c gdk/gdkevents.c
243         gdk/gdkgc.c gdk/gdkimage.c gdk/gdkpango.c gdk/gdkpixbuf-render.c
244         gdk/gdkpixmap.c gdk/gdkrgb.c gdk/gdkwindow.c gdk/linux-fb/gdkdnd-fb.c 
245         gdk/linux-fb/gdkfont-fb.c gdk/win32/gdkdnd-win32.c
246         gdk/win32/gdkfont-win32.c gdk/x11/gdkdisplay-x11.c gdk/x11/gdkdnd-x11.c
247         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkevents-x11.c gdk/x11/gdkfont-x11.c
248         gdk/x11/gdkgc-x11.c gdk/x11/gdkgeometry-x11.c gdk/x11/gdkim-x11.c
249         gdk/x11/gdkinput-x11.c gdk/x11/gdkkeys-x11.c gdk/x11/gdkscreen-x11.c
250         gdk/x11/gdkwindow-x11.c: Deprecation cleanup, mostly changing
251         gdk_foo_{ref,unref} to g_object equivalents.
252
253 Tue Sep 24 23:54:20 2002  Manish Singh  <yosh@gimp.org>
254
255         * gtk/gtkfilesel.c: check if last_selected is valid before doing
256         a strcmp on it, which may happen if selections happen programmatically
257         instead of through the UI (#86566)
258
259 Tue Sep 24 23:33:48 2002  Manish Singh  <yosh@gimp.org>
260
261         * gtk/gtkfilesel.c: preserve ordering from gtk_tree_selection_foreach
262         when returning filenames for gtk_file_selection_get_selections
263         (#86567)
264
265         * gtk/gtkclipboard.c: GtkClipboard struct should have a GObject
266         in it, not a GObjectClass
267
268 Tue Sep 24 18:18:36 2002  Owen Taylor  <otaylor@redhat.com>
269
270         * gtk/gtkclipboard.[ch]: Make a GObject (#75970, James
271         Henstridge)
272
273 Tue Sep 24 19:45:55 2002  Owen Taylor  <otaylor@redhat.com>
274
275         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap): 
276         Look up the visual as well as the colormap, since calling
277         gdk_drawable_get_visual() causes infinite recursion.
278
279         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): 
280         Set the colormap for the root window.
281
282 Tue Sep 24 15:35:42 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
283
284         disable/enable preedit/status in GtkIMContextXIM (#59076)
285         
286         * gtk/gtkenums.h (enum): added preedit/status styles for gtk+
287         input method
288         * modules/input/gtkimcontextxim.c
289         * gdk/x11/gdkevents-x11.c: add gtk-im-preedit-style and
290         gtk-im-status-style to GtkSettings.
291         * po/POTFILES.in: added modules/input/gtkimcontextxim.c
292
293         With the other patch for gnome-control-center,
294         the preedit and status styles of GTK+ input method are
295         configurable with associated gconf schemas keys:
296         "/desktop/gnome/interface/gtk-im-preedit-style"
297         "/desktop/gnome/interface/gtk-im-status-style"
298
299         Both are set to "callback" by default, and platform's 
300         packging can have different default by changing
301         libgnome's desktop_gnome_interface.schemas.
302
303 2002-09-25  Matthias Clasen  <maclas@gmx.de>
304
305         * gdk/x11/gdkvisual-x11.c (gdkx_visual_get): Replace leftover 
306         gdkx_visual_get_for_screen () by gdk_x11_screen_lookup_visual().
307
308         * gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
309
310         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
311         Replace leftover gdk_colormap_lookup () by
312         gdk_x11_colormap_foreign_new () to make the linker happy.
313
314 Tue Sep 24 17:49:52 2002  Owen Taylor  <otaylor@redhat.com>
315
316         * gtk/gtkaccelgroup.[ch] (gtk_accel_group_find): 
317         Add a GtkAccelGroupFindFunc to clean up the
318         prototype. (#76670, Vitaly Tishkov)
319
320         * gdk/x11/gdkvisual-x11.c gdk/x11/gdkx.h: Rename
321         gdkx_visual_get_for_screen() to 
322         gdk_x11_screen_lookup_visual(). (#85702)
323
324 2002-09-25  Tor Lillqvist  <tml@iki.fi>
325
326         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
327         WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
328         order to be able to handle it normally in the application. Set
329         ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this
330         way we can generate GDK events also for Alt-Fn keys, for instance.
331
332 2002-09-24  Matthias Clasen  <maclas@gmx.de>
333
334         * gdk/x11/gdkx.h: Add a missing ; to make things compile.
335
336 Tue Sep 24 16:40:14 2002  Owen Taylor  <otaylor@redhat.com>
337
338         Make icon sizes configurable (#70648, slightly based
339         on a patch from Bill Haneman, Brian Cameron)
340
341         * gtk/gtkiconfactory.[ch]: Add 
342         gtk_icon_size_lookup_for_settings().
343
344         * gtk/gtksettings.c: Add gtk-icon-sizes XSETTING
345
346         * gtk/gtkiconfactory.c: Make icon sizes per-GtkSettings.
347
348         * gtk/gtkstyle.c: Use gtk_icon_size_lookup_for_settings()
349
350         * gtk/gtkrc.[ch]: Privately export _gtk_rc_reset_styles()
351         to force all the widgets to recompute their appearance.
352
353         * gdk/x11/gdkevents-x11.c: Add gtk-icon-sizes XSETTING
354
355 Tue Sep 24 16:24:22 2002  Owen Taylor  <otaylor@redhat.com>
356
357         * gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c 
358         * gdk/linux-fb/gdkimage-fb.c (gdk_image_put/get_pixel): 
359         Add bounds-checking g_return_if_fail(). (Olexiy Avramchenko)
360
361 Tue Sep 24 16:04:44 2002  Owen Taylor  <otaylor@redhat.com>
362
363         * gdkprivate-x11.h gdkcolor-x11.c gdkvisual-x11.c
364         gdkwindow-x11.c: Delete unused private gdk_visual_lookup(),
365         make gdk_colormap_lookup() private gdkcolor-x11.c.
366         make gdk_window_add_colormap_windows private to gdkwindow-x11.c
367         (#85674)
368
369         * gdk/x11/gdkx.h gdk/x11/gdkcolor-x11.c 
370         gdkscreen-x11.h: Add gdk_x11_colormap_foreign_new(), 
371         GDK_ENABLE_BROKEN gdkx_colormap_get(), make the
372         colormap hash per-screen. (#85697)
373
374         * gdk/x11/gdkxid.c (gdk_xid_table_lookup_for_display):
375         Remove a bit of unecessary code.
376
377 Thu Aug  8 16:58:22 2002  Owen Taylor  <otaylor@redhat.com>
378  
379         * gtk/gtkspinbutton.c (gtk_spin_button_real_change_value): 
380         Remove the check for editable. (Reported by Brent Fox)
381  
382 Tue Sep 24 06:17:37 2002  Owen Taylor  <otaylor@redhat.com>
383
384         * gtk/gtkeventbox.c (gtk_event_box_paint): Honor
385         GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.)
386
387 Tue Sep 24 05:26:31 2002  Owen Taylor  <otaylor@redhat.com>
388
389         * gdk/gdk.h gdk/gdkdisplay.c gdk/linux-fb/gdkevents-fb.c 
390         gdk/x11/gdkevents-x11.c  gdk/win32/gdkevents-win32.c:
391         Change the window parameter for 
392         gdk_event_send_client_message[_for_display] from guint32
393         to GdkNativeWindow. (#79979)
394
395 Tue Sep 24 05:16:25 2002  Owen Taylor  <otaylor@redhat.com>
396
397         * gtk+.spec.in: Fix up a bit to look for the loaders
398         in the right place. (#93011, Dennis Dementiev)
399
400 Tue Sep 24 05:12:14 2002  Owen Taylor  <otaylor@redhat.com>
401
402         * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple
403         compose table for us-intl keyboards (Red Hat bugzilla
404         #70995, Alexandre Oliva)
405
406 Tue Sep 24 04:50:28 2002  Owen Taylor  <otaylor@redhat.com>
407
408         * gtk/gtkspinbutton.c (gtk_spin_button_activate):   
409         Chain up so that entry->activates_default is honored.
410         (#93865, Pieter Penninckx)
411
412 2002-09-23  Jacob Berkman  <jacob@ximian.com>
413
414         * gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
415         terminated
416
417 Mon Sep 23 19:49:11 2002  Owen Taylor  <otaylor@redhat.com>
418
419         * gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:
420         Privatize gtk_selection_request, gtk_selection_incr_event
421         gtk_selection_notify, gtk_selection_property_notify.
422         Add doc note about future deprecation of gtk_selection_clear()
423         which. (#85683)
424
425         * gtk/gtkoldeditable.c (gtk_old_editable_selection_clear):
426         Chain up, rather than calling gtk_selection_clear().
427
428 Mon Sep 23 18:53:35 2002  Owen Taylor  <otaylor@redhat.com>
429
430         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): 
431         Restore back to the default format instead of an
432         empty format. (#82626, Tim Janik)
433
434         * gtk/gtkprogress.c (gtk_progress_set_format_string): 
435         Make NULL restore back to the default format.
436
437 Mon Sep 23 18:45:46 2002  Owen Taylor  <otaylor@redhat.com>
438
439         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): 
440         Allow accel_path == NULL. (#84241, James Henstridge.)
441
442 Mon Sep 23 18:01:52 2002  Owen Taylor  <otaylor@redhat.com>
443
444         * gtk/gtknotebook.[ch]: Add gtk_notebook_get_n_pages
445         (#73229, Havoc Pennington)
446
447         * gtk/gtknotebook.c (gtk_notebook_get_nth_page): Handle
448         -1 to mean the last page, as we do elsewhere. (#73229)
449
450 Mon Sep 23 17:50:23 2002  Owen Taylor  <otaylor@redhat.com>
451
452         * gtk/gtkmenushell.[ch] gtk/gtkentry.c gtk/gtkmenubar.c
453         gtk/gtkmenuitem.c gtk/gtktextview.c: Make
454         gtk_menu_shell_select_first() public. (#70373)
455
456 Mon Sep 23 16:48:46 2002  Owen Taylor  <otaylor@redhat.com>
457
458         * gdk/gdkkeys.[ch] gdk/x11/gdkkeys-x11.c gdk/x11/gdkevents-x11.c:
459         Add a keys_changed signal emitted when the keymap changes.
460         (#72148)
461         
462         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): 
463         Hook up code to handle keymap changes, change to keep
464         a linked list of keymap entries so that we can reinsert
465         them in the same order on a keymap change.
466
467 Mon Sep 23 14:58:04 2002  Owen Taylor  <otaylor@redhat.com>
468  
469         * gtk/gtkhandlebox.h gtk/gtktextbtree.[ch]:
470         Use 'signed int' not 'gint' for signed bitfields.
471         (#93020, Vitaly Tishkov)
472  
473         * gtk/gtktextlayout.h gtk/gtktextbtree.[ch]: 
474         Fix some 'gint' bitfields that should have been
475         unsigned.
476         
477 Mon Sep 23 12:24:14 2002  Owen Taylor  <otaylor@redhat.com>
478
479         * modules/input/gtkimcontextxim.c (status_window_get): 
480         Fix incorrect usage of gdk_get_default_root_window ()).
481         (#92767)
482
483 Mon Sep 23 12:12:48 2002  Owen Taylor  <otaylor@redhat.com>
484
485         * gtk/gtkspinbutton.c: Patch from Joshua N Pritikin to
486         fix problem where signal connection wasn't removed
487         from adjustment on finalize. (#93962)
488
489 Sun Sep 22 18:22:37 2002  Owen Taylor  <otaylor@redhat.com>
490
491         * gdk/linux-fb/{gdkinput.c,gdkkeyboard-fb.c,gdk/linux-fb/gdkmain-fb.c,
492         gdk/linux-fb/gdkprivate-fb.h, gdk/linux-fb/gdkwindow-fb.c}:
493         Patch from Eric Warmenhoven to with miscellaneous linux-fb
494         fixes, including a fix for a crash in 
495         gdk_keymap_get_entries_for_keycode (#87420)
496
497 2002-09-22  Matthias Clasen  <maclas@gmx.de>
498
499         * gdk/gdkdraw.c (gdk_drawable_get_type): 
500         * gdk/gdkgc.c (gdk_gc_get_type): 
501         * gtk/gtkmenushell.c (gtk_menu_shell_get_type): 
502         * gtk/gtkimcontext.c (gtk_im_context_get_type): 
503         * gtk/gtkprogress.c (gtk_progress_get_type): 
504         * gtk/gtkoldeditable.c (gtk_old_editable_get_type): 
505         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_type): 
506         * gtk/gtkwidget.c (gtk_widget_get_type): 
507         * gtk/gtkseparator.c (gtk_separator_get_type): 
508         * gtk/gtkscrollbar.c (gtk_scrollbar_get_type): 
509         * gtk/gtkscale.c (gtk_scale_get_type): 
510         * gtk/gtkrange.c (gtk_range_get_type): 
511         * gtk/gtkpaned.c (gtk_paned_get_type): 
512         * gtk/gtkmisc.c (gtk_misc_get_type): 
513         * gtk/gtkitem.c (gtk_item_get_type): 
514         * gtk/gtkcontainer.c (gtk_container_get_type): 
515         * gtk/gtkbbox.c (gtk_button_box_get_type): 
516         * gtk/gtkbox.c (gtk_box_get_type): 
517         * gtk/gtkbin.c (gtk_bin_get_type): 
518         * gtk/gtkobject.c (gtk_object_get_type): Mark abstract types as
519         G_TYPE_FLAG_ABSTRACT.  (#72383)
520
521 2002-09-21  Tor Lillqvist  <tml@iki.fi>
522
523         * gdk/win32/gdkselection-win32.c (sanitize_utf8): Copy from X11
524         backend. The old version mishandled consecutive newlines.
525
526         * tests/testgtkrc: Remove obsolete mention of gtk-engines and
527         Pixmap theme engine on Win32.
528
529 Fri Sep 20 18:01:26 2002  Owen Taylor  <otaylor@redhat.com>
530  
531         * gtk/gtkentry.c (gtk_entry_unrealize): Set the IM
532         context client  window to NULL, not to the window that 
533         is about to be destroyed. (#88231)
534  
535 Fri Sep 20 16:56:54 2002  Owen Taylor  <otaylor@redhat.com>
536
537         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings):
538         Return TRUE if force_load was specified. (#93738,
539         Vitaly Tishkov.)
540
541 2002-09-20  Tor Lillqvist  <tml@iki.fi>
542
543         * gtk/gtkmain.c (gtk_get_default_language): On Win32, look
544         explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, use
545         g_win32_getlocale(). The setlocale() in msvcrt.dll would return a
546         locale name in the form Swedish_Finland for sv_FI.
547
548         * gdk/gdkfont.h: Delete leftover declarations of the obsolete
549         Win32-only functions gdk_font_full_name_get() and
550         gdk_font_full_name_free().
551
552         * gdk/gdk.def: Delete from here, too.
553
554         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd,
555         gdk_font_full_name_get, gdk_font_full_name_free): Delete
556         implementation, and helper functions.
557
558         (pattern_match, InnerEnumFontFamExProc, EnumFontFamExProc,
559         gdk_font_list_new, gdk_font_list_free): Delete unused functions.
560
561         (gdk_text_width, gdk_text_width_wc) Instead of code duplication,
562         let gdk_text_extents() and gdk_text_extents_wc() do the job.
563         
564         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
565         Don't use the above removed functions in debugging output.
566
567         * gdk/win32/gdkdisplay-win32.c
568         * gdk/win32/gdkmain-win32.c
569         * gdk/win32/gdkprivate-win32.h
570         * gdk/win32/gdkselection-win32.c
571         * gdk/win32/gdkinput-win32.h
572         * gdk/win32/gdkinput.c: Make it compile again, pass a GdkDisplay in
573         a couple of places.
574
575 Thu Sep 19 16:39:29 2002  Owen Taylor  <otaylor@redhat.com>
576
577         * gtk/gtksettings.h (GTK_SETTINGS_GET_CLASS): Fix 
578         usage of compat GTK_TYPE_ macros without including
579         gtkobject.h.
580
581         * gdk/x11/gdkevents-x11.[ch]: Set a flag when initializing
582         to avoid having extra settings-notify events sent
583         when not needed.
584
585 2002-09-17  Matthias Clasen  <maclas@gmx.de>
586
587         * gtk/stock-icons/stock_color_picker_25.png:
588         * gtk/stock-icons/Makefile.am (VARIABLES1): 
589         * gtk/gtkstock.h (GTK_STOCK_COLOR_PICKER): 
590         * gtk/gtkiconfactory.c (get_default_icons):  
591         * gtk/gtkcolorsel.c (gtk_color_selection_init): Stockify color
592         picker icon.   (#89880)
593
594 2002-09-14  Sven Neumann  <sven@gimp.org>
595
596         * gdk/gdkpixbuf-drawable.c: fixed my latest change.
597
598 2002-09-13  Sven Neumann  <sven@gimp.org>
599
600         * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
601         GdkColor components (#89703).
602
603 2002-09-12  Tor Lillqvist  <tml@iki.fi>
604
605         * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
606         function name in warning messages.
607
608         Merge from gtk-2-0:
609
610         * gdk/win32/gdkdrawable-win32.c
611         * gdk/win32/gdkevents-win32.c: Some spacing and indentation cleanup.
612         
613         * gdk/win32/gdkdrawable-win32.c (render_line_horizontal,
614         render_line_vertical): Return TRUE.
615         
616         * gdk/win32/gdkevents-win32.c (_gdk_events_init): Search if the
617         system has some input locale identifier that uses a Latin
618         keyboard. This is needed to be able to get the virtual-key code
619         for the latin characters corresponding to ASCII control
620         characters. If no such keyboard is present, try to load one
621         then. Will this upset users with no wish to ever use a Latin-based
622         keyboard layout?
623
624         (vk_from_char): Convert all ASCII control chars to the
625         corresponding uppercase char before calling VkKeyScanEx(). Idea by
626         Florent Duguet. Makes Control-C work again. To make it hopefully
627         work like I think it should on non-Latin keyboards, too, use
628         latin_locale when looking for the corresponding keycode.
629
630         * gdk/win32/gdkgeometry-win32.c: Add GDK_NOTE debugging output
631         to some functions, related to moving and resizing and expose
632         and antiexpose queue processing. Use %p to output HWNDs.
633
634         * gdk/win32/gdkkeys-win32.c (print_keysym_tab): Factor out
635         debugging output to new function.
636
637         Fix for #81831 by Tim Evans:
638         
639         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't call
640         _gdk_event_button_generate() here, it would append the double- or
641         triple-click events too early, before the single-click event.
642
643         (real_window_procedure): If we got a single-click event, call
644         _gdk_event_button_generate() to perhaps append the double- or
645         triple-click event after that.
646
647         Tentative fix for #79720 based on code by Florent Duguet:
648                 
649         * gdk/win32/gdkgeometry-win32 (gdk_window_queue_append): New
650         static function. Checks length of translate_queue, calls
651         _gdk_window_process_expose() if length is >= 128. Then appends
652         to translate_queue.
653         (gdk_window_queue_translation,_gdk_windowing_window_queue_antiexpose):
654         Call gdk_window_queue_append().
655
656         Merge from gtk-1-3-win32-production and gtk-2-0:
657
658         * gdk/win32/gdkevents-win32.c (propagate): Check for parent being
659         NULL before trying to propagate to it, and return FALSE in that
660         case. (If parent is NULL, we are handling gdk_parent_root, and
661         probably should have noticed that and bailed out earlier. But
662         better late than never.)
663
664         * gdk/win32/gdkinput-win32.c (gdk_input_init): Use
665         GetSystemMetrics (SM_C[XY]SCREEN) instead of
666         gdk_screen_{width,height}().
667
668         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Don't
669         use return value from GlobalSize() as length of string when
670         calling MultiByteToWideChar(). Pass -1 instead (zero-terminated
671         string). Thanks to Iwasa Kazmi.
672
673 Wed Sep 11 15:48:38 2002  Jonathan Blandford  <jrb@redhat.com>
674
675         * gtk/gtktreemodel.c (gtk_tree_row_reference_get_type): Make
676         GtkTreeRowReference a boxed type.
677
678         * gtk/gtkliststore.c (gtk_list_store_finalize): free the root
679         list.
680
681         * gtk/gtktreestore.c (gtk_tree_store_finalize): free the root
682         nodes.
683
684 Wed Sep 11 12:33:34 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
685
686         * gtk/gtkstyle.c: Draw radio buttons more symmetric. Draw shadow
687         out bevels slightly different. Fix drawing of top right corner of
688         etched in shadows.
689
690 Tue Sep 10 09:47:52 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
691
692         * modules/input/gtkimcontextxim.c
693         (get_im): modify a warning when XSetLocaleModifiers() fails, and
694         add a warning when XOpenIM() fails
695         (gtk_im_context_xim_filter_keypress): use XLookupString when xic
696         is not available. (#90661)
697         (gtk_im_context_xim_get_ic, gtk_im_with_preedit,
698         gtk_im_without_preeedit): filter key release events only when
699         input methods ask for (#81759)
700
701 Tue Sep 10 11:11:09 2002  Owen Taylor  <otaylor@redhat.com>
702
703         * gdk/linux-fb/*: Patch from Eric Warmenhoven to
704         get linux-fb compiling with multihead changes.
705
706 Tue Sep 10 09:29:00 2002  Owen Taylor  <otaylor@redhat.com>
707
708         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Take
709         focus mode into account when tracking FocusIn/Out events,
710         so we don't get confused by focus changes while a 
711         keyboard grab is in effect. (Probably fixes #90563)
712
713 Mon Sep  9 16:16:25 2002  Shivram U  <shivaram.upadhyayula@wipro.com>
714
715         * gtk/gtktextview.c (gtk_text_view_drag_motion): If the end iter
716         is also a part of the selection, then we are in the selection.
717         (#92768)
718
719 2002-09-08  Tor Lillqvist  <tml@iki.fi>
720
721         * configure.in: Add AM_CONDITIONAL calls also in the non-x11
722         branch. Otherwise we get "conditional \"$1\" was never defined.
723         Usually this means the macro was only invoked conditionally."
724         errors when running configure if using automake 1.6a. Yeah, I know
725         that autogen.sh says to use automake 1.4, but on Win32 I more or
726         less have to use the bleeding edge. I think.
727
728 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
729
730         * gtk/gtktoolbar.c (get_button_relief): call
731         gtk_widget_ensure_style() before reading "button_relief". Fixes
732         (#92741).
733
734 2002-09-06  Matthias Clasen  <maclas@gmx.de>
735
736         * configure.in: Add ani to all_loaders.
737
738 Fri Sep  6 15:59:54 2002  Owen Taylor  <otaylor@redhat.com>
739
740         * gdk/gdkdisplay.h: Remove unused prototype for 
741         gdk_set_default_display 
742         (=> gdk_display_manager_set_default_display)
743         (#90616, Matthias Clasen)
744
745 Fri Sep  6 15:35:01 2002  Owen Taylor  <otaylor@redhat.com>
746
747         * gdk/gdkgc.c (gdk_gc_new_with_values): Only set
748         gc->colormap if it isn't already set. (Alex Larsson,
749         #90632)
750
751 Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
752
753         * modules/input/gtkimcontextxim.c: Pass the actual input
754         keycode to XIM, rather than the result of backconverting
755         the keysym. Fixes the <> input problem! (#74922)
756
757         * gtk/gtkimmodule.c: Fix bug where GTK_IM_MODULE environment
758         variable couldn't be used to force the input method to
759         the default input method.
760
761 2002-09-05  jacob berkman  <jacob@ximian.com>
762
763         * configure.in: fix non-solaris xinerama checks (bug #89732)
764
765         * autogen.sh: get automake-1.4 changes from -2-0 branch
766
767 2002-09-05  Tor Lillqvist  <tml@iki.fi>
768
769         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Fix braino,
770         actually do check each char, not just the first one, when looping
771         through the text looking to insert CR in front of each LF. Bug
772         noticed and fix provided by Florent Duguet.
773
774         * gdk/win32/gdkwindow-win32.c (gdk_window_set_transient_for): 
775         Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent
776         Duguet.
777
778 2002-09-04  Matthias Clasen  <maclas@gmx.de>
779
780         * demos/testanimation.c (do_image): 
781         (do_nonprogressive): Quit on destroy.
782
783         * demos/testpixbuf.c (main): test load-at-size.
784         (expose_func): draw transparent pixbufs against a checkerboard 
785         pattern. (#91829)
786
787 2002-09-01  Soeren Sandmann  <sandmann@daimi.au.dk>
788
789         * docs/reference/gtk/tmpl/gtkdialog.sgml
790         docs/reference/gtk/tmpl/gtkhbbox.sgml
791         docs/reference/gtk/tmpl/gtkvbbox.sgml
792         docs/reference/gtk/tmpl/gtktogglebutton.sgml
793         docs/reference/gtk/tmpl/gtktreeselection.sgml
794         gtk/gtktextbuffer.c
795         gtk/gtktogglebutton.c
796         gtk/gtktreesortable.c
797
798         Minor documentation fixes:
799         
800         #79107, #82854, #76398, Vitaly Tishkov; 
801         #88627, Brian Tarricone;
802         #81046, Owen Taylor
803
804 2002-08-31  Tor Lillqvist  <tml@iki.fi>
805
806         * gdk/win32/gdkevents-win32.c (_gdk_events_init): On Cygwin, open
807         /dev/windows instead of using the magic G_WIN32_MSG_HANDLE fd that
808         is implemented (in GLib) only on native Win32. (#91683, Masahiro
809         Sakai)
810
811         * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
812         cygwin_conv_to_posix_path().
813         (translate_win32_path, get_real_filename): Use
814         cygwin_conv_to_posix_path().
815         (gtk_file_selection_dir_activate): Call get_real_filename() here,
816         too. (#91843, Masahiro Sakai)
817
818 2002-08-26  Tor Lillqvist  <tml@iki.fi>
819
820         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Use MAX_PATH
821         (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw and
822         MSVC, but not there in Cygwin) (#91681, Masahiro Sakai).
823
824 Mon Aug 26 12:21:16 BST 2002  Tony Gale <gale@gtk.org>
825
826         * docs/tutorial/package-db-tutorial.sh: cleanups
827
828         * docs/tutorial/gtk-tut.sgml: new content for the
829         ItemFactory section. Originally from Robert Cleaver Ancell.
830
831 2002-08-25  Tor Lillqvist  <tml@iki.fi>
832
833         * gtk/gtkfilesel.c: Don't include <winsock.h> on Cygwin (#91654,
834         Masahiro Sakai).
835
836         * gtk/gtkmain.c: Compile gtk_init_abi_check and
837         gtk_init_check_abi_check when on G_PLATFORM_WIN32, not just on
838         G_OS_WIN32, to match gtkmain.h (#91649, Masahiro Sakai).
839         (check_sizeof_GtkWindow, check_sizeof_GtkBox): Mention the
840         -mms-bitfields swicth in addition to -fnative-struct.
841
842 Sun Aug 25 11:58:27 BST 2002  Tony Gale <gale@gtk.org>
843
844         * docs/tutorial/package-db-tutorial.sh:
845         update packaging script for current tutorial
846
847         * docs/tutorial/images/*.eps: New Files
848         EPS versions of the tutorial images
849
850 2002-08-25  Tor Lillqvist  <tml@iki.fi>
851
852         * gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
853         defines for struct packing checks use sizeof() on stuff from
854         these. (#84211, Andreas Holzmann)
855
856         * gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
857         gtk_win32res_lo. (#87101, J. Ali Harlow)
858
859         * gdk/gdkevents.c
860         * gdk/gdkinternals.h
861         * gdk/x11/gdkevents-x11.c
862         * gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
863         GdkEventFlags definitions from gdkevents.c to
864         gdkinternals.h. Remove the duplicated definitions in
865         gdkevents-x11.c and gdkevents-win32.c. (#89771)
866
867 2002-08-24  Tor Lillqvist  <tml@iki.fi>
868
869         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
870         system handle Alt-Space, too. Thanks to Tim Evans (#91477).
871
872 Sat Aug 24 12:46:37 BST 2002  Tony Gale <gale@gtk.org>
873
874         * docs/tutorial/gtk-tut.sgml, examples/*:
875         update g_connect_signal usage
876
877         * docs/faq/gtk-faq.html: spelling/grammar fixes
878
879 2002-08-21  Tor Lillqvist  <tml@iki.fi>
880
881         * gdk/Makefile.am: Move GDK_DEP_LIBS from LDFLAGS to each of the
882         libgdk_*_LIBADD, to fix problems when cross-compiling, as
883         suggested by J. Ali Harlow in #87103.
884
885 2002-08-19  Padraig O'Briain <padraig.obriain@sun.com>
886
887         * gtk/gtkentry.c (gtk_entry_real_delete_text): Use 
888         gtk_entry_set_positions() to update current_pos and selection_bound
889         so notifications are emitted (#90548)
890
891 2002-08-16  jacob berkman  <jacob@ximian.com>
892
893         * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
894         back to the order that 2.0 has
895
896 Thu Aug 15 22:46:02 BST 2002  Tony Gale <gale@gtk.org>
897
898         * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
899           minor menu example comment fix
900           (feeling my way back in after a long absence)
901
902 Wed Aug 14 08:07:53 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
903
904         * gtk/gtkselection.c (gtk_selection_init): initialize
905         gtk_selection_atoms only once at the 1st call.
906         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get): 
907         set length of selection data from number of read bytes (#90595)
908
909 2002-08-14 Padraig O'Briain <padraig.obriain@sun.com>
910
911         * gtk/gtktextview.c (gtk_text_view_focus): Move focus to
912         children, if they exist, after GtkTextView is focused. (#63844)
913
914 2002-08-12  Matthias Clasen  <maclas@gmx.de>
915
916         * gdk/gdkdisplaymanager.c: 
917         * gdk/gdkdisplay.c (gdk_pointer_ungrab): Fix doc comments.
918
919         * gdk/x11/gdkcolor-x11.c (gdk_colormap_get_screen): 
920         * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Make parameter 
921         names match those in the header file, to silence gtk-doc.
922
923 Sat Aug 10 22:18:05 2002  Owen Taylor  <otaylor@redhat.com>
924
925         * gdk/gdkpixbuf-render.c 
926         (gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
927         in the docs that @pixmap_return and @mask_return can
928         be %NULL.
929
930 2002-08-10  Soren Sandmann  <sandmann@daimi.au.dk>
931
932         * docs/reference/gtk/tree_widget.sgml,
933         docs/reference/gtk/tmpl/gtkdialog.sgml,
934         docs/reference/gtk/tmpl/gtkentry.sgml,
935         docs/reference/gtk/tmpl/gtkfilesel.sgml,
936         docs/reference/gtk/tmpl/gtkfontsel.sgml,
937         docs/reference/gtk/tmpl/gtkfontseldlg.sgml,
938         docs/reference/gtk/tmpl/gtktreemodel.sgml,
939         docs/reference/gtk/tmpl/gtkwidget.sgml, gdk/x11/gdkdisplay-x11.c,
940         gtk/gtkbbox.c, gtk/gtkbox.c, gtk/gtkbutton.c, gtk/gtkcellrenderer.c,
941         gtk/gtkcellrendererpixbuf.c, gtk/gtkcellrenderertext.c,
942         gtk/gtkcheckmenuitem.c, gtk/gtkcontainer.c, gtk/gtkcurve.c,
943         gtk/gtkdialog.h, gtk/gtkentry.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c,
944         gtk/gtkframe.c, gtk/gtkhandlebox.c, gtk/gtkiconfactory.c,
945         gtk/gtkimage.c, gtk/gtkinvisible.c, gtk/gtkitemfactory.c,
946         gtk/gtklabel.c, gtk/gtklayout.c, gtk/gtkmenu.c, gtk/gtkprogress.c,
947         gtk/gtkprogressbar.c, gtk/gtkscrolledwindow.c, gtk/gtksizegroup.c,
948         gtk/gtktable.c, gtk/gtktextiter.c, gtk/gtktexttag.c, 
949         gtk/gtktexttag.h, gtk/gtktextview.c, gtk/gtktogglebutton.c, 
950         gtk/gtktoolbar.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c, 
951         gtk/gtktreestore.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c, 
952         gtk/gtkviewport.c, gtk/gtkwidget.c, gtk/gtkwidget.h,
953         gtk/gtkwindow.c: 
954
955         Minor documentation fixes
956
957         (#89254, patch from Brett Nash; 
958          #85809, patch from daten@dnetc.org;
959          #76391, patch from Ross Burton; 
960          #74559, Manuel Clos; 
961          #73569, #72005, Alexey A. Malyshev; 
962          #70061, patch from Dennis Bj"orklund;
963          #64566, #63388, #58328, #57499, #81007, #77349, Vitaly Tishkov; 
964          #78932, Vitaly Tishkov, patch from Ross Burton;
965          #73306)
966
967 2002-08-10  Matthias Clasen  <maclas@gmx.de>
968
969         * gdk/gdkrgb.c (gdk_rgb_try_colormap): 
970         (gdk_rgb_create_info): 
971         (gdk_rgb_select_conv): 
972         (gdk_draw_gray_image): 
973         (gdk_rgb_cmap_get_info): Changes to support depth 8 StaticColor
974         visuals.  (#81631)
975         (gdk_rgb_cmap_free): Don't loop forever.
976
977 Fri Aug  9 08:04:47 2002  Owen Taylor  <otaylor@redhat.com>
978
979         * gdk/gdkdisplay.h (struct _GdkDisplayClass): Fix 
980         weird usage of 'class' for GdkDisplay * argumnent name.
981         (#9031, Laszlo Peter)
982
983 Thu Aug  8 23:26:05 2002  Owen Taylor  <otaylor@redhat.com>
984
985         * gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
986         explicit calls to pango_x/xft_shutdown_display() since
987         Pango now does it by itself on XCloseDisplay().
988
989 Thu Aug  8 21:53:16 2002  Owen Taylor  <otaylor@redhat.com>
990
991         * configure.in: Consistently order pangoxft / pangox
992         in pkg-config calls in hopes of reducing problems
993         (Eric Mader.)
994
995 2002-08-07  Matthias Clasen  <maclas@gmx.de>
996
997         * gtk/gtkmain.c (gtk_init): Fix doc comment.
998
999         * gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
1000         doc comment gtk-doc-grokkable.
1001
1002 2002-08-06  jacob berkman  <jacob@ximian.com>
1003
1004         * configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)
1005
1006 Mon Aug  5 17:20:45 2002  Owen Taylor  <otaylor@redhat.com>
1007
1008         * gtk/gtklabel.c: Patch from Soeren Sandmann
1009         to improve GtkLabel behavior when it gets
1010         a too small allocation. (Always display the
1011         initial portion.) (#71742)
1012
1013 Mon Aug  5 17:01:30 2002  Owen Taylor  <otaylor@redhat.com>
1014
1015         * gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
1016         include @LDFLAGS@, otherwise LDFLAGS the users passes
1017         to configure don't get used. (#89946, Noah Levitt, 
1018         Albert Chin)
1019
1020         * gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
1021
1022 Mon Aug  5 15:25:40 2002  Owen Taylor  <otaylor@redhat.com>
1023
1024         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): 
1025         Fix problem with wrong depth being used. (#89941, Jacob
1026         Berkman.) Remove an unneeded 'screen' variable.
1027
1028 Mon Aug  5 15:04:59 2002  Owen Taylor  <otaylor@redhat.com>
1029
1030         More fixes for warnings reported by David L. Cooper II
1031
1032         * gtk/gtkaccelmap.c (accel_map_parse_accel_path): Use
1033         GdkModifierType for accel_mods. (#85856)
1034
1035         * gdk/gdkdisplay.h (struct _GdkDisplay): Make button_number
1036         signed, since we use -1 as an 'unset' value. (#85854)
1037
1038         * gdk/x11/xsettings-client.c (parse_settings): Suppress
1039         a warning (#85853)
1040
1041         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Fix
1042         accidental trailing ';'. (#85846)
1043
1044 Mon Aug  5 14:50:13 2002  Owen Taylor  <otaylor@redhat.com>
1045
1046         * gtk/gtkitemfactory.h: Add a note that yes, we do know
1047         what () means and we can't change it.
1048
1049         Fixes for warnings reported by David L. Cooper II
1050
1051         * tests/testtext.c: Warning fixes. Fix order of arguments
1052         to gtk_message_dialog_new(). (#85891)
1053
1054         * gtk/gtktreeitem.c (gtk_tree_item_paint): Fix incorrect
1055         use GTK_STATE_INSENSITIVE for a shadow type. (Not clear
1056         what the drawing intent was, but it's ENABLE_BROKEN
1057         anyways.) (#85880)
1058
1059         * gtk/gtktexttypes.c: Use character literals
1060         instead of direct constants to avoid warning. (#85878)
1061
1062         * gtk/theme-bits/decompose-bits.c gtk/gtkstyle.c:
1063         Fix some signed/unsigned problems (#85876)
1064
1065         * gtk/gtksignal.c (gtk_signal_newv): Add an explicit
1066         cast from GtkSignalRunType to GSignalFlags. (#85875)
1067
1068         * gtk/gtkitemfactory.c (gtk_item_factory_add_item): Fix
1069         use of guint instead of GdkModifierType (#85871)
1070
1071         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
1072         Fix signed/unsigned problem (#85870)
1073
1074         * gtk/gtkimcontext.c (gtk_im_context_class_init): Get
1075         rid of GtkType/Signal*. (Fixes #85869 as a side effect)
1076
1077         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix some 
1078         signed/unsigned warnings (#85865)
1079
1080 2002-08-04  Matthias Clasen  <maclas@gmx.de>
1081
1082         * gtk/gtkmain.c (gtk_check_version): Fix for binary compatibility
1083         across 2.x.y.
1084
1085 Fri Aug  2 18:00:46 2002  Owen Taylor  <otaylor@redhat.com>
1086
1087         * gtk/gtkmenu.c: Fix menus resizing dynamically while
1088         they are popped up or torn off. (#78949)
1089
1090 Fri Aug  2 16:38:34 2002  Owen Taylor  <otaylor@redhat.com>
1091
1092         * gdk/gdkregion-generic.c: Comprehensively add
1093         g_return_[val]if_fail() statements. (#89491, Robin Lu)
1094
1095 Fri Aug  2 16:24:32 2002  Owen Taylor  <otaylor@redhat.com>
1096
1097         * gdk/x11/gdkmain-x11.c: Remove references to 
1098         gdk_initialized (#81060, Jacob Berkman)
1099         
1100         * gdk/gdk.c (gdk_exit): Remove gdk_exit_func().
1101
1102 Fri Aug  2 15:56:47 2002  Owen Taylor  <otaylor@redhat.com>
1103
1104         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose): Fix
1105         args to pango_x_shutdown_display().
1106
1107         * gdk/linux-fb/gdkinput.c gdk/linux-fb/gdkinputprivate.h
1108         gdk/win32/gdkinput-win32.[ch] gdk/win32/gdkinput.c
1109         gdk/win32/gdkwindow-win32.c gdk/x11/gdkinput-x11.c
1110         gdk/x11/gdkinput-xfree.c gdk/x11/gdkinput.c
1111         gdk/x11/gdkinputprivate.h gdk/x11/gdkwindow-x11.c: Move
1112         a bunch of functions gdk_input => _gdk_input. Clean
1113         up some header file cruft. (#79971)
1114
1115 Fri Aug  2 12:21:41 2002  Owen Taylor  <otaylor@redhat.com>
1116
1117         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose):
1118         Call pango_x[ft]_shutdown_display().
1119
1120 2002-08-02  jacob berkman  <jacob@ximian.com>
1121
1122         * gdk/x11/gdkscreen-x11.c (check_xfree_xinerama): declare
1123         screen_x11 variable to fix build w/ xinerama
1124
1125 Fri Aug  2 00:43:15 2002  Owen Taylor  <otaylor@redhat.com>
1126
1127         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1128         gdk/x11/gdkpango-x11.c gdk/x11/gdkpixmap-x11.c 
1129         gdk/x11/gdkprivate-x11.h gdk/x11/gdkwindow-x11.c:
1130         Switch back to using XftDraw so that we take 
1131         advantage of the draw-to-non-RENDER capabilities
1132         of Xft2.
1133
1134         * demos/gtk-demo/changedisplay.c (query_for_toplevel): 
1135         Fix the case where the user clicks on the "click on
1136         a window popup".
1137
1138 Thu Aug  1 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
1139
1140         * demos/gtk-demo/changedisplay.c: New demo for
1141         window migration between different displays and screens.
1142
1143         * gtk/gtkrc.c gtkstyle.[ch]: Add
1144         _gtk_style_init_for_settings(), so that gtkrc.c
1145         can initialize the styles it creates for the 
1146         right display.
1147
1148         * gdk/gdkdisplaymanager.c (gdk_screen_get_default)
1149         * gtk/gtksettings.c (gtk_settings_get_default)
1150         * gtk/gtkstyle.c (gtk_style_init): Handle absence of
1151         a default screen.
1152
1153         * gdk/x11/gdkmain-x11.c (_gdk_windowing_set_default_display):
1154         Handle display == NULL.x
1155
1156         * gdk/gdkdisplay.c (gdk_display_dispose): Free the
1157         event queue.
1158
1159         * gdk/x11/gdkevents-x11.c gdk/x11/gdkdisplay-x11.c:
1160         Remove the event source when closing a display.
1161
1162         * gdk/gdkdisplay.[ch]: Add a ::closed signal, dispose()
1163         isn't convenient enough by itself.
1164
1165         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb):
1166         Create foreign windows for watch windows if there isn't
1167         an existing window, instead of installing a global filter.
1168         
1169         * gdk/x11/gdkscreen-x11.c gdk/x11/gdkprivate-x11.h
1170         gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen):
1171         Clean up the xsettings_client when we are done with
1172         it.
1173
1174         * gdk/x11/gdkevents-x11.c (_gdk_events_init): Remove
1175         excess call to _gdk_x11_events_init_screen()
1176
1177 2002-08-01  Sven Neumann  <sven@gimp.org>
1178
1179         Merge from stable:
1180
1181         * gdk/gdkrgb.c: trivial changes to some debug code so it compiles
1182         with VERBOSE being defined.
1183
1184 Thu Aug  1 11:26:03 2002  Owen Taylor  <otaylor@redhat.com>
1185
1186         * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch] gdkinternals.h:
1187         Start implementing display/screen closing scheme; keep a
1188         flag for whether displays and screens are closed,
1189         call g_object_run_dispose(). Remove public gdk_screen_close().
1190
1191         * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkscreen-x11.c: Add 
1192         dispose() methods; move appropriate parts of the finalize
1193         there.
1194
1195         * gdk/x11/gdkcolor-x11.c gdk/x11/gdkimage-x11.c
1196         gdk/x11/gdkmain-x11.c gdk/x11/gdkpango-x11.c 
1197         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkproperty-x11.c
1198         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.c:
1199         Start of making everything correctly ignore operations
1200         when a display has been closed.
1201
1202         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
1203         Handle decorations == NULL.
1204
1205         * gdk/x11/gdkcolor-x11.c (gdk_colormap_remove): 
1206         Remove unnecessary hash table creation.
1207
1208         * gdk/x11/gdkinput.c gdk/x11/gdkinput-x11.c gdk/win32/gdkinput.c
1209         Fix up gdk_device_get_history - handle events, n_events == NULL,
1210         etc.
1211
1212         * gdk/x11/gdkproperty-x11.c (gdk_property_get):
1213         Handle failure better.
1214         
1215         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
1216         Handle failure better, handle data == NULL, move docs
1217         here, remove an excess round trip by asking for
1218         all selection data at once.
1219         
1220         * gdk/gdkselection.c gdk/win32/{x11,win32}/gdkselection-{x11,win32}.c
1221           gdk/{x11,win32}/gdkmain-{x11,win32}.c gdk/gdkdisplay.c: Move
1222         gdk_text_property_to_text_list(), gdk_string_to_compound_text(),
1223         gdk_display_set_sm_client_id() to display-independent part of GDK.
1224
1225         * gdk/Makefile.am (gdk_c_sources): Sort gdkdisplay/screen.[ch]
1226         into the right place.
1227
1228 2002-07-31  jacob berkman  <jacob@ximian.com>
1229
1230         * gtk/queryimmodules.c (print_escaped): escape_string() only takes
1231         one arg
1232
1233 Wed Jul 31 12:50:51 2002  Owen Taylor  <otaylor@redhat.com>
1234
1235         * gtk/queryimmodules.c: Avoid using g_strescape(),
1236         since it mangles UTF-8, (#89479, Yao Zhang.)
1237
1238 Tue Jul 30 19:09:46 2002  Owen Taylor  <otaylor@redhat.com>
1239
1240         * gtk/gtkrange.c (gtk_range_scroll_event): Handle 
1241         inverted ranges correctly (#85436, fix from 
1242         Norihiro UMEDA)
1243
1244 Tue Jul 30 16:36:53 2002  Owen Taylor  <otaylor@redhat.com>
1245
1246         * tests/testgtk.c: Fix bug in the selection mode option
1247         menus which were setting the wrong values. 
1248         (#85763, Manuel Op de Coul)
1249
1250 Tue Jul 30 15:39:06 2002  Owen Taylor  <otaylor@redhat.com>
1251
1252         * demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
1253         configure.in when cross-compiling. (#87099,
1254         J. Ali Harlow)
1255
1256 Mon Jul 29 16:42:30 2002  Owen Taylor  <otaylor@redhat.com>
1257
1258         * gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
1259         Unset gtk-im-surrounding-info object data again.
1260         (Fix from Yao Zhang, #86811)
1261
1262 Fri Jul 26 17:59:06 2002  Owen Taylor  <otaylor@redhat.com>
1263  
1264         * configure.in: Replace uses of grep \(A\|B\) ... with
1265         egrep (A|B). (#84872, Arnaud Charlet)
1266  
1267 Fri Jul 26 22:53:37 2002  Kristian Rietveld  <kris@gtk.org>
1268
1269         API additions: _move, _reorder and _swap for stores, path
1270         constructor.
1271
1272         * gtk/gtktreemodel.[ch] (gtk_tree_path_new_from_indices): new function.
1273
1274         * gtk/gtkliststore.[ch]: added gtk_list_store_reorder_func (private),
1275         gtk_list_store_reorder, gtk_list_store_swap, gtk_list_store_move.
1276
1277         * gtk/gtktreestore.[ch]: added gtk_tree_store_reorder_func (private),
1278         gtk_tree_store_reorder, gtk_tree_store_swap, gtk_tree_store_move.
1279
1280 Fri Jul 26 22:32:57 2002  Kristian Rietveld  <kris@gtk.org>
1281
1282         Merge from stable:
1283
1284         * gtk/gtktreestore.c (node_free): return FALSE,
1285         (gtk_tree_store_finalize): use g_node_traverse instead of
1286         g_node_children_foreach, so the whole tree will be freed (#88854,
1287         patch from Emmanuel Briot).
1288
1289 Fri Jul 26 22:32:24 2002  Kristian Rietveld  <kris@gtk.org>
1290
1291         Merge from stable:
1292
1293         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix some memleaks,
1294         (#84426, patch from Matthias Clasen).
1295
1296 Fri Jul 26 22:31:25 2002  Kristian Rietveld  <kris@gtk.org>
1297
1298         Merge from stable:
1299
1300         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): _iter_children
1301         check shouldn't be in g_return_return_val_if_fail (pointed out by
1302         Josh Green, #88997),
1303         (gtk_tree_view_set_model): call _gtk_tree_view_column_unset_model
1304         for each column when we unset the model (part of #82484),
1305         (gtk_tree_view_get_cell_area): return if we ran out of tree or
1306         if we got an invalid path (#82376).
1307
1308         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_unset_model.
1309
1310         * gtk/gtktreeviewcolumn.c: implement _gtk_tree_view_column_unset_model
1311         which disconnects the sort_column_changed_signal (part of #82484).
1312
1313         * gtk/gtkliststore.c (gtk_list_store_insert): append row if the
1314         given postion is off the end of the tree (#85813).
1315
1316         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): let's use
1317         2-space indent, commit changes if up/down keys has been pressed,
1318         this overrides the focus key foo so the user won't be surprised
1319         (#84665).
1320
1321 Fri Jul 26 16:34:34 2002  Shivram U  <shivaram.upadhyayula@wipro.com>
1322
1323         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable),
1324         (gdk_pixbuf_get_from_image), (rgbconvert), (convert_real_slow):
1325         Check if depth of the source is not equal to the depth of the colormap
1326         passed. (#75597)
1327
1328 2002-07-25  Matthias Clasen  <maclas@gmx.de>
1329
1330         * gdk/gdkrgb.c (gdk_rgb_select_conv): Use gdk_rgb_convert_4,
1331         not gdk_rgb_convert_8 for depth 4, bpp 8, PseudoColor visuals.
1332         (#88697)
1333         
1334 Thu Jul 25 14:14:46 2002  Owen Taylor  <otaylor@redhat.com>
1335
1336         * gtk/gtkmenushell.c: When a menubar is up, use F10 to cycle
1337         menubars, not Control-Tab (#87159, Calum Benson. Patch from
1338         Padraig O'Briain.)
1339         
1340         * gtk/gtkmenubar.c: When cycling menu bars, cancel
1341         after the last instead of wrapping around.
1342
1343 Thu Jul 25 11:57:57 2002  Owen Taylor  <otaylor@redhat.com>
1344
1345         [ Patch from Padraig O'Briain, #87904 ]
1346
1347         * gtk/gtkwidget.c (gtk_widget_class_init): Cleanup -
1348         use G_SIGNAL_RUN_LAST not GTK_RUN_LAST when using
1349         g_signal new.
1350
1351         * gtk/gtktogglebutton.c (gtk_toggle_button_mnemonic_activate): 
1352         Always focus the widget, even when we are activating
1353         as well.
1354
1355 2002-07-24  Havoc Pennington  <hp@pobox.com>
1356
1357         * gtk/gtktextview.c: Apply patch from Gustavo
1358         Giraldez for bug #78513
1359
1360 Wed Jul 24 16:43:49 2002  Owen Taylor  <otaylor@redhat.com>
1361  
1362         * gtk/gtkrc.c docs/references/tmpl/gtkrc.sgml: Don't use
1363         GTK_RC_FILES, since it causes problems with what KDE (etc.)
1364         does to customize GTK+ themes, use GTK2_RC_FILES instead. (#88987)
1365  
1366 2002-07-16  Federico Mena Quintero  <federico@ximian.com>
1367
1368         * gdk/gdkpixbuf-drawable.c (rgb565lsb): Fixed the LSB -> MSB case.
1369         Fixes #79463.
1370
1371 2002-07-16  Sven Neumann  <sven@gimp.org>
1372
1373         * gdk/gdk.c
1374         * gdk/gdkinternals.h
1375         * gdk/win32/gdkmain-win32.c
1376         * gdk/x11/gdkmain-x11.c: pass argc and argv to the GDK backend in
1377         _gdk_windowing_init() so that the backend has a chance to process
1378         the command-line arguments (GTK+-DirectFB needs this).
1379
1380 2002-07-10  jacob berkman  <jacob@ximian.com>
1381
1382         * gtk/gtkoptionmenu.c (gtk_option_menu_scroll_event): activate the
1383         menu item so old apps work properly
1384
1385 Wed Jul 10 14:27:14 2002  Owen Taylor  <otaylor@redhat.com>
1386
1387         * modules/input/gtkimcontextxim.c gtk/gtkcolorsel.c 
1388         gtk/gtkdialog.c gtk/gtktextbtree.c: Fix some cases
1389         where signal connection IDs where being assigned to 
1390         guint rather than gulong. (part of #87281, Shivram U)
1391
1392 Fri Jul  5 20:18:23 2002  Owen Taylor  <otaylor@redhat.com>
1393
1394         * gtk/gtkmenushell.[ch] gtk/gtkmenubar.c gtk/gtkmenuitem.c
1395         gtk/gtkentry.c gtk/gtktextview.c: Add an extra parameter
1396         to _gtk_menu_item_select_first() to allow us to choose
1397         whether we want to select the first item predictably
1398         or to select the first sensitive item. Fixes problem
1399         with insensitive menu items and keynav. (#85796,
1400         reported by Bill Haneman and others.)
1401
1402 Fri Jul  5 02:50:24 2002  Jonathan Blandford  <jrb@gnome.org>
1403
1404         * gtk/gtktreeview.c (gtk_tree_view_collapse_all): fix warning.
1405         (gtk_tree_view_search_iter): fix warning, #85884
1406
1407         * gtk/gtktreestore.c (gtk_tree_store_get_flags): change return
1408         value to GtkTreeModelFlags to fix compiler warning, #85883
1409
1410         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags): change
1411         return value to GtkTreeModelFlags to fix compiler warning, #85882
1412
1413         * gtk/gtktreemodel.c (gtk_tree_path_prepend_index): fix compiler
1414         warning, #85881
1415
1416 Fri Jul  5 12:51:39 2002  Kristian Rietveld  <kris@gtk.org>
1417
1418         Merge from HEAD.
1419
1420         * gtk/gtkliststore.c (gtk_list_store_sort): also update ->tail after    
1421         sorting.
1422
1423 2002-07-02 Padraig O'Briain <padraig.obriain@sun.com>
1424
1425         * gtk/gtksocket.c (gtk_socket_hierarchy_changed):
1426         Use hyphen instead of underscore in signal names in calls to
1427         g_signal_connect_swapped (Fixes bug #86339)
1428
1429 Tue Jul  2 00:33:26 2002  Jonathan Blandford  <jrb@gnome.org>
1430
1431     * gtk/gtktreeview.c (validate_visible_area): only validate the
1432       visible area if we've ever been requisitioned.
1433
1434 Mon Jul  1 17:04:09 2002  Jonathan Blandford  <jrb@redhat.com>
1435
1436         * gtk/gtkliststore.c (gtk_list_store_real_set_value): sync up
1437         white space/variable names to match tree_store equiv.
1438
1439         * gtk/gtktreestore.c (gtk_tree_store_real_set_value): sort if we
1440         set the value.
1441
1442 Mon Jul 01 17:19:00 2002  Bill Haneman <bill.haneman@sun.com>
1443
1444         * contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
1445         (xlib_window_is_viewable):
1446         Fixed failure of assertion when drawable is root window.
1447
1448 Thu Jun 20 19:41:09 2002  Owen Taylor  <otaylor@redhat.com>
1449
1450         * gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
1451         tests/*.c: Renames:
1452
1453          gdk_get_default_display => gdk_display_get_default
1454          gdk_get_default_screen  => gdk_screen_get_default
1455          gdk_open_display        => gdk_display_open
1456
1457 Thu Jun 20 16:49:00 2002  Owen Taylor  <otaylor@redhat.com>
1458
1459         * gdk/gdkdisplaymanager.[ch] gdk/gdk.[ch] gdk/gdkdisplay.c 
1460         gdk/gdkinternals.h gdk/x11/gdkdisplay-x11.c 
1461         gdk/win32/gdkdisplay-win32.c: Add a singleton object that
1462         we can use to get notification when displays 
1463         appear / disappear or the default display changes.
1464
1465         gdk_set_default_display() => gdk_display_manager_set_default_display()
1466         gdk_list_displays() => gdk_display_manager_list_displays().
1467         (#85696)
1468
1469         * gdk/Makefile.am gdk/gdkmarshalers.list: Add marshaler
1470         generation.
1471
1472         * gdk/gdkintl.h: Add this.
1473
1474         * gtk/gtkmain.c: Add gtk_parse_args() that initializes
1475         GTK+ without opening a display.
1476
1477         * gtk/gtkmain.c: Set things up so if a module
1478         exports gtk_module_init() and gtk_module_display_init(), 
1479         then we treat it as multihead aware, otherwise, 
1480         we only initialize it after the default display is set.
1481
1482 Thu Jun 20 15:53:21 2002  Owen Taylor  <otaylor@redhat.com>
1483
1484         Patch from Erwann Chenede.
1485
1486         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkprivate-x11.h:
1487         Introduce a yes/no/unknown GdkTristate, use it
1488         in a couple of places. (#79962)
1489
1490         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkdisplay-x11.h: Make 
1491         gravity_works per-display. (#79963)
1492
1493 Thu Jun 20 15:36:40 2002  Owen Taylor  <otaylor@redhat.com>
1494
1495         * gtk/gtkselection.c (gtk_selection_owner_set): Get
1496         the owner from the display if !NULL. Otherwise, warn for
1497         multihead. (#85680)
1498
1499 Thu Jun 20 15:17:14 2002  Owen Taylor  <otaylor@redhat.com>
1500
1501         * gtk/gtkstyle.[ch]: Get rid of gtk_style_get_font_for_display(),
1502         make gtk_style_get_font() warn for multihead if called
1503         on an unattached style. (#80277)
1504
1505         * gtk/gtktext.c: Remove use of gtk_style_get_font_for_display();
1506         this makes gtktext not multihead safe, but it doesn't matter;
1507         it's ENABLE_BROKEN anyways.
1508
1509         * gtk/gtkmain.c gtk/gtkdebug.h: Add GTK_NOTE(MULTIHEAD,[])
1510
1511 Thu Jun 20 14:51:30 2002  Owen Taylor  <otaylor@redhat.com>
1512
1513         * gtk/gtksettings.c (gtk_settings_notify): Only
1514         change the double click time if the screen for
1515         the notification is screen 0 of the display.
1516         (#77978)
1517
1518         * gdk/gdkevents.c (gdk_display_set_double_click_time): Fix 
1519         half-done rename.
1520
1521 Thu Jun 20 12:16:00 2002  Owen Taylor  <otaylor@redhat.com>
1522
1523         * gtk/gtkinvisible.c (gtk_invisible_set_screen): Add
1524         notification for screen property. (#80280)
1525
1526 Wed Jun 19 19:30:45 2002  Owen Taylor  <otaylor@redhat.com>
1527
1528         * gtk/gtkrc.c: Keep a global list of strings and
1529         RC files to reparse, make gtk_rc_parse_string(),
1530         gtk_rc_parse() add to the list, and parse the
1531         string or file in _all_ contexts.
1532
1533         * gtk/gtkrc.c (gtk_rc_reparse_all): Reparse all
1534         contexts, not just the default context.
1535
1536 Tue Jun 18 19:38:08 2002  Owen Taylor  <otaylor@redhat.com>
1537
1538         * gdk/x11/gdkinput.c (_gdk_init_input_core): Set the
1539         display.
1540
1541         * gdk/x11/gdkwindow-x11.c (_gdk_moveresize_handle_event): Fix
1542         missing check for mv_resize == NULL.
1543
1544 Tue Jun 18 19:30:25 2002  Owen Taylor  <otaylor@redhat.com>
1545
1546         * gtk/gtktreeview.c: Typo fix.
1547
1548 Tue Jun 18 19:11:51 2002  Owen Taylor  <otaylor@redhat.com>
1549
1550         * gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h 
1551         gdk/gdkinternals.h gdk/win32/gdkevents-win32.c
1552         gdk/win32/gdkinput-win32.[ch] gdk/x11/gdkevents-x11.c
1553         gdk/x11/gdkinput{,-none,-x11}.c gdk/x11/gdkinputprivate.h:
1554         Make the core pointer object per-display. (#85698)
1555
1556         * gtk/gtkdnd.c gtk/gtktreeview.c: Adapt to above change.
1557
1558 2002-06-18  Yanko Kaneti <yaneti@declera.com>
1559
1560         * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
1561
1562 Tue Jun 18 14:41:48 2002  Owen Taylor  <otaylor@redhat.com>
1563
1564         * gdk/gdkcursor.[ch] gdk/x11/gdkcursor-x11.c
1565         gdk/x11/gdkprivate-x11.h gdk/win32/gdkcursor-win32.c: Replace
1566         gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().
1567         (#85671)
1568
1569         * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcurve.c gtk/gtkdnd.c
1570         gtk/gtkentry.c gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtklabel.c 
1571         gtk/gtkpaned.c gtk/gtktext.c gtk/gtktextview.c 
1572         gtk/gtktipsquery.c gtk/gtktreeviewcolumn.c: 
1573         Adapt to above change.
1574
1575 Tue Jun 18 12:04:10 2002  Owen Taylor  <otaylor@redhat.com>
1576
1577         * gdk/gdk.c (gdk_init_check): Change handling 
1578         of gdk_intialized(), so that gdk_parse_args(),
1579         gdk_init_check() sequence works.
1580
1581 Tue Jun 18 11:46:33 2002  Owen Taylor  <otaylor@redhat.com>
1582
1583         * gdk/x11/gdkwindow-x11.c (get_move_resize_data): Add
1584         a gboolean create argument, so we don't create the
1585         structure unless we actually emulate move-resize
1586         drags.
1587
1588 Sat Jun 15 23:53:03 2002  Owen Taylor  <otaylor@redhat.com>
1589
1590         * gtk/gtkfilesel.c (gtk_file_selection_set_filename): 
1591         Actually use the UTF-8 filename, so we actually
1592         fix #77948.
1593
1594         * tests/testgtk.c: Remember the directory as a
1595         test of gtk_file_selection_set_filename().
1596
1597 Sat Jun 15 23:05:19 2002  Owen Taylor  <otaylor@redhat.com>
1598  
1599         * gtk/gtkfilesel.c (gtk_file_selection_set_filename):
1600         Fix backwards asssertion. (#85434)
1601  
1602 Sat Jun 15 16:10:00 2002  James M. Cape <jcape@ignore-your.tv>
1603
1604         * gtk/gtktexttag.c (gtk_text_tag_set_property):
1605         Notify about "background-full-height-set", not
1606         "bg_full_height_set". (#83336)
1607                         
1608 Fri Jun 14 15:41:50 2002  Jonathan Blandford  <jrb@redhat.com>
1609
1610         * gtk/gtktreeview.c: Fix bug #84268, where validate_rows sometimes
1611         didn't remove itself correctly.  Thanks to Dave Camp for the fix.
1612
1613 Fri Jun 14 15:09:11 2002  Jonathan Blandford  <jrb@redhat.com>
1614
1615         * gtk/gtktreeview.c (gtk_tree_view_set_adjustments):
1616         disconnect_by_func instead of disconnect_by_data.  Someone else
1617         could use the same data as us.
1618
1619         * gtk/gtktreeview.c (do_validate_rows): update the adjustment
1620         immediately after we update the size.  Fixes some scroll_to bugs.
1621         (validate_visible_area): ditto
1622
1623 Fri Jun 14 10:31:59 2002  Owen Taylor  <otaylor@redhat.com>
1624
1625         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
1626         Ignore state change events for windows that aren't
1627         our toplevels. (#84482, Thomas Leonard)
1628
1629 Fri Jun 14 10:00:29 2002  Owen Taylor  <otaylor@redhat.com>
1630
1631         * gdk/gdkwindow.c (gdk_window_update_idle): Add
1632         missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
1633         (Report of non-thread-safety from Nicholas Allen)
1634
1635         * gtk/gtkmain.c (rewrite_events_translate): Fix sign
1636         problem with coordinate translation. (Fix from
1637         Robin Lu, #85229)
1638
1639 Thu Jun 13 19:41:56 2002  Owen Taylor  <otaylor@redhat.com>
1640
1641         * gtk/gtkiconfactory.c gtk/gtkselection.c gtk/gtkstyle.c
1642         gtk/gtktextiter.c gtk/gtktexttag.c gtk/gtktreemodel.c
1643         gtk/gtkwidget.c: Fix type names for GtkIconSet,
1644         GtkIconSource, GtkSelectionData, GtkBorder, GtkTextIter,
1645         GtkTextAttributes, GtkTreePath, GtkTreeIter, 
1646         GtkRequisition, which were all registered as GtkType*.
1647         (#84634, James Henstridge; patch from Jonathan Blandford.)
1648         
1649 Thu Jun 13 18:48:14 2002  Owen Taylor  <otaylor@redhat.com>
1650
1651         * gdk/x11/gdkcolor-x11.c: Make work
1652         gdk_colormap_sync() work for DirectColor visuals 
1653         as well. Fill in the ->colors array in
1654         gdk_screen_get_system_colormap () for DirectColor visuals.
1655         (#81954, Based on a patch from shivaram.upadhyayula@wipro.com)
1656  
1657 Thu Jun 13 17:50:36 2002  Owen Taylor  <otaylor@redhat.com>
1658
1659         * gtk/gtktextview.c gtk/gtkentry.c: Add the obsolete
1660         CUA cut/copy/paste bindings. (#79078)
1661
1662         * gtk/gtktextview.c gtk/gtkentry.c: Make <Shift>BackSpace
1663         a synonym for for Backspace. (#80302, Jeff Waugh)
1664
1665 Thu Jun 13 15:02:49 2002  Owen Taylor  <otaylor@redhat.com>
1666
1667         * gdk/x11/gdkdnd-x11.c: Ignore all client events that
1668         were sent to a window that we don't know about or
1669         to a foreign window. (#81543, Young-Ho, Cha)
1670
1671 Thu Jun 13 12:24:09 2002  Owen Taylor  <otaylor@redhat.com>
1672
1673         * gtk/gtkfilesel.c (gtk_file_selection_set_filename):
1674         Fix so that the encoding of the filename is handled
1675         properly in the case of non-UTF-8 filesystems;
1676         document the encoding. (#77948, Sebastian Ritau)
1677
1678         * gtk/gtkfilesel.c (filenames_drag_get): Remove
1679         debug printf. Fix UTF-8 / filename encoding 
1680         confusion.
1681
1682 2002-06-13  Christian Rose  <menthos@menthos.com>
1683
1684         * Makefile.am (EXTRA_DIST): Remove po/README.tools, po/desk.pl
1685         and po/update.pl.
1686
1687 Thu Jun 13 12:01:36 2002  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gtk/gtkentry.c (gtk_entry_drag_motion): Don't return
1690         a positive status unless there is a text target in
1691         the drag. (#83386, Thomas Leonard.)
1692
1693 Thu Jun 13 11:36:37 2002  Owen Taylor  <otaylor@redhat.com>
1694  
1695         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Save
1696         the initial grab time, use that when changing the
1697         pointer. (#83052, help from Dave Camp tracking it down.)
1698  
1699 Thu Jun 13 16:42:40 2002  Kristian Rietveld  <kris@gtk.org>
1700
1701         * gtk/gtktreestore.c (gtk_tree_store_finalize): traverse all nodes,
1702         not just the leafs (pointed out by Josh Parsons)
1703
1704 2002-06-12  Havoc Pennington  <hp@redhat.com>
1705  
1706         * configure.in: check that pango has Xft2 support, instead of
1707         checking whether Xft2 exists.
1708
1709 Wed Jun 12 17:46:53 2002  Owen Taylor  <otaylor@redhat.com>
1710
1711         * gtk/gtkentry.c (blink_cb): Add an informative 
1712         g_warning() when the entry has lost a focus-out-event.
1713         (#78305, Michel Selten)
1714
1715 Wed Jun 12 17:31:15 2002  Owen Taylor  <otaylor@redhat.com>
1716
1717         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item): 
1718         Check to see if the menu item is selectable before
1719         setting menu_shell->active_menu_item. This hopefully
1720         will keep gail from getting confused.
1721         (#84115, Remus Draica)
1722
1723 Wed Jun 12 17:13:13 2002  Owen Taylor  <otaylor@redhat.com>
1724
1725         * gtk/gtkwindow.c (gtk_window_move_resize): Fix bug
1726         where if CENTER_ON_PARENT was set, but there was
1727         no parent, GDK_HINT_POS would be set, resulting
1728         in a dialog at 0,0. (#83479, Havoc Pennington)
1729
1730 Wed Jun 12 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>
1731
1732         * gtk/gtkmenubar.c: When fetching the menubars for
1733         the window for F10 handling, only add viewable menu
1734         bars. (Apparently, people sometimes put menu bars
1735         in notebook pages!) (Tim Janik, #82627)
1736
1737 Wed Jun 12 16:21:38 2002  Owen Taylor  <otaylor@redhat.com>
1738
1739         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
1740         Clamp size of child to at least 1x1. (#82431, 
1741         Boris Shingarov.)
1742
1743 Wed Jun 12 15:43:38 2002  Owen Taylor  <otaylor@redhat.com>
1744
1745         * gtk/gtkspinbutton.c (gtk_spin_button_snap): Handle
1746         0 increment, to fix division-by-zero problem.
1747         (#82816, George Lebl.)
1748
1749 Wed Jun 12 15:38:01 2002  Owen Taylor  <otaylor@redhat.com>
1750
1751         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1752         Fix memory leak. (Patch from Matthias Clasen, #84926)
1753
1754         * gtk/gtkrange.c (gtk_range_init): Initialize
1755         mouse_x, mouse_y to -1,-1. (#84871, Garrett Lesage)
1756
1757 Wed Jun 12 15:08:37 2002  Owen Taylor  <otaylor@redhat.com>
1758
1759         * gtk/gtkrc.c (gtk_rc_get_style_by_paths): Allow 
1760         NULL for widget path or class path as documented.
1761         (#83150, Sergey Kuzminov)
1762
1763 Wed Jun 12 15:02:30 2002  Owen Taylor  <otaylor@redhat.com>
1764
1765         * gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
1766         (#83092, Tino Meinen)
1767
1768 Wed Jun 12 14:41:43 2002  Owen Taylor  <otaylor@redhat.com>
1769
1770         * configure.in: Fix some problems with case statements
1771         for checking for omitted deps. (#84202, Jacob Berkman.)
1772
1773         * configure.in: Remove USE_X11R6_XIM checks since we 
1774         no longer use them.
1775
1776 Wed Jun 12 14:18:45 2002  Owen Taylor  <otaylor@redhat.com>
1777  
1778         * gtk/gtkimcontextsimple.c: Add compose sequences
1779         of dead_acute + c/C => C WITH CEDDILLA.
1780         (Nano Golveia, #83492)
1781  
1782 2002-06-10  Hans Breuer  <hans@breuer.org>
1783
1784         * gdk/makefile.msc : added gdkdisplay and gdkscreen
1785
1786         * gdk/win32/gdkdisplay-win32.c (gdk_open_display) : 
1787         need to gdk_screen_set_default_colormap(). Also un-static
1788         some exported gdk_display_*() functions
1789
1790         * gdk/win32/gdkdrawable-win32.c : added "gdkscreen.h"
1791
1792         * gdk/win32/gdkscreen-win32.c : implement
1793         gdk_screen_get_number, fixed typo, added rewuired headers
1794
1795         [merge from 2.0.x branch, should we really manifest 
1796          GtkPlug as being an X11 only thing this way? See #58541]
1797         * gtk/gtkwindow.c (gtk_window_show): Conditionalize
1798         GTK_IS_PLUG() check on GDK_WINDOWING_X11. (Problem
1799         reported by Sven Neumann)
1800
1801 2002-06-10  Tor Lillqvist  <tml@iki.fi>
1802
1803         [ merge from stable ]
1804
1805         * gdk/win32/gdkmain-win32.c (gdk_screen_get_width_mm,
1806         gdk_screen_get_height_mm): Use the "logical dpi" to calculate
1807         (pseudo) physical sizes. Similar to the use of "logical dpi" in
1808         Pango as suggested by Joaquin Cuenca Abela.
1809
1810         Two fixes by Florent Duguet:
1811
1812         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Correct
1813         semantics for setting cursor to NULL (should use cursor of parent
1814         window).
1815
1816         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get): Plug memory
1817         leak.
1818
1819 2002-06-10  Naba Kumar <kh_naba@users.sourceforge.net>
1820
1821         * configure.in: Added hi in ALL_LINGUAS
1822
1823 2002-06-09  Matthias Clasen  <maclas@gmx.de>
1824
1825         * gtk/gtktextbtree.c (_gtk_text_btree_unref): Don't leak
1826         child_anchor_table.  (#84425)
1827
1828         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't leak
1829         one_display_cache.  (#84424)
1830
1831 Fri Jun  7 23:11:42 2002  Jonathan Blandford  <jrb@gnome.org>
1832
1833         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): Fix sizing
1834         bug.
1835
1836         * docs/reference/gtk/tmpl/gtkbutton.sgml: Remove ^M's.
1837
1838 2002-06-07  Matthias Clasen  <maclas@gmx.de>
1839
1840         * gtk/gtktreeviewcolumn.c
1841         (gtk_tree_view_column_clear_attributes_by_info): New function,
1842         split off from gtk_tree_view_column_clear_attributes.
1843         (gtk_tree_view_column_clear_attributes):
1844         (gtk_tree_view_column_finalize):  Call the new function, avoid
1845         recalculating the info from the renderer.  (#84413) 
1846         
1847         * gtk/gtktextview.c (text_view_child_new_anchored): Initialize
1848         vc->type in order to avoid a later UMR.  (#84415)
1849
1850 2002-06-07  Mark McLoughlin  <mark@skynet.ie>
1851
1852         * gtk/gtkwindow.c: (gtk_window_compute_configure_request): use
1853         the RootWindow of this screen for gdk_window_get_pointer.
1854
1855 2002-06-06  Matthias Clasen  <maclas@gmx.de>
1856
1857         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Set
1858         hardware_keycode for KeyRelease events.  (#84305)
1859
1860 Thu May 23 15:44:30 2002  Owen Taylor  <otaylor@redhat.com>
1861
1862         * gtk/gtktextview.c (changed_handler): Don't redraw
1863         when the area is completely above the visible area.
1864
1865 Fri May 17 17:27:21 2002  Owen Taylor  <otaylor@redhat.com>
1866
1867         * gtk/gtkwindow.c gtk/gtkwidget.c: Add a "is_focus"
1868         property indicating whether a widget is the focus
1869         widget within the toplevel.
1870
1871         * gtk/gtkwindow.[ch]: Add "is_active" "has_toplevel_focus"
1872         properties to indicate (separately) the idea of
1873         being the part of the toplevel with the input focus
1874         and being the active widget. (Needed for full XEMBED
1875         compliance.)
1876
1877         * gtk/gtkplug.c gtk/gtksocket.c: Update to work
1878         in terms of is_active/has_toplevel_focus, and thus
1879         handle the active/focused XEMBED distinction
1880         correctly.
1881
1882         * gtk/gtkplug.c (gtk_plug_realize): Remove
1883         FOCUS_CHANGE_MASK, since we don't need it.
1884
1885 Fri May 17 18:07:34 2002  Owen Taylor  <otaylor@redhat.com>
1886
1887         * gtk/gtksocket.c (gtk_socket_add_window): Send
1888         XEMBED_EMBEDDED_NOTIFY.
1889
1890         * gtk/gtksocket.c: Assume windows without _XEMBED_INFO 
1891         property want to be mapped, for better 
1892         current-Qt compatibility.
1893
1894 Thu Jun  6 17:27:01 2002  Kristian Rietveld  <kris@gtk.org>
1895
1896         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
1897         (figured out by Matthias Clasen, fixes #82026).
1898
1899 Wed Jun  5 18:34:47 2002  Owen Taylor  <otaylor@redhat.com>
1900
1901         Changes multihead reorganizing code for win32 support,
1902         mostly from a patch by Hans Breuer.
1903
1904         * gdk/gdkcolor.c gdk/x11/gdkcolor-x11.c gdk/gdkcursor.c
1905           gdk/x11/gdkcursor-x11.c gdk/gdkevents.c gdk/x11/gdkevents-x11.c
1906           gdk/gdkfont.c gdk/x11/gdkfont-x11.c gdk/gdkkeys.c
1907           gdk/x11/gdkkeys-x11.c gdk/gdkimage.c gdk/x11/gdkimage-x11.c
1908           gdk/gdkscreen.c gdk/x11/gdkmain-x11.c
1909           gdk/gdkdisplay.c gdk/gdkevents-x11.c gdk/gdkpango.c
1910           gdk/x11/gdkpango-x11.c gdk/gdkselection.c
1911           gdk/x11/gdkselection-x11.c gdk/gdkwindow.c
1912           gdk/x11/gdkwindow-x11.c gdk/gdkvisual.c gdk/x11/gdkvisual-x11.c:
1913           Move port-independent singlehead wrapper functions into
1914           port-independent part of GDK. (#80009)
1915
1916         * gdk/win32/gdkcolor-win32.c gdk/win32/gdkcursor-win32.c
1917           gdk/win32/gdkevents-win32.c gdk/win32/gdkfont-win32.c
1918           gdk/win32/gdkimage-win32.c gdk/win32/gdkkeys-win32.c
1919           gdk/win32/gdkmain-win32.c gdk/win32/gdkproperty-win32.c
1920           gdk/win32/gdkselection-win32.c gdk/win32/gkwindow-win32.c: 
1921         Turn singlehead functions into "multihead" functions that ignore 
1922         their GdkDisplay or GdkScreen arguments.
1923
1924         * gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
1925         gdk/win32/gdkinput-win32.c gdk/win32/gdkprivate-win32.h: 
1926         Misc multihead-compatibility changes.
1927
1928         * gtk/gtk.def gdk/gdk.def: Update for multihead functions.
1929
1930         * gdk/gdkcolormap.h gdk/gdkvisual.h gdk/x11/gdkcolormap-x11.c 
1931         gdk/x11/gdkvisual-x11.c: Remove the screen fields
1932         from the public parts of the colormap/visual structures, add accessors
1933         instead.
1934
1935         * gdk/gdkpixbuf-render.c gdk/gdkpixmap.c gdk/gdkrgb.c
1936           gdk/x11/gdkcolormap-x11.c gdk/x11/gdkimage-x11.c
1937           gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.h gtk/gtkgc.c
1938           gtk/gtkstyle.c gtk/gtkwidget.c: Use accessors to get the screen
1939         for colormaps, visuals; move the fields into the private
1940         structures for the x11 backend.
1941
1942         * gdk/gdkdisplay.[ch] gdk/x11/gdkdisplay-x11.[ch]
1943           gdk/gdkscreen.[ch] gdk/x11/gdkscreen-x11.c: 
1944         Remove virtualization of screen and display functions.
1945         (#79990, patch from Erwann Chenede)
1946
1947         * gdk/win32/gdkdisplay-x11.c gdk/win32/gdkscreen-win32.c
1948         gdk/win32/{Makefile.am, makefile.msc, makefile.mingw}:
1949         New files containing stub implementations of Display,
1950         Screen functions.
1951
1952         * gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
1953         gdk/x11/gdkx.h: Clean up function exports and what 
1954         headers they are in. (#79954)
1955
1956         * gdk/x11/gdkx.h: Fix macro that was referring to a non-existant
1957         screen->screen_num. (In the patch for #79972, Erwann Chenede)
1958
1959         * gdk/gdkscreen.c gdk/gdkwindow.c gdk/x11/gdkinternals.h
1960          gdk/x11/gdkscreen-x11.c: Fix gdk_screen_get_window_at_pointer()
1961         to use window hooks. (#79972, patch partly from Erwann Chenede)
1962
1963         * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c: Fix
1964         some warnings.
1965
1966 Wed Jun  5 23:29:41 2002  Kristian Rietveld  <kris@gtk.org>
1967
1968         Related bugs: #76252, #76396, #80866.
1969
1970         * gtk/gtktreeselection.[ch]: added
1971         gtk_tree_selection_get_selected_rows(),
1972         added gtk_tree_selection_count_selected_rows(),
1973         renamed gtk_tree_selection_real_select_range() to
1974         gtk_tree_selection_real_modify_range(), and added mode parameter,
1975         added gtk_tree_selection_unselect_range().
1976         
1977 Tue Jun  4 17:39:34 2002  Owen Taylor  <otaylor@redhat.com>
1978
1979         * configure.in: If we have xft .pc file, use that
1980         when checking for Xft/Xrender. (Still need to separate
1981         out HAVE_XFT, HAVE_RENDER)
1982  
1983         * configure.in: Make sure Xft cflags come before X cflags.
1984  
1985 Tue Jun  4 21:13:57 2002  Kristian Rietveld  <kris@gtk.org>
1986
1987         * gtk/gtktreeview.[ch]: added gtk_tree_view_expand_to_path.
1988
1989 Tue Jun  4 19:24:41 2002  Kristian Rietveld  <kris@gtk.org>
1990
1991         Discussed in #76249.
1992
1993         * gtk/gtkliststore.[ch]: made gtk_list_store_remove return a gboolean,
1994         added gtk_list_store_iter_is_valid.
1995
1996         * gtk/gtktreestore.[ch]: made gtk_tree_store_remove return a gboolean,
1997         added gtk_tree_store_iter_is_valid.
1998
1999         * gtk/gtktreemodelsort.[ch]: added VALID_ITER macro as in liststore
2000         and treestore sources, added gtk_tree_model_sort_iter_is_valid.
2001         
2002 Tue Jun  4 19:18:20 2002  Kristian Rietveld  <kris@gtk.org>
2003
2004         * gtk/gtktreemodel.[ch]: add gtk_tree_model_get_string_from_iter
2005         (#74667).
2006
2007 2002-06-04  Daniel Elstner  <daniel.elstner@gmx.net>
2008
2009         [ merge from stable ]
2010
2011         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2012         Really fix #83796: Revert jrb's last patch, and move the second
2013         if-clause into the fist one's else-branch.  This is also what
2014         the other cell renderers do.
2015
2016 2002-06-03  Federico Mena Quintero  <federico@ximian.com>
2017
2018         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fix the MSB -> MSB case.
2019         Fixes #79190.
2020
2021 Sat Jun  1 10:43:28 2002  Jonathan Blandford  <jrb@gnome.org>
2022
2023         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
2024         add missing flag, #83796
2025
2026 2002-05-30  Michael Meeks  <michael@ximian.com>
2027
2028         * gtk/gtkmenu.c (gtk_menu_popup): destroy the transfer
2029         window if the grab fails so we don't get events on this
2030         window after the menu is finalized with a duff GtkWidget
2031         pointer: #82366
2032
2033 Mon May 28 13:28:10  Shivram U  <shivaram.upadhyayula@wipro.com>
2034
2035         * gtk/gtktextbuffer.c (selection_data_get_buffer): Check if the owner
2036         got is of type GDK_WINDOW_FOREIGN. If so the owner is not in-process,
2037         and so return NULL.
2038
2039 2002-05-24  Michael Meeks  <michael@ximian.com>
2040
2041         * gtk/gtkmain.c (_gtk_find_module): don't leak the paths.
2042
2043 Thu May 30 07:59:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2044
2045         * gtk/gtkmenu.c (gtk_menu_style_set): add
2046         gtk_menu_style_set(). fixes #79345
2047
2048 2002-05-29  Dave Camp  <dave@ximian.com>
2049
2050         * gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
2051
2052 2002-05-28  Matthias Clasen  <maclas@gmx.de>
2053
2054         * gtk/gtkwindow.c (gtk_window_move): Markup fixes
2055
2056         * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes.
2057         
2058         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs
2059         for Docbook XML.
2060
2061 2002-05-27  Daniel Elstner  <daniel.elstner@gmx.net>
2062
2063         [ merge from stable ]
2064
2065         Fixes for #83190
2066
2067         * gtk/gtktreedatalist.h (_GtkTreeDataList::data): Add missing
2068         fields to anonymous union: glong, gulong, gint64 and guint64.
2069         This is an internal header file, so it should not affect ABI
2070         or API compatibility.
2071
2072         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
2073         Implement missing support for glong, gulong, gint64 and guint64
2074         fundamental types.  Use data.v_uint instead of data.v_int for
2075         G_TYPE_FLAGS, as GValue does.
2076         (_gtk_tree_data_list_value_to_node): ditto
2077         (_gtk_tree_data_list_node_copy): Add case labels for missing
2078         fundamental types, and reorder them to match the other functions.
2079         (gtk_tree_data_list_compare_func): Implement comparison for
2080         glong, gulong, gint64 and guint64.  Use g_value_get_enum()
2081         for G_TYPE_ENUM and g_value_get_flags() for G_TYPE_FLAGS, rather
2082         than accessing them as gint/guint.  The G_VALUE_HOLDS() check
2083         probably won't like this.
2084
2085 2002-05-24  Dave Camp  <dave@ximian.com>
2086
2087         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): 
2088         Built an iter directly instead of using
2089         gtk_tree_model_sort_elt_get_path(), since that returns a path for
2090         the child model.
2091
2092 2002-05-24  Dave Camp  <dave@ximian.com>
2093
2094         * gtk/gtktreemodelsort.c: Use indices[i] >= level->array->len
2095         rather than level->array->len > indices[i] in the bounds check.
2096
2097 2002-05-23  Tor Lillqvist  <tml@iki.fi>
2098
2099         * gtk-zip.sh.in: Use correct path to the loaders and immodules
2100         directories (GTK_BINARY_VERSION, not GTK_VERSION).
2101
2102 Wed May 22 16:12:38 2002  Owen Taylor  <otaylor@redhat.com>
2103
2104         * configure.in: Require autoconf-2.52 explicitely,
2105         since otherwise Debian will process it with 2.13 (ugh!).
2106
2107 Wed May 22 12:29:20 2002  Jonathan Blandford  <jrb@redhat.com>
2108
2109         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
2110         GTK_RESIZE_QUEUE setting.
2111
2112 Tue May 21 16:46:15 2002  Owen Taylor  <otaylor@redhat.com>
2113  
2114         * gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch): 
2115         Fix missing dereference. (HideToshi Tajima)
2116  
2117 Mon May 20 15:02:21 2002  Owen Taylor  <otaylor@redhat.com>
2118
2119         * gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima
2120         to handle Xlib internal connections. (#76681)
2121
2122 Mon May 20 12:59:14 2002  Owen Taylor  <otaylor@redhat.com>
2123
2124         * gtk/gtktooltips.c: Set the private LEAVE_PENDING
2125         flag to fix problem where with menu items with
2126         submenus, tooltips were getting stuck. (Effectively
2127         disables tooltips for menu items with submenus.)
2128         (Bug #75961, Soeren Sandmann)
2129
2130         * tests/testgtk.c: Set a tooltip on a menu item
2131         with a submenu.
2132
2133 Mon May 20 11:47:59 2002  Owen Taylor  <otaylor@redhat.com>
2134  
2135         * gtk/gtkplug.c: Undo an accidental revert of
2136         fixes of May 16. (Caught by Padraig O'Briain)
2137  
2138         * gtk/gtkctree.c (cell_size_request): Fix bug where
2139         size request for text cells was being overwritten.
2140         (#82264, Graham Swallow.)
2141
2142 2002-05-18  Matthias Clasen  <maclas@gmx.de>
2143
2144         * configure.in: Check for endianness. Sorry about REBUILD_PNGS...
2145
2146 Fri May 17 16:05:34 2002  Owen Taylor  <otaylor@redhat.com>
2147
2148         * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS
2149         definition that got accidentally removed.
2150
2151 Fri May 17 14:40:24 2002  Owen Taylor  <otaylor@redhat.com>
2152
2153         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
2154         Protect against reentrancy problems by emitting 
2155         ::preedit_changed at the end, fixing input context
2156         leak. (Yao Zhang)
2157
2158         * modules/input/gtkimcontextxim.c (status_window_free): 
2159         Patch from Federico Mena Quintero to fix problem where
2160         references to IMContextXIM were kept around after
2161         module was unloaded. (#77008)
2162
2163         * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize
2164         proxy window.
2165
2166 Fri May 17 13:56:23 2002  Owen Taylor  <otaylor@redhat.com>
2167  
2168         * gtk/gtkplug.c (gtk_plug_filter_func): Fix a missing
2169         unref in the local/passive case. (#82067, Michael
2170         Meeks)
2171  
2172         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Fix
2173         reference leak on the plug window.
2174  
2175         * tests/testsocket.c (add_child): Fix memory leak.
2176  
2177         * gtk/gtkdnd.c (gtk_drag_dest_site_destroy): Unref
2178         the proxy window.
2179  
2180 Thu May 16 19:49:24 2002  Owen Taylor  <otaylor@redhat.com>
2181  
2182         * gtk/gtkwindow.c (gtk_window_configure_event): Only 
2183         optimize out the full configure handling if we got
2184         a gratuitous configure event(configure_request_count == 0)
2185         and the size didn't change.
2186  
2187         * gtk/gtkwindow.c (gtk_window_move_resize): Use 
2188         g_message(), not g_print() for debug spew.b
2189  
2190         * gtk/gtkwindow.c (gtk_window_real_set_focus): Ref
2191         the old and new focus widgets for the scope of
2192         the function.
2193  
2194         * gtk/gtksocket.c gtkplug.c: Remove various #if 0'd
2195         bits of old code.
2196  
2197  Thu May 16 18:47:29 2002  Owen Taylor  <otaylor@redhat.com>
2198  
2199         * gtk/gtkwindow.c (gtk_window_show): Disable the
2200         focus-some-widget code for GtkPlug descendants.
2201  
2202         * gtk/gtkplug.c (gtk_plug_focus_event): Eat 
2203         focus-in/out events since they can be generated
2204         by keyboard grabs, but are spurious for an embeddded
2205         widget. (#79196, Padraig O'Briain)
2206  
2207         * gtk/gtksocket.c (gtk_socket_size_request): Only
2208         pay attention to the minimum size hints, and changes
2209         to that ... ignore the default size.
2210  
2211         * gtk/gtksocket.c (gtk_socket_send_configure_event):
2212         Pass in root-window relative coordinates as per
2213         the ICCCM.
2214  
2215         * gtk/gtksocket.c (gtk_socket_size_allocate): Send
2216         as many synthetic configures as necessary to make
2217         up for ConfigureRequest events we got. (#78799,
2218         Dave Camp.)
2219
2220 Thu May 16 23:59:56 2002  Kristian Rietveld  <kris@gtk.org>
2221
2222         Merged from gtk-2-0.
2223
2224         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): set the prev
2225         of the next node correctly, so we don't corrupt the list and cause
2226         bad things. (fixes #71374)
2227  
2228 Thu May 16 17:29:08 2002  Jonathan Blandford  <jrb@redhat.com>
2229
2230         * gtk/gtkrbtree.c (_gtk_rbtree_remove): include missing #ifdef G_ENABLE_DEBUG
2231
2232 Thu May 16 15:44:15 2002  Owen Taylor  <otaylor@redhat.com>
2233
2234         * demos/gtk-demo/editable_cells.c (cell_edited): Fix
2235         typo in earlier patch.
2236
2237 Tue May  7 15:50:51 2002  Owen Taylor  <otaylor@redhat.com>
2238
2239         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
2240         Don't filter control-shift+[non-hex]. 
2241         (#80252, reported by Nalin Dahyabhai)
2242
2243 Thu May 16 14:51:14 2002  Owen Taylor  <otaylor@redhat.com>
2244
2245         Fixes for #78258
2246
2247         * gtk/gtkrbtree.c demos/gtk-demo/editable-cells.c:
2248         Fix some 64-bit warning problems. (Patch from Matthias
2249         Clasen.)
2250         
2251         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew_helper): Surround
2252         a bunch of debug code with G_ENABLE_DEBUG.
2253
2254         * configure.in demos/gtk-demo/main.c: Replace
2255         #ifndef G_OS_WIN32 with proper #ifdef HAVE_FLOCKFILE.
2256
2257 Thu May 16 12:56:38 2002  Owen Taylor  <otaylor@redhat.com>
2258
2259         * gtk/gtkrange.c (gtk_range_calc_layout): Fix a missed
2260         check for division by zero. (#77820, Gareth Pearce)
2261
2262 Thu May 16 12:50:13 2002  Owen Taylor  <otaylor@redhat.com>
2263
2264         * gdk/x11/gdkevents-x11.c (gdk_xsettings_notify_cb):
2265         gdk_event_put() copies the event and setting name,
2266         so we don't have to strdup() it here. (Fix from
2267         Michael Meeks, #81953)
2268
2269 2002-05-16  Ettore Perazzoli  <ettore@ximian.com>
2270
2271         * gtk/gtkmenu.c (gtk_menu_paint): If the menu is scrolled down or
2272         up, and some of the widget area is empty, don't fill it in with
2273         GTK_SHADOW_IN rectangles that make it looks strange.  Fixes
2274         #72695.
2275
2276 Wed May 15 18:15:45 2002  Owen Taylor  <otaylor@redhat.com>
2277
2278         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Don't
2279         call gdk_pointer_grab() to change the cursor if we've
2280         already ungrabbed on button release / escape.
2281         (#80420, Dave Camp)
2282
2283 Wed May 15 17:12:50 2002  Owen Taylor  <otaylor@redhat.com>
2284
2285         * gtk/gtktooltips.c: Special case menu items to
2286         pop down on motion. (#75961)
2287
2288         * tests/testgtk.c (create_item_factory): Add tooltips
2289         to the File menu.
2290
2291         * gtk/gtkentry.c (update_im_cursor_location): Fix 
2292         cursor locations passed to the IM context.
2293         (#80027, Yao Zhang)
2294
2295 Wed May 15 16:52:57 2002  Owen Taylor  <otaylor@redhat.com>
2296
2297         * gtk/gtkfontsel.c: Update from contents of size entry
2298         on focus out. (#76493, Lauris Kaplinski)
2299
2300         * gtk/gtkclipboard.c (selection_get_cb): Fix backwads
2301         info/time arguments. (#80226)
2302
2303 Wed May 15 11:13:19 2002  Owen Taylor  <otaylor@redhat.com>
2304
2305         * configure.in gtk/stock-icons/Makefile.am: If not
2306         building libpng, don't rebuild gtkstockpixbufs.h
2307         (#81819, Bill Janssen)
2308
2309 2002-05-15  jacob berkman  <jacob@ximian.com>
2310
2311         * demos/gtk-demo/Makefile.am (demos.h): just run perl on the
2312         geninclude script manually
2313
2314 Tue May 14 19:53:15 2002  Owen Taylor  <otaylor@redhat.com>
2315
2316         * demos/gtk-demo/geninclude.pl.in configure.in:
2317         Subsitute in @PERL@ instead of hardcoded 
2318         /usr/bin/perl. (#78355, Gareth Pearce. Fix based
2319         on patch from Matthias Clasen)
2320
2321         * gdk/Makefile.am: Patch from Daniel Elstner to use glib-mkenums
2322         instead of makeenums.pl.
2323
2324         * gdk/{x11,linux-fb,win32}/Makefile.am: Hack to
2325         get gdkenumtypes.h built first.
2326
2327 Tue May 14 18:41:58 2002  Owen Taylor  <otaylor@redhat.com>
2328
2329         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
2330         Remove the result file on error. (#79929, David
2331         Highley)
2332
2333         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu):
2334         If the menu is currently active, cancel it before
2335         setting the new menu. (#79162, Jonathan Blandford.)
2336
2337 Tue May 14 18:13:10 2002  Owen Taylor  <otaylor@redhat.com>
2338
2339         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix
2340         prepending at the start of the list. (#56349,
2341         Thomas Leonard.)
2342
2343         * gtk/gtksignal.h (gtk_signal_disconnect_by_func): Add
2344         explicit casts to GSignalMatchType for C++ compatibility.
2345         (#77601)
2346
2347 Tue May 14 18:02:37 2002  Owen Taylor  <otaylor@redhat.com>
2348
2349         * gtk/gtkwindow.c (gtk_window_realize): Fix
2350         frame_right/frame_top screwup. (Detlef Reichl,
2351         #78111)
2352
2353         * gtk/Makefile.am (install-data-local): Use
2354         $(INSTALL_DATA) not $(INSTALL) when installing
2355         theme files. (#77094, Ben Liblit)
2356
2357 Tue May 14 17:30:57 2002  Owen Taylor  <otaylor@redhat.com>
2358
2359         * gtk/gtkctree.c gtk/gtkclist.c: Fix format of 
2360         selection data to be 8 rather than GTK_TYPE_POINTER.
2361         (#79751, James Henstridge)
2362         
2363         * gtk/gtkmenu.c (gtk_menu_key_press): Call 
2364         gtk_accelerator_valid() with cleaned up
2365         accel_key/accel_mods, not the raw values from
2366         the event. (#80513, Havoc Pennington.)
2367
2368         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
2369         some dead code that set the tearoff window not 
2370         resizable and removed decorations. (#80235)
2371
2372 Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
2373
2374         * gtk/gtklabel.c (gtk_label_ensure_layout): Set
2375         the width of the layout to the actual wrap width 
2376         (our requisition) not the width we set when calculating
2377         the width. This results in the lines being justified
2378         within the correct area. (#79157, Anders Carlsson)
2379
2380         * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
2381         registered parameter types of "accel_activate" and 
2382         "accel_changed" signals. (Patch from Murray Cumming, #78798)
2383         
2384         * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
2385         binary-version and type to correspond to the 
2386         current ordering in _gtk_get_module_path.
2387         (#78746, Sergey Kuzminov) 
2388
2389         * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
2390         pointing to the GTK_PATH documentation.
2391
2392         * gtk/Makefile.am (uninstall-local): Delete 
2393         key themes as well. (#81286, Kristian Rietveld.)
2394
2395 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
2396
2397         * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
2398         Add a sanity g_return_if_fail() check for the depths
2399         for the window and pixmap. (#79191, Shivaram Upadhyayula)
2400
2401 Tue May 14 15:09:33 2002  Owen Taylor  <otaylor@redhat.com>
2402
2403         * gdk/x11/gdkkeys-x11.c: Try adding a #ifndef/#define
2404         for XkbKeySymEntry to make up for OSF broken 
2405         XKB extension. (#77819, Gareth Pearce)
2406
2407         * gtk/gtklayout.c: Clamp the upper values in response
2408         to ::size-allocate if necessary. (#81290, Christophe Saout)
2409         
2410         * gtk/gtkcombo.c (gtk_combo_entry_focus_out): Handle
2411         combo being destroyed before idle fires.
2412         (#81396, Timo Sirainen)
2413
2414 Tue May 14 11:21:19 2002  Owen Taylor  <otaylor@redhat.com>
2415  
2416         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
2417         Discard configure events from SubstructureNotify.
2418         (#81760, Rich Burridge)
2419  
2420         * gtk/gtkfontsel.c (cmp_families): Use g_utf8_strcoll(), not
2421         strcmp().
2422  
2423         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): Clamp 
2424         width of child allocation to >= 1. (Fixes warnings from
2425         #77639, Martin Schulze)
2426         
2427 2002-05-14  Matthias Clasen  <maclas@gmx.de>
2428
2429         * gtk/gtkcontainer.c (gtk_container_class_install_child_property): 
2430         (gtk_container_class_find_child_property): 
2431         (gtk_container_class_list_child_properties): 
2432         * gtk/gtkwidget.c (gtk_widget_class_find_style_property): 
2433         (gtk_widget_class_list_style_properties): Change parameter names
2434         to match the header file and the documentation.
2435
2436 2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su>
2437
2438         * gtk/gtkfilesel.c
2439         * gtk/gtkplug.c 
2440         * gtk/gtkwidget.c
2441         * gtk/gtkwindow.c
2442         a few typos in docs were fixed
2443
2444 2002-05-10  Daniel Elstner  <daniel.elstner@gmx.net>
2445
2446         [ merge from stable ]
2447
2448         * gtk/gtktreemodel.c: #define INITIALIZE_TREE_ITER(),
2449         which zeroes out all GtkTreeIter fields. (#81380)
2450         (gtk_tree_model_get_iter): Use it.
2451         (gtk_tree_model_iter_children): ditto
2452         (gtk_tree_model_iter_nth_child): ditto
2453         (gtk_tree_model_iter_parent): ditto
2454
2455 2002-05-08  Michael Natterer  <mitch@gimp.org>
2456
2457         * configure.in: fixed yesterdays fix for cross compiling: simply
2458         check the variable "cross_compiling" which gets set by autoconf.
2459
2460 Wed May  8 16:14:49 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2461
2462         * gtk/gtktreeview.c 
2463         (gtk_tree_view_init): set_redraw_on_allocate (FALSE);
2464         (gtk_tree_view_size_allocate): invalidate last column if width
2465         changed.
2466         (gtk_tree_view_bin_expose): skip over cells that aren't in
2467         event->region
2468
2469 Tue May  7 18:36:03 2002  Owen Taylor  <otaylor@redhat.com>
2470  
2471         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
2472         Check for selection_atom, not property name atom.
2473  
2474 2002-05-07  Michael Natterer  <mitch@gimp.org>
2475
2476         * configure.in: added a new conditional CROSS_COMPILING which
2477         indicates ($build != $host). If it is set, look for
2478         gdk-pixbuf-csource in PATH. Error out if it was not found.
2479
2480         * gtk/stock-icons/Makefile.am: use the gdk-pixbuf-csource found at
2481         configure time if CROSS_COMPILING is set, use the one which was
2482         just built otherwise.
2483
2484 2002-05-07  Anders Carlsson  <andersca@gnu.org>
2485
2486         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
2487         Only process manager events with the correct atom.
2488
2489 2002-05-07  Matthias Clasen  <maclas@gmx.de>
2490
2491         Fix for #79248:
2492         
2493         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
2494         (gdk_window_set_events): Always select for property notify for
2495         maintaining window state.
2496
2497         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Only propagate
2498         property notifys if they were selected by gdk_window_set_events.
2499
2500 Mon May  6 23:48:14 2002  Kristian Rietveld  <kris@gtk.org>
2501
2502         * gtk/gtktreeview.c (gtk_tree_view_map_expanded_rows_helper): call
2503         func on current node before the child nodes.
2504
2505 Mon May  6 23:17:42 2002  Kristian Rietveld  <kris@gtk.org>
2506
2507         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow):
2508         unset user_data before destroying the window. (fixes #80065).
2509
2510 Mon May  6 12:17:14 2002  Owen Taylor  <otaylor@redhat.com>
2511
2512         * configure.in: Fix versioning to avoid changing the
2513         soname!
2514
2515         [ merge from stable ]
2516
2517         * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
2518
2519         * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
2520         compiling "what went wrong" test case. (#79329)
2521
2522         * m4macros/gtk-2.0.m4: Remove reference to editing
2523         pkg-config script. (From Jim Gettys)
2524
2525 02-05-05  Matthias Clasen  <maclas@gmx.de>
2526
2527         * configure.in: Bump version to 2.1.0, binary, interface age 0.
2528
2529         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): 
2530         (gtk_container_class_find_child_property): Document.
2531
2532         * gtk/gtkwidget.c: 
2533         * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties
2534         and gtk_widget_class_find_child_property.  (#80652)
2535         
2536 Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
2537
2538         * configure.in: Fix problem with == in test argument.
2539         (#80732, Hidetoshi Tajima)
2540
2541 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
2542
2543         The "big treeview focus patch". Fixes several issues and adds some
2544         goodies. Related bugs: #73676, #73734, #78660.
2545
2546         * gtk/gtktreeview.h: add gtk_tree_view_set_cursor_on_cell
2547
2548         * gtk/gtktreeview.c (gtk_tree_view_button_press): focus on a cell
2549         if applicable,
2550         (gtk_tree_view_bin_expose): set_cell_data before iterating columns,
2551         add support for row-spanning focus rectangles,
2552         (gtk_tree_view_has_special_cell): new function,
2553         (gtk_tree_view_move_cursor_left_right): add support for multiple
2554         focusable cells in one column,
2555         (gtk_tree_view_set_cursor): call _set_cursor_on_cell now,
2556         (gtk_tree_view_set_cursor_on_cell): copy of _set_cursor, extended
2557         with focus_cell parameter,
2558         (gtk_tree_view_search_iter): removed unused column variable,
2559         (gtk_tree_view_start_editing): add neighbor size code to allow
2560         for multiple editable cells in one column.
2561
2562         * gtk/gtktreeviewcolumn.c (_GtkTreeViewColumnCellInfo): add
2563         in_editing_mode field,
2564         (gtk_tree_view_column_get_edited_cell): new function, removed
2565         _get_editable_cell,
2566         (_gtk_tree_view_column_get_cell_at_pos): new function,
2567         (gtk_tree_view_column_pack_end): s/g_new/g_new0/ ...,
2568         (gtk_tree_view_column_cell_process_action): loads of changes to get
2569         it right and to allow for multiple special cells, etc,
2570         (gtk_tree_view_column_cell_first): new function,
2571         (gtk_tree_view_column_cell_last): ditto,
2572         (gtk_tree_view_column_cell_next): ditto,
2573         (gtk_tree_view_column_cell_prev): ditto,
2574         (gtk_tree_view_column_cell_focus): add left and right parameters,       
2575         allow for multiple special cells,
2576         (gtk_tree_view_column_cell_is_visible): add assertion,
2577         (gtk_tree_view_column_focus_cell): new function,
2578         (gtk_tree_view_column_stop_editing): unset in_editing_mode flag,
2579         (_gtk_tree_view_column_get_neighbor_sizes): iterate through cells
2580         correctly
2581
2582         * gtk/gtktreeviewcolumn.h: add gtk_tree_view_column_focus_cell
2583
2584         * gtk/gtktreeprivate.h: s/_get_editable_cell/_get_edited_cell/, add
2585         _gtk_tree_view_column_get_cell_at_pos, add new parameters to
2586         _gtk_tree_view_column_cell_focus.
2587
2588         * tests/testtreeedit.c: add some cells in order to test new code.
2589
2590 Sun May  5 02:22:59 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2591
2592         * tests/test-images/*: image files for testing pixbuf loaders
2593         * tests/pixbuf-*.c: the old test-loaders.c split into four 
2594         different programs
2595         * tests/Makefile.am: add new pixbuf tests
2596
2597 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
2598
2599         * gdk/x11/gdkvisual-x11.c:
2600         * gdk/x11/gdkwindow-x11.c:
2601         * gdk/x11/gdkdisplay-x11.[hc] (gdk_open_display) :
2602         Rationalized the screen initialization process,
2603         changed the GdkDisplayX11 screen list to an array.
2604         
2605         * gdk/x11/gdkscreen-x11.[hc] (_gdk_x11_screen_new) :
2606         Moved the xinerama init functions to gdkdisplay-x11.c to
2607         this file, create a single function to fully initialize
2608         a GdkScreen. #79981
2609         
2610 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
2611   
2612         * gtk/gtkplug.[hc] (gtk_plug_construct_for_display):
2613         changed the order of the arguments. #80278
2614
2615 2002-05-02  Matthias Clasen  <maclas@gmx.de>
2616
2617         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_window): Fix doc comment.
2618
2619         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): 
2620         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_default): 
2621         * gdk/x11/gdkfont-x11.c (gdk_fontset_load_for_display): 
2622         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
2623         * gdk/x11/gdkfont-x11.c (gdk_font_load_for_display): 
2624         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_xscreen):
2625         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_screen_number): 
2626         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_xdisplay): 
2627         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): Document.
2628
2629         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
2630
2631         * gtk/gtkwidget.c (gtk_widget_class_init): Correct the
2632         composite_child blurb.   
2633
2634         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs.  (#73093)
2635
2636 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
2637         
2638         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
2639         * gdk/gdkscreen.h :
2640         * gdk/x11/gdkscreen-x11.c :
2641         make gdk_screen_get_monitor_at_point cross platform instead
2642         of backend dependant. #80480
2643         * tests/testxinerama.c (main):
2644         changed the warning message.
2645         
2646 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
2647
2648         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_get_root_window):
2649         removed unneeded ref. #79977
2650         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_use_virtual_screen):
2651         * gdk/x11/gdkdisplay-x11.c (check_*_xinerama):
2652         removed gdk_screen_use_virtual_screen function and 
2653         use_virtual_screen member variable from GdkScreenX11. #79957
2654         
2655 2002-05-02  Matthias Clasen  <maclas@gmx.de>
2656
2657         * gtk/gtktable.c (gtk_table_class_init): 
2658         * gtk/gtknotebook.c (gtk_notebook_class_init): 
2659         * gtk/gtkbox.c (gtk_box_class_init): Add nicks and blurbs for
2660         child properties.  (#57143)
2661
2662 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
2663         
2664         * gdk/gdkpixmap.[hc] (gdk_pixmap_get_screen):
2665         * x11/gdkpixmap-x11.c:
2666         removed that function as gdk_drawable_get_screen
2667         does the job. #79964
2668
2669 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
2670
2671         * gdk/gdkscreen.[hc] (gdk_screen_x11_get_monitor_at_window):
2672         remove virtualization and made it cross platform. #79961
2673         * gdk/x11/gdkdisplay-x11.c (check_solaris_xinerama):
2674         fixed initialization bugs.
2675         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_get_monitor_geometry):
2676         * tests/testxinerama.c:
2677         * gtk/gtkwindow.c (gtk_window_compute_configure_request):
2678         * gtk/gtkmenu.c (gtk_menu_position):
2679         take a GdkRectangle argument instead of returning 
2680         a GdkRectangle * and propagated the changes. #79974
2681         
2682 2002-05-01  Anders Carlsson  <andersca@gnu.org>
2683
2684         * gdk/x11/gdkevents-x11.c 
2685         (gdk_x11_screen_supports_net_wm_hint): Use the same
2686         key when setting and getting NetWmSupportedAtoms.
2687
2688 Tue Apr 30 18:42:25 2002  Owen Taylor  <otaylor@redhat.com>
2689
2690         * gtk/gtkwindow.c (gtk_window_set_screen): Make it
2691         work, even if the window is already realized or
2692         mapped.
2693
2694         * tests/testgtk.c: Erwann's multihead changes, slightly
2695         dumbed down. (Removed logic for pulling windows onto
2696         the current screen, people can click twice on the demo
2697         to destroy and create again.)
2698
2699         * tests/prop-editor.c: Set the screen on the property
2700         editor if the edited object is a widget.
2701
2702 2002-05-01  Matthias Clasen  <maclas@gmx.de>
2703
2704         * gtk/gtkcontainer.c (gtk_container_class_install_child_property):
2705         Improve a warning.
2706
2707         * gdk/linux-fb/gdkinput.c (gdk_device_get_axis): Remove a broken
2708         and redundant doc comment.
2709
2710 2002-04-30  Matthias Clasen  <maclas@gmx.de>
2711
2712         * gtk/gtkprogress.c (gtk_progress_class_init): 
2713         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
2714         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
2715         * gtk/gtknotebook.c (gtk_notebook_class_init): Better blurbs,
2716         incorporating stuff from the doc templates.
2717
2718         * gtk/gtkplug.c (gtk_plug_construct): Fix docs.
2719
2720 Tue Apr 30 15:59:53 2002  Owen Taylor  <otaylor@redhat.com>
2721
2722         * tests/testmultiscreen.c: Multi-screen test case
2723         form multihead branch with a few cleanups. (Get rid
2724         of use of g_object_connect())
2725
2726         * tests/testmultidisplay.c: Multi-display test case
2727         from multihead branch with a few improvements.
2728         (Allow the other display name to be passed on
2729         the command line, use a GtkDialog to get more attractive
2730         spacing.)
2731
2732 Tue Apr 30 14:23:43 2002  Owen Taylor  <otaylor@redhat.com>
2733
2734         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): fix
2735         problem with finalizing non-initialized fully display
2736         when failing to open display.
2737
2738         * tests/testxinerama.c: Xinerama test case from
2739         multihead branch, with some cleanups. (Start even
2740         if there is only one monitor, for one.)
2741
2742 Tue Apr 30 14:15:14 2002  Owen Taylor  <otaylor@redhat.com>
2743
2744         * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
2745
2746 2002-04-30  Erwann Chenede - <erwann.chenede@sun.com>
2747
2748         * gdk/x11/gdkimage-x11.c : rationalized multihead code
2749         in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2750
2751 2002-04-30  Havoc Pennington  <hp@redhat.com>
2752
2753         * gtk/gtktextlayout.c (gtk_text_layout_real_free_line_data): use
2754         gtk_text_layout_invalidate_cache instead of cut-and-paste
2755         (gtk_text_layout_real_invalidate): always invalidate cache, even
2756         if the line has no stored line data. #78573
2757
2758         * gtk/gtktextview.c (gtk_text_view_get_iter_location): add call to
2759         gtk_text_view_ensure_layout, #77388
2760         (gtk_text_view_get_iter_at_location): ditto
2761         (gtk_text_view_get_line_yrange): ditto
2762         (gtk_text_view_get_line_at_y): ditto
2763
2764 2002-04-30  Havoc Pennington  <hp@redhat.com>
2765
2766         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign
2767         something to "prev" so that removing tag info succeeds.
2768         Part of #77301
2769
2770         * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it
2771         unrefs the tag table first, so that the btree is in a consistent
2772         state when we're removing tags from it. 
2773
2774 Tue Apr 30 12:28:27 2002  Owen Taylor  <otaylor@redhat.com>
2775
2776         * gdk/gdkdisplay.c gdk/gdkpango.c gdk/gdkpixmap.c
2777         gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c
2778         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkx.h: Doc fixes.
2779
2780 Tue Apr 30 11:37:09 2002  Owen Taylor  <otaylor@redhat.com>
2781
2782         * modules/input/gtkimcontextxim.c: Make multihead-safe;
2783         use a different IM context per display.
2784
2785         * configure.in acconfig.h: Add Xinerama checks from
2786         multihead branch, changing HAS_XINERAMA => HAVE_XINERAMA.
2787
2788         * gdk/x11/gdkdisplay-x11.c: HAS_XINERAMA => HAVE_XINERAMA.
2789
2790 2002-04-29  Alex Larsson  <alexl@redhat.com>
2791
2792         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
2793         Use tmp also if foreground is set.
2794
2795 Mon Apr 29 18:28:00 2002  Owen Taylor  <otaylor@redhat.com>
2796
2797         Integrate Erwann Chenede's multihead changes for the gtk/ directory.
2798
2799         * gtk/gtkclipboard.[ch]: Add gtk_clipboard_get_for_display(),
2800         make internals multihead aware.
2801
2802         * gtk/gtkcolorsel.[ch]: Add
2803         gtk_color_selection_set_change_palette_with_screen_hook () [ugh!]
2804         make up for non-multihead safety of
2805         gtk_color_selection_set_change_palette_hook()
2806
2807         * gtk/gtkinvisible.[ch] gtk/gtkmenu.[ch] gtkwindow.[ch]: Add
2808         gtk_{invisible,menu,window}_set_screen(); add "screen" properties
2809         for GtkWindow and GtkMenu.
2810
2811         * gtk/gtkplug.[ch]: Add gtk_plug_construct_for_display(),
2812         gtk_plug_new_for_display(). Multihead fixes.
2813
2814         * gtk/gtkselection.[ch]: Add gtk_selection_owner_set_for_display(),
2815         make internals multihead aware.
2816
2817         * gtk/gtksettings.[ch]: Add gtk_settings_get_for_screen(), get
2818         rid of now-useless gtk_settings_constructor().
2819
2820         * gtk/gtkstyle.[ch]: Add gtk_style_get_font_for_display(), fix
2821         check/radio button indicators bitmap handling to be multihead
2822         safe.
2823
2824         * gtk/gtkwidget.[ch]: Add gtk_widget_get_screen(), gtk_widget_has_screen(),
2825         gtk_widget_get_display(), gtk_widget_get_clipboard(),
2826         gtk_widget_get_root_window().
2827         
2828         * gtk/gtkbindings.c gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkcombo.c
2829         gtk/gtkctree.c gtk/gtkdnd.c gtk/gtkfilesel.c gtk/gtkgamma.c
2830         gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtkimcontext.c gtk/gtklabel.c
2831         gtk/gtklist.c gtk/gtkmain.c gtk/gtkmenuitem.c gtk/gtkmenushell.c
2832         gtk/gtknotebook.c gtk/gtkoldeditable.c gtk/gtkoptionmenu.c
2833         gtk/gtkpaned.c gtk/gtkpreview.c gtk/gtksocket.c gtk/gtktext.c
2834         gtk/gtktextbuffer.c gtk/gtktextview.c gtk/gtktipsquery.c
2835         gtk/gtktooltips.c gtk/gtktreeview.c gtk/gtktreeviewcolumn.c:
2836         misc mechanical multihead-safety fixes.
2837         
2838         * gtk/gtkclipboard.c: Use a GtkImage rather than a pixmap for
2839         the dropper, look up the color palette only at realization time,
2840         other multihead fixes.
2841
2842         * gtk/gtkcombo.c (gtk_combo_unrealize): Popdown the list when 
2843         unrealizing.
2844
2845         * gtk/gtkentry.c: Only claim ownership of the primary selection 
2846         when realized, misc multihead fixes.
2847
2848         * gtk/gtkfontsel.c: Only fill in fonts when attached to a screen,
2849         fix gtk_font_selection_get_font() for multihead.
2850
2851         * gtk/gtkgc.c: make the depth => drawable hash per-screen.
2852
2853         * gtk/gtkinvisible.c: Add a constructor that realizes the
2854         widget, so we get a realized widget with g_object_new() as
2855         well gtk_invisible_new() as before.
2856
2857         * gtk/gtkmain.c: Get rid of unused gtk_visual/gtk_colormap
2858         variables.
2859
2860         * gtk/gtktextdisplay.c: Add warnings if stipple bitmaps
2861         are used on the wrong screen.
2862
2863         * gtk/gtktoolbar.c: Make handling of GtkSettings-based layout
2864         read properties and connect to settings when the screen is changed,
2865         rather than on init/finalize.
2866
2867         * gtk/gtkwindow.c: Fix icon handing to be multihead safe ...
2868         default icon pixmaps/mask are only shared between windows on the 
2869         same screen. Misc multihead fixes.
2870
2871 Sat Apr 27 13:49:53 2002  Owen Taylor  <otaylor@redhat.com>
2872
2873         * gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
2874         Update docs to reference GDK_SELECTION_CLIPBOARD rather GDK_NONE.
2875
2876 2002-04-29  Alex Larsson  <alexl@redhat.com>
2877
2878         * gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
2879         Fix silly bug, noticed by Sven Neumann.
2880
2881 Sun Apr 28 22:43:55 2002  Jonathan Blandford  <jrb@gnome.org>
2882
2883         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
2884         so that you can set a new sort func.
2885
2886 2002-04-27  Anders Carlsson  <andersca@gnu.org>
2887
2888         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_display): 
2889         Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since
2890         we pass in a GdkDisplay * in the macro.
2891
2892 2002-04-26  Anders Carlsson  <andersca@gnu.org>
2893
2894         * gdk/gdkdisplay.c: (gdk_set_default_display):
2895         Call _gdk_windowing_set_default_display.
2896         
2897         * gdk/gdkinternals.h:
2898         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_set_default_display):
2899         New function that sets gdk_display to the default display.
2900         Fixes #79965
2901         
2902 Fri Apr 26 21:58:16 2002  Kristian Rietveld  <kris@gtk.org>
2903
2904         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): if the
2905         deleted node was "below" this path, then do not unref all nodes
2906         between the deleted parent and the node this rowref is pointing too
2907         (see added comment in gtk_tree_row_ref_deleted_callback),
2908         (fixes #77977)
2909
2910 2002-04-26  Sven Neumann  <sven@gimp.org>
2911  
2912         * tests/testtreecolumns.c
2913         * tests/testtreeview.c: quit the main loop when the window is
2914         destroyed. Removed compiler warnings about wrong format in printf().
2915  
2916 Fri Apr 26 21:46:42 2002  Kristian Rietveld  <kris@gtk.org>
2917
2918         This commit fixes binary compatibility, which I broke with my
2919         recent cell renderer commits :/.
2920
2921         * gtk/gtkcellrenderer.h: move cell_background out of _GtkCellRenderer
2922
2923         * gtk/gtkcellrenderer.c: create GtkCellRendererInfo, with the
2924         cell_background field and use this as object data. This way we keep
2925         the field private and dont break ABI.
2926
2927         * gtk/gtkcellrendererpixbuf.h: remove stock_id, stock_size and
2928         stock_detail from _GtkCellRendererPixbuf
2929
2930         * gtk/gtkcellrendererpixbuf.c: create a GtkCellRendererPixbufInfo
2931         with above mentioned fields. And update everything.
2932
2933 Fri Apr 26 21:42:02 2002  Kristian Rietveld  <kris@gtk.org>
2934
2935         * gdk/x11/gdkdrawable-x11.h: include X11/Xlib.h, fixes the build
2936
2937 Fri Apr 26 10:34:15 2002  Owen Taylor  <otaylor@redhat.com>
2938
2939         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): Add
2940         missing gdkscreen/display-x11.h files.
2941
2942 Thu Apr 25 16:51:40 2002  Owen Taylor  <otaylor@redhat.com>
2943
2944         Start of integration of Erwann Chenede's multihead work
2945         from the gtk-multihead branch.
2946
2947         * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch]
2948         gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkscreen-x11.[ch]
2949         New classes representing a set of screens with attached
2950         input devices and a single contiguous area, respectively.
2951
2952         * gdk/gdk.[ch] gdk/gdkinternals.h gdk/x11/gdkmain-x11.c:
2953         gdk/x11/gdkprivate-x11.h: Make the initialization interface
2954         simple _gdk_windowing_init() and do the rest in
2955         gdk_open_display() calls.
2956
2957         * gdk/gdk.[ch]: Add gdk_parse_args() which can be used
2958         to do the display-independent part of initialization
2959         instead of gdk_init_[check].
2960
2961         * gdk/gdkcursor.h gdk/gdkfont.h gdk/gdkkeys.h gdk/gdkpixmap.h
2962         gdk/gdkproperty.h gdk/gdkselection.h gdk/gdkwindow.h:
2963         Add multihead variants (_for_display(), for_screen()) of functions
2964         getting information specific to a particular screen screen or
2965         display.
2966
2967         * gdk/gdkscreen.[ch]: Add gdk_screen__* variants of functions
2968         like gdk_rgb_get_colormap() that used to get/list global
2969         objects.
2970
2971         * gdk/x11/gdkx.h: Add functions for converting GdkScreen
2972         and GdkDisplay into the X equivalents.
2973
2974         * gdk/x11/gdkwindow-x11.c: Removed gdk_window_xid_at_coords() 
2975         not in the headers and unused.
2976
2977         * configure.in gdk/x11/{gxid.c,gxid_lib.[ch],gdkinput-gxi.c}:
2978         Remove gxid support ... has not been tested for a long time...
2979         "xfree" support is more portable to non XFree86.
2980
2981         * gdk/**.h: Add a GDK_MULTIHEAD_SAFE define that can be
2982         used to turn off functions that are inherently non-multihead
2983         safe.
2984
2985         * gdk/**.c: add GDK_NOTE(multihead, ...) calls when functions
2986         are used in non-multihead-safe ways.
2987
2988         * gdk/*.c gdk/x11/*.c: Changes to make the internals of GDK
2989         multihead safe.
2990
2991 Thu Apr 25 23:49:01 2002  Kristian Rietveld  <kris@gtk.org>
2992
2993         Fixes #74206.
2994
2995         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_count_special_cells
2996
2997         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell),
2998         (_gtk_tree_view_column_get_editable_cell): remove a space which made
2999         the code look ugly
3000         (_gtk_tree_view_column_count_special_cells): new function,
3001         (gtk_tree_view_column_cell_process_action): if there's only one
3002         activatable cell, the whole column will activate that renderer.
3003
3004 Thu Apr 25 23:36:55 2002  Kristian Rietveld  <kris@gtk.org>
3005
3006         * gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
3007         dialog not scroll horizontally (prolly fixes #74806).
3008
3009 2002-04-25  Matthias Clasen  <maclas@gmx.de>
3010
3011         * gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
3012         division by zero.  (#77820)
3013
3014 Thu Apr 25 20:24:37 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3015
3016         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): use the child's
3017         requisition.height, not allocation.height, as width of submenu
3018         indicator. (#75948)
3019
3020 Thu Apr 25 00:26:34 2002  Kristian Rietveld  <kris@gtk.org>
3021
3022         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func):
3023         resort if we're already in 'unsorted' state, and update the docs
3024
3025 2002-04-24  Matthias Clasen  <maclas@gmx.de>
3026
3027         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
3028         comment markers on freeform comments.
3029
3030 Wed Apr 24 17:34:16 2002  Kristian Rietveld  <kris@gtk.org>
3031
3032         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
3033         ->priv->edited_column to NULL. Pleas read the comment in this
3034         function for an explanation (fixes #79632).
3035
3036 2002-04-23  Matthias Clasen  <maclas@gmx.de>
3037
3038         * gtk/gtktextview.c (gtk_text_view_buffer_to_window_coords): 
3039         (gtk_text_view_window_to_buffer_coords): Improve docs.  (#62359)
3040
3041 Tue Apr 23 18:35:34 2002  Kristian Rietveld  <kris@gtk.org>
3042
3043         This commit adds a cell_background property for cell renderers. With
3044         this property you can make your TreeView look incredibly ugly.
3045
3046         * gtk/gtkcellrenderer.c: add cell_background, cell_background_gdk and
3047         cell_background_set properties,
3048         (set_cell_bg_color): new function,
3049         (gtk_cell_renderer_get_property), (gtk_cell_renderer_set_property):
3050         support for new properties,
3051         (gtk_cell_renderer_render): render a background when set.
3052
3053         * gtk/gtkcellrenderer.h: add cell_background_set and cell_background
3054         fields.
3055
3056         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
3057         when rendering, pass in just the background_area of the cell and not
3058         the background_area of the entire column.
3059
3060 2002-04-22  Anders Carlsson  <andersca@gnu.org>
3061
3062         * gtk/gtkentry.c (gtk_entry_drag_data_get): Use 
3063         gtk_entry_get_public_chars. 
3064         Fixes #79532 (Reported by Ovidiu Gheorghioiu).
3065
3066 Mon Apr 22 19:24:29 2002  Kristian Rietveld  <kris@gtk.org>
3067
3068         This commit adds stock icon functionality to GtkCellRendererPixbuf
3069         which is totally cool.
3070
3071         * gtk/gtkcellrendererpixbuf.h: add some fields
3072
3073         * gtk/gtkcellrendererpixbuf.c: add finalize method, add some
3074         properties, add some stock icon rendering code.
3075
3076         * demos/gtk-demo/stock_browser.c: modified to use the stock
3077         icon stuff in the cellrendererpixbuf instead of its own stock icon
3078         rendering code.
3079
3080 2002-04-21  Alexander Larsson  <alla@lysator.liu.se>
3081
3082         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
3083         Save x and y in window_private.
3084
3085         * gtk/gtkplug.c (_gtk_plug_add_to_socket):
3086         Move plug window outside the visible area to avoid flashing until
3087         the first size_allocate.
3088
3089 2002-04-21  Matthias Clasen  <maclas@gmx.de>
3090
3091         * gtk/gtktextiter.c (gtk_text_iter_forward_search): More verbose
3092         description of match_start and match_end return values.  (#57929)
3093
3094         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
3095         * gtk/gtktreeview.c (_gtk_tree_view_column_autosize): Remove doc
3096         comment markers on freeform comments.
3097
3098         * gtk/gtktreemodelsort.c
3099         (gtk_tree_model_sort_convert_path_to_child_path): Doc fixes. (#68404)
3100
3101 Sat Apr 20 21:15:11 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3102
3103         * gtk/gtkmenuitem.c: add "selected_shadow_type" style property
3104
3105 Sat Apr 20 12:07:14 2002  Owen Taylor  <otaylor@redhat.com>
3106
3107         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Accept
3108         NULL for color to mean "unmodify"
3109
3110         * gtk/gtkwidget.c (gtk_widget_modify_font): Accept NULL for
3111         font_desc to mean "unmodify".
3112
3113 Sat Apr 20 16:49:26 2002  Kristian Rietveld  <kris@gtk.org>
3114
3115         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new): replace GDK_IS_WINDOW
3116         with GDK_IS_DRAWABLE in the assert, only check GDK_WINDOW_DESTROYED
3117         if window is a GdkWindow,
3118         (gdk_bitmap_create_from_data): ditto,
3119         (gdk_pixmap_create_from_data): ditto
3120
3121 Fri Apr 19 23:38:16 2002  Kristian Rietveld  <kris@gtk.org>
3122
3123         Fixes #50310.
3124
3125         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_autosize
3126
3127         * gtk/gtktreeview.c: privately export _gtk_tree_view_column_autosize,
3128         and add a small note about that function,
3129         (gtk_tree_view_button_press): check for double click and
3130         "not having an autosize" column before autosizing the column,
3131         
3132         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_min_width):
3133         call _gtk_tree_view_column_autosize to update autosized column width
3134         (gtk_tree_view_column_set_max_width): ditto
3135
3136 2002-04-20  Matthias Clasen  <maclas@gmx.de>
3137
3138         * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt,
3139         docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt,
3140         gdk/TODO: Remove some files whose content is either obsolete or
3141         has been moved elsewhere.
3142
3143         * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references
3144         to these files.
3145         
3146 Fri Apr 19 21:31:04 2002  Kristian Rietveld  <kris@gtk.org>
3147
3148         * gtk/gtktreeview.c (gtk_tree_view_row_changed): cancel editing
3149         if tree_view->priv->edited_column != NULL (fixes #76066)
3150
3151 Fri Apr 19 21:06:39 2002  Kristian Rietveld  <kris@gtk.org>
3152
3153         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): subtract
3154         TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real
3155         size for the tree (fixes #72729),
3156         (gtk_tree_view_real_start_editing): correct cell_area->y for
3157         scrolling due to gtk_tree_view_real_set_cursor (fixes #75687)
3158
3159 Fri Apr 19 16:30:09 2002  Kristian Rietveld  <kris@gtk.org>
3160
3161         * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
3162         last_single_clicked{,_2} to last_button_press{,_2}, as the latter
3163         is a more sane name.
3164
3165         * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
3166         instead of ->priv->cursor, check for the anchor at another place, as
3167         you can go in edit mode without having an anchor.
3168
3169 2002-04-18  Matthias Clasen  <maclas@gmx.de>
3170
3171         * gtk/gtkitemfactory.c:
3172         * gtk/gtkiconfactory.c:
3173         * gtk/gtkwidget.c:
3174         * gtk/gtkstyle.c:
3175         * gtk/gtkrc.c:
3176         * gtk/gtktreeviewcolumn.c:
3177         * gtk/gtkdialog.c:
3178         * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
3179         documentation to bring the produced Docbook closer to XML.
3180
3181 2002-04-18  Tor Lillqvist  <tml@iki.fi>
3182
3183         * gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib)
3184         * gdk/Makefile.am (uninstall-libtool-import-lib): Fix typo,
3185         thanks to David Sterba for noticing.
3186
3187         * gtk/gtkmain.h
3188         * gtk/gtkmain.c (gtk_init_abi_check, gtk_init_check_abi_check): In
3189         GTK+ 2.0 the GtkWindow struct actually is the same size in gcc on
3190         Win32 whether compiled with -fnative-struct or not. Unfortunately
3191         this wan't noticed until now. So, from now on, check some other
3192         struct, too, for which the use of -fnative-struct still
3193         matters. GtkBox is one such.
3194
3195 Thu Apr 18 00:23:31 2002  Kristian Rietveld  <kris@gtk.org>
3196
3197         * gtk/gtktreemodelsort.c
3198         (gtk_tree_model_sort_convert_path_to_child_path): so this function
3199         was completely broken. Fix it and improve readability.
3200
3201 2002-04-17  Anders Carlsson  <andersca@gnu.org>
3202
3203         * tests/testtreeedit.c (button_press_event): Add a small
3204         test case.
3205
3206 Wed Apr 17 00:21:36 2002  Kristian Rietveld  <kris@gtk.org>
3207
3208         * gtk/gtktreestore.c (gtk_tree_store_insert_before): fix docs
3209
3210 Tue Apr 16 17:28:21 2002  Kristian Rietveld  <kris@gtk.org>
3211
3212         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): check
3213         ->priv->cursor and ->priv->anchor rowrefs before removing
3214         node->children from the rbtree. Also check the
3215         ->priv->last_single_clicked and ->priv->last_single_clicked_2 rowrefs
3216         (I think I really need to rename those two someday).
3217
3218 Tue Apr 16 07:53:49 2002  Tim Janik  <timj@gtk.org>
3219
3220         * gtk/gtkmenu.c (gtk_menu_key_press): don't install/change accelerators
3221         from locked accel groups.
3222
3223         * gtk/gtkwidget.c (_gtk_widget_get_accel_path): export whether the
3224         accel path is from a locked accel group.
3225
3226 Mon Apr 15 15:41:56 2002  Jonathan Blandford  <jrb@redhat.com>
3227
3228         * gtk/gtkcontainer.c (gtk_container_focus): include internal
3229         children when doing focus.
3230         (gtk_container_get_all_children): new static function to include
3231         internal children when making a list of them.
3232
3233 Sun Apr 14 16:56:59 2002  Kristian Rietveld  <kris@gtk.org>
3234
3235         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_editable_cell and
3236         _gtk_tree_view_column_get_neighbor_sizes
3237
3238         * gtk/gtktreeviewcolumn.c (struct _GtkTreeViewColumnCellInfo): add
3239         real_width field,
3240         (_gtk_tree_view_column_get_editable_cell): implement,
3241         (gtk_tree_view_column_cell_process_action): fill info->real_width
3242         (_gtk_tree_view_column_get_neighbor_sizes): implement
3243
3244         * gtk/gtktreeview.c (gtk_tree_view_button_press): make the "editable
3245         widget" show up with the same size as the actual cell, so it doesnt
3246         cover the complete column if there are any other cells in that column.
3247
3248 2002-04-14  Abigail Brady  <morwen@evilmagic.org>
3249
3250         * gtk/gtkfilesel.c: Fix typo in message.
3251
3252 2002-04-13  Havoc Pennington  <hp@pobox.com>
3253
3254         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): create
3255         the target pixbuf AFTER filling in width/height, so that 
3256         passing in -1 for width/height will work.
3257         
3258 Sat Apr 13 22:49:45 2002  Kristian Rietveld  <kris@gtk.org>
3259
3260         Fixes #75510
3261
3262         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): make this
3263         function work correctly and more sane
3264
3265         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): remove
3266         node->children from rbtree before emitting GtkTreeSelection::changed
3267
3268 Sat Apr 13 17:15:12 2002  Kristian Rietveld  <kris@gtk.org>
3269
3270         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_init): dont set
3271         the mode to GTK_CELL_RENDERER_MODE_EDITABLE by default,
3272         (gtk_cell_renderer_text_class_init): for some reason our default for
3273         editable was TRUE, of course this is FALSE.
3274         (gtk_cell_renderer_text_set_property): update mode when editable
3275         has been changed.
3276
3277 2002-04-12  jacob berkman  <jacob@ximian.com>
3278
3279         * gdk/x11/xsettings-client.c (fetch_card8): fix cut-n-paste bug
3280         which breaks big-endian machines (fixes #73585)
3281
3282 2002-04-12  Havoc Pennington  <hp@redhat.com>
3283
3284         * gtk/gtknotebook.c (gtk_notebook_real_remove): relocate the
3285         remove_weak_pointer to just before we free the page, to be sure 
3286         it doesn't get re-added. #75282
3287
3288 Fri Apr 12 18:32:46 2002  Kristian Rietveld  <kris@gtk.org>
3289
3290         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): add
3291         clamp_node argument
3292         (toplevel): update usages of gtk_tree_view_real_set_cursor,
3293         (gtk_tree_view_focus_to_cursor): don't let
3294         gtk_tree_view_real_set_cursor clamp the node, so you won't get
3295         unexpected scrolling
3296
3297 2002-04-11  Michael Meeks  <michael@ximian.com>
3298
3299         * gtk/gtklabel.c
3300         (gtk_label_parse_uline, gtk_label_set_text),
3301         (gtk_label_set_text_with_mnemonic): add freeze / thaws
3302         to stop deluge of 'notify' signals.
3303
3304 Sat Apr  6 06:57:00 2002  Owen Taylor  <otaylor@redhat.com>
3305
3306         * gtk/gtkmenushell.[ch] gtk/gtkmenuitem.c: Export
3307         private _gtk_menu_shell_activate() to encapsulate
3308         cut-and-paste code.
3309
3310         * gtk/gtkmenubar.c: Select the first item on the menu bar
3311         for F10 rather than acting as if the user pressed <Alt>F
3312         to select the file manager.
3313
3314 Tue Apr  9 19:01:28 2002  Owen Taylor  <otaylor@redhat.com>
3315
3316         Fix problems with HandleBox and focusing - #78232
3317
3318         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Handle
3319         GtkHandleBox / GnomeDock style window heirarchy / widget
3320         heirarchy disconnects. :-(. 
3321
3322         * gtk/gtkcontainer.c: Handle failures from
3323         gtk_widget_translate_coordinates (Focusing is not right, but at
3324         least it doesn't go into infinite loops.)
3325
3326 Tue Apr  9 18:34:58 2002  Owen Taylor  <otaylor@redhat.com>
3327
3328         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Always
3329         set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy,
3330         even if we aren't currently in a resize container... we need
3331         this to properly handle size changes to widgets that are
3332         being moved from one heirarchy to another. (#78226)
3333
3334 Tue Apr  9 21:41:24 2002  Kristian Rietveld  <kris@gtk.org>
3335
3336         Fixes #78110
3337
3338         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
3339         add override_browse_mode argument and implement,
3340         (gtk_tree_selection_unselect_path): always unselect the path,
3341         (toplevel): update uses of _gtk_tree_selection_internal_select_node
3342
3343         * gtk/gtktreeview.c: update uses of
3344         _gtk_tree_selection_internal_select_node
3345
3346         * gtk/gtktreeprivate.h (_gtk_tree_selection_internal_select_node):
3347         update prototype
3348
3349 Tue Apr  9 21:39:44 2002  Kristian Rietveld  <kris@gtk.org>
3350
3351         Fixes #77862
3352
3353         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_has_editable_cell
3354
3355         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell):
3356         new function
3357
3358         * gtk/gtktreeview.c (gtk_tree_view_button_press): send cell event
3359         on first click when cell isn't editable
3360
3361 Tue Apr  9 21:37:31 2002  Kristian Rietveld  <kris@gtk.org>
3362
3363         * gtk/gtktreedatalist.c (_gtk_tree_data_list_check_type): add some
3364         types which were missing and useful to use (fixes #77870)
3365
3366 2002-04-09  Anders Carlsson  <andersca@gnu.org>
3367
3368         * gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
3369
3370 2002-04-08  Manish Singh  <yosh@gimp.org>
3371
3372         * tests/testgtk.c: really revert testgtk.c
3373
3374 Mon Apr  8 20:28:54 2002  Kristian Rietveld  <kris@gtk.org>
3375
3376         * gtk/gtktreeselection.c (gtk_tree_selection_select_path),
3377         (gtk_tree_selection_unselect_path),
3378         (gtk_tree_selection_path_is_selected): check the return value of
3379         _gtk_tree_view_find_node and return if it's TRUE. This makes those
3380         functions work somewhat saner on non-expanded trees.
3381
3382 Fri Apr  5 18:28:56 2002  Kristian Rietveld  <kris@gtk.org>
3383
3384         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): free
3385         anchor row reference after unselecting the selection (fixes #76272)
3386
3387 Fri Apr  5 18:27:48 2002  Kristian Rietveld  <kris@gtk.org>
3388
3389         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): only return
3390         when we don't have to open all children (fixes #75736)
3391
3392 Fri Apr  5 18:24:24 2002  Kristian Rietveld  <kris@gtk.org>
3393
3394         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear): unref
3395         cellrenderer after clearing the attributes of the renderer (fixes
3396         #75592)
3397
3398 Fri Apr  5 05:55:14 2002  Jonathan Blandford  <jrb@gnome.org>
3399
3400         * gtk/gtktreeview.c (gtk_tree_view_grab_focus): implement.
3401           (gtk_tree_view_move_cursor_up_down): check for focus
3402           (gtk_tree_view_move_cursor_page_up_down): ditto
3403           (gtk_tree_view_move_cursor_left_right): ditto
3404           (gtk_tree_view_move_cursor_start_end): ditto
3405           (gtk_tree_view_real_select_all): ditto
3406           (gtk_tree_view_real_unselect_all): ditto
3407           (gtk_tree_view_real_select_cursor_row): ditto 
3408           (gtk_tree_view_real_toggle_cursor_row): ditto
3409           (gtk_tree_view_real_expand_collapse_cursor_row): ditto
3410           (gtk_tree_view_real_select_cursor_parent): ditto
3411           (gtk_tree_view_real_start_interactive_search): ditto
3412
3413         * gtk/gtktreeviewcolumn.c: grab focus
3414
3415 2002-04-05  Alex Larsson  <alexl@redhat.com>
3416
3417         * gdk/linux-fb/gdkkeyboard-fb.c (write_string):
3418         Fix undefined variable typo.
3419         Patch from Simon Floery <simon.floery@gmx.at>
3420
3421 Fri Apr  5 01:06:15 2002  Tim Janik  <timj@gtk.org>
3422
3423         * gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
3424         upon NULL return from gdk_utf8_to_string_target().
3425
3426         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_string_target): fix
3427         return value comment to mention NULL returns upon EMFILE.
3428
3429 Thu Apr  4 22:35:42 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3430
3431         * tests/testgtk.c (menu_items): revert accidentally commited
3432         change to testgtk.c
3433
3434 Thu Apr  4 22:28:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3435
3436         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem with menu
3437         titles being clipped (#75948)
3438         
3439 2002-04-04  Tor Lillqvist  <tml@iki.fi>
3440
3441         * gdk/gdkrgb.c: Fix some bugs, and introduce a minor feature.
3442
3443         (gdk_rgb_convert_4_pack): New function, for 16-color (4 bits per
3444         pixel) static visuals (fixes #858).
3445
3446         (gdk_rgb_convert_gray4_pack, gdk_rgb_convert_gray4_d_pack): Fix
3447         same bugs in both functions: Odd start coordinate (partial byte)
3448         was not handled correctly. Also a partial final byte was not
3449         handled correctly.
3450
3451         (gdk_rgb_do_colormaps): Use G_N_ELEMENTS.
3452         (gdk_rgb_create_info): For pseudocolor visuals, use the 2x2x2
3453         colorcube only for depths 3 and 4. For static color, use it for
3454         depths 3..7 like before. (Depth 5..7 pseudocolor probably never
3455         occurs on X11. It doesn't normally occur on Win32 either, but
3456         there is experimental code in gdkvisual-win32.c to let the user
3457         restrict the size of palette used.)
3458         (gdk_rgb_init): Set gdk_rgb_verbose if the GDK_DEBUG_GDKRGB flag
3459         is set.
3460         (gdk_rgb_select_conv): Use gdk_rgb_convert_8 also for depths 5, 6
3461         and 7 (see above). Use gdk_rgb_convert_4_pack for 4 bits per pixel
3462         static color.
3463
3464 Tue Apr  2 11:10:13 2002  Jonathan Blandford  <jrb@redhat.com>
3465
3466         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): set the
3467         sort_func correctly, 77030
3468
3469 Tue Apr  2 13:44:27 2002  Tim Janik  <timj@gtk.org>
3470
3471         * configure.in: update version to 2.0.2, binary age 2, interface
3472         age 2.
3473
3474         * NEWS: updates for 2.0.2.
3475
3476 Mon Apr  1 22:20:24 2002  Kristian Rietveld  <kris@gtk.org>
3477
3478         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): add
3479         check for y > tree_view->priv->height (fixes #76974)
3480
3481 Mon Apr  1 22:19:39 2002  Kristian Rietveld  <kris@gtk.org>
3482
3483         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): get
3484         the stamp changes right this time
3485
3486 Mon Apr  1 22:13:24 2002  Kristian Rietveld  <kris@gtk.org>
3487
3488         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): only
3489         disconnect the ref callbacks when model == proxy (Thanks go to
3490         Manuel Clos Crespo for the remote debugging)
3491
3492 Sat Mar 30 15:19:24 2002  Kristian Rietveld  <kris@gtk.org>
3493
3494         * gtk/gtktreemodelsort.c: revert the latest stamp increment changes,
3495         as it broke stuff for trees
3496
3497 Fri Mar 29 18:15:12 2002  Owen Taylor  <otaylor@redhat.com>
3498
3499         * ===== Released 2.0.1 ======
3500
3501 Fri Mar 29 18:09:18 2002  Owen Taylor  <otaylor@redhat.com>
3502
3503         * gtk/gtkaccelgroup.c (gtk_accel_group_query): Call 
3504         gdk_keyval_to_lower() on the key passed in, since we
3505         lowercase all other key vals passed in, so querying
3506         keyvals will otherwise fail if the caller used
3507         an uppercase accelerators (#76899, Vitaly Tishkov)
3508
3509 Fri Mar 29 17:41:21 2002  Owen Taylor  <otaylor@redhat.com>
3510
3511         * gtk/gtkmain.c (load_modules): Fix screwup in handling
3512         of module path that was resulting in freed memory being
3513         accessed when both GTK_MODULES and a theme were set.
3514         (#76902, Johan Dahlin)
3515
3516 Fri Mar 29 17:57:36 2002  Owen Taylor  <otaylor@redhat.com>
3517
3518         * gtk/gtkiconfactory.c (get_default_icons): Fix wrong
3519         stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
3520
3521 2002-03-29  Hans Breuer  <hans@breuer.org>
3522
3523         * gtk/gtkmain.h : fix typo in gtk_init_check macro, which
3524         caused crashes if argc != 0
3525
3526         * gtk/stock-icons/makefile.msc : added new icons
3527
3528 Fri Mar 29 20:17:35 2002  Kristian Rietveld  <kris@gtk.org>
3529
3530         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3531         remove call to gtk_tree_model_sort_increment_stamp
3532         (gtk_tree_model_sort_sort_level): always increment the stamp
3533
3534 Fri Mar 29 00:19:41 2002  Owen Taylor  <otaylor@redhat.com>
3535
3536         * NEWS: Updates
3537
3538         * configure.in: Version 2.0.1, binary, interface age 1.
3539
3540         * configure.in (GDK_PIXBUF_VERSION): Up required versions
3541         of dependencies.
3542
3543         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am:
3544         Add stock_add/remove_16.
3545
3546 Thu Mar 28 18:38:30 2002  Owen Taylor  <otaylor@redhat.com>
3547
3548         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): 
3549         Don't show the window unless the widget is mapped.
3550         (#76742, Dennis Björklund, Soeren Sandmann)
3551
3552 2002-03-29  Hans Breuer  <hans@breuer.org>
3553
3554         Fixed dashed line issues (#74441) to an IMO reasonable extend. 
3555         That is: use PS_USERSTYLE on WinNT (the next GDI limit appears
3556         to be with lines width > 50); Render horizontal and vertical
3557         dashed lines on Win9x 'by hand'. Dotted selection rectangles 
3558         and Dia look nice ...
3559
3560         * gdk/win32/gdkprivate-win32.h : add pen_dashes pointer and
3561         num_pen_dashes to _GdkGCWin32
3562         * gdk/win32/gdkgc-win32.c : initialize pen_dashes and remove
3563         the guesses from dashes to windoze line styles.
3564         (predraw_set_forground) : always ExtCreatePen (PS_SOLID) on
3565         Win9x, which does not support PS_USERSTYLE.
3566         * gdk/win32/gdkdrawable-win32.c : new functions render_line_
3567         <horizontal|vertical>. Use them if not running on NT in
3568         gdk_win32_draw_<rectangle|segments|lines> ()
3569
3570         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name) : return NULL
3571         for keyval == 0 to avoid to have zeros in all menu entries 
3572         without accelerator.
3573
3574 2002-03-29  Jakub Steiner <jimmac@ximian.com>
3575
3576         * gtk/stock-icons/stock_add_24.png:
3577         * gtk/stock-icons/stock_add_16.png:
3578         * gtk/stock-icons/stock_remove_24.png:
3579         * gtk/stock-icons/stock_remove_16.png: use a simple '+' and '-',
3580           works better. the old box was too clumsy
3581
3582 Thu Mar 28 21:11:04 2002  Tim Janik  <timj@gtk.org>
3583
3584         * gtk/gtkfilesel.c (open_new_dir): when encountering non-UTF-8 file
3585         names, alert the user with g_message() instead of g_warning() and
3586         put out the actual conversion error.
3587
3588 2002-03-28  Dave Camp  <dave@ximian.com>
3589
3590         * gtk/gtktreeview.c (install_scroll_sync_handler): Don't install
3591         the handler if the widget isn't realized.
3592
3593 2002-03-28  Jakub Steiner <jimmac@ximian.com>
3594
3595         * gtk/stock-icons/stock_font*:
3596         * gtk/stock-icons/stock_align*:
3597         * gtk/stock-icons/stock_text*: better solution to the dark theme
3598           problem. Also looks more pretty IMHO
3599
3600 2002-03-27  Matthias Clasen  <maclas@gmx.de>
3601
3602         * configure.in: Try to find libpng via pkg-config first,
3603         since libpng-1.2.2 will come with a .pc file.
3604
3605 Wed Mar 27 11:10:39 2002  Owen Taylor  <otaylor@redhat.com>
3606
3607         * gtk/gtknotebook.c (gtk_notebook_real_remove): Set
3608         page->last_focus_child to NULL as well as removing the
3609         weak reference, to deal with reentrancy in set_focus_child().
3610         (#76634, Dennis Björklund)
3611
3612 2002-03-27  Murray Cumming  <murrayc@usa.net>
3613  
3614         * gtk/gtktreeview.c: Corrected registered return type of
3615         "move-cursor" signal. Had to add a marshaller to 
3616         gtk/gtkmarshalers.list.
3617         
3618 Tue Mar 26 14:46:50 2002  Owen Taylor  <otaylor@redhat.com>
3619
3620         * gtk/gtkmenu.c (gtk_menu_popup): Shuffle the ordering around
3621         some more (position before realizing) fixing problems with 
3622         arrows popping up at the wrong time (#73386), hopefully not
3623         introducing other problems. (Reported by Ettore Perrazoli, others)
3624
3625 2002-03-26  Dave Camp  <dave@ximian.com>
3626
3627         * gtk/gtktreeview.c (gtk_tree_view_button_press): Free the path
3628         after calling gtk_tree_view_row_activated() rather than before.
3629
3630 2002-03-25  Sven Neumann  <sven@gimp.org>
3631
3632         * gtk/gtkrc.c (gtk_rc_parse_font_name): free the style's
3633         font_description before assigning a new one.
3634         (gtk_rc_parse_stock): always unref the created icon_set. #76289
3635         
3636 2002-03-25  Mark McLoughlin  <mark@skynet.ie>
3637
3638         * gtk/gtkbindings.c: (gtk_binding_entry_add_signal),
3639         kill code duplicated in gtk_binding_entry_add_signall.
3640
3641 Sun Mar 24 10:32:38 2002  Jonathan Blandford  <jrb@redhat.com>
3642
3643         * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653
3644
3645         * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix
3646         a warning
3647
3648         * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab
3649         when we emit row_activated so that listeners of this signal can
3650         grab the mouse, #75629
3651
3652 2002-03-23  Havoc Pennington  <hp@pobox.com>
3653
3654         * gtk/gtktextlayout.c (gtk_text_layout_real_invalidate):
3655         invalidate the line containing start, even if the [start,end)
3656         range is empty (just invalidate [start,end], essentially).
3657         Partially fixes #72374
3658
3659 2002-03-23  Havoc Pennington  <hp@pobox.com>
3660
3661         * gtk/gtktextview.c (gtk_text_view_do_popup): end any selection in
3662         progress, patch from db@zigo.dhs.org, #74620
3663
3664 2002-03-23  Havoc Pennington  <hp@pobox.com>
3665
3666         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): extend
3667         selection for pageup/pagedown and ctrl+pageup/pagedown if 
3668         shift is held. more of #53934
3669
3670 2002-03-23  Havoc Pennington  <hp@pobox.com>
3671
3672         * gtk/gtktextview.c (gtk_text_view_destroy_layout): disconnect 
3673         layout handlers earlier in the function, to avoid possible
3674         reentrancy screwups
3675         (gtk_text_view_invalidate): Don't install idle handlers if 
3676         layout == NULL, otherwise we get problems during finalization 
3677         since clearing the buffer invalidates and puts the idle handlers
3678         back after we destroy the layout. #74660
3679         (gtk_text_view_ensure_layout): Install the validation handlers
3680         right after creating the layout.
3681
3682         * gtk/gtktexttagtable.c (foreach_unref): call
3683         _gtk_text_buffer_notify_will_remove_tag(), #75126
3684
3685 2002-03-22  Havoc Pennington  <hp@pobox.com>
3686
3687         * gdk/x11/gdkfont-x11.c (gdk_fontset_load): add more explanatory
3688         text to the error message about missing charsets, and use
3689         g_printerr() not g_warning() since this is typically not a
3690         programming error (we do not export any API to ask whether 
3691         a font set will have missing charsets so apps realistically can't 
3692         do anything other than try the gdk_fontset_load())
3693
3694         * gtk/gtktextview.c (gtk_text_view_key_press_event): return FALSE
3695         if the text view isn't editable and the user presses Return, 
3696         so default buttons and such can be activated, #74937
3697
3698         * gtk/gtktextbuffer.c (paste_from_buffer): don't insert 
3699         if the insertion point is not editable and the paste 
3700         is interactive, #74125
3701
3702         * gtk/gtkwindow.c (gtk_window_move_resize): enhance the #if 0
3703         debug spew
3704
3705         * gtk/gtktextbuffer.c (cut_or_copy): only remove the previous 
3706         cut/copied data right before replacing it, when we know we are
3707         going to replace it. Fixes #74049
3708
3709 2002-03-22  Richard Hult  <rhult@codefactory.se>
3710
3711         * gdk/gdkevents.c (gdk_event_get_root_coords): Fix typo, where x
3712         value was assigned to both x and y.
3713
3714 Fri Mar 22 11:29:11 2002  Owen Taylor  <otaylor@redhat.com>
3715
3716         Partial fix for problem where keypad keys acted
3717         as shift-arrows in an entry rather than arrows (#74327)
3718
3719         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Sort lookup
3720         results by number of modifiers in the entry. Fixes
3721         problem where if a key matched both modified and unmodified
3722         key bindings ... e.g., the distinguishing key binding
3723         was consumed, then it was random which was used. 
3724
3725         * gtk/gtkbindings.c (gtk_binding_entries_sort_patterns): 
3726         Catch the case where there are multiple entries from the
3727         same bindingset (with different modifiers), and use only
3728         the first entry, which, with the change in _gtk_key_hash_lookup()
3729         will be the preferred value.
3730
3731 Fri Mar 22 10:56:19 2002  Owen Taylor  <otaylor@redhat.com>
3732
3733         * gtk/gtkaccelmap.c (gtk_accel_map_save_fd): Fix memory
3734         leak. (#74400, Morten Welinder.)
3735
3736         * gtk/gtkaccelmap.c: Properly handle short returns from
3737         write() calls. (Handling EINTR isn't enough... that only
3738         handles the case where you were interrupted before you
3739         wrote a single byte.)
3740         
3741         * gdk/linux-fb/gdkmouse-fb.c gdk/linux-fb/gdkkeyboard-fb.c:
3742         Robustify against short returns from write() calls.
3743
3744 Fri Mar 22 10:12:10 2002  Owen Taylor  <otaylor@redhat.com>
3745
3746         * gtk/gtktextview.c (gtk_text_view_paint): Change
3747         G_BREAKPOINT() to g_assert_not_reached ().
3748         (#75865, Ashok Venkiteswaran)
3749         
3750 2002-03-22  Tor Lillqvist  <tml@iki.fi>
3751
3752         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Don't clear
3753         all of the pen_style, just the PS_STYLE_MASK. Seems to fix #74441,
3754         but that is just the special case of one-pixel wide one-pixel
3755         on-off dotted lines. To fully implement generic X11 style dashed
3756         lines a major rewrite would be needed.
3757
3758 2002-03-21  Matthias Clasen  <maclas@gmx.de>
3759
3760         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Trivial typo
3761         fix. (Vitaly Tishkov, #75726)
3762
3763 Thu Mar 21 10:04:05 2002  Owen Taylor  <otaylor@redhat.com>
3764
3765         * gdk/gdkwindow.c (gdk_window_real_get_depth): Remove
3766         some left over debugging code with a G_BREAKPOINT()
3767         in it.
3768
3769 Wed Mar 20 19:33:31 2002  Owen Taylor  <otaylor@redhat.com>
3770
3771         * gtk/gtkcalendar.c (gtk_calendar_main_button): When
3772         changing months when the user clicks on a prev-month
3773         or next-month day, focus and select the new day.
3774         Ignore double clicks on prev-month, next-month days.
3775         (Based on suggestions from Andras Salamon, #74173)
3776
3777         * gtk/gtkcalendar.c: Implement the focused/unfocused
3778         selected color change.
3779
3780 2002-03-20  Alex Larsson  <alexl@redhat.com>
3781
3782         Patches from Carlo E. Prelz <fluido@fluido.as>
3783         Now gtkfb at least compiles and mostly works. The keyboard
3784         stuff needs more loving.
3785         
3786         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_get_for_keyval,
3787         xlate_get_for_keycode, raw_get_for_keyval, raw_get_for_keycode):
3788         At least set the out parameters for these calls.
3789
3790         * gdk/linux-fb/gdkmain-fb.c:
3791         (gdk_pointer_grab_info_libgtk_only, gdk_keyboard_grab_info_libgtk_only):
3792         Implement new functions.
3793         
3794 Wed Mar 20 19:00:03 2002  Owen Taylor  <otaylor@redhat.com>
3795
3796         * gtk/gtkentry.c (gtk_entry_set_text): Short-circuit
3797         the text to the exact same thing, so we don't 
3798         unexpectedly change the selection or cursor position.
3799         (#74290, John Ellis.)
3800
3801 Thu Mar 21 00:05:14 2002  Kristian Rietveld  <kris@gtk.org>
3802
3803         * gtk/gtktreeview.c (gtk_tree_view_get_background_area),
3804         (gtk_tree_view_get_cell_area): fix logic (fixes #74235, #73593)
3805
3806 Wed Mar 20 17:11:51 2002  Owen Taylor  <otaylor@redhat.com>
3807
3808         * gtk/gtkrc.c: Patch from Richard Hestilow to fix
3809         gtk-font-name changes for widgets that get the actual
3810         default style. (#73709)
3811
3812 Wed Mar 20 22:59:23 2002  Kristian Rietveld  <kris@gtk.org>
3813
3814         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_set_fixed_height()
3815
3816         * gtk/gtktreeprivate.h: add fixed_height_check field
3817
3818         * gtk/gtktreeview.c (gtk_tree_view_init): initialize
3819         scroll_sync_timer and fixed_height_check
3820         (do_validate_rows): add fixed_height_check. If all validated rows
3821         in the first cycle have the same height, then we set that height for
3822         the entire tree. This is some sort of 'fake' optimization, but helps
3823         a lot for the common case. We keep validating the entire tree in
3824         the background though.
3825         (gtk_tree_view_set_model): reset fixed_height_check
3826
3827 Wed Mar 20 16:36:08 2002  Owen Taylor  <otaylor@redhat.com>
3828
3829         * gtk/*.c: Patch from Erwann Chenede, #73900 fixing
3830         a lot of warnings with Forte CC, mostly implicit
3831         casts between void * and function pointers.
3832         
3833         * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's
3834         state field is not a GdkModifierType. (Also #73900)
3835
3836 Wed Mar 20 12:35:22 2002  Owen Taylor  <otaylor@redhat.com>
3837
3838         * gtk/gtkwidget.c (gtk_widget_grab_default): Remove
3839         leftover notification of has-default. (#75508, Jacob
3840         Berkman.)
3841
3842 Wed Mar 20 12:27:07 2002  Owen Taylor  <otaylor@redhat.com>
3843
3844         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow
3845         arrow keys as accelerators, as long as some modifier
3846         is pressed. (#75495)
3847
3848         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Fix
3849         incorrect example in the docs.
3850
3851 Wed Mar 20 12:06:30 2002  Owen Taylor  <otaylor@redhat.com>
3852
3853         * gtk/gtkwidget.c (gtk_widget_set_child_visible):
3854         Fix segfault when widget->parent is NULL. 
3855         (#75615, Alexey A. Malyshev) 
3856
3857 Wed Mar 20 11:32:07 2002  Owen Taylor  <otaylor@redhat.com>
3858
3859         * gtk/gtkentry.c: Improve test to prevent infinite
3860         loop. (#74952, Thomas Leonard)
3861
3862         * gtk/gtkmenushell.c (gtk_real_menu_shell_cycle_focus):
3863         Fix warning when toplevel menu shell isn't a menu
3864         bar. (Thomas Leonard, #75602)
3865
3866 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
3867
3868         * configure.in: Use $PKG_CONFIG, not pkg-config.
3869         (LEE Sau Dan, #75572)
3870
3871 Wed Mar 20 10:55:56 2002  Owen Taylor  <otaylor@redhat.com>
3872
3873         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix assignment
3874         of time in scroll events. (Sven Neumann, #75574)
3875
3876 2002-03-20  Tor Lillqvist  <tml@iki.fi>
3877
3878         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window): Use
3879         gdk_window_get_toplevel(), as it is the top-level windows that are
3880         registered for DND.
3881
3882         * gdk/win32/gdkwin32.h: Don't include gdkinternals.h.
3883
3884 2002-03-19  jacob berkman  <jacob@ximian.com>
3885
3886         * gtk/gtkcombo.c (gtk_combo_find): fix infinite loop when
3887         gtk_combo_func() returns NULL (bug #75464)
3888
3889 2002-03-18  jacob berkman  <jacob@ximian.com>
3890
3891         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
3892         correct min/max values for the ratio property (fixes #75331)
3893
3894 Mon Mar 18 11:55:03 2002  Owen Taylor  <otaylor@redhat.com>
3895
3896         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
3897         Patch from Yao Zhang fixing reference count leak.
3898
3899         * gtk/gtkentry.c (gtk_entry_key_release): if (entry->editable),
3900         not if (!entry->editable).
3901
3902 Mon Mar 18 11:09:17 2002  Owen Taylor  <otaylor@redhat.com>
3903
3904         * gdk/x11/gdkwindow-x11.c (gdk_window_set_override_redirect): 
3905         Fix backwards conditional. (#75019, Dan Winship.)
3906
3907 Sun Mar 17 01:11:16 2002  Kristian Rietveld  <kris@gtk.org>
3908
3909         * gtk/gtktreeview.c (gtk_tree_view_size_request): use
3910         do_validate_rows instead of validate_rows_handler (fix by
3911         Mike Pieper, #74126)
3912
3913 Sat Mar 16 23:54:56 2002  Kristian Rietveld  <kris@gtk.org>
3914
3915         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_bit_gravity): just
3916         return when we have an input_only window (fix by Owen Taylor)
3917
3918         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add
3919         scroll_sync_timer
3920
3921         * gtk/gtktreeview.c (install_scroll_sync_handler): new function,
3922         (scroll_sync_handler): ditto,
3923         (gtk_tree_view_unrealize): take scroll_sync_timer into account
3924         (gtk_tree_view_row_deleted): install scroll_sync_timer instead of
3925         calling top_row_to_dy/dy_to_top_row directly
3926         -- this greatly speeds up clearing the model (#73199)
3927
3928         * gtk/gtktreemodelsort.c
3929         (gtk_tree_model_sort_convert_path_to_child_path): fix up this function,
3930         for some reason I really screwed it up (fixes #74663)
3931
3932 2002-03-16  Sven Neumann  <sven@gimp.org>
3933
3934         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
3935         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
3936         so that the libs work correctly in a threaded environment.
3937
3938 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
3939
3940         * gtk/gtktreeviewcolumn.c
3941         (gtk_tree_view_column_new_with_attributes): add example to docs,
3942         as people are seeming to have trouble with this function.
3943
3944 2002-03-15  Tor Lillqvist  <tml@iki.fi>
3945
3946         * configure.in: Set MATH_LIB to empty also on Win32.
3947
3948 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
3949
3950         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
3951         Fix byte shift arithmetic for big-endian. (Tracked
3952         down with help from Tuomas Kuosmanen)
3953
3954 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
3955
3956         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
3957         make args const, 74159
3958         (gtk_tree_view_insert_column_with_attributes): ditto
3959
3960         * gtk/gtktreeviewcolumn.c
3961         (gtk_tree_view_column_cell_process_action): remov unused variables.
3962
3963 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3964
3965         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
3966         submenu".
3967
3968 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
3969
3970         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
3971         upper case variants if there is only a single keysym per keycode and
3972         the key symbol has upper and lower case variants (#74512)
3973
3974 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
3975
3976         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
3977         improbable reentrancy problem if a window is destroyed
3978         while updates are being processed on another window. (Noticed
3979         by Michael Meeks, #74708)
3980
3981 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
3982
3983         * gtk/gtktreemodelsort.c
3984         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
3985
3986
3987 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
3988
3989         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
3990         removing keys from the key hash, reinsert the right list
3991         back into the hash. (Dave Camp, #74571)
3992
3993 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
3994
3995         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
3996         macro that was defined in terms of the now-gone GTK_CONNECTED
3997         flag. (Seth Burgess, #74028)
3998
3999 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
4000
4001         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
4002         the acceleratable_groups qdata because qdata isn't removed
4003         on ->dispose but rather on ->finalize. (#74569, found
4004         by Matt Wilson.)
4005
4006 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
4007
4008         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
4009         cut-n-paste bug.
4010
4011 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
4012
4013         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
4014         filenames.
4015         
4016 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
4017
4018         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
4019         Fix incorrect return value, filter out returns of 0x7f for
4020         the delete key. (#74179, Kang Jeong-He)
4021
4022 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
4023
4024         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
4025         foreach function.
4026
4027 2002-03-11  Matthias Clasen  <maclas@gmx.de>
4028
4029         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
4030         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
4031         (#69244)
4032
4033 2002-03-11  James Henstridge  <james@daa.com.au>
4034
4035         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
4036         compatibility without breaking things for people using 1.4.
4037
4038 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
4039
4040         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
4041         right behavior.
4042
4043 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
4044
4045         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
4046         cursor path and not with the selected iter in the 'decide to edit'
4047         check
4048