]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
HACKING we need libtool 1.2b now
[~andy/gtk] / ChangeLog
index 9fc0b94f711665b487af5da046a54ad21b8d6730..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,123 @@
+Sat Oct 10 00:50:53 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * HACKING
+       * autogen.sh: we need libtool 1.2b now
+
+Sat Oct 10 03:37:50 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top
+       and bottom attach arguments as mandatory and readjust the table size
+       and opposing edge accordingly if required. this way the order in which
+       the arguments are set doesn't matter.
+
+Thu Oct  8 15:53:59 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.c (gtk_type_class_init): Fixed warning
+       message to print out parent class name correctly.
+
+Thu Oct  8 07:07:10 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkobject.h: 
+       * gtk/gtkobject.c:
+       removed functions gtk_object_set_data_destroy and
+       gtk_object_set_data_destroy_by_id.
+       added functions gtk_object_remove_no_notify and
+       gtk_object_remove_no_notify_by_id which will remove a certain data
+       portion without invokation of its destroy notifier, this should only
+       be used in very controled circumstances.
+
+Wed Oct  7 23:59:37 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_set_column_resizeable): added
+       size_allocate_title_buttons call
+       (gtk_clist_realize): changed initial column.window position
+
+Wed Oct  7 20:27:28 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkctree.h (struct _GtkCTree): removed xor_gc, use clists
+       xor_gc instead
+       * gtk/gtkctree.c (create_xor_gc): removed
+       (gtk_ctree_button_press): set correct line_attributes for
+       clist->xor_gc on drag start
+       (gtk_ctree_button_release): reset clist->xor_gc
+
+Wed Oct  7 05:15:36 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtk*.h:
+       * gdk/gdk.h: removed all occourances of #pragma } and #pragma {
+       which were in place to fixup emacs' cc-mode indentation.
+       putting (c-set-offset 'inextern-lang 0) into ~/.emacs is the
+       proper way to achive this and doesn't produce problems for
+       stupid pragma-related compiler bugs. ;)
+
+Wed Oct  7 00:59:46 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.h: new signal GtkCList::resize_column.
+       * gtk/gtkclist.c (draw_row): don't draw invisible columns
+       (size_allocate_title_buttons) (size_allocate_columns):
+       skip invisible columns
+       (new_column_width): take min/max_width into account 
+       (gtk_clist_button_release) (gtk_clist_motion):
+       changes due to changed new_column_width function
+       (LIST_WIDTH): changed define to inline function.
+       (real_resize_column): class function for resize_column signal
+       (gtk_clist_motion): fixed autoscrolling for column resizes
+       (gtk_clist_set_column_visibility): don't hide last visible column,
+       changed visible arg to gboolean
+       (gtk_clist_set_column_min_width)(gtk_clist_set_column_max_width):
+       new functions : set min/max width of a column
+       (gtk_clist_set_column_resizeable): new function : enable/disable
+       column resize operations by mouse
+
+       * gtk/gtkctree.c (draw_row): don't draw invisible columns
+       (ctree_is_hot_spot): return FALSE if tree_column is invisible
+       (draw_xor_line)  (draw_xor_rect): draw full rectangle/line if
+       tree_column is invisible
+       (gtk_ctree_find_all_by_row_data)
+       (gtk_ctree_find_all_by_row_data_custom):  new function from
+       Ronan Bourlier <ronan@radioss.com>. Returns a GList of all
+       GtkCTreeNodes with row->data == data.
+
+Tue Oct  6 14:05:00 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/testgtk.c (cb_tree_destroy_event): use g_free to free g_malloced
+       memory (Martin Pool <mbp@wistful.humbug.org.au>).
+
+Mon Oct  5 15:26:30 1998  Raph Levien  <raph@gimp.org>
+
+       * gdk/gdkrgb.c (gdk_rgb_convert_0888_br): Fixed a few long's that
+       should have been guint32. Thanks to Tristan Colgate for finding it.
+
+Sun Oct  4 22:47:22 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * gtk/gtkcalendar.h:
+         gtk/gtkcalendar.c: More changes:
+         - The day with focus is now seperated from the day selected
+         - The day with focus has the xor's line around it
+         - The selected day is now standard selected style
+         - The week names and week numbers are now also drawn
+           with selected style
+         - Space now selects the day which has focus
+
+Sun Oct  4 17:55:52 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * gtk/gtkcalendar.h:
+         gtk/gtkcalendar.c: Some significant changes, including:
+         - No longer draw focus around entire widget, only around
+           the day which has focus
+         - Draw relief around entire widget like originally planned
+         - Show header and day names by default 
+         - Move data private to the widget out of GtkCalendar struct
+           and only point to it with a gpointer
+         - Remove some old unused variables from GtkCalendar struct
+
+Sun Oct  4 17:45:43 BST 1998  Tony Gale  <gale@gtk.org>
+
+       * docs/gtk_tut.sgml: update I've had sat around:
+         - Grammar patch from James R. Van Zandt <jrv@vanzandt.mv.com>
+         - Range Widget update from David Huggins-Daines <bn711@freenet.carleton.ca>
+         - New Toolbar section from Jacek Wojdel <J.C.Wojdel@cs.tudelft.nl>
+
 1998-10-01  Martin Baulig  <martin@home-of-linux.org>
 
        * gtk/gtkclist.h (GtkCListColumn): Added `visible'.
@@ -171,7 +291,7 @@ Mon Sep 21 02:30:06 1998  Tim Janik  <timj@gtk.org>
 
 Sun Sep 20 18:21:46 1998  Owen Taylor  <otaylor@redhat.com>
 
-       * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
+       * ltmain.sh: Patch to libtool-1.2b to make --disable-static
        work.
 
 Sun Sep 20 09:52:39 1998  Owen Taylor  <otaylor@gtk.org>