]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Remove obsolete entry for no_NO And the translation And the translation.
[~andy/gtk] / ChangeLog
index c6f4d9e1fb4e353cf8abd389a0b1c630074dde13..511f7705e8591b9fcf325e4cd2407e1bf67e4319 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,584 @@
+2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * configure.in: Remove obsolete entry for no_NO
+       * po-properties/no.po: And the translation
+       * po/no.po: And the translation.
+
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
+       fix.
+
+2006-04-17  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
+       UMR in gtk_drag_dest_motion. Bug #338725.
+
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_class_init): 
+       * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
+       in property blurbs.  (#338772, Clytie Siddall)
+
+2006-04-16  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
+       for source being a window.
+
+       * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
+       Don't assert on window not being the root window.
+
+2006-04-16  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
+
+2006-04-16  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
+       possible array overrun.  (Coverity)
+
+       * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
+       possible array overrun.  (Coverity)
+
+       * gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
+       Avoid a NULL dereference.  (Coverity)
+
+2006-04-15  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.c: Make filename_warning() static,
+       and use caseless matching when looking for file:/.  
+       (#336772, Morten Welinder)
+
+2006-04-13  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkevents-quartz.c:
+        (synthesize_enter_event):
+        (synthesize_leave_event):
+        (synthesize_crossing_events):
+        Take grabs into account.
+
+        (find_window_for_event):
+        Only return grabbed window when owner_events is FALSE.
+
+2006-04-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly
+       to avoid a possible NULL dereference.  (Coverity)
+
+2006-04-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
+       allow passing NULL for x1 or x2, adjust callers.
+
+       * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
+       Reorganize to avoid a possible NULL pointer dereference.  (Coverity)
+
+        * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
+        to avoid a possible NULL dereference.  (Coverity)
+
+       * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
+       closed displays correctly.  (Coverity)
+
+        * contrib/gdk-pixbuf-xlib/Makefile.am:
+        * modules/engines/pixbuf/Makefile.am
+        * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)
+
+       * gdk/x11/gdkselection-x11.c (make_list): Make this work
+       for list == NULL.  (Coverity)
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): 
+       Rearrange the code a bit.
+
+       * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): 
+       Handle _gtk_text_line_get_data() returning NULL in all
+       cases.  (Coverity)
+
+       * gtk/gtkuimanager.c: Make find_menu_position and
+       find_toolbar_position void.  (#338100)
+
+2006-04-12  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkkeys-quartz.c:
+        Handle page up and page down.
+
+2006-04-12  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkdrawable-quartz.c:
+        (_gdk_quartz_drawable_release_context):
+        Don't flush if we're inside a begin_paint/end_paint pair.
+        
+        * gdk/quartz/gdkwindow-quartz.c:
+        (gdk_window_impl_quartz_end_paint):
+        Free clip region here.
+
+2006-04-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkuimanager.c (start_element_handler): Don't pass
+       a negative value as string length to get_child_node().  (Coverity)
+
+       * gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
+       gracefully.  (Coverity)
+
+       * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
+       if the widget is not a child.  (Coverity)
+
+2006-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
+       cases.  (Coverity)
+
+       * gtk/gtktextview.c (selection_motion_event_handler): Remove
+       some unused variables.
+
+       * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
+       a patch from David Trowbridge to improve the positioning of the
+       search popup.  (#338047)
+
+2006-04-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_init)
+       (gtk_recent_manager_new): Remove the unneeded setting of the
+       storage file inside the constructor. (Murray Cumming)
+       (build_recent_items_list): Reset the dirty bit when done rebuilding
+       the list from the storage file.
+
+2006-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
+       compiler warnings.
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
+       dereference info before checking it for NULL.  (Coverity)
+
+2006-04-11  Anders Carlsson  <andersca@mac.imendio.com>
+
+        * gdk/quartz/GdkQuartzView.c:
+        (-[GdkQuartzView drawRect:]):
+        * gdk/quartz/gdkdrawable-quartz.c:
+        (gdk_quartz_ref_cairo_surface):
+        (_gdk_quartz_drawable_get_context):
+        (_gdk_quartz_drawable_release_context):
+        * gdk/quartz/gdkwindow-quartz.c:
+        (gdk_window_impl_quartz_finalize):
+        (gdk_window_impl_quartz_class_init):
+        (gdk_window_impl_quartz_begin_paint_region):
+        (gdk_window_impl_quartz_end_paint):
+        (gdk_window_impl_quartz_invalidate_maybe_recurse):
+        (gdk_window_impl_quartz_process_updates):
+        (gdk_window_impl_quartz_paintable_init):
+        (_gdk_window_impl_quartz_get_type):
+        * gdk/quartz/gdkwindow-quartz.h:
+        Have GdkWindowImplQuartz implement GdkPaintable.
+
+2006-04-10  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
+       pasted rich text should not be affected by tags that are active at
+       the insertion point. Therefore, remove and remember all active
+       tags, and re-apply them left and right of the inserted text after
+       pasting. Fixes bug #337653.
+
+2006-04-11  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/gdkinternals.h:
+        * gdk/gdkwindow.c:
+        (_gdk_paintable_get_type):
+        (gdk_window_begin_paint_region):
+        (gdk_window_end_paint):
+        (gdk_window_process_updates):
+        (gdk_window_invalidate_maybe_recurse):
+        Add new GdkPaintable interface which implementation objects can 
+        implement in order to override gdk painting functions.
+
+2006-04-10 Vladimer Sichinava  <vlsichinava@gmail.com>
+
+        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
+
+2006-04-07  Hans Breuer  <hans@breuer.org>
+
+       * gtk/makefile.msc.in tests/makefile.msc : updated
+
+2006-04-06  Tor Lillqvist  <tml@novell.com>
+
+       Correct the appearance of non-square icons and cursors: pad them
+       to square so that Windows won't stretch them.
+
+       * gdk/win32/gdkcursor-win32.c (create_alpha_bitmap)
+       (create_color_bitmap): Always create square bitmaps, take only
+       side length as argument.
+       (pixbuf_to_hbitmaps_alpha_winxp, pixbuf_to_hbitmaps_normal):
+       Corresponding changes.
+
+2006-04-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c (text_window_realize): Lower the window, to
+       prevent late-constructed text windows from covering child 
+       widgets.  (#336796, Yevgen Muntyan)
+
+       * gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify) 
+       (gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
+       signals to ensure that we emit enough signals. Also optimize the
+       code to not do unnecessary tree walking.
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Document ::grab-notify.
+
+2006-04-05  Paolo Borelli  <pborelli@katamail.com>
+
+       * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle the case of \r
+       and \n split across lines. Bug #337022.
+       * tests/testtextbuffer.c: add unit test.
+
+Tue Apr  4 12:25:36 2006  Søren Sandmann  <sandmann@redhat.com>
+
+       * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
+       make it build.
+
+2006-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkdisplay.c: 
+       * gdk/gdkdisplaymanager.c:
+       * gdk/gdkdraw.c:
+       * gdk/gdkkeys.c:
+       * gdk/gdkpixmap.c:
+       * gdk/gdkscreen.c:
+       * gdk/gdkwindow.c:
+       * gdk/x11/gdkcolor-x11.c:
+       * gdk/x11/gdkdisplay-x11.c:
+       * gdk/x11/gdkdnd-x11.c:
+       * gdk/x11/gdkdrawable-x11.c:
+       * gdk/x11/gdkgc-x11.c:
+       * gdk/x11/gdkimage-x11.c:
+       * gdk/x11/gdkinput.c:
+       * gdk/x11/gdkpixmap-x11.c:
+       * gdk/x11/gdkscreen-x11.c:
+       * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE.
+
+       * gdk/x11/gdkcolor-x11.c: 
+       * gdk/x11/gdkdnd-x11.c:
+       * gdk/x11/gdkimage-x11.c: Use instance private data.
+
+2006-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
+
+       * gtk/gtkmain.c: Make gtk_args const.
+
+       * gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
+
+       * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark):
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark):
+       * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark):
+       * gtk/gtkfilesystem.c (gtk_file_system_error_quark):
+       * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point
+       in making the error path fast by caching quarks. 
+
+       * gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
+
+       * gdk/gdk.c: Here too.
+
+       * gdk/gdkinternals.h: 
+       * gdk/x11/gdkmain-x11.c: 
+       * gdk/win32/gdkmain-win32.c: 
+       * gdk/directfb/gdkdisplay-directfb.c: 
+       * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
+
+       * gdk/win32/gdkpixmap-win32.c: Include gdkscreen.h  (#337032,
+        Kazuki IWAMOTO)
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
+       that %NULL is allowed.  (#336937, Christian Neumair)
+
+       * gtk/gtkmain.c: Get rid of an unnecessary static variable.
+
+       * gtk/gtktextlayout.c: Fix a warning.
+       
+       * gtk/gtktextsegment.h: 
+       * gtk/gtktextsegment.c: 
+       * gtk/gtktextchild.c:
+       * gtk/gtktextbtree.c:
+       * gtk/gtktextmark.c: 
+       * gtk/gtktexttypes.h: Make the segment class pointers const.
+
+       * gtk/gtktextbufferserialize.c: Make parser struct const.
+       
+       * gtk/gtkuimanager.c: Make parser struct const.
+
+       * gtk/gtklinkbutton.c: Make the default colors const.
+
+       * gtk/gtkuimanager.c: Avoid relocations. 
+
+       * gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
+       buffer.
+
+       * gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
+
+       * gtk/gtkrc.c (gtk_rc_add_initial_default_files) 
+       (gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
+       dynamically.
+
+2006-04-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrc.c: Avoid relocations for the array of symbol names. 
+
+       * gtk/gtkruler.c: Remove unused strings from the ruler_metrics 
+       structs, to avoid relocations.  (#336917, Stephane Chauveau)
+
+2006-04-02  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
+       the items list after setting the storage file.
+
+       * gtk/gtkrecentmanager.c (display_closed): Use the right string
+       for unsetting the default manager object from the screen.       
+
+2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
+
+2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
+       instead of static buffer to reduce .bss by 8kb. (#336784)
+
+2006-04-01  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
+       drawing of menu separators
+       
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
+       them out in warning messages. (#336770, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
+       last_stamp inside the look. (#336771, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
+       Add missing break. (#336769, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
+       * gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
+       instead of FALSE in g_return_val_if_fail in a pointer-returning
+       function. (#336764, Morten Welinder)
+
+2006-04-01  Gora Mohanty  <gmohanty@cvs.gnome.org>
+
+       * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
+
+2006-03-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
+       assert that the age is positive.  (#336773, Morten Welinder)
+
+2006-03-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile 
+       parser in the error case. 
+       
+       * gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon) 
+       (icon_data_free, load_themes):
+       * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
+       allocator for GtkIconData and UnthemedIcon structs.
+
+2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c: Fix translation comments for localizable
+       digit formats. (fixes bug #336650)
+
+2006-03-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
+       comment format.
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) 
+       (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) 
+       (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) 
+       (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): 
+
+       * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): 
+       * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) 
+       (gtk_recent_chooser_set_sort_func): 
+       * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
+       parameter names between .c and .h files to help gtk-doc.
+
+       * gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
+       docs to help gtk-doc.
+
+       * docs/tools/widgets.c (get_all_widgets): Add 
+       GtkRecentChooserDialog.
+
+       * gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
+       icon window when constructing the fallback_icon. This
+       fixes a crash when dragging icons between screens in
+       nautilus.  (#325751, Hylke van der Schaaf)
+
+2006-03-30  Michael Emmel  <mike.emmel@gmail.com>
+
+       * gdk/directfb/gdkpixmap-directfb.c implement
+           (gdk_pixmap_foreign_new_for_screen)
+
+2006-03-30  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       Add documentation for the GtkLinkButton (#336592)
+
+       * docs/reference/tmpl/gtklinkbutton.sgml: Add description
+       of the GtkLinkButton.
+
+       * docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
+       for migrating code from GnomeHRef to the GtkLinkButton.
+
+       * docs/reference/gtk/gtk-docs.sgml:
+       * docs/reference/gtk/Makefile.am: Build glue for the porting
+       guide.
+
+2006-03-29  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk/gdk.symbols:
+       * gdk/gdkpixmap.h:
+       * gdk/win32/gdkpixmap-win32.c:
+       * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
+       New function to allow wrapping a native pixmap without
+       a server roundtrip.  (#334954, David Baron) 
+
+       * gtk/gtk.symbols:
+       * gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
+
+2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
+
+2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * gtk/gtk.symbols: Fix a typo that broke aliasing rules.
+
+2006-03-29  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
+
+2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
+       guide for porting to the new GtkRecent stuff from the old EggRecent
+       code.
+
+       * docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
+       * docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
+       * docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
+       * docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
+       * docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
+       * docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
+       for the reference guide.
+
+       * docs/reference/gtk/gtk-docs.sgml:
+       * docs/reference/gtk/gtk-sections.txt:
+       * docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
+       the reference guide.
+
+2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * tests/Makefile.am:
+       * tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.
+
+2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       Import GtkRecent* from libegg.
+
+       * gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object
+       for managing a list of recently used resources.
+
+       * gtk/gtkrecentchooser.[ch]:
+       * gtk/gtkrecentchooserdefault.[ch]:
+       * gtk/gtkrecentchooserdialog.[ch]:
+       * gtk/gtkrecentchoosermenu.[ch]:
+       * gtk/gtkrecentchooserprivate.h:
+       * gtk/gtkrecentchooserutils.[ch]:
+       * gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a
+       GTypeInterface for widgets implementing viewers for recently
+       used resources.
+
+       * gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object
+       for GtkRecentChooser implementations.
+
+       * gtk/gtk.h:
+       * gtk/gtk.symbols:
+       * gtk/Makefile.am: Build glue for GtkRecent*.
+
+2006-03-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Emit
+       page-added before switch-page.  (#335691, Christian Persch)
+
+2006-03-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserdefault.c (queue_edited_idle): Handle
+       double queuing, rather than asserting that it does not 
+       happen.  (#330617)
+
+2006-03-28  Matthias Clasen  <mclasen@redhat.com>      
+
+       * gtk/gtknotebook.c (gtk_notebook_set_tab_detachable): Fix
+       docs syntax, also commit a patch from #335707 to improve
+       notebook DND with window widgets.
+
+       * gtk/gtktextview.c (gtk_text_view_start_selection_drag): 
+       (selection_motion_event_handler): Fix drag-selection after
+       double-click.  (#323862, Benjamin Berg)
+
+       * gtk/gtktextview.c (get_iter_at_pointer): Factor this out
+       into a function and use it in move_mark_to_pointer_and_scroll,
+       drag_scan_timeout and selection_motion_event_handler.
+       (Paolo Borelli)
+
+2006-03-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_do_popup) 
+       (gtk_text_view_grab_notify): Move the call to 
+       gtk_text_view_end_selection_drag() from gtk_text_view_do_popup
+       to gtk_text_view_grab_notify, so that it works not only
+       for the text views own popup, but also for other ways in which
+       we might become grab-shadowed during a selection drag.
+       (#74620, Li Yuan)
+
+2006-03-28  Sven Herzberg  <herzi@gnome-de.org>
+
+        reviewed by: Tim Janik
+       
+       * gtk/gtkpixmap.c: (gtk_pixmap_set): only check for equal colormaps if
+       the new pixmap is not NULL; fixes a warning when gtk_pixmap_set is
+       called from gtk_pixmap_finalize (bug 336254)
+
+2006-03-27  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkevents-quartz.c:
+        (select_thread_func):
+        (got_fd_activity):
+        (poll_func):
+        (gdk_event_translate):
+        Make the poll func work with real file descriptors.
+        We do this by creating a thread which calls poll and then
+        signals the main thread using a run loop source.
+        
+        * gtk/gtkclipboard-quartz.c:        
+        (-[GtkClipboardOwner pasteboard:provideDataForType:]):
+        Remove debugging output
+
+2006-03-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmnemonichash.c (_gtk_mnemonic_hash_activate): Check that 
+       the widget is viewable.  (#336200, Bastian Nocera)
+
+2006-03-27  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c (gtk_menu_scroll_by): bail out if there is no need
+       for scrolling (more obvious than adding additional conditions to
+       the scroll offset calculation). Fixes bug #335912.
+
 2006-03-27  Anders Carlsson  <andersca@imendio.com>
 
         * gtk/Makefile.am: