diff --git a/ChangeLog b/ChangeLog index 63982fb9ce..38c5322849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-15 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc + formatting, pointed out by Kjartan Maraas. + * gtk/gtksettings.c: Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to control the cursor theme. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 63982fb9ce..38c5322849 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-06-15 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc + formatting, pointed out by Kjartan Maraas. + * gtk/gtksettings.c: Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to control the cursor theme. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 63982fb9ce..38c5322849 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-06-15 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc + formatting, pointed out by Kjartan Maraas. + * gtk/gtksettings.c: Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to control the cursor theme. diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index d0e73148c8..8193bb15fb 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -7045,13 +7045,13 @@ gtk_XParseGeometry (const char *string, * * * #include <gtk/gtk.h> - * + * * static void * fill_with_content (GtkWidget *vbox) * { * /* fill with content... */ * } - * + * * int * main (int argc, char *argv[]) * { @@ -7059,7 +7059,7 @@ gtk_XParseGeometry (const char *string, * GdkGeometry size_hints = { * 100, 50, 0, 0, 100, 50, 10, 10, 0.0, 0.0, GDK_GRAVITY_NORTH_WEST * }; - * + * * gtk_init (&argc, &argv); * * window = gtk_window_new (GTK_WINDOW_TOPLEVEL);