X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-0;h=956403aae0a0066dc8c14a248de0eb12cdc8d871;hb=bc41c3ffcf8d4d13e0fccb107fd70e65ea9af1ef;hp=2aa3385d213a2a3f475989a80cb16693d4519d46;hpb=c990d4ab1a1598cb9b252159f5b3730c3f96e7a4;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2aa3385d2..956403aae 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,40 @@ +Wed Nov 15 18:39:40 2000 Owen Taylor + + * **/Makefile.am : remove unecessary rules for win32-specific + config-substituted targets. If you want these rules, use + --enable-maintainer-mode (called automatically by autogen.sh). + Stops a lot of unneccessary make-time warnings. + + * gtk/gtktext{layout,display}.c: Factor in total width as + well as screen when figuring alignment for word-wrap as well as + no wrap; this is necessary to handle lines that cannot be wrapped + at all. + +2000-11-15 Havoc Pennington + + * gtk/testtext.c: Implement essential color cycling feature + +2000-11-15 Havoc Pennington + + * gtk/gtktextview.c (changed_handler): Invalidate the side windows + when we invalidate the main window. + + * gtk/testtext.c (create_view): Get rid of text_changed_callback, + GtkTextView will now invalidate the side windows for us when text + changes. + +Wed Nov 15 16:02:20 2000 Owen Taylor + + * gtk/gtktextview.c (changed_handler): Call scroll_calc_now() + unconditionally, since we may need to update the horizontal + scrollbars even if the height didn't change. + + * gtk/gtktextlayout.c (add_preedit_attrs): Always get + the extra attrs, since some of them affect size. + + * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in + x_offset correctly. + 2000-11-15 Havoc Pennington * gtk/gtktextlayout.c (set_para_values): If indent is negative,