]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
increment years and months by two not three on double clicks, patch
[~andy/gtk] / ChangeLog.pre-2-6
index 218c473ca7f4d0313896394aef0c1ffd2e5a0937..c1753ae7350cd7ed10ad9a07e77f3546737c9e76 100644 (file)
@@ -1,3 +1,66 @@
+Sat Feb 20 20:04:48 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkcalendar.c (gtk_calendar_button_press): increment years and
+       months by two not three on double clicks, patch provided by Nick Lamb
+       <njl98r@ecs.soton.ac.uk>.
+
+Sat Feb 20 19:44:36 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwindow.c: added ::modal argument.
+       (gtk_window_hide): reset window->modal from the current grab state
+       (this is only relevant when grab_add/grab_remove is called on the
+       window by bypassing gtk_window_set_modal).
+       (gtk_window_remove_embedded_xid): 
+       (gtk_window_add_embedded_xid): don't use g_print() but g_message()
+       within #ifdef G_ENABLE_DEBUG. when the hack got these functions
+       added (ChangeLog doesn't know them)?
+
+Fri Feb 19 14:59:45 EST 1999 Sergey Panov  <sipan@mit.edu>
+
+        * gtk/gtkrc,gtk/gtkrc.ja, gtk/gtkrc.ko,
+       gtk/gtkrc.ru: Collecttion of the locale dependent
+       gtkrc files and
+
+       * gtk/Makefile.am: patched to get that collection
+       installed in to $(prefix)/etc/gtk/
+
+Fri Feb 19 17:52:28 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtksignal.h: grouped function names into application-level,
+       widget-level and non-public.
+
+       * gtk/gtktreeitem.c (gtk_tree_item_size_request): use auto
+       pix_requisition instead of item->pixmaps_box->requisition.
+
+Thu Feb 18 17:26:09 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_queue_clear_area): 
+        When queueing clears relative to widget->window,
+        actually store widget->window so we know that
+        the coordinates are window-relative.
+
+Thu Feb 18 11:46:57 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk.m4: Fix glib_config_args gtk_config_args
+         confusion. (pointed out by
+         Roland Dreier <droland@mail.math.okstate.edu>)
+
+       * gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h
+         (gtk_socket_filter_func): Move the plug-socket
+         debugging code to a new "plugsocket" debug keys
+         from the previous hardcoded DPRINTF.
+
+Thu Feb 18 00:54:46 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkclist.c: added widget arg ::titles_active.
+
+Thu Feb 18 00:27:46 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c (gtk_widget_queue_clear_area): only translate widget
+       relative coordinates to window relative if the widget is not a toplevel
+       (i.e. it has ->parent != NULL), otherwise the area size gets screwed up
+       for toplevels.
+
 Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org>
 
        * INSTALL