]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
replace uses of test -e with more portable test -f
[~andy/gtk] / ChangeLog.pre-2-6
index 438c9ba703fc30ed78999a406c8b236f08c66fd5..b7d7d8814ea9c929f288ab72cf164905bc4d6013 100644 (file)
@@ -1,3 +1,27 @@
+2002-03-01  jacob berkman  <jacob@ximian.com>
+
+       * Makefile.am (install-data-hook): 
+       (dist-hook): replace uses of test -e with more portable test -f
+
+Fri Mar  1 14:49:35 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_commit_text): Don't delete
+       forward across line boundaries when in overwrite mode.
+       (#73145, reported by Ettore Perazzoli)
+
+Fri Mar  1 14:47:39 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_commit_text): Don't
+       join up lines.
+
+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