]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Fixed off-by-one error when computing length.
[~andy/gtk] / ChangeLog.pre-2-2
index 0d95a512250320a6b14c7144b8958f332900c469..c803438998b6b665273a5dcc654974c66aed69a2 100644 (file)
@@ -1,3 +1,126 @@
+1998-12-29  Owen Taylor  <otaylor@srv-19-29.roc.ny.frontiernet.net>
+
+       * gdk/gdkim.c (gdk_wcstombs): Fixed off-by-one
+       error when computing length.
+
+Thu Dec 24 14:35:48 1998  Jeff Garzik  <jgarzik@pobox.com>
+
+       * gdk/gdkevents.c, gdk/gdkim.c, gdk/gdkrgb.c, gdk/gdkwindow.c,
+         gtk/gtkprogressbar.c:
+       Pull in string.h for various mem*() and str*() functions,
+       in an autoconf-friendly way.
+
+Thu Dec 24 12:40:45 1998  Jeff Garzik  <jgarzik@pobox.com>
+
+       * gdk/gdkfont.c: removed unused var
+       * gdk/gdkim.c: 64-bit cast
+       * gtk/gtkaccelgroup.c: point to const data
+       * gtk/gtkdnd.[ch]: (gtk_drag_dest_set, gtk_drag_source_set):
+         Made const-correct.
+       * gtk/gtkfontsel.c: kill uninitialized var warning
+       * gtk/gtkselection.[ch]: (gtk_target_list_new,
+         gtk_target_list_add_table, gtk_selection_add_targets):
+         Made const-correct.
+       * gtk/testgtk.c: 64-bit cast
+
+Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 1.1.10
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         gtk+.spec:
+         docs/gtk-config.1:
+         gtk/gtkfeatures.h.in: version=1.1.10
+
+Wed Dec 23 20:31:40 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c: Fix problem where empty labels were 
+       getting a requisition height of zero, and trailing 
+       newlines were being ignored.
+
+Wed Dec 23 13:58:14 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_parse_uline):
+       label->label should be the mb text _after_ removing
+       the underlines, not before.
+
+       * gtk/gtkmenu.c: Reverted Elliot's tearoff-menu-item
+       title hack. If it deserves being done, it deserves
+       being done right.
+       
+1998-12-23  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmenu.c: Allow programmer to gtk_object_set_data(obj,
+       "GtkTearoffMenuItem_window_title", ..) on a GtkMenuItem and have
+       it be recognized. If we're getting the title out of the GtkLabel,
+       then remove all underscores.
+
+Tue Dec 22 17:01:43 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_dest_handle_event): 
+       Request XmTRANFER_FAILURE on Motif drops not within
+       a drop zone. I don't know why this is necessary,
+       but it is.
+
+       * gdk/gdkdnd.c (gdk_drop_reply): Fixed error where
+       Motif flag field in response was getting wrong
+       values.
+
+Tue Dec 22 15:55:39 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkoptionmenu.c (gtk_option_menu_button_press): 
+       Return TRUE for button press events we handle.
+       (Allows option menus in radio buttons to work...)
+
+Tue Dec 22 14:50:25 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
+       when we've already found a widget, skip all checks
+       for subsequent children.
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Checked for
+       !MAPPED, not !VISIBLE, since a widget (like a notebook
+       page), can be VISIBLE, but !REALIZED or !MAPPED.
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Use forall(),
+       not foreach().
+
+Mon Dec 21 22:01:49 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_motion): fixed column resize bug
+
+Sun Dec 20 04:48:59 1998  Tim Janik  <timj@gtk.org>
+
+       * gdk/gdk.h (GDK_PRIORITY_EVENTS): export the priority at which
+       events are processed.
+
+       * gtk/gtk[main|signal|container].[ch]: removed deprecated _interp
+       variants: gtk_container_foreach_interp, gtk_idle_add_interp,
+       gtk_timeout_add_interp, gtk_signal_connect_interp.
+
+Sat Dec 19 18:45:30 PST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * configure.in: added sv to ALL_LIGNUAS
+
+Sat Dec 19 22:49:40 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
+       that caused this function to always return NULL (noticed by marius
+       vollmer).
+
+Sat Dec 19 17:28:30 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Don't add the gthread libs to 
+       GLIB_LIBS either, or -lgthread -lpthread will get 
+       pulled into all applications because of shlib deps.
+
+       * gtk/gtkmain.h gtk/gtkwidget.c gtk/gtk gdk/gdk: 
+       Use GLIB's priority #define. Revise scale of 
+       priorities.
+
 Sat Dec 19 03:44:29 PST 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/gtkmain.c: always run a g_main_iteration, even if