1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
*** MAJOUR CHANGES OF TeX-Guy ***
(See each program directory for minor changes)
TeX-Guy 1.2.3 1 Nov 2001
* DVIlib: Improved color text handlings.
* xgdvi 1.6.0: Changed printer setting file name:
"PrintSpec" (xgdvi 1.5 and before) => "PrintSpec16" (xgdvi 1.6)
* xgdvi: Improved dvi file update check.
* xgdvi: Changed directive in PrintSpec file: %t (temporary file)
NOTE: "PrinSpec" file is not compatible with older
versions of xgdvi.
* xgdvi: Support for color text, for X servers that supports 15 or
more planes and Direct or True color visuals.
TeX-Guy 1.2.2 1 Oct 2001
* DVIlib: Enhanced support for EPS figures. (Especially, TGIF-generated
EPS files)
* xgdvi, spawx11: debugged bitmap clipping code.
* DVIlib, xgdvi: Enhanced checking DVI file update.
* xgdvi: Enhanced keyboard commands.
TeX-Guy 1.2.1 14 May 2001
* DVIlib: Improved detection of DVI file update
* spawg: View port can be moved by dragging.
Changed default window size.
* spawx11 & xgdvi: improved detection of DVI file update
* spawg & xgdvi: Enhanced user commands by keyboard.
* spawg & xgdvi: changed key assignment for paper orientation: 'l' => 'o'
* Added sample DVI files for PostScript fonts. See sample-dvi/PSfonts/*
* [An automatic vflibcap generator 'vflmkcaptex' is developed in
VFlib 3.6.10. You are not bothered by configuring complex vflibcap.]
TeX-Guy 1.2.0 8 Feb 2001
* dvi2misc: Support for PPM output. (added "dvi2ppm" program.)
* dvi2misc: Added "dvi2html" program. (a shell script, requires
"convert" program in ImageMagic package.)
* dvi2misc: "dvi2img" is renamed to "dvi2pgm".
* xgdvi: Added print 1,5,20 pages button.
* DVIlib: Added "dvipages" command to print the number of pages
in a DVI file.
TeX-Guy 1.1.5
* DVIlib: Added code to disable `showpage' operator in an EPS file.
* dvispecials: Added a feature to specify format string on command
line (-p) to print `special' DVI instructions in a DVI file.
TeX-Guy 1.1.4 27 Dec 1999
* xgdvi: bug fix of lprconf.c.
* xgdvi: added ja_JP.eucJP.po file for messages in Japanese.
TeX-Guy 1.1.3 9 Dec 1999
* DVIlib: Added partial support for \scalebox{} command of graphic{s,x}.sty.
(Scaling with minus value is unsupported.)
TeX-Guy 1.1.2 29 Nov 1999
* Tested on FreeBSD 3.2/Pentium III, Solaris 2.5.1/SPARC, and RedHat Linux.
Portability is imporoved.
TeX-Guy 1.1.1 19 Nov 1999
* Changed RPM spec file, configure.in, and some scripts for Linux.
* System dependent code is improved for Linux.
TeX-Guy 1.1.0 7 Sep 1999
* Added xgdvi, a previewer with GTK 1.2 on X Window System.
It supports multiple DVI buffers.
* Added "spwg", a simple previewer with GTK 1.2 on X Window System.
See "spwg" directory.
* DVIlib: support for psfig.sty style file for EPS figures.
* DVIlib: added displaying EPS figures incrementally
TeX-Guy 1.0.6 20 Jan 1999
* dvi2misc: EPSON ESC/Page printer output is supported.
* dvi2misc: RICOH RPDL printer output is supported.
* spawx11: -no-eps option is added, not to render EPS figures.
TeX-Guy 1.0.5 24 Dec 1998
* DVIlib: bugs to fail rendering EPS figures on systems that lacks fork()
and pipe() are fixed.
* DVIlib: Added new feature to open fonts on demand (specifed by property)
in a DVI file. (See also spawx11)
* DVIlib: DVI_fb_boundingbox() is added to get bounding box of
characters and figures in a frame buffer.
* dvi2bdps is now changed to dvi2misc, to generate misc file format
from a dvi file.
* dvi2misc: PGM output is supported in addition to PostScript.
TeX-Guy 1.0.4 4 Dec 1998
* Some installation problems are fixed.
* dvi2bdps: PostScript undefined variable error in output file is fixed.
TeX-Guy 1.0.3 1 Dec 1998
* Changed X11 configration. See X11/ directory.
* spwx11/spawx11: a bug of position offset is fixed.
* spawx11: supports foregrond/background color (-fg, -bg option).
* DVIlib: Added properties DVI_PROP_SKIP_RENDERING and
DVI_PROP_SKIP_SPECIALS for listing fonts and specials fast.
TeX-Guy 1.0.1 7 Sep 1998
* DVIlib: a bug in frame buffer is fixed.
* spwx11/spawx11: a bug in paper size selection is fixed.
* dvi2bdps: supports landscape mode. Minor bugs are fixed.
Options -ljfour, -cx, -sparcptr are added.
TeX-Guy 1.0.0 1 Sep 1998
'CHANGES' starts today. B-)
|