From 3c5b16d01c37a03e790617ff59fbdb634f859933 Mon Sep 17 00:00:00 2001 From: behdad Date: Tue, 7 Jun 2005 08:44:23 +0000 Subject: [PATCH] Misc fixes. --- TODO | 11 ----------- USERS | 1 + configure.ac | 10 +++++----- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/TODO b/TODO index 9dbc411..8eea8d8 100644 --- 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 2f487aa..577daf6 100644 --- 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 diff --git a/configure.ac b/configure.ac index 1042013..8dc6b9d 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.40.0