]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
recommit after tagging 2_0_1
[~andy/gtk] / ChangeLog.pre-2-4
1 Sat Mar 30 15:19:24 2002  Kristian Rietveld  <kris@gtk.org>
2
3         * gtk/gtktreemodelsort.c: revert the latest stamp increment changes,
4         as it broke stuff for trees
5
6 Fri Mar 29 18:15:12 2002  Owen Taylor  <otaylor@redhat.com>
7
8         * ===== Released 2.0.1 ======
9
10 Fri Mar 29 18:09:18 2002  Owen Taylor  <otaylor@redhat.com>
11
12         * gtk/gtkaccelgroup.c (gtk_accel_group_query): Call 
13         gdk_keyval_to_lower() on the key passed in, since we
14         lowercase all other key vals passed in, so querying
15         keyvals will otherwise fail if the caller used
16         an uppercase accelerators (#76899, Vitaly Tishkov)
17
18 Fri Mar 29 17:41:21 2002  Owen Taylor  <otaylor@redhat.com>
19
20         * gtk/gtkmain.c (load_modules): Fix screwup in handling
21         of module path that was resulting in freed memory being
22         accessed when both GTK_MODULES and a theme were set.
23         (#76902, Johan Dahlin)
24
25 Fri Mar 29 17:57:36 2002  Owen Taylor  <otaylor@redhat.com>
26
27         * gtk/gtkiconfactory.c (get_default_icons): Fix wrong
28         stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
29
30 2002-03-29  Hans Breuer  <hans@breuer.org>
31
32         * gtk/gtkmain.h : fix typo in gtk_init_check macro, which
33         caused crashes if argc != 0
34
35         * gtk/stock-icons/makefile.msc : added new icons
36
37 Fri Mar 29 20:17:35 2002  Kristian Rietveld  <kris@gtk.org>
38
39         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
40         remove call to gtk_tree_model_sort_increment_stamp
41         (gtk_tree_model_sort_sort_level): always increment the stamp
42
43 Fri Mar 29 00:19:41 2002  Owen Taylor  <otaylor@redhat.com>
44
45         * NEWS: Updates
46
47         * configure.in: Version 2.0.1, binary, interface age 1.
48
49         * configure.in (GDK_PIXBUF_VERSION): Up required versions
50         of dependencies.
51
52         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am:
53         Add stock_add/remove_16.
54
55 Thu Mar 28 18:38:30 2002  Owen Taylor  <otaylor@redhat.com>
56
57         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): 
58         Don't show the window unless the widget is mapped.
59         (#76742, Dennis Björklund, Soeren Sandmann)
60
61 2002-03-29  Hans Breuer  <hans@breuer.org>
62
63         Fixed dashed line issues (#74441) to an IMO reasonable extend. 
64         That is: use PS_USERSTYLE on WinNT (the next GDI limit appears
65         to be with lines width > 50); Render horizontal and vertical
66         dashed lines on Win9x 'by hand'. Dotted selection rectangles 
67         and Dia look nice ...
68
69         * gdk/win32/gdkprivate-win32.h : add pen_dashes pointer and
70         num_pen_dashes to _GdkGCWin32
71         * gdk/win32/gdkgc-win32.c : initialize pen_dashes and remove
72         the guesses from dashes to windoze line styles.
73         (predraw_set_forground) : always ExtCreatePen (PS_SOLID) on
74         Win9x, which does not support PS_USERSTYLE.
75         * gdk/win32/gdkdrawable-win32.c : new functions render_line_
76         <horizontal|vertical>. Use them if not running on NT in
77         gdk_win32_draw_<rectangle|segments|lines> ()
78
79         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name) : return NULL
80         for keyval == 0 to avoid to have zeros in all menu entries 
81         without accelerator.
82
83 2002-03-29  Jakub Steiner <jimmac@ximian.com>
84
85         * gtk/stock-icons/stock_add_24.png:
86         * gtk/stock-icons/stock_add_16.png:
87         * gtk/stock-icons/stock_remove_24.png:
88         * gtk/stock-icons/stock_remove_16.png: use a simple '+' and '-',
89           works better. the old box was too clumsy
90
91 Thu Mar 28 21:11:04 2002  Tim Janik  <timj@gtk.org>
92
93         * gtk/gtkfilesel.c (open_new_dir): when encountering non-UTF-8 file
94         names, alert the user with g_message() instead of g_warning() and
95         put out the actual conversion error.
96
97 2002-03-28  Dave Camp  <dave@ximian.com>
98
99         * gtk/gtktreeview.c (install_scroll_sync_handler): Don't install
100         the handler if the widget isn't realized.
101
102 2002-03-28  Jakub Steiner <jimmac@ximian.com>
103
104         * gtk/stock-icons/stock_font*:
105         * gtk/stock-icons/stock_align*:
106         * gtk/stock-icons/stock_text*: better solution to the dark theme
107           problem. Also looks more pretty IMHO
108
109 2002-03-27  Matthias Clasen  <maclas@gmx.de>
110
111         * configure.in: Try to find libpng via pkg-config first,
112         since libpng-1.2.2 will come with a .pc file.
113
114 Wed Mar 27 11:10:39 2002  Owen Taylor  <otaylor@redhat.com>
115
116         * gtk/gtknotebook.c (gtk_notebook_real_remove): Set
117         page->last_focus_child to NULL as well as removing the
118         weak reference, to deal with reentrancy in set_focus_child().
119         (#76634, Dennis Björklund)
120
121 2002-03-27  Murray Cumming  <murrayc@usa.net>
122  
123         * gtk/gtktreeview.c: Corrected registered return type of
124         "move-cursor" signal. Had to add a marshaller to 
125         gtk/gtkmarshalers.list.
126         
127 Tue Mar 26 14:46:50 2002  Owen Taylor  <otaylor@redhat.com>
128
129         * gtk/gtkmenu.c (gtk_menu_popup): Shuffle the ordering around
130         some more (position before realizing) fixing problems with 
131         arrows popping up at the wrong time (#73386), hopefully not
132         introducing other problems. (Reported by Ettore Perrazoli, others)
133
134 2002-03-26  Dave Camp  <dave@ximian.com>
135
136         * gtk/gtktreeview.c (gtk_tree_view_button_press): Free the path
137         after calling gtk_tree_view_row_activated() rather than before.
138
139 2002-03-25  Sven Neumann  <sven@gimp.org>
140
141         * gtk/gtkrc.c (gtk_rc_parse_font_name): free the style's
142         font_description before assigning a new one.
143         (gtk_rc_parse_stock): always unref the created icon_set. #76289
144         
145 2002-03-25  Mark McLoughlin  <mark@skynet.ie>
146
147         * gtk/gtkbindings.c: (gtk_binding_entry_add_signal),
148         kill code duplicated in gtk_binding_entry_add_signall.
149
150 Sun Mar 24 10:32:38 2002  Jonathan Blandford  <jrb@redhat.com>
151
152         * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653
153
154         * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix
155         a warning
156
157         * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab
158         when we emit row_activated so that listeners of this signal can
159         grab the mouse, #75629
160
161 2002-03-23  Havoc Pennington  <hp@pobox.com>
162
163         * gtk/gtktextlayout.c (gtk_text_layout_real_invalidate):
164         invalidate the line containing start, even if the [start,end)
165         range is empty (just invalidate [start,end], essentially).
166         Partially fixes #72374
167
168 2002-03-23  Havoc Pennington  <hp@pobox.com>
169
170         * gtk/gtktextview.c (gtk_text_view_do_popup): end any selection in
171         progress, patch from db@zigo.dhs.org, #74620
172
173 2002-03-23  Havoc Pennington  <hp@pobox.com>
174
175         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): extend
176         selection for pageup/pagedown and ctrl+pageup/pagedown if 
177         shift is held. more of #53934
178
179 2002-03-23  Havoc Pennington  <hp@pobox.com>
180
181         * gtk/gtktextview.c (gtk_text_view_destroy_layout): disconnect 
182         layout handlers earlier in the function, to avoid possible
183         reentrancy screwups
184         (gtk_text_view_invalidate): Don't install idle handlers if 
185         layout == NULL, otherwise we get problems during finalization 
186         since clearing the buffer invalidates and puts the idle handlers
187         back after we destroy the layout. #74660
188         (gtk_text_view_ensure_layout): Install the validation handlers
189         right after creating the layout.
190
191         * gtk/gtktexttagtable.c (foreach_unref): call
192         _gtk_text_buffer_notify_will_remove_tag(), #75126
193
194 2002-03-22  Havoc Pennington  <hp@pobox.com>
195
196         * gdk/x11/gdkfont-x11.c (gdk_fontset_load): add more explanatory
197         text to the error message about missing charsets, and use
198         g_printerr() not g_warning() since this is typically not a
199         programming error (we do not export any API to ask whether 
200         a font set will have missing charsets so apps realistically can't 
201         do anything other than try the gdk_fontset_load())
202
203         * gtk/gtktextview.c (gtk_text_view_key_press_event): return FALSE
204         if the text view isn't editable and the user presses Return, 
205         so default buttons and such can be activated, #74937
206
207         * gtk/gtktextbuffer.c (paste_from_buffer): don't insert 
208         if the insertion point is not editable and the paste 
209         is interactive, #74125
210
211         * gtk/gtkwindow.c (gtk_window_move_resize): enhance the #if 0
212         debug spew
213
214         * gtk/gtktextbuffer.c (cut_or_copy): only remove the previous 
215         cut/copied data right before replacing it, when we know we are
216         going to replace it. Fixes #74049
217
218 2002-03-22  Richard Hult  <rhult@codefactory.se>
219
220         * gdk/gdkevents.c (gdk_event_get_root_coords): Fix typo, where x
221         value was assigned to both x and y.
222
223 Fri Mar 22 11:29:11 2002  Owen Taylor  <otaylor@redhat.com>
224
225         Partial fix for problem where keypad keys acted
226         as shift-arrows in an entry rather than arrows (#74327)
227
228         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Sort lookup
229         results by number of modifiers in the entry. Fixes
230         problem where if a key matched both modified and unmodified
231         key bindings ... e.g., the distinguishing key binding
232         was consumed, then it was random which was used. 
233
234         * gtk/gtkbindings.c (gtk_binding_entries_sort_patterns): 
235         Catch the case where there are multiple entries from the
236         same bindingset (with different modifiers), and use only
237         the first entry, which, with the change in _gtk_key_hash_lookup()
238         will be the preferred value.
239
240 Fri Mar 22 10:56:19 2002  Owen Taylor  <otaylor@redhat.com>
241
242         * gtk/gtkaccelmap.c (gtk_accel_map_save_fd): Fix memory
243         leak. (#74400, Morten Welinder.)
244
245         * gtk/gtkaccelmap.c: Properly handle short returns from
246         write() calls. (Handling EINTR isn't enough... that only
247         handles the case where you were interrupted before you
248         wrote a single byte.)
249         
250         * gdk/linux-fb/gdkmouse-fb.c gdk/linux-fb/gdkkeyboard-fb.c:
251         Robustify against short returns from write() calls.
252
253 Fri Mar 22 10:12:10 2002  Owen Taylor  <otaylor@redhat.com>
254
255         * gtk/gtktextview.c (gtk_text_view_paint): Change
256         G_BREAKPOINT() to g_assert_not_reached ().
257         (#75865, Ashok Venkiteswaran)
258         
259 2002-03-22  Tor Lillqvist  <tml@iki.fi>
260
261         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Don't clear
262         all of the pen_style, just the PS_STYLE_MASK. Seems to fix #74441,
263         but that is just the special case of one-pixel wide one-pixel
264         on-off dotted lines. To fully implement generic X11 style dashed
265         lines a major rewrite would be needed.
266
267 2002-03-21  Matthias Clasen  <maclas@gmx.de>
268
269         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Trivial typo
270         fix. (Vitaly Tishkov, #75726)
271
272 Thu Mar 21 10:04:05 2002  Owen Taylor  <otaylor@redhat.com>
273
274         * gdk/gdkwindow.c (gdk_window_real_get_depth): Remove
275         some left over debugging code with a G_BREAKPOINT()
276         in it.
277
278 Wed Mar 20 19:33:31 2002  Owen Taylor  <otaylor@redhat.com>
279
280         * gtk/gtkcalendar.c (gtk_calendar_main_button): When
281         changing months when the user clicks on a prev-month
282         or next-month day, focus and select the new day.
283         Ignore double clicks on prev-month, next-month days.
284         (Based on suggestions from Andras Salamon, #74173)
285
286         * gtk/gtkcalendar.c: Implement the focused/unfocused
287         selected color change.
288
289 2002-03-20  Alex Larsson  <alexl@redhat.com>
290
291         Patches from Carlo E. Prelz <fluido@fluido.as>
292         Now gtkfb at least compiles and mostly works. The keyboard
293         stuff needs more loving.
294         
295         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_get_for_keyval,
296         xlate_get_for_keycode, raw_get_for_keyval, raw_get_for_keycode):
297         At least set the out parameters for these calls.
298
299         * gdk/linux-fb/gdkmain-fb.c:
300         (gdk_pointer_grab_info_libgtk_only, gdk_keyboard_grab_info_libgtk_only):
301         Implement new functions.
302         
303 Wed Mar 20 19:00:03 2002  Owen Taylor  <otaylor@redhat.com>
304
305         * gtk/gtkentry.c (gtk_entry_set_text): Short-circuit
306         the text to the exact same thing, so we don't 
307         unexpectedly change the selection or cursor position.
308         (#74290, John Ellis.)
309
310 Thu Mar 21 00:05:14 2002  Kristian Rietveld  <kris@gtk.org>
311
312         * gtk/gtktreeview.c (gtk_tree_view_get_background_area),
313         (gtk_tree_view_get_cell_area): fix logic (fixes #74235, #73593)
314
315 Wed Mar 20 17:11:51 2002  Owen Taylor  <otaylor@redhat.com>
316
317         * gtk/gtkrc.c: Patch from Richard Hestilow to fix
318         gtk-font-name changes for widgets that get the actual
319         default style. (#73709)
320
321 Wed Mar 20 22:59:23 2002  Kristian Rietveld  <kris@gtk.org>
322
323         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_set_fixed_height()
324
325         * gtk/gtktreeprivate.h: add fixed_height_check field
326
327         * gtk/gtktreeview.c (gtk_tree_view_init): initialize
328         scroll_sync_timer and fixed_height_check
329         (do_validate_rows): add fixed_height_check. If all validated rows
330         in the first cycle have the same height, then we set that height for
331         the entire tree. This is some sort of 'fake' optimization, but helps
332         a lot for the common case. We keep validating the entire tree in
333         the background though.
334         (gtk_tree_view_set_model): reset fixed_height_check
335
336 Wed Mar 20 16:36:08 2002  Owen Taylor  <otaylor@redhat.com>
337
338         * gtk/*.c: Patch from Erwann Chenede, #73900 fixing
339         a lot of warnings with Forte CC, mostly implicit
340         casts between void * and function pointers.
341         
342         * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's
343         state field is not a GdkModifierType. (Also #73900)
344
345 Wed Mar 20 12:35:22 2002  Owen Taylor  <otaylor@redhat.com>
346
347         * gtk/gtkwidget.c (gtk_widget_grab_default): Remove
348         leftover notification of has-default. (#75508, Jacob
349         Berkman.)
350
351 Wed Mar 20 12:27:07 2002  Owen Taylor  <otaylor@redhat.com>
352
353         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow
354         arrow keys as accelerators, as long as some modifier
355         is pressed. (#75495)
356
357         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Fix
358         incorrect example in the docs.
359
360 Wed Mar 20 12:06:30 2002  Owen Taylor  <otaylor@redhat.com>
361
362         * gtk/gtkwidget.c (gtk_widget_set_child_visible):
363         Fix segfault when widget->parent is NULL. 
364         (#75615, Alexey A. Malyshev) 
365
366 Wed Mar 20 11:32:07 2002  Owen Taylor  <otaylor@redhat.com>
367
368         * gtk/gtkentry.c: Improve test to prevent infinite
369         loop. (#74952, Thomas Leonard)
370
371         * gtk/gtkmenushell.c (gtk_real_menu_shell_cycle_focus):
372         Fix warning when toplevel menu shell isn't a menu
373         bar. (Thomas Leonard, #75602)
374
375 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
376
377         * configure.in: Use $PKG_CONFIG, not pkg-config.
378         (LEE Sau Dan, #75572)
379
380 Wed Mar 20 10:55:56 2002  Owen Taylor  <otaylor@redhat.com>
381
382         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix assignment
383         of time in scroll events. (Sven Neumann, #75574)
384
385 2002-03-20  Tor Lillqvist  <tml@iki.fi>
386
387         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window): Use
388         gdk_window_get_toplevel(), as it is the top-level windows that are
389         registered for DND.
390
391         * gdk/win32/gdkwin32.h: Don't include gdkinternals.h.
392
393 2002-03-19  jacob berkman  <jacob@ximian.com>
394
395         * gtk/gtkcombo.c (gtk_combo_find): fix infinite loop when
396         gtk_combo_func() returns NULL (bug #75464)
397
398 2002-03-18  jacob berkman  <jacob@ximian.com>
399
400         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
401         correct min/max values for the ratio property (fixes #75331)
402
403 Mon Mar 18 11:55:03 2002  Owen Taylor  <otaylor@redhat.com>
404
405         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
406         Patch from Yao Zhang fixing reference count leak.
407
408         * gtk/gtkentry.c (gtk_entry_key_release): if (entry->editable),
409         not if (!entry->editable).
410
411 Mon Mar 18 11:09:17 2002  Owen Taylor  <otaylor@redhat.com>
412
413         * gdk/x11/gdkwindow-x11.c (gdk_window_set_override_redirect): 
414         Fix backwards conditional. (#75019, Dan Winship.)
415
416 Sun Mar 17 01:11:16 2002  Kristian Rietveld  <kris@gtk.org>
417
418         * gtk/gtktreeview.c (gtk_tree_view_size_request): use
419         do_validate_rows instead of validate_rows_handler (fix by
420         Mike Pieper, #74126)
421
422 Sat Mar 16 23:54:56 2002  Kristian Rietveld  <kris@gtk.org>
423
424         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_bit_gravity): just
425         return when we have an input_only window (fix by Owen Taylor)
426
427         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add
428         scroll_sync_timer
429
430         * gtk/gtktreeview.c (install_scroll_sync_handler): new function,
431         (scroll_sync_handler): ditto,
432         (gtk_tree_view_unrealize): take scroll_sync_timer into account
433         (gtk_tree_view_row_deleted): install scroll_sync_timer instead of
434         calling top_row_to_dy/dy_to_top_row directly
435         -- this greatly speeds up clearing the model (#73199)
436
437         * gtk/gtktreemodelsort.c
438         (gtk_tree_model_sort_convert_path_to_child_path): fix up this function,
439         for some reason I really screwed it up (fixes #74663)
440
441 2002-03-16  Sven Neumann  <sven@gimp.org>
442
443         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
444         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
445         so that the libs work correctly in a threaded environment.
446
447 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
448
449         * gtk/gtktreeviewcolumn.c
450         (gtk_tree_view_column_new_with_attributes): add example to docs,
451         as people are seeming to have trouble with this function.
452
453 2002-03-15  Tor Lillqvist  <tml@iki.fi>
454
455         * configure.in: Set MATH_LIB to empty also on Win32.
456
457 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
458
459         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
460         Fix byte shift arithmetic for big-endian. (Tracked
461         down with help from Tuomas Kuosmanen)
462
463 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
464
465         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
466         make args const, 74159
467         (gtk_tree_view_insert_column_with_attributes): ditto
468
469         * gtk/gtktreeviewcolumn.c
470         (gtk_tree_view_column_cell_process_action): remov unused variables.
471
472 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
473
474         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
475         submenu".
476
477 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
478
479         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
480         upper case variants if there is only a single keysym per keycode and
481         the key symbol has upper and lower case variants (#74512)
482
483 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
484
485         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
486         improbable reentrancy problem if a window is destroyed
487         while updates are being processed on another window. (Noticed
488         by Michael Meeks, #74708)
489
490 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
491
492         * gtk/gtktreemodelsort.c
493         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
494
495
496 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
497
498         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
499         removing keys from the key hash, reinsert the right list
500         back into the hash. (Dave Camp, #74571)
501
502 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
503
504         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
505         macro that was defined in terms of the now-gone GTK_CONNECTED
506         flag. (Seth Burgess, #74028)
507
508 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
509
510         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
511         the acceleratable_groups qdata because qdata isn't removed
512         on ->dispose but rather on ->finalize. (#74569, found
513         by Matt Wilson.)
514
515 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
516
517         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
518         cut-n-paste bug.
519
520 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
521
522         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
523         filenames.
524         
525 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
526
527         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
528         Fix incorrect return value, filter out returns of 0x7f for
529         the delete key. (#74179, Kang Jeong-He)
530
531 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
532
533         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
534         foreach function.
535
536 2002-03-11  Matthias Clasen  <maclas@gmx.de>
537
538         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
539         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
540         (#69244)
541
542 2002-03-11  James Henstridge  <james@daa.com.au>
543
544         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
545         compatibility without breaking things for people using 1.4.
546
547 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
548
549         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
550         right behavior.
551
552 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
553
554         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
555         cursor path and not with the selected iter in the 'decide to edit'
556         check
557