diff options
author | recht <recht@pkgsrc.org> | 2004-07-28 09:31:16 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-28 09:31:16 +0000 |
commit | a47fc377505c33d469a00b6b4297bc660973462a (patch) | |
tree | 7738af99520aaf332af8c2311b2f342cd6a40d24 /editors/TeXmacs/patches | |
parent | e504e98c2231e6cdbfbb9518379dc3294501dbb7 (diff) | |
download | pkgsrc-a47fc377505c33d469a00b6b4297bc660973462a.tar.gz |
update to TeXmacs-1.0.3.11
changes:
- Finished documentation of TeXmacs primitives.
- Started documentation built-in environment variables.
- Editing of text-at boxes in graphics mode1.
Diffstat (limited to 'editors/TeXmacs/patches')
-rw-r--r-- | editors/TeXmacs/patches/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/TeXmacs/patches/patch-ag b/editors/TeXmacs/patches/patch-ag deleted file mode 100644 index 63fcc31136f..00000000000 --- a/editors/TeXmacs/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2004/06/27 01:08:44 recht Exp $ - ---- src/Edit/Editor/edit_main.cpp.orig 2004-05-17 12:56:19.000000000 +0200 -+++ src/Edit/Editor/edit_main.cpp 2004-06-26 23:19:12.000000000 +0200 -@@ -197,7 +197,7 @@ - string col_name= env->get_string (BG_COLOR); - dev->set_background (dis->get_color (col_name)); - if (col_name != "white") -- dev->clear (0, -h, w, 0); -+ dev->clear (0, (int) -h, (int) w, 0); - - rectangles rs; - the_box[0]->sx(i)= 0; |