]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct
[~andy/gtk] / ChangeLog
index 1665e241514ae3309e3462cb6883e0352347b207..a74da01a23a4b12c6bb14051571009e0b03e315f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2002-08-25  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
+       defines for struct packing checks use sizeof() on stuff from
+       these. (#84211, Andreas Holzmann)
+
+       * gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
+       gtk_win32res_lo. (#87101, J. Ali Harlow)
+
+       * gdk/gdkevents.c
+       * gdk/gdkinternals.h
+       * gdk/x11/gdkevents-x11.c
+       * gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
+       GdkEventFlags definitions from gdkevents.c to
+       gdkinternals.h. Remove the duplicated definitions in
+       gdkevents-x11.c and gdkevents-win32.c. (#89771)
+
+2002-08-24  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
+       system handle Alt-Space, too. Thanks to Tim Evans (#91477).
+
+Sat Aug 24 12:46:37 BST 2002  Tony Gale <gale@gtk.org>
+
+       * docs/tutorial/gtk-tut.sgml, examples/*:
+       update g_connect_signal usage
+
+       * docs/faq/gtk-faq.html: spelling/grammar fixes
+
+2002-08-21  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/Makefile.am: Move GDK_DEP_LIBS from LDFLAGS to each of the
+       libgdk_*_LIBADD, to fix problems when cross-compiling, as
+       suggested by J. Ali Harlow in #87103.
+
+2002-08-19  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtkentry.c (gtk_entry_real_delete_text): Use 
+       gtk_entry_set_positions() to update current_pos and selection_bound
+       so notifications are emitted (#90548)
+
+2002-08-16  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
+       back to the order that 2.0 has
+
 Thu Aug 15 22:46:02 BST 2002  Tony Gale <gale@gtk.org>
 
        * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c: