[FriBidi-commit] fribidi .indent.pro, 1.5, 1.6 TODO, 1.11,
1.12 configure.ac, 1.15, 1.16
Behdad Esfahbod
behdad at pdx.freedesktop.org
Tue Jun 15 04:52:04 PDT 2004
Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv6754
Modified Files:
.indent.pro TODO configure.ac
Log Message:
Arabic joining is almost complete. Going for Shaping.
Index: .indent.pro
===================================================================
RCS file: /cvs/fribidi/fribidi/.indent.pro,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- .indent.pro 13 Jun 2004 20:11:41 -0000 1.5
+++ .indent.pro 15 Jun 2004 11:52:02 -0000 1.6
@@ -8,6 +8,7 @@
-T FriBidiCharType
-T FriBidiParType
-T FriBidiJoiningType
+-T FriBidiArabicProps
-T FriBidiCharSet
-T FriBidiCharSetHandler
-T FriBidiMemChunk
Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- TODO 13 Jun 2004 20:11:41 -0000 1.11
+++ TODO 15 Jun 2004 11:52:02 -0000 1.12
@@ -7,7 +7,7 @@
* Update all files headers/footers. For c/h files, lib/fribidi-mirroring.[ch]
is always the reference.
-* Update CapRTL with new Unicode reference code.
+* Update CapRTL with new Unicode reference code / new Unicode data types.
* In fribidi_main.c reorder after line break.
@@ -28,7 +28,8 @@
* Cleanup gen.tab/gen-*.c files.
-* Override pkgincludedir and append interface version.
+* Override pkgincludedir and append interface version. Should we go the GNOME
+ parallel install way?
* c2man: parse Author and Copyright from the whole file.
@@ -48,11 +49,11 @@
* Generate HTML and DVI documentation.
* Clean up README and NEWS, and check all files' headers. Write
- gen.tab/README.
+ gen.tab/README. Also add UniData license file.
* Rewrite fribidi.spec.in
-* Add make rules for lib/$(BUILT_SOURCES) to depend on gen.tab/ stuff.
+* Add make rules for lib/$(BUILT_SOURCES) to depend on gen.tab/ stuff?
* When called in interactive mode, fribidi cmd-line should greet, write
about copyrtight stuff, and shared-libs' version and Unicode version.
@@ -63,8 +64,6 @@
* Configure gen.tab/ with host=build to avoid cross-compiling table
generators.
-* Replace Arabic Yeh with Persian Yeh in Hafez piece in test/*.
-
* Replace test/run.tests with something better.
From GNU Coding Standards:
Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.ac 14 Jun 2004 18:43:48 -0000 1.15
+++ configure.ac 15 Jun 2004 11:52:02 -0000 1.16
@@ -35,7 +35,7 @@
m4_define(fribidi_micro_version, 0)dnl
m4_define(fribidi_interface_version, 3)dnl
m4_define(fribidi_interface_age, 0)dnl
-m4_define(fribidi_binary_age, 3)dnl
+m4_define(fribidi_binary_age, 0)dnl
m4_define(fribidi_rpm_release, 1)dnl
dnl
m4_define(fribidi_version,
More information about the FriBidi-Commit
mailing list