diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-10-10 19:39:41 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-10-10 19:39:41 +0000 |
commit | ed1706f7e53fcdb64a0a6a8324fc2f5e073e235c (patch) | |
tree | 99570349a39ebc842ad181e72a87fc4feb599faf /textproc/ted/patches | |
parent | d27abc9f7cc55c060940854e83eb501cf3b2a94b (diff) | |
download | pkgsrc-ed1706f7e53fcdb64a0a6a8324fc2f5e073e235c.tar.gz |
- added US mirror site
- Update to Ted-2.6:
Changes since Ted-2.5 include:
* Picture files and spelling dictionaries are now read in a
machine independent way: This avoids problems on 64 bit
machines.
* The HTML produced is now simpler. Some bugs and peculiarities
in the nesting of tags have been removed.
* Support for multiple line spacing.
* Support for right and center tabs.
* In version 2.5 too much of the screen was redrawn while
typing.
* Hyperlinks are no longer automatically underlined. They are
printed in blue.
* Better support for character sets different from latin 1. In
paritcular for Latin2 documents.
* Subsequent steps in moving from the X11 layout on screen to
the exact PostScript layout.
* Various bugs and annoyances removed. A very disturbing one
with the file selection dialog in particular. Used Electric
Fence to debug memory management.
Diffstat (limited to 'textproc/ted/patches')
-rw-r--r-- | textproc/ted/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ted/patches/patch-aa b/textproc/ted/patches/patch-aa index e8f01d01b55..ad40eb469d4 100644 --- a/textproc/ted/patches/patch-aa +++ b/textproc/ted/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.2 1999/09/19 01:54:35 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.2 1999/10/10 19:39:43 dmcmahill Exp $ ---- Ted/makefile.in.orig Fri Jul 23 06:52:42 1999 -+++ Ted/makefile.in Mon Aug 30 08:48:21 1999 -@@ -12,5 +12,6 @@ +--- Ted/makefile.in.orig Thu Sep 23 06:08:00 1999 ++++ Ted/makefile.in Sun Oct 10 13:46:20 1999 +@@ -22,5 +22,6 @@ -I../appUtil \ -I../include \ - $(DEF_PKGDIR) -+ $(DEF_PKGDIR) \ ++ $(DEF_PKGDIR) \ + $(DEF_INFODIR) LDFLAGS=@LDFLAGS@ |