diff options
author | Noah Levitt <nlevitt@columbia.edu> | 2003-11-20 05:34:45 +0000 |
---|---|---|
committer | Noah Levitt <nlevitt@src.gnome.org> | 2003-11-20 05:34:45 +0000 |
commit | f4186548325987e5213ae3d25764f1b9fbe97274 (patch) | |
tree | dc5d3726e96523d35c01ab5cc0b0d7c30fbff1ea /pango/mini-fribidi/README | |
parent | 6c5c213849d9e1f97238870d0cc25ab4056ecf26 (diff) | |
download | pango-f4186548325987e5213ae3d25764f1b9fbe97274.tar.gz |
Update to latest fribidi. (#68435)
2003-11-20 Noah Levitt <nlevitt@columbia.edu>
* pango/pango-utils.c:
* pango/mini-fribidi/Makefile.am:
* pango/mini-fribidi/README:
* pango/mini-fribidi/fribidi.c:
* pango/mini-fribidi/fribidi.patch:
* pango/mini-fribidi/fribidi_char_type.c:
* pango/mini-fribidi/fribidi_tab_char_type_2.i:
* pango/mini-fribidi/fribidi_types.c:
* pango/mini-fribidi/fribidi_types.h:
* pango/mini-fribidi/fribidi_types.i: Update to latest fribidi.
(#68435)
Diffstat (limited to 'pango/mini-fribidi/README')
-rw-r--r-- | pango/mini-fribidi/README | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/pango/mini-fribidi/README b/pango/mini-fribidi/README index 90f31cdd..e0bf102c 100644 --- a/pango/mini-fribidi/README +++ b/pango/mini-fribidi/README @@ -1,6 +1,11 @@ This directory holds a stripped down version of Dov Grobgeld's FriBidi library. The fribidi version that fribidi.patch is against was -obtained with "cvs up -D '4/16/2001'" from the fribidi cvs repository. +obtained with "cvs up -D '2003-07-14'" from the fribidi cvs repository. + +00:18:24 < behdad> please write somewhere in bold huge red font that + you have grabbed fribidi from CVS dated X, with + fribidi_env patch, and you dropped env stuff + yourself. Like Pango, FriBidi is licensed under the terms of the GNU Lesser General Public License - see the file COPYING in the toplevel @@ -8,6 +13,8 @@ directory of the Pango distribution. 12 November 2000, 18 October 2001 Owen Taylor +14 July 2003 +Noah Levitt From the README of Fribidi: @@ -40,23 +47,3 @@ The latest version of FriBidi may be found at: http://fribidi.sourceforge.net -Notes -===== - -- shell fragment to generate fribidi.patch: - - echo -n "" > fribidi.patch - for i in fribidi.c fribidi_get_type.c fribidi_tables.i fribidi_types.h ; do - diff -u ~/cvs/fribidi/$i $i >> fribidi.patch - done - -- Shell fragment to update from fribidi - - for i in fribidi.c fribidi_get_type.c fribidi_tables.i fribidi_types.h ; do - cp ~/cvs/fribidi/$i . - done - patch < fribidi.patch - - (And fix rejects) - -- Current fribidi.patch is against fribidi CVS with -D "15 Apr 2001" |