]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
New pthreads version. Use gettext.
[~andy/gtk] / ChangeLog.pre-2-0
index a7dd2f78f6b37cafec9c2a7257cd323cd8f2be99..e67d24854bbf96ded57098b36f56e66e4800a6c5 100644 (file)
@@ -1,3 +1,97 @@
+1999-07-03  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
+
+Mon Jun 28 10:03:07 1999  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
+       bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
+       finding this.)
+
+1999-06-01  Jose H Mercado  <jmercado@mit.edu>
+
+       * gtk+.spec.in: Corrected some typos in files section.
+       
+1999-06-15  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Mention using GNU gettext.
+       * config.h.win32: Enable NLS stuff.
+       * gtk/makefile.msc: Use GNU gettext.
+       * gdk/win32/gdkdnd.c: Minor header reorg.
+       * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
+       cosmetics.
+       * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
+       * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
+
+Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
+
+       * acinclude.m4
+        * config.guess
+        * config.status
+        * ltconfig
+        * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
+
+1999-05-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
+       SafeAdjustWindowRectEx. Don't override all calls to
+       AdjustWindowRectEx by it, but use it only in two places: When
+       creating a new top-level window and when moving a top-level
+       window.
+
+       Use screen coordinate rectangle, not client rectangle, in
+       gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
+       when we try to place a window so that the decoration (mainly,
+       title bar) isn't visible.
+
+       These changes fix the bug that showed up for instance as the
+       GIMP's saved top-level windows moving right and down (by an amount
+       equal to the window decoration) for each session. This bug showed
+       up also in testgtk's "Saved Position".
+
+       gdk_window_resize also redone a bit.
+
+1999-05-25  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/testgtkrc: Add (commented out) Windows-style theme
+       include line.
+
+       * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
+
+1999-05-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
+       gdkx.h to a gdk subdirectory, so that applications can include
+       these with <gdk/*.h> without trouble.
+
+       * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
+       (gdk_image_destroy): Plug resource leak, some GdkImages didn't
+       have their bitmap destroyed.
+
+       * gdk/win32/gdk.def: Add gdk_root_parent.
+
+Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * configure.in
+         gtk-config.in
+         ltconfig
+         ltmain.sh     
+         gtk/Makefile.am: changes to compile nicely (with xlib) 
+          on BeOS
+
+Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
+
+       * acinclude.m4
+       * config.guess
+       * config.sub
+       * ltconfig
+       * ltmain.sh: upgrade to libtool 1.3
+
+Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c:
+       * gtk/gtkctree.c: merges from gtk-1-2
+
 1999-04-25  Tor Lillqvist  <tml@iki.fi>
 
        Support added for building using a GNU toolchain on Win32,
@@ -95,7 +189,7 @@ Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
        gdk_color_hash should have only one parameter. Declare
        gdk_threads_mutex with GDKVAR.
        
-       * gdk/gdkcolor.c (gdk_color_hash): As a hash function should have
+       * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
        just one parameter.
 
        * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
@@ -113,7 +207,7 @@ Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
        in the backend-dependent directory, not in the common gdk
        directory.
 
-       * gtk/testgtk.c: Ditto. Also, don't use ../gdk patchs to gdk
+       * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
        headers.
 
 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>