]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Added gtkhandlebox.c to Makefile.am.
[~andy/gtk] / ChangeLog.pre-2-6
index d0775959caa9cabdbab98ff7982ca6ec16e455a3..a7d46e7f6ec28e0adbbc6ec5154bbc22e497d759 100644 (file)
@@ -1,3 +1,38 @@
+Fri Dec 26 11:20:03 1997  Scott Goehring  <scott@poverty.bloomington.in.us>
+
+       * gtk/Makefile.am (gtkinclude_HEADERS): added gtkhandlebox.c
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_reparent): eliminated a
+       compiler warning caused by not casting an argument in a debugging
+       message. :)
+
+Fri Dec 26 02:59:39 1997  Federico Mena  <federico@bananoid.nuclecu.unam.mx>
+
+       * gdk/gdktypes.h gdk/gdk.c gdk/gdkwindow.c: Added new
+       GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events.  They are needed
+       for Alan Cox's TV widget and for GtkXmHTML.  Only missing with
+       respect to their Xlib counterparts are the major_code and
+       minor_code fields from the GdkEventNoExpose structure.  Does
+       anyone need them?
+
+Tue Dec 23 03:03:17 1997  Tim Janik  <timj@psynet.net>
+
+       * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes
+       the spacing from klass->scrollbar_spacing now. adapted all functions
+       that used this macro (based on a patch from Patrice Fortier).
+       * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added
+       scrollbar_spacing to substitute a define (patch from Patrice Fortier).
+
+       * gtk/gtkrc.h (gtk_rc_parse_string): new function.
+       * gtk/gtkrc.c: many functions adapted to use GScanner for scanning.
+       (gtk_rc_parse): use gtk_rc_parse_any for parsing.
+       (gtk_rc_parse_string): new function to support parsing from
+       strings, just calls gtk_rc_parse_any.
+       (gtk_rc_parse_any): new function using GScanner as lexer.
+
+Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>
+
+        * GDK support for 1 bpp depth screens.
 
 Thu Dec 18 23:46:11 CST 1997 Shawn T. Amundson <amundson@gimp.org>