]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Updates. Don't mention the now removed makefile.mingw files.
[~andy/gtk] / ChangeLog
index c1e8e2973937b35311e920d931b25582d90a1670..e46eba3c33c00f225006473fb49007259df71346 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,69 @@
+2003-01-05  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Use correct DLL and import library names, with
+       GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
+       (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
+
+       * configure.in: Improve check for dimm.h.
+
+       * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
+       gdk-pixbuf/Makefile.am.
+
+       * gdk-pixbuf/makefile.mingw.in
+       * gdk-pixbuf/pixops/makefile.mingw.in
+       * gdk/makefile.mingw.in
+       * gdk/win32/makefile.mingw.in
+       * gtk/makefile.mingw.in: Remove. Not maintained anyway.
+
+       * gdk-pixbuf/Makefile.am
+       * gdk-pixbuf/pixops/Makefile.am
+       * gdk/Makefile.am
+       * gdk/win32/Makefile.am
+       * gtk/Makefile.am
+       * configure.in: Remove makefile.mingw{,.in} from here, too.
+       
+       * README.win32: Updates. Don't mention the now removed
+       makefile.mingw files.
+
+       * gdk/gdk.def
+       * gtk/gtk.def: Add a couple of missing entries.
+
+       * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
+
+       * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
+       earlier.
+
+       * gdk/win32/rc/Makefile.am: Add hack to help
+       build/win32/lt-compile-resource decide which kind of libtool
+       object file to produce.
+
+2003-01-05  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
+       C-Down step through the sequence of paragraph ends (old behaviour
+       included paragraph starts).  (#80340, patch by Narayana Pattipati)
+
+       * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
+       Check for a tag toggle at the start iterator before calling
+       gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
+       Elstner)
+
+2003-01-04  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
+       and /*< private >*/ as appropriate.  (#97211)
+
+2003-01-04  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
+       distribute gtk-zip.sh.in.
+
+       * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
+
 2003-01-03  Havoc Pennington  <hp@pobox.com>
 
+       * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
+
        * docs/text_widget_internals.txt: add a file documenting some of
        the text widget internals