]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Add docs.
[~andy/gtk] / ChangeLog.pre-2-8
index 41ecffef6cf5ff1089a67c0417de551ea765c755..5591918525f2a1372ef6db3345abe7ab5602fc64 100644 (file)
@@ -1,3 +1,36 @@
+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.
@@ -16,6 +49,8 @@
        * 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
@@ -194,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>
 
@@ -205,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.