diff --git a/ChangeLog b/ChangeLog index 6dccaf568..e7ecb64c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-17 Johan Dahlin + + * gtk/gtkaboutdialog.c: + * gtk/gtkbutton.c (gtk_button_class_init): + Don't markup deprecated in italics. + 2008-06-18 Carlos Garnacho * gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 0430d0173..108cd680a 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -700,7 +700,7 @@ gtk_about_dialog_get_property (GObject *object, * * Since: 2.6 * - * @Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead. + * Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead. **/ G_CONST_RETURN gchar * gtk_about_dialog_get_name (GtkAboutDialog *about) @@ -765,7 +765,7 @@ update_name_version (GtkAboutDialog *about) * * Since: 2.6 * - * @Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead. + * Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead. **/ void gtk_about_dialog_set_name (GtkAboutDialog *about, diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index f444addb8..576d84331 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -309,7 +309,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the button is pressed. * - * @Deprecated: Use the #GtkWidget::button-press-event signal. + * Deprecated: Use the #GtkWidget::button-press-event signal. */ button_signals[PRESSED] = g_signal_new (I_("pressed"), @@ -326,7 +326,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the button is released. * - * @Deprecated: Use the #GtkWidget::button-release-event signal. + * Deprecated: Use the #GtkWidget::button-release-event signal. */ button_signals[RELEASED] = g_signal_new (I_("released"), @@ -358,7 +358,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the pointer enters the button. * - * @Deprecated: Use the #GtkWidget::enter-notify-event signal. + * Deprecated: Use the #GtkWidget::enter-notify-event signal. */ button_signals[ENTER] = g_signal_new (I_("enter"), @@ -375,7 +375,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the pointer leaves the button. * - * @Deprecated: Use the #GtkWidget::leave-notify-event signal. + * Deprecated: Use the #GtkWidget::leave-notify-event signal. */ button_signals[LEAVE] = g_signal_new (I_("leave"),