diff --git a/ChangeLog b/ChangeLog index c2902c93df..b76560ce2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c2902c93df..b76560ce2a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2001-11-28 Matthias Clasen + * gtk/gtkwindow.c (gtk_window_move): Add markup to docs. + * gdk/gdkcursor.h: Directly include the contents of gdkcursors.h in the GdkCursorType enum. diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1039a577ea..7940073afd 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -2593,9 +2593,10 @@ gtk_window_get_size (GtkWindow *window, * gtk_window_move (window, gdk_screen_width () - window_width, * gdk_screen_height () - window_height). * - * The extended window manager hints specification at - * http://www.freedesktop.org/standards/wm-spec.html has a nice table - * of gravities in the "implementation notes" section. + * The extended window manager hints specification at http://www.freedesktop.org/standards/wm-spec.html has a + * nice table of gravities in the "implementation notes" section. * * The gtk_window_get_position() documentation may also be relevant. *