summaryrefslogtreecommitdiff
path: root/pango/mini-fribidi/README
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-18 18:47:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-18 18:47:50 +0000
commit673d8cbb35bacfcfd3e3376794119a2e062d846c (patch)
tree78793c4da9fa02013ee77ecc70e0d83e1f40249f /pango/mini-fribidi/README
parent651e22798f1b5e602af316778623328c2db778ed (diff)
downloadpango-673d8cbb35bacfcfd3e3376794119a2e062d846c.tar.gz
(Fixes from Frank Belew, #58905)
Thu Oct 18 14:40:04 2001 Owen Taylor <otaylor@redhat.com> (Fixes from Frank Belew, #58905) * pango/pangox.c (pango_x_apply_ligatures): Fix label at end of block. * pango/mini-fribidi/fribidi.c pango/mini-fribidi/fribid.patch: Use g_alloca() instead of mix of MSVC specific and GCC specific stuff.
Diffstat (limited to 'pango/mini-fribidi/README')
-rw-r--r--pango/mini-fribidi/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/mini-fribidi/README b/pango/mini-fribidi/README
index 5bad0741..245f7c3a 100644
--- a/pango/mini-fribidi/README
+++ b/pango/mini-fribidi/README
@@ -1,12 +1,12 @@
This directory holds a stripped down version of Dov Grobgeld's FriBidi
-library. The files in here are taken from FriBidi 0.1.12, with the
-changes in fribidi-0.1.12.patch applied to them.
+library. The fribidi version that fribidi.patch is against was
+obtained with "cvs up -D '4/16/2001'" from the fribidi cvs repository.
Like Pango, FriBidi is licensed under the terms of the GNU Lesser
General Public License - see the file COPYING in the toplevel
directory of the Pango distribution.
-12 November 2000
+12 November 2000, 18 October 2001
Owen Taylor