]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
HACKING we need libtool 1.2b now
[~andy/gtk] / ChangeLog.pre-2-6
index 9c3c172e561d3c6d5d0bf662ccd0e309f7bf97b0..b123a60b713751b71fc05c008b8c41640b087280 100644 (file)
@@ -1,3 +1,93 @@
+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:
@@ -201,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>