]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
u2004-05-03 Matthias Clasen <mclasen@redhat.com>
[~andy/gtk] / ChangeLog.pre-2-4
index 6485a1cd1aa3a862067f0f663dbdd642337f25d0..82d5f73b93127a3c8ba94c54c1148624bb85ec43 100644 (file)
@@ -1,5 +1,128 @@
+u2004-05-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkselection.c (_gtk_selection_request): Fix
+       a debug message to show correct information.
+       (_gtk_selection_incr_event): Make INCRemental transfer
+       of MULTIPLE targets work. This was broken since 1997!
+
+2004-05-02  Hans Breuer  <hans@breuer.org>
+
+       * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
+       modify the passed in GdkSegment(s) in place, we may get
+       them again to draw at the same place. Fixes bug #129095, 
+       bug #137177, ...
+       (draw_segments) draw the end pixel again to get the 
+       pixmap mask right, fixes bug #126710, #130202
+
+       * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
+       fixes bug #106013, John Ehresman
+
+       * gtk/makefile.msc.in : don't try to link gtk.res but
+       use gtk-win32.res (as supposed to be fixed below :)
+
+2004-05-01  Hans Breuer  <hans@breuer.org>
+
+       * tests/Makefile.am : tests/makefile.msc is in CVS for
+       a long time, finally added to EXTRA_DIST : fixes bug 
+       #141334, John Ehresman
+
+2004-04-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.4.1 ===
+
+       * configure.in: Version 2.4.1, interface age 1. 
+
+       * NEWS: Updates
+
+2004-04-29  Federico Mena Quintero  <federico@ximian.com>
+
+       Fixes #140412.
+
+       * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
+       function; moved the code over from
+       remove_bookmark_button_clicked_cb().
+       (remove_selected_bookmarks): Now, getting a non-removable bookmark
+       is not an error, as we may be called as a result of hitting the
+       Delete key.
+       (shortcuts_key_press_event_cb): New handler; delete the bookmark
+       if the user presses Backspace, Delete, or KP_Delete.
+
+2004-04-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaction.c (closure_accel_activate): Use
+       _gtk_action_emit_activate() instead of directly
+       emitting the activate signal.  (#141429, Jody Goldberg)
+
+       * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
+       Warn people when the accelerator can not be 
+       parsed.  (#141429, Jody Goldberg)
+
+2004-04-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/testentrycompletion.c (main): Add a missing 
+       cat.  (#141070, Chris Sherlock)  
+
+       * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
+       variable.  (#141022, Chris Sherlock)
+       
+       * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
+       cast.  (#141013, Chris Sherlock)
+
+       * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
+       unused variable.  (#141011, Chris Sherlock)
+
+2004-04-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
+       leak. (#140775, John Ehresman)
+
+Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
+       to index the cached gcs, not depth.  (#139494)
+
+2004-04-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
+
+Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
+       cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
+
+2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       Patch to add support for string conversion callbacks to
+       GtkIMContextXIM (#101814)
+
+       * modules/input/gtkimcontextxim.c: Set the string conversion callback
+       if supported by the XIC.
+
+       (struct _GtkIMContextXIM): Add string_conversion_callback member.
+
+       (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
+       whether string conversion callback is supported.
+
+       (gtk_im_context_get_ic, +set_string_conversion_callback,
+       +string_conversion_callback): Also initialize string conversion
+       callback, if supported, along with the IC initialization.
+
+       * modules/input/imxim.c: Make "xim" module default for Thai as well.
+
 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
+       initialize targets.  (#139883, John Finlay)
+
+       * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
+       Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
+       Tim-Philipp Müller)
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
+       Remove an excessive g_return_if_fail().
+
        * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
        static.
        * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
@@ -146,7 +269,7 @@ Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
+       wheel and the spin buttons.  (#132745, Padraig O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.