]> granicus.if.org Git - fribidi/commitdiff
Misc fixes.
authorbehdad <behdad>
Tue, 7 Jun 2005 08:44:23 +0000 (08:44 +0000)
committerbehdad <behdad>
Tue, 7 Jun 2005 08:44:23 +0000 (08:44 +0000)
TODO
USERS
configure.ac

diff --git a/TODO b/TODO
index 9dbc4110d5e3134af1efff6630eab4aceddbf520..8eea8d8578891a3e67899f2fe655b4dd4037e509 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,17 +2,9 @@ Implementation issues:
 
 * Mix __attr... with DLLIMPORT?
 
-* Better FRIBIDI_NAMESPACE.
-
-* Define symbols to be included in library.
-
-* Still better bootstrap script: steal from GNOME autogen.sh.
-
 * Update all files headers/footers.  For c/h files, lib/fribidi-mirroring.[ch]
   is always the reference.
 
-* Update CapRTL with new Unicode reference code / new Unicode data types.
-
 * In fribidi_main.c reorder after line break.
 
 * Change fribidi-main cmd-line parameters: --mirror --no-mirror...  change the
@@ -56,9 +48,6 @@ Implementation issues:
 * When called in interactive mode, fribidi cmd-line should greet, write
   about copyrtight stuff, and shared-libs' version and Unicode version.
 
-* Add Unicode Character Database data structure, to support more than
-  one UCD version at the same time.
-
 * Configure gen.tab/ with host=build to avoid cross-compiling table
   generators.
 
diff --git a/USERS b/USERS
index 2f487aad60e36907f34e9dc962435c89f2d112b4..577daf6b8c84a657013e63d7bc36a5528dd52499 100644 (file)
--- a/USERS
+++ b/USERS
@@ -6,3 +6,4 @@ mlterm: http://mlterm.sourceforge.net/
 MPlayer: http://www.mplayerhq.hu/
 BiCon: http://www.arabeyes.org/project.php?proj=BiCon
 Geresh: http://www.typo.co.il/~mooffie/geresh/
+Motor: http://konst.org.ua/en/motor
index 10420136c8eb992437713700c72385c456f6237d..8dc6b9d227be5b7f0e7a190a71f9fab600fb4174 100644 (file)
@@ -3,10 +3,10 @@
 ## Use autoupdate to update this file for newer versions of autoconf.
 ## Use autoscan to check if you need to add something to this file.
 ##############################################################################
-## $Id: configure.ac,v 1.18 2004-08-27 21:55:59 behdad Exp $
+## $Id: configure.ac,v 1.19 2005-06-07 08:44:23 behdad Exp $
 ## $Auther: behdad $
-## $Date: 2004-08-27 21:55:59 $
-## $Revision: 1.18 $
+## $Date: 2005-06-07 08:44:23 $
+## $Revision: 1.19 $
 ## $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/configure.ac,v $
 ##############################################################################
 
@@ -43,8 +43,8 @@ m4_define(fribidi_version,
            fribidi_major_version.fribidi_minor_version,
            fribidi_major_version.fribidi_minor_version.fribidi_micro_version))dnl
 
-AC_INIT([GNU FriBidi],fribidi_version(),[http://freedesktop.org/cgi-bin/bugzilla/enter_bug.cgi?product=FriBidi])
-AC_REVISION([$Id: configure.ac,v 1.18 2004-08-27 21:55:59 behdad Exp $])
+AC_INIT([GNU FriBidi],fribidi_version(),[http://bugs.freedesktop.org/enter_bug.cgi?product=FriBidi])
+AC_REVISION([$Id: configure.ac,v 1.19 2005-06-07 08:44:23 behdad Exp $])
 AC_CONFIG_SRCDIR(lib/fribidi.h)
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([gnits])