diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 11 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 11 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkliststore.sgml | 2 | ||||
-rwxr-xr-x | docs/tutorial/gtk-tut.sgml | 4 | ||||
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 10 | ||||
-rw-r--r-- | gtk/gtkactiongroup.c | 4 | ||||
-rw-r--r-- | gtk/gtksizegroup.c | 2 | ||||
-rw-r--r-- | gtk/gtksizegroup.h | 8 | ||||
-rw-r--r-- | gtk/gtktogglebutton.c | 2 |
10 files changed, 49 insertions, 16 deletions
@@ -1,5 +1,16 @@ 2005-01-24 Matthias Clasen <mclasen@redhat.com> + * docs/tutorial/gtk-tut.sgml: + * docs/tutorial/gtk_tut.sgml: + * docs/reference/gtk/tmpl/gtkliststore.sgml: + * gtk/gtkactiongroup.c: + * gtk/gtksizegroup.c: + * gtk/gtksizegroup.h: + * gtk/gtktogglebutton.c: Replace "effect" by "affect" where + appropriate. (#165108, Dan Winship) + +2005-01-24 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_class_init): Document GtkWidget::style-set. (#164222, Alex Graveley) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e3dca37df0..c9f2896489 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,16 @@ 2005-01-24 Matthias Clasen <mclasen@redhat.com> + * docs/tutorial/gtk-tut.sgml: + * docs/tutorial/gtk_tut.sgml: + * docs/reference/gtk/tmpl/gtkliststore.sgml: + * gtk/gtkactiongroup.c: + * gtk/gtksizegroup.c: + * gtk/gtksizegroup.h: + * gtk/gtktogglebutton.c: Replace "effect" by "affect" where + appropriate. (#165108, Dan Winship) + +2005-01-24 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_class_init): Document GtkWidget::style-set. (#164222, Alex Graveley) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e3dca37df0..c9f2896489 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,16 @@ 2005-01-24 Matthias Clasen <mclasen@redhat.com> + * docs/tutorial/gtk-tut.sgml: + * docs/tutorial/gtk_tut.sgml: + * docs/reference/gtk/tmpl/gtkliststore.sgml: + * gtk/gtkactiongroup.c: + * gtk/gtksizegroup.c: + * gtk/gtksizegroup.h: + * gtk/gtktogglebutton.c: Replace "effect" by "affect" where + appropriate. (#165108, Dan Winship) + +2005-01-24 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_class_init): Document GtkWidget::style-set. (#164222, Alex Graveley) diff --git a/docs/reference/gtk/tmpl/gtkliststore.sgml b/docs/reference/gtk/tmpl/gtkliststore.sgml index c73c4565b9..03f4583be9 100644 --- a/docs/reference/gtk/tmpl/gtkliststore.sgml +++ b/docs/reference/gtk/tmpl/gtkliststore.sgml @@ -22,7 +22,7 @@ accept #GObject<!-- -->s are handled a little differently. The #GtkListStore will keep a reference to the object instead of copying the value. As a result, if the object is modified, it is up to the application writer to call @gtk_tree_model_row_changed to emit the -"row_changed" signal. This most commonly effects lists with +"row_changed" signal. This most commonly affects lists with #GdkPixbuf<!-- -->s stored. </para> diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index 055812de44..dd74f72ae7 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -4892,7 +4892,7 @@ Adjustments range.</para> by the specified amount.</para> <para>We move away from functions for setting and retreving the range attributes -of the Spin Button now, and move onto functions that effect the +of the Spin Button now, and move onto functions that affect the appearance and behaviour of the Spin Button widget itself.</para> <para>The first of these functions is used to constrain the text box of the @@ -6450,7 +6450,7 @@ exisiting Alignment widget to be altered.</para> <para>All four alignment parameters are floating point numbers which can range from 0.0 to 1.0. The <literal>xalign</literal> and <literal>yalign</literal> arguments affect the position of the widget placed within the Alignment -widget. The <literal>xscale</literal> and <literal>yscale</literal> arguments effect the amount of +widget. The <literal>xscale</literal> and <literal>yscale</literal> arguments affect the amount of space allocated to the widget.</para> <para>A child widget can be added to this Alignment widget using:</para> diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 105416d775..8c3357a805 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -3594,7 +3594,7 @@ void gtk_progress_bar_set_discrete_blocks( GtkProgressBar *pbar, As well as indicating the amount of progress that has occured, the progress bar may be set to just indicate that there is some activity. This can be useful in situations where progress cannot be -measured against a value range. Activity mode is not effected by the +measured against a value range. Activity mode is not affected by the bar style that is described above, and overrides it. This mode is either TRUE or FALSE, and is selected by the following function. @@ -5103,7 +5103,7 @@ Adjustments range. by the specified amount. We move away from functions for setting and retreving the range attributes -of the Spin Button now, and move onto functions that effect the +of the Spin Button now, and move onto functions that affect the appearance and behaviour of the Spin Button widget itself. The first of these functions is used to constrain the text box of the @@ -6638,7 +6638,7 @@ exisiting Alignment widget to be altered. All four alignment parameters are floating point numbers which can range from 0.0 to 1.0. The <tt/xalign/ and <tt/yalign/ arguments affect the position of the widget placed within the Alignment -widget. The <tt/xscale/ and <tt/yscale/ arguments effect the amount of +widget. The <tt/xscale/ and <tt/yscale/ arguments affect the amount of space allocated to the widget. A child widget can be added to this Alignment widget using: @@ -7455,7 +7455,7 @@ GtkWidget *gtk_hbutton_box_new( void ); GtkWidget *gtk_vbutton_box_new( void ); </verb></tscreen> -The only attributes pertaining to button boxes effect how the buttons +The only attributes pertaining to button boxes affect how the buttons are laid out. You can change the spacing between the buttons with: <tscreen><verb> @@ -7472,7 +7472,7 @@ gint gtk_hbutton_box_get_spacing_default( void ); gint gtk_vbutton_box_get_spacing_default( void ); </verb></tscreen> -The second attribute that we can access effects the layout of the +The second attribute that we can access affects the layout of the buttons within the box. It is set using one of: <tscreen><verb> diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c index 510f9c5c87..30758498a6 100644 --- a/gtk/gtkactiongroup.c +++ b/gtk/gtkactiongroup.c @@ -419,7 +419,7 @@ gtk_action_group_get_sensitive (GtkActionGroup *action_group) static void cb_set_action_sensitivity (const gchar *name, GtkAction *action) { - /* Minor optimization, the action_groups state only effects actions that are + /* Minor optimization, the action_groups state only affects actions that are * themselves sensitive */ if (gtk_action_get_sensitive (action)) g_object_notify (G_OBJECT (action), "sensitive"); @@ -471,7 +471,7 @@ gtk_action_group_get_visible (GtkActionGroup *action_group) static void cb_set_action_visiblity (const gchar *name, GtkAction *action) { - /* Minor optimization, the action_groups state only effects actions that are + /* Minor optimization, the action_groups state only affects actions that are * themselves sensitive */ if (gtk_action_get_visible (action)) g_object_notify (G_OBJECT (action), "visible"); diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index e96e21b405..2fb738b2e2 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -241,7 +241,7 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass) PROP_MODE, g_param_spec_enum ("mode", P_("Mode"), - P_("The directions in which the size group effects the requested sizes" + P_("The directions in which the size group affects the requested sizes" " of its component widgets"), GTK_TYPE_SIZE_GROUP_MODE, GTK_SIZE_GROUP_HORIZONTAL, diff --git a/gtk/gtksizegroup.h b/gtk/gtksizegroup.h index f88be1012e..8a94ece83c 100644 --- a/gtk/gtksizegroup.h +++ b/gtk/gtksizegroup.h @@ -66,12 +66,12 @@ struct _GtkSizeGroupClass /** * GtkSizeGroupMode: * @GTK_SIZE_GROUP_NONE: group has no effect - * @GTK_SIZE_GROUP_HORIZONTAL: group effects horizontal requisition - * @GTK_SIZE_GROUP_VERTICAL: group effects vertical requisition - * @GTK_SIZE_GROUP_BOTH: group effects both horizontal and vertical requisition + * @GTK_SIZE_GROUP_HORIZONTAL: group affects horizontal requisition + * @GTK_SIZE_GROUP_VERTICAL: group affects vertical requisition + * @GTK_SIZE_GROUP_BOTH: group affects both horizontal and vertical requisition * * The mode of the size group determines the directions in which the size - * group effects the requested sizes of its component widgets. + * group affects the requested sizes of its component widgets. **/ typedef enum { GTK_SIZE_GROUP_NONE, diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 1c12a10bda..f29ef7dc1c 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -262,7 +262,7 @@ gtk_toggle_button_get_property (GObject *object, * You can call this function on a checkbutton or a radiobutton with * @draw_indicator = %FALSE to make the button look like a normal button * - * This function only effects instances of classes like #GtkCheckButton + * This function only affects instances of classes like #GtkCheckButton * and #GtkRadioButton that derive from #GtkToggleButton, * not instances of #GtkToggleButton itself. */ |