texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Mon Sep 17 18:53:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Mon Sep 17 18:53:01 EDT 2007)
Date: Mon, 17 Sep 2007 18:53:02 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.756
retrieving revision 1.757
diff -u -r1.756 -r1.757
--- ChangeLog   17 Sep 2007 00:32:05 -0000      1.756
+++ ChangeLog   17 Sep 2007 22:27:08 -0000      1.757
@@ -1,3 +1,8 @@
+2007-09-17  Karl Berry  <address@hidden>
+
+       * util/defs.in (optionset_get): use `...`, not $(...).  Still too
+       newfangled.  Report from Bert Deknuydt.
+
 2007-09-16  Thien-Thi Nguyen  <address@hidden>  (tiny change)
 
        * doc/texinfo.tex (w): Do s/indenting manual/manual indenting/.
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/TODO,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- TODO        16 Aug 2007 17:42:20 -0000      1.36
+++ TODO        17 Sep 2007 22:48:52 -0000      1.37
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.36 2007/08/16 17:42:20 karl Exp $
+$Id: TODO,v 1.37 2007/09/17 22:48:52 karl Exp $
 This is the todo list for GNU Texinfo.
 If you are interested in working on any of these, email address@hidden
 
@@ -129,7 +129,6 @@
     for an example of doing it in both the tex and info versions.
 
 * Info:
-  - Regular expression search.
   - Full-text search across all info files installed on the system.
   - Support character sets other than ISO Latin 1.
   - Perhaps comply with LANGUAGE setting on a per-node basis, to allow
Index: util/defs.in
===================================================================
RCS file: /sources/texinfo/texinfo/util/defs.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- util/defs.in        1 Jul 2007 22:32:12 -0000       1.10
+++ util/defs.in        17 Sep 2007 22:27:09 -0000      1.11
@@ -234,7 +234,7 @@
   # Find the optionset.
   while test $n != 1; do
     case $1 in
-      --) n=$(expr $n - 1);;
+      --) n=`expr $n - 1`;;
     esac
     shift
   done
P ChangeLog
P TODO
P util/defs.in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]