]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Remove po/README.tools, po/desk.pl and po/update.pl.
[~andy/gtk] / ChangeLog
index 8978dd0290000229955daa31752dfa0ee3af1444..0aa386d10a124021661ba971308f21f475ab1f8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2002-06-13  Christian Rose  <menthos@menthos.com>
+
+       * Makefile.am (EXTRA_DIST): Remove po/README.tools, po/desk.pl
+       and po/update.pl.
+
+Thu Jun 13 12:01:36 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_drag_motion): Don't return
+       a positive status unless there is a text target in
+       the drag. (#83386, Thomas Leonard.)
+
+Thu Jun 13 11:36:37 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Save
+       the initial grab time, use that when changing the
+       pointer. (#83052, help from Dave Camp tracking it down.)
+Thu Jun 13 16:42:40 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreestore.c (gtk_tree_store_finalize): traverse all nodes,
+       not just the leafs (pointed out by Josh Parsons)
+
+2002-06-12  Havoc Pennington  <hp@redhat.com>
+       * configure.in: check that pango has Xft2 support, instead of
+       checking whether Xft2 exists.
+
+Wed Jun 12 17:46:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (blink_cb): Add an informative 
+       g_warning() when the entry has lost a focus-out-event.
+       (#78305, Michel Selten)
+
+Wed Jun 12 17:31:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item): 
+       Check to see if the menu item is selectable before
+       setting menu_shell->active_menu_item. This hopefully
+       will keep gail from getting confused.
+       (#84115, Remus Draica)
+
+Wed Jun 12 17:13:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): Fix bug
+       where if CENTER_ON_PARENT was set, but there was
+       no parent, GDK_HINT_POS would be set, resulting
+       in a dialog at 0,0. (#83479, Havoc Pennington)
+
+Wed Jun 12 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenubar.c: When fetching the menubars for
+       the window for F10 handling, only add viewable menu
+       bars. (Apparently, people sometimes put menu bars
+       in notebook pages!) (Tim Janik, #82627)
+
+Wed Jun 12 16:21:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
+       Clamp size of child to at least 1x1. (#82431, 
+       Boris Shingarov.)
+
+Wed Jun 12 15:43:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_snap): Handle
+       0 increment, to fix division-by-zero problem.
+       (#82816, George Lebl.)
+
+Wed Jun 12 15:38:01 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
+       Fix memory leak. (Patch from Matthias Clasen, #84926)
+
+       * gtk/gtkrange.c (gtk_range_init): Initialize
+       mouse_x, mouse_y to -1,-1. (#84871, Garrett Lesage)
+
+Wed Jun 12 15:08:37 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.c (gtk_rc_get_style_by_paths): Allow 
+       NULL for widget path or class path as documented.
+       (#83150, Sergey Kuzminov)
+
+Wed Jun 12 15:02:30 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
+       (#83092, Tino Meinen)
+
+Wed Jun 12 14:41:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems with case statements
+       for checking for omitted deps. (#84202, Jacob Berkman.)
+
+       * configure.in: Remove USE_X11R6_XIM checks since we 
+       no longer use them.
+
+Wed Jun 12 14:18:45 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkimcontextsimple.c: Add compose sequences
+       of dead_acute + c/C => C WITH CEDDILLA.
+       (Nano Golveia, #83492)
+2002-06-10  Hans Breuer  <hans@breuer.org>
+
+       * gdk/makefile.msc : added gdkdisplay and gdkscreen
+
+       * gdk/win32/gdkdisplay-win32.c (gdk_open_display) : 
+       need to gdk_screen_set_default_colormap(). Also un-static
+       some exported gdk_display_*() functions
+
+       * gdk/win32/gdkdrawable-win32.c : added "gdkscreen.h"
+
+       * gdk/win32/gdkscreen-win32.c : implement
+       gdk_screen_get_number, fixed typo, added rewuired headers
+
+       [merge from 2.0.x branch, should we really manifest 
+        GtkPlug as being an X11 only thing this way? See #58541]
+       * gtk/gtkwindow.c (gtk_window_show): Conditionalize
+       GTK_IS_PLUG() check on GDK_WINDOWING_X11. (Problem
+       reported by Sven Neumann)
+
+2002-06-10  Tor Lillqvist  <tml@iki.fi>
+
+       [ merge from stable ]
+
+       * gdk/win32/gdkmain-win32.c (gdk_screen_get_width_mm,
+       gdk_screen_get_height_mm): Use the "logical dpi" to calculate
+       (pseudo) physical sizes. Similar to the use of "logical dpi" in
+       Pango as suggested by Joaquin Cuenca Abela.
+
+       Two fixes by Florent Duguet:
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Correct
+       semantics for setting cursor to NULL (should use cursor of parent
+       window).
+
+       * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get): Plug memory
+       leak.
+
+2002-06-10  Naba Kumar <kh_naba@users.sourceforge.net>
+
+       * configure.in: Added hi in ALL_LINGUAS
+
+2002-06-09  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextbtree.c (_gtk_text_btree_unref): Don't leak
+       child_anchor_table.  (#84425)
+
+       * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't leak
+       one_display_cache.  (#84424)
+
 Fri Jun  7 23:11:42 2002  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): Fix sizing