[FriBidi-commit] fribidi Makefile.am, 1.2, 1.3 TODO, 1.4,
1.5 configure.ac, 1.5, 1.6
Behdad Esfahbod
behdad at pdx.freedesktop.org
Fri May 7 16:30:40 EST 2004
Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv21069
Modified Files:
Makefile.am TODO configure.ac
Log Message:
Cleaning here and there. We may be ready for a release tonight :).
Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/Makefile.am 25 Apr 2004 19:13:04 -0000 1.2
+++ b/Makefile.am 7 May 2004 06:30:37 -0000 1.3
@@ -9,7 +9,7 @@
## Process this file with automake to produce Makefile.in
## The order of subdirs is important, don't change without a reason.
-SUBDIRS = charset gentable lib bin doc test
+SUBDIRS = charset gen.tab lib bin doc test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @PACKAGE at .pc
Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/TODO 5 May 2004 21:47:34 -0000 1.4
+++ b/TODO 7 May 2004 06:30:37 -0000 1.5
@@ -20,11 +20,12 @@
* Add more tests. For:
- Checking that not removing explicit marks in analyze is not changing the
output in anyway.
+ - Tests with BN. Right now ^ is BN in CapRTL scheme.
* Change fribidi-main cmd-line parameters: --mirror --no-mirror... change the
defaults too.
-* cindent: support function attributes and _PARAMS like things. Also
+* indent: support function attributes and _PARAMS like things. Also
FRIBIDI_BEGIN_DECLS, and LIKELY.
* c2man: parse Author and Copyright from the while file.
Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/configure.ac 5 May 2004 21:47:34 -0000 1.5
+++ b/configure.ac 7 May 2004 06:30:37 -0000 1.6
@@ -200,7 +200,7 @@
lib/fribidi-config.h
Makefile
charset/Makefile
- gentable/Makefile
+ gen.tab/Makefile
lib/Makefile
bin/Makefile
doc/Makefile
More information about the FriBidi-Commit
mailing list