]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix up a bit to look for the loaders in the right place. (#93011, Dennis
[~andy/gtk] / ChangeLog.pre-2-4
index 3748df6927ce7b323b533fb61e386467b97ccbb0..266edc5390027b2fa1f21ec2db6757631bd7a00d 100644 (file)
@@ -1,3 +1,85 @@
+Tue Sep 24 05:16:25 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk+.spec.in: Fix up a bit to look for the loaders
+       in the right place. (#93011, Dennis Dementiev)
+
+Tue Sep 24 05:12:14 2002  Owen Taylor  <otaylor@redhat.com>
+
+        * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple
+        compose table for us-intl keyboards (Red Hat bugzilla
+        #70995, Alexandre Oliva)
+
+Tue Sep 24 04:50:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_activate):   
+       Chain up so that entry->activates_default is honored.
+       (#93865, Pieter Penninckx)
+
+2002-09-23  Jacob Berkman  <jacob@ximian.com>
+
+       * gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
+       terminated
+
+Mon Sep 23 19:49:11 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:
+       Privatize gtk_selection_request, gtk_selection_incr_event
+       gtk_selection_notify, gtk_selection_property_notify.
+       Add doc note about future deprecation of gtk_selection_clear()
+       which. (#85683)
+
+       * gtk/gtkoldeditable.c (gtk_old_editable_selection_clear):
+       Chain up, rather than calling gtk_selection_clear().
+
+Mon Sep 23 18:53:35 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): 
+       Restore back to the default format instead of an
+       empty format. (#82626, Tim Janik)
+
+       * gtk/gtkprogress.c (gtk_progress_set_format_string): 
+       Make NULL restore back to the default format.
+
+Mon Sep 23 18:45:46 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): 
+       Allow accel_path == NULL. (#84241, James Henstridge.)
+
+Mon Sep 23 18:01:52 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.[ch]: Add gtk_notebook_get_n_pages
+       (#73229, Havoc Pennington)
+
+       * gtk/gtknotebook.c (gtk_notebook_get_nth_page): Handle
+       -1 to mean the last page, as we do elsewhere. (#73229)
+
+Mon Sep 23 17:50:23 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenushell.[ch] gtk/gtkentry.c gtk/gtkmenubar.c
+       gtk/gtkmenuitem.c gtk/gtktextview.c: Make
+       gtk_menu_shell_select_first() public. (#70373)
+
+Mon Sep 23 16:48:46 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkkeys.[ch] gdk/x11/gdkkeys-x11.c gdk/x11/gdkevents-x11.c:
+       Add a keys_changed signal emitted when the keymap changes.
+       (#72148)
+       
+       * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): 
+       Hook up code to handle keymap changes, change to keep
+       a linked list of keymap entries so that we can reinsert
+       them in the same order on a keymap change.
+
+Mon Sep 23 14:58:04 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkhandlebox.h gtk/gtktextbtree.[ch]:
+       Use 'signed int' not 'gint' for signed bitfields.
+       (#93020, Vitaly Tishkov)
+       * gtk/gtktextlayout.h gtk/gtktextbtree.[ch]: 
+       Fix some 'gint' bitfields that should have been
+       unsigned.
+       
 Mon Sep 23 12:24:14 2002  Owen Taylor  <otaylor@redhat.com>
 
        * modules/input/gtkimcontextxim.c (status_window_get):