diff --git a/ChangeLog b/ChangeLog index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index c706710218..1bb9ec9fa6 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -1467,7 +1467,7 @@ gtk_text_buffer_delete_interactive (GtkTextBuffer *buffer, * * Returns the text in the range [@start,@end). Excludes undisplayed * text (text marked with tags that set the invisibility attribute) if - * @include_hidden_chars is FALSE. Does not include characters + * @include_hidden_chars is %FALSE. Does not include characters * representing embedded images, so byte and character indexes into * the returned string do not correspond to byte * and character indexes into the buffer. Contrast with @@ -1502,7 +1502,7 @@ gtk_text_buffer_get_text (GtkTextBuffer *buffer, * * Returns the text in the range [@start,@end). Excludes undisplayed * text (text marked with tags that set the invisibility attribute) if - * @include_hidden_chars is FALSE. The returned string includes a + * @include_hidden_chars is %FALSE. The returned string includes a * 0xFFFC character whenever the buffer contains * embedded images, so byte and character indexes into * the returned string do correspond to byte