[FriBidi-commit] fribidi .cvsignore, 1.1.1.1, 1.2 .indent.pro, 1.3, 1.4 TODO, 1.9, 1.10

Behdad Esfahbod behdad at pdx.freedesktop.org
Mon Jun 7 13:38:23 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv27593

Modified Files:
	.cvsignore .indent.pro TODO 
Log Message:
Finally done with the clean API for bidi functionality.  The API is not final
yet, but does the job.  Also define FriBidiCharType as an enum if possible.
Added type FriBidiParType for paragraph direction types.


Index: .cvsignore
===================================================================
RCS file: /cvs/fribidi/fribidi/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/.cvsignore	25 Apr 2004 18:47:57 -0000	1.1.1.1
+++ b/.cvsignore	7 Jun 2004 20:38:21 -0000	1.2
@@ -1,4 +1,4 @@
-ChangeLog.bak
+ChangeLog
 INSTALL
 aclocal.m4
 autom4te.cache

Index: .indent.pro
===================================================================
RCS file: /cvs/fribidi/fribidi/.indent.pro,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/.indent.pro	12 May 2004 07:06:21 -0000	1.3
+++ b/.indent.pro	7 Jun 2004 20:38:21 -0000	1.4
@@ -2,12 +2,10 @@
 -bfda
 -bfde
 -T FILE
--T LevelInfo
 -T FriBidiChar
 -T FriBidiStrIndex
--T FriBidiMaskType
 -T FriBidiCharType
--T FriBidiPropCharType
+-T FriBidiParType
 -T FriBidiLevel
 -T FriBidiCharSet
 -T FriBidiCharSetHandler

Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/TODO	4 Jun 2004 09:41:11 -0000	1.9
+++ b/TODO	7 Jun 2004 20:38:21 -0000	1.10
@@ -63,6 +63,8 @@
 * Configure gen.tab/ with host=build to avoid cross-compiling table
   generators.
 
+* Replace Arabic Yeh with Persian Yeh in Hafez piece in test/*.
+
 From GNU Coding Standards:
 
 * The distribution should contain a file named `README' which gives the name




More information about the FriBidi-Commit mailing list