diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 7 | ||||
-rw-r--r-- | gdk/gdkfont.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdkfont-x11.c | 4 |
8 files changed, 45 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f3fb5cac03..97438f79b0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f3fb5cac03..97438f79b0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f3fb5cac03..97438f79b0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f3fb5cac03..97438f79b0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f3fb5cac03..97438f79b0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2002-11-09 Matthias Clasen <maclas@gmx.de> + + * gdk/x11/gdkfont-x11.c (gdk_text_extents_wc): + (gdk_text_extents): + * gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to + work around gtk-doc limitations. + Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c index 262eb657c3..c116851ab3 100644 --- a/gdk/gdkfont.c +++ b/gdk/gdkfont.c @@ -173,7 +173,7 @@ gdk_string_measure (GdkFont *font, * @ascent: the ascent of the string. * @descent: the descent of the string. * - * Returns the metrics of a nul-terminated string. + * Gets the metrics of a nul-terminated string. **/ void gdk_string_extents (GdkFont *font, diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c index adcc2ee0c1..78f2558c9c 100644 --- a/gdk/x11/gdkfont-x11.c +++ b/gdk/x11/gdkfont-x11.c @@ -673,7 +673,7 @@ gdk_text_width_wc (GdkFont *font, * @ascent: the ascent of the string. * @descent: the descent of the string. * - * Returns the metrics of a string. + * Gets the metrics of a string. **/ void gdk_text_extents (GdkFont *font, @@ -755,7 +755,7 @@ gdk_text_extents (GdkFont *font, * @ascent: the ascent of the string. * @descent: the descent of the string. * - * Returns the metrics of a string of wide characters. + * Gets the metrics of a string of wide characters. **/ void gdk_text_extents_wc (GdkFont *font, |