summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ad
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-03 21:25:53 +0000
committerrecht <recht@pkgsrc.org>2004-07-03 21:25:53 +0000
commit6f8608ff7177017f4dd894fb4e93aa1471e885ae (patch)
tree160c55d9bf93e121fe3d34094402cb1701bc7eb4 /editors/TeXmacs/patches/patch-ad
parent3b016bfc8da9e1fa0d8bf608e2af968cd654aaf6 (diff)
downloadpkgsrc-6f8608ff7177017f4dd894fb4e93aa1471e885ae.tar.gz
update to 1.0.3.10
changes - Higher reactivity for editing large documents. - Speed-up for starting TeXmacs. - Tab-completion and hyperlinks for intra-project labels and references. - Patches by Henri Lesourd for better editing of graphics. - Several bug corrections.
Diffstat (limited to 'editors/TeXmacs/patches/patch-ad')
-rw-r--r--editors/TeXmacs/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/TeXmacs/patches/patch-ad b/editors/TeXmacs/patches/patch-ad
index 167fa0c5da4..1e9e2976446 100644
--- a/editors/TeXmacs/patches/patch-ad
+++ b/editors/TeXmacs/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2004/04/06 19:02:49 reinoud Exp $
+$NetBSD: patch-ad,v 1.2 2004/07/03 21:25:53 recht Exp $
---- src/Classes/Abstract/basic.hpp.orig 2004-04-05 23:16:59.000000000 +0200
-+++ src/Classes/Abstract/basic.hpp
-@@ -81,7 +81,7 @@ inline SI max (SI i, SI j) { if (i>j) re
+--- src/Classes/Abstract/basic.hpp.orig 2004-06-30 11:19:43.000000000 +0200
++++ src/Classes/Abstract/basic.hpp 2004-07-03 22:55:03.000000000 +0200
+@@ -83,7 +83,7 @@
inline double min (double i, double j) { if (i<j) return i; else return j; }
inline double max (double i, double j) { if (i>j) return i; else return j; }
inline int hash (int i) { return i; }