]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Fix memory intilization error caused by my previous checkin. #94908 a
[~andy/gtk] / ChangeLog.pre-2-10
index 6e54ae2fba4a98a2c70160772fec106e533a6d47..d0083cf47b8bd0bf8b583db1491732bf2dd04e6a 100644 (file)
@@ -1,3 +1,114 @@
+Fri Oct  4 15:05:19 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * modules/input/gtkimcontextxim.c (get_ic_real): Fix memory
+       intilization error caused by my previous checkin.
+       #94908 a patch from famao@momonga-linux.org (Motonobu Ichimura)
+       
+Fri Oct  4 17:13:03 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c: Improve checks on public entry points,
+       including, among other things checking whether drag
+       contexts passed in are source or dest. (Fixes
+       #76762, Alexey A. Malyshev)
+
+       * tests/testtext.c tests/testgtk.c tests/testdnd.c:
+       Fix uninstalled operation for new pixbuf changes.
+
+       * gtk/stock-icons/Makefile.am (pixbuf_csource): 
+       Fix makefile for uninstalled operation.
+
+Fri Oct  4 21:21:47 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_paint): remove unused
+       codepath.
+
+       * gtk/gtkmenuitem.c (gtk_real_menu_item_{de,}select): call 
+       gtk_widget_queue_draw() instead of gtk_widget_draw().
+
+Fri Oct  4 14:49:04 2002  Owen Taylor  <otaylor@redhat.com>
+
+       Patch from Shivram U <shivaram.upadhyayula@wipro.com>
+       * gdk/x11/gdkkeys-x11.c (update_keymaps): Increased the keycount to
+       (max_keycode - min_keycode) + 1 from (max_keycode - min_keycode).
+       (update_keymaps), (gdk_keymap_get_entries_for_keyval) looping through
+       less than or equal to max_keycode. (#79184)
+
+2002-10-04  jacob berkman  <jacob@ximian.com>
+
+       * gdk/x11/gdkscreen-x11.c (init_xinerama_support): make legal C
+
+Fri Oct  4 12:05:27 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * demos/Makefile.am (pixbuf_csource): Fix envars
+       for uninstalled operation of gdk-pixbuf
+
+       * demos/Makefile.am (test-inline-pixbufs.h): Remove
+       output on failure.
+
+Fri Oct  4 12:00:10 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkscreen.c (gdk_screen_class_init): Get the
+       name right.
+
+       * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): 
+       Fix function that should have been static.
+
+Fri Oct  4 11:43:47 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Add a check for the Xrandr extension.
+
+       * gdk/gdkscreen.[ch]: Add a size-changed signal.
+
+       * gdk/x11/gdkscreen-x11.[ch]: Patch from Keith packard
+       to hook up ConfigureNotify events on the root window
+       to the ::size-changed signal. (#94560)
+
+       * gtk/gtkimcontextsimple.c: Warning fixes
+       
+Fri Oct  4 00:57:53 2002  Manish Singh  <yosh@gimp.org>
+
+       * gtkhscrollbar.[ch] gtkhseparator.[ch] gtkrange.[ch]
+       gtkscrollbar.[ch] gtkseparator.[ch] gtkseparatormenuitem.h
+       gtkvscrollbar.[ch] gtkvseparator.[ch]: Deprecation cleanup
+
+Thu Oct  3 22:38:12 2002  Manish Singh  <yosh@gimp.org>
+
+       * gdk-pixbuf/queryloaders.c: make it legal C
+
+Thu Oct  3 16:40:18 2002 Eric Warmenhoven <eric@warmenhoven.org>
+
+       * gdk/gdkevents.c, gdk/linux-fb/gdkwindow-fb.c,
+       gtk/gtkwindow-decorate.c: implement maximize for linux-fb
+
+       * gdk/linux-fb/gdkkeyboard-fb.c: implement raw keyboard mode
+
+       * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkdnd-fb.c,
+       gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkselection-fb.c,
+       gdk/linux-fb/miarc.c, gdk/linux-fb/mifpolycon.c,
+       gdk/linux-fb/miwideline.c, gdk/linux-fb/mizerclip.c,
+       gdk/linux-fb/mizerline.c: small cleanups
+
+Thu Oct  3 19:00:55 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkselection-x11.c (gdk_selection_property_get): 
+       Fix error in computing length and a memory leak.
+       (Fixes #94072, reported by Hema Seetharamaiah)
+
+       * gtk/gtkmenu.c (gtk_menu_motion_notify): Fix &event
+       used instead of event.
+
+2002-10-04  Matthias Clasen  <maclas@gmx.de>
+
+       * demos/gtk-demo/main.c (main): 
+       * demos/pixbuf-init.c (pixbuf_init): Adjust to gdk-pixbuf changes.
+
+Thu Oct  3 23:53:43 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_destroy): get
+       XDisplay from window instead of display, as display has not been
+       defined here (fixes the build).
+
 Thu Oct  3 17:09:23 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/{gdkdrawable-x11.[ch],gdkpixmap-x11.c,