]> granicus.if.org Git - fribidi/commitdiff
More TODO. And change autoconf requirement to 2.56 from 2.59.
authorbehdad <behdad>
Wed, 5 May 2004 21:47:34 +0000 (21:47 +0000)
committerbehdad <behdad>
Wed, 5 May 2004 21:47:34 +0000 (21:47 +0000)
TODO
configure.ac

diff --git a/TODO b/TODO
index b4e812e56fbdb5dd1356ee47e1d7c3b9beff8a7c..0bb9400d88e7cca20fdd1789373bf47b3a4eff02 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,3 +20,11 @@ Implementation issues:
 * Add more tests.  For:
   - Checking that not removing explicit marks in analyze is not changing the
     output in anyway.
+
+* Change fribidi-main cmd-line parameters: --mirror --no-mirror...  change the
+  defaults too.
+
+* cindent:  support function attributes and _PARAMS like things.  Also
+  FRIBIDI_BEGIN_DECLS, and LIKELY.
+
+* c2man:  parse Author and Copyright from the while file.
index 5387e16ec6cc6005d5a55c4ebcd1b26784c46642..ba90d967e372b210fa6a1bd8d644a7481d978f0a 100644 (file)
@@ -1,8 +1,8 @@
 ##############################################################################
-## $Id: configure.ac,v 1.4 2004-05-03 22:05:19 behdad Exp $
+## $Id: configure.ac,v 1.5 2004-05-05 21:47:34 behdad Exp $
 ## $Auther: behdad $
-## $Date: 2004-05-03 22:05:19 $
-## $Revision: 1.4 $
+## $Date: 2004-05-05 21:47:34 $
+## $Revision: 1.5 $
 ## $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/configure.ac,v $
 ##############################################################################
 ##                                               -*- Autoconf -*-
@@ -10,7 +10,7 @@
 ## Use autoupdate to update this file for newer versions of autoconf.
 ## Use autoscan to check if you need to add something to this file.
 
-AC_PREREQ(2.59)
+AC_PREREQ(2.56)
 
 dnl Define different version variables.
 dnl
@@ -41,7 +41,7 @@ m4_define(fribidi_rpm_release, 1)dnl
 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.4 2004-05-03 22:05:19 behdad Exp $])
+AC_REVISION([$Id: configure.ac,v 1.5 2004-05-05 21:47:34 behdad Exp $])
 AC_CONFIG_SRCDIR(lib/fribidi.h)
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([gnits])