summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-04
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--pango/pangox.c7
9 files changed, 33 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore
index d4e2e654..25db5713 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -19,6 +19,7 @@ pangowin32-uninstalled.pc
pango.spec
pango-config
stamp-h
+stamp-h1
libtool
ltconfig
ltmain.sh
diff --git a/ChangeLog b/ChangeLog
index 817e635e..d3b2a78f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 817e635e..d3b2a78f 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Sun Oct 14 18:42:56 2001 Manish Singh <yosh@gimp.org>
+
+ * pango/pangox.c: add missing comment end marker to make it compile
+
2001-10-14 Matthias Clasen <matthiasc@poet.de>
* pango/pangox.c, pango/pangoxft-font.c, pango/pangoxft-fontmap.c,
diff --git a/pango/pangox.c b/pango/pangox.c
index b600e5a9..9d447bc1 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -243,8 +243,9 @@ pango_x_get_font_struct (PangoFont *font, PangoXSubfontInfo *info)
* pango_x_get_context:
* @display: an X display (As returned by XOpenDisplay().)
*
- * Retrieves a #PangoContext appropriate for rendering with X fonts on the given display.
- *
+ * Retrieves a #PangoContext appropriate for rendering with X fonts on the
+ * given display.
+ *
* Return value: the new #PangoContext.
**/
PangoContext *
@@ -2070,7 +2071,7 @@ pango_x_fallback_shape (PangoFont *font,
* unknown character.
*
* Return value: a glyph index into @font.
-
+ */
PangoGlyph
pango_x_font_get_unknown_glyph (PangoFont *font,
gunichar wc)