]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix signed-unsigned error that was accidentally causing negative values to
[~andy/gtk] / ChangeLog.pre-2-4
index 329c052ba41099196bf51e0f0d54b2ab93407d88..9e7d3b8bdb5731239d2f10f3fe089f0215b93164 100644 (file)
@@ -1,3 +1,21 @@
+Fri Mar  1 10:31:14 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_reorder_child):
+       Fix signed-unsigned error that was accidentally causing
+       negative values to append, do it intentionally. Fix docs 
+       to say that negative values append. (Alexey A. Malyshev,
+       #73108) 
+
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
+Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
+       Really make it work for paths with underline accelerators. (#69247)
+
 2002-02-28  Havoc Pennington  <hp@pobox.com>
 
        * gtk/gtktextview.c (gtk_text_view_finalize): free the tab array