]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
rm -rf intl breaks --disable-nls, put it back
[~andy/gtk] / ChangeLog.pre-2-0
index fbb2ec0683c7cd980df8ef39ed7d5e9bd718cbb0..49bdbdfd5e867f95eff2916be121678164d187de 100644 (file)
@@ -1,3 +1,186 @@
+Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * autogen.sh: rm -rf intl breaks --disable-nls, put it back
+
+       * gtkbutton.[ch]
+       * gtktogglebutton.c: s/(enter|leave)/$1_button/g.
+       Digital: 1 GTK+: 0 (for now)
+
+Wed Dec 16 22:38:22 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * gdk/gdkevents.c: updated call to g_main_add_poll
+          instead of g_main_poll_add
+
+Wed Dec 16 23:32:05 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_expose): Remove 
+       unnecessary cast.
+
+Wed Dec 16 22:50:52 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.c gdk/gdkim.c: Check for broken glibc 2.0 
+       mb functions, and avoid them.
+
+Wed Dec 16 16:57:55 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkevents.c (gdk_events_queue): Don't
+       call XPending() if we have putback events.
+
+Wed Dec 16 16:04:41 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_expose): Do nothing
+       on empty string, quietly.
+
+Wed Dec 16 15:36:19 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable):
+       Redraw the character under the cursor when removing
+       the cursor.
+
+Wed Dec 16 13:06:17 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.[ch] gtk/gtkmain.[ch] gtk/gtkprivate.h: Move main
+       thread lock back to GDK - we need it there for locking
+       when translating events. Rename things appropriately.
+
+Wed Dec 16 11:44:21 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrange.c (gtk_range_expose): Fix a x/y typo.
+
+Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 1.1.8
+
+       * ChangeLog:
+         INSTALL:
+         README:
+         gtk+.spec:
+         docs/gtk-config.1: version=1.1.8
+
+1998-12-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gdk/gdkglobals.c: Define gdk_xim_ic only, if USE_XIM is defined.
+
+Wed Dec 16 07:03:32 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.h: 
+       * gtk/gtkwidget.c: s/USER_DRAW/APP_PAINTABLE/. provided
+       gtk_widget_set_app_paintable() which users can use to make
+       a widget paintable for the application. changed other files accordingly.
+
+Wed Dec 16 05:26:32 1998  Tim Janik  <timj@gtk.org>
+
+        * configure.in: version bump to 1.1.8, binary age 0, interface age 0,
+       depend on GLib 1.1.8.
+
+       * gdk/gdkprivate.h:
+       * gdk/gdkglobals.c: removed last Gdk threads specific bits.
+
+       * gtk/gtkmain.c (gtk_init): s/g_thread_supported/g_thread_supported()/.
+
+       * gtk/gtkprivate.h: changed GTK_THREADS_ENTER and GTK_THREADS_LEAVE
+       to function macros GTK_THREADS_ENTER() and GTK_THREADS_LEAVE().
+       honour G_THREADS_ENABLED in the definition of GTK_THREADS_ENTER()
+       and GTK_THREADS_LEAVE(). changed callers accordingly.
+
+Tue Dec 15 21:26:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * autogen.sh: warn if glib.m4 or gettext.m4 are not found 
+          in aclocal's directory.
+
+Tue Dec 15 21:36:14 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/testgtk.c (create_layout): Create buttons,
+       not combos again.
+
+1998-12-15  Joel Becker  <jlbec@ocala.cs.miami.edu>
+
+       * autogen.sh: reordered gettextize and aclocal, because
+       gettextize was messing up aclocal.m4.
+
+Tue Dec 15 22:30:44 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.h : 
+       removed clist flag : GTK_CLIST_DRAG_SELECTION
+       added flags : GTK_CLIST_REORDERABLE, GTK_CLIST_USE_DRAG_ICONS,
+       GTK_CLIST_DRAW_DRAG_LINE, GTK_CLIST_DRAW_DRAG_RECT
+       (GtkCListDragPos) : new enum for DND
+       (GtkButtonAction) : new enum of possible mouse button actions
+       (struct _GtkCList): added button_actions array.
+       Added drag_button and click_cell struct, to store cell and
+       mouse button of last button_press_event
+       
+       (struct _GtkCListClass): new class method draw_drag_highlight.
+       (gtk_clist_set_reorderable) (gtk_clist_set_use_drag_icons) :
+       new functions. Moved from gtkctree.h. Now clist is reorderable
+       as well.
+       (gtk_clist_set_button_actions) new function to customize mouse
+       button actions.
+
+       * gtk/gtkclist.c:
+       (gtk_clist_drag_begin)
+       (gtk_clist_drag_motion)
+       (gtk_clist_drag_leave)
+       (gtk_clist_drag_end)
+       (gtk_clist_drag_drop)
+       (gtk_clist_drag_data_get)
+       (gtk_clist_drag_data_received) : new dnd widget methods to
+       implement clists reorderability via DND
+
+       (remove_grab) : new function. remove mouse grab if necessary.
+       (draw_drag_highlight) : new method. Draw dnd highlight depending
+       on clist flags GTK_CLIST_DRAW_DRAG_LINE and GTK_CLIST_DRAW_DRAG_RECT
+
+       (gtk_clist_class_init): added object args "reorderable" and
+       "use_drag_icons"
+
+       (gtk_clist_button_press) (gtk_clist_button_release) :
+       use button_actions array to decide which action to perform.
+       (gtk_clist_motion) : start reorder operation if necessary.
+
+       * gtk/gtkctree.h :
+       (struct _GtkCTree): removed drag_icon, icon_widht, icon_height,
+       drag_row, drag_source, drag_target, reorderable, use_icons,
+       in_drag, drag_rect
+       (gtk_ctree_set_reorderable) :  deprecated function.
+       use gtk_clist_set_reorderable instead.
+       (gtk_ctree_set_use_drag_icons) : deprecated function.
+       use gtk_clist_set_use_drag_icons instead.
+
+       * gtk/gtkctree.c :
+       (gtk_ctree_class_init): removed object args "reorderable" and
+       and "use_drag_icons"
+
+       (draw_xor_line) (draw_xor_rect) (create_drag_icon) (check_cursor)
+       (tree_toggle_selection) (set_mouse_cursor) : removed
+       
+       (draw_drag_highlight) : new clist method. replacement for
+       draw_xor_line and draw_xor_rect functions
+       (check_drag) renamed check_cursor function
+
+       (gtk_ctree_drag_begin)
+       (gtk_ctree_drag_motion)
+       (gtk_ctree_drag_data_received) : new dnd methods to implement ctrees
+       reorderability via DND
+
+       (gtk_ctree_button_release)
+       (gtk_ctree_button_motion) : removed.
+
+       * gtk/testgtk.c:
+       (create_clist) : added new reorderable toggle button
+       
+Tue Dec 15 19:50:41 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use 
+       base[NORMAL] instead of bg[PRELIGHT] so CLists now can be
+       used in detergent commercials.
+
+Tue Dec 15 16:54:09 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.h: Moved gtk_label_set() compatiblity
+       define from <gtkcompat.h> to <gtklabel.h> for
+       compatibility.
+
 1998-12-15  Jeff Garzik  <jgarzik@pobox.com>
 
        * configure.in, gdk/Makefile.am, gtk/Makefile.am: