]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Add docs.
[~andy/gtk] / ChangeLog.pre-2-8
index 03f1558595b77d78fba4e5784257b3f7ba9b0d7d..5591918525f2a1372ef6db3345abe7ab5602fc64 100644 (file)
@@ -1,3 +1,88 @@
+2002-12-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c: Add docs.
+
+Wed Dec 18 12:05:33 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: Various name fixes.
+
+Mon Dec 16 22:38:11 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.1.5 ===
+
+       * configure.in: GTK+-2.1.5, interface age 2, binary age 105.
+
+       * NEWS: Updated.
+
+       * gtk/Makefile.am (gtk_c_sources): Remove reference to fnmatch.h
+
+Mon Dec 16 22:12:01 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Don't use AC_CHECK_LIB() when
+       checking for FreeType, Pango, Atk since that get
+       the ordering wrong. Instead, set LIBS ourself
+       and call AC_TRY_LINK_FUNC(). (#98406)
+
+Mon Dec 16 21:39:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_enter_text): Call
+       gtk_entry_set_position_internal() that takes a
+       new "reset_IM" parameter, so that we avoid the
+       problem where committing text would reset the
+       input method. (#74381, Kang Jeong-Hee)
+
+2002-12-17  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcontainer.c: Fix a few doc comments.
+
+2002-12-17  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkglobals-win32.c: Minor cosmetics.
+
+       Implement two missing functions (#101369)
+
+       * gdk/win32/gdkevents-win32.c
+       (gdk_display_add_client_message_filter): Implement by calling
+       gdk_add_client_message_filter(), no separate displays on Windows,
+       at least not yet.
+
+       * gdk/win32/gdkgc-win32.c (gdk_gc_get_screen): Implement by
+       returning the only screen so far, _gdk_screen.
+
+       * gdk/gdk.def: Add here, too.
+
+Mon Dec 16 16:18:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktexttag.c (gtk_text_tag_get_property): Get rid
+       of incorrect calls to g_value_init(). (#100669, Johan
+       Dahlin, James Henstridge)
+
+Mon Dec 16 17:20:02 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkaccellabel.c: Implement Owen's susggestion from
+       #80764. Fixes #101314.
+
+Sun Dec 15 18:47:30 2002  Owen Taylor  <otaylor@redhat.com>
+
+       Some fixes for modal hint setting based on a patch
+       from Arvind Samptur (#100416)
+
+       * gtk/gtkdialog.c (gtk_dialog_run): Call gtk_window_set_modal
+       before showing the window for efficiency.
+
+       * gtk/gtkwindow.c (gtk_window_realize): Ignore the EWMH
+       constraint that the transient-for hint must always be
+       set on windows with the modal hint and just always set
+       the modal hint.
+
+       * gtk/gtkwindow.c (gtk_window_set_modal): Update the
+       modal hint on the GdkWindow when the window is realized.
+
+Sun Dec 15 18:39:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+       now; should stay the same until we branch for 2.3. (#100598)
+
 Sun Dec 15 18:14:16 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): 
@@ -144,7 +229,7 @@ Fri Dec 13 18:22:21 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkfilesel.c (compare_cmpl_dir): Use 
        g_utf8_collate_key() to sort in human-friendly order.
-       (#94473)
+       (#94473, Gregory Merchan)
 
 Fri Dec 13 17:45:40 2002  Owen Taylor  <otaylor@redhat.com>
 
@@ -155,6 +240,7 @@ Fri Dec 13 17:45:40 2002  Owen Taylor  <otaylor@redhat.com>
        from the antique GNU fnmatch code. Change interface
        to get rid of fnmatch.h constants. Fixes basic
        non-workingness of filesel with non-ASCII filenames.
+       (#78758, Kang Jeong-Hee)
 
        * gtk/fnmatch.h: No longer needed.