aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-25 14:31:39 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-25 14:35:09 +0200
commit71247994940d48aafa24d2ad640c8624195a2175 (patch)
tree681e33fced0c59386e613a3060d3b95860d45795
parent5e40b540673044493a804921d4f32337451d6d88 (diff)
downloaddico-71247994940d48aafa24d2ad640c8624195a2175.tar.gz
dico-71247994940d48aafa24d2ad640c8624195a2175.tar.bz2
Version 2.4.90
-rw-r--r--NEWS7
-rwxr-xr-xbootstrap14
-rw-r--r--configure.boot2
3 files changed, 14 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 4f135e9..5911228 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
-GNU Dico NEWS -- history of user-visible changes. 2016-11-21
+GNU Dico NEWS -- history of user-visible changes. 2018-01-25
Copyright (C) 2008-2010, 2012-2018 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
+Version 2.4.90 (Git)
+
+* Support for four-column index files in dictorg databases
+
+
Version 2.4, 2016-11-21
* dico accepts UNIX socket name as argument to the open command
diff --git a/bootstrap b/bootstrap
index 46a5ad6..a5c62be 100755
--- a/bootstrap
+++ b/bootstrap
@@ -61,24 +61,24 @@ this file in section B<FILES>.
The program must be run from the Dico source tree topmost directory.
-When given the B<-m> (B<--modules>) option, the only the second step is
+When given the B<-m> (B<--modules>) option, only the second step is
performed.
When the B<-a> (B<--add>, B<--new>) option is given, the program creates
basic infrastructure for modules named in the command line. For each
I<NAME> from the command line it creates directory F<modules/I<NAME>>
and populates it with files from the directory F<modules/template>. To
-this effect, it reads the list of file names from the section I<FILE LIST>
-of the file modules/README. This file is in Emacs outline format. The
-section in question lists file names relative to the F<modules/template>
-directory, one file per line. File names must start at coluimn. A
+this effect, it reads the list of file names from the section B<FILE LIST>
+of the file F<modules/template/README>. This file is in Emacs outline format.
+The B<FILE LIST> section lists file names relative to the F<modules/template>
+directory, one file per line. File names must start at column 1. A
whitespace character (space or tab) starts a comment that spans to the
physical end of line. Empty lines are ignored.
Each file name from that list is copied to the newly created F<modules/I<NAME>>
directory, creating eventual intermediate directories on the fly. E.g. the
file F<modules/template/test/Makefile.am> is copied to
-F<modules/I<NAME>/test/Makefile.am>. During the copy, some files undergo
+F<modules/I<NAME>/test/Makefile.am>. In the process some files undergo
I<macro expansion>, in which macro variables appearing in the source file
are replaced with their actual values in the destination file. This process
is discussed in detail in section B<FILES>, below.
@@ -304,7 +304,7 @@ Produces B<Makefille.am> code for the B<SUBDIRS> variable.
=item B<TEMPLATE>
A whitespace-separated list of template files obtained from file
-F<modules/README>.
+F<modules/template/README>.
=back
diff --git a/configure.boot b/configure.boot
index 7bf1a7b..e59f98d 100644
--- a/configure.boot
+++ b/configure.boot
@@ -28,7 +28,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.
# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU dico], 2.4, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.4.90, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.