summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-03-03 21:45:29 +0000
committerwlemb <wlemb>2000-03-03 21:45:29 +0000
commit58c17556a276738a769d8f2fd9362cbd489693d0 (patch)
treebf820685b33d34247c44598cf9e500feb1e34634
parent47529fc130868a441810f5dcc724c78a1d853eae (diff)
downloadgroff-58c17556a276738a769d8f2fd9362cbd489693d0.tar.gz
* Imakefile replaced with Imakefile.in which will be configured by
the main configure script of groff. This will set the correct font path, and it will make it possible to build xditview in a directory different from $srcdir.
-rw-r--r--src/xditview/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xditview/ChangeLog b/src/xditview/ChangeLog
index 2d3872c8..0a4610b4 100644
--- a/src/xditview/ChangeLog
+++ b/src/xditview/ChangeLog
@@ -1,3 +1,10 @@
+2000-03-03 Werner LEMBERG <wl@gnu.org>
+
+ * Imakefile replaced with Imakefile.in which will be configured by
+ the main configure script of groff. This will set the correct font
+ path, and it will make it possible to build xditview in a directory
+ different from $srcdir.
+
2000-03-01 Colin Phipps <crp22@cam.ac.uk>
* Dvi.c (OpenFile): Use tmpdir() for security reasons.