From 7fafb2d9754e6dab124dff5b2b5ba89e69e042f7 Mon Sep 17 00:00:00 2001 From: behdad Date: Wed, 5 May 2004 21:47:34 +0000 Subject: [PATCH] More TODO. And change autoconf requirement to 2.56 from 2.59. --- TODO | 8 ++++++++ configure.ac | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index b4e812e..0bb9400 100644 --- 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. diff --git a/configure.ac b/configure.ac index 5387e16..ba90d96 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.40.0