diff --git a/ChangeLog b/ChangeLog index f39afb49df..901dbaba48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 3 23:43:23 2004 Matthias Clasen + + * docs/faq/gtk-faq.sgml: + * gtk/gtkwindow.c: Fix links to www.freedesktop.org. (#145210, + Billy Biggs) + Sat Jul 3 02:09:51 2004 Matthias Clasen * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f39afb49df..901dbaba48 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sat Jul 3 23:43:23 2004 Matthias Clasen + + * docs/faq/gtk-faq.sgml: + * gtk/gtkwindow.c: Fix links to www.freedesktop.org. (#145210, + Billy Biggs) + Sat Jul 3 02:09:51 2004 Matthias Clasen * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f39afb49df..901dbaba48 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sat Jul 3 23:43:23 2004 Matthias Clasen + + * docs/faq/gtk-faq.sgml: + * gtk/gtkwindow.c: Fix links to www.freedesktop.org. (#145210, + Billy Biggs) + Sat Jul 3 02:09:51 2004 Matthias Clasen * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f39afb49df..901dbaba48 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sat Jul 3 23:43:23 2004 Matthias Clasen + + * docs/faq/gtk-faq.sgml: + * gtk/gtkwindow.c: Fix links to www.freedesktop.org. (#145210, + Billy Biggs) + Sat Jul 3 02:09:51 2004 Matthias Clasen * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index e0389bbf67..b06dbcd834 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -429,7 +429,7 @@ in which they need to be installed: pkg-config -( +( pkg-config Site) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c372371dab..50a54d88d0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 3 23:44:45 2004 Matthias Clasen + + * gtk/tmpl/gtksocket.sgml: + * gtk/tmpl/gtkicontheme.sgml: + * gtk/building.sgml: + * gdk/tmpl/windows.sgml: Fix links to www.freedesktop.org. + (#145210, Billy Biggs) + Tue Jun 22 21:54:24 2004 Matthias Clasen * gdk-pixbuf/composite.dia: diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index b12ca3554c..765ea06b0c 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -155,7 +155,7 @@ ratio. Defines the reference point of a window and the meaning of coordinates passed to gtk_window_move(). See gtk_window_move() and the "implementation notes" section of the -extended +extended window manager hints specification for more details. diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 70f24285ec..c72826fced 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -134,7 +134,7 @@ How to compile GTK+ itself pkg-config + url="http://www.freedesktop.org/software/pkgconfig">pkg-config is a tool for tracking the compilation flags needed for libraries that are used by the GTK+ libraries. (For each library, a small .pc text file is installed in a standard diff --git a/docs/reference/gtk/tmpl/gtkicontheme.sgml b/docs/reference/gtk/tmpl/gtkicontheme.sgml index 3862373fcd..c12aa84292 100644 --- a/docs/reference/gtk/tmpl/gtkicontheme.sgml +++ b/docs/reference/gtk/tmpl/gtkicontheme.sgml @@ -12,7 +12,7 @@ providing a filename is to allow different icons to be used depending on what icon theme is selecetd by the user. The operation of icon themes on Linux and Unix follows the Icon +url="http://www.freedesktop.org/standards/icon-theme-spec">Icon Theme Specification. There is a default icon theme, named hicolor where applications should install their icons, but more additional application themes can be diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index fa45e8aaea..01bc2e418d 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -64,7 +64,7 @@ is running. The communication between a #GtkSocket and a #GtkPlug follows the -XEmbed +XEmbed protocol. This protocol has also been implemented in other toolkits, e.g. Qt, allowing the same level of integration when embedding a Qt widget in GTK or vice versa. @@ -85,7 +85,7 @@ as between a #GtkPlug and a #GtkSocket. -XEmbed +XEmbed the XEmbed Protocol Specification. diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 6330236e7c..45d7143cba 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -3321,8 +3321,8 @@ gtk_window_get_size (GtkWindow *window, * gdk_screen_height () - window_height). * * The Extended Window Manager Hints specification at - * http://www.freedesktop.org/standards/wm-spec.html has a + * url="http://www.freedesktop.org/standards/wm-spec"> + * http://www.freedesktop.org/standards/wm-spec has a * nice table of gravities in the "implementation notes" section. * * The gtk_window_get_position() documentation may also be relevant. @@ -6141,7 +6141,7 @@ gtk_window_unfullscreen (GtkWindow *window) * on #GtkWidget. * * Note that, according to the Extended Window Manager Hints + * url="http://www.freedesktop.org/standards/wm-spec">Extended Window Manager Hints * specification, the above state is mainly meant for user preferences and should not be used * by applications e.g. for drawing attention to their dialogs. * @@ -6194,7 +6194,7 @@ gtk_window_set_keep_above (GtkWindow *window, * on #GtkWidget. * * Note that, according to the Extended Window Manager Hints + * url="http://www.freedesktop.org/standards/wm-spec">Extended Window Manager Hints * specification, the above state is mainly meant for user preferences and should not be used * by applications e.g. for drawing attention to their dialogs. *