summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pangoft2-fontmap.c2
-rw-r--r--pango/pangoxft-fontmap.c2
7 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 68e017f9..6eb023a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
2003-03-09 James Henstridge <james@daa.com.au>
* autogen.sh: make similar changes to the ones on glib head (call
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 68e017f9..6eb023a8 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
2003-03-09 James Henstridge <james@daa.com.au>
* autogen.sh: make similar changes to the ones on glib head (call
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 68e017f9..6eb023a8 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
2003-03-09 James Henstridge <james@daa.com.au>
* autogen.sh: make similar changes to the ones on glib head (call
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 68e017f9..6eb023a8 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
2003-03-09 James Henstridge <james@daa.com.au>
* autogen.sh: make similar changes to the ones on glib head (call
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 68e017f9..6eb023a8 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-03-28 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ * pango/pangoxft-fontmap.c: fixed typos in inline docs.
+
2003-03-09 James Henstridge <james@daa.com.au>
* autogen.sh: make similar changes to the ones on glib head (call
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c
index a44b397d..9feea38f 100644
--- a/pango/pangoft2-fontmap.c
+++ b/pango/pangoft2-fontmap.c
@@ -169,7 +169,7 @@ pango_ft2_font_map_new (void)
* Sets a function that will be called to do final configuration
* substitution on a #FcPattern before it is used to load
* the font. This function can be used to do things like set
- * hinting and antiasing options.
+ * hinting and antialiasing options.
*
* Since: 1.2
**/
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c
index c7b16995..9d800d10 100644
--- a/pango/pangoxft-fontmap.c
+++ b/pango/pangoxft-fontmap.c
@@ -272,7 +272,7 @@ pango_xft_shutdown_display (Display *display,
* Sets a function that will be called to do final configuration
* substitution on a #FcPattern before it is used to load
* the font. This function can be used to do things like set
- * hinting and antiasing options.
+ * hinting and antialiasing options.
*
* Since: 1.2
**/