summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/ChangeLog
diff options
context:
space:
mode:
authorJoachim Schrod <jschrod@acm.org>2007-07-04 15:19:29 +0000
committerJoachim Schrod <jschrod@acm.org>2007-07-04 15:19:29 +0000
commit5c4030ccef1934ff0a0535aaa069b4058d46078f (patch)
treec093935dabe85c4230d8a3db7f17d64a62392b2c /Build/source/texk/dviljk/ChangeLog
parent4ba824b346bc89b30e8c147717ff00db7108f2cb (diff)
Rename special psfile-syntax to dvilj-psfile-syntax; that shall be
a dvilj-specific special and the previous name was too generic. git-svn-id: svn://tug.org/texlive/trunk@4544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/ChangeLog')
-rw-r--r--Build/source/texk/dviljk/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/dviljk/ChangeLog b/Build/source/texk/dviljk/ChangeLog
index ad362e9d98c..92fc64ef125 100644
--- a/Build/source/texk/dviljk/ChangeLog
+++ b/Build/source/texk/dviljk/ChangeLog
@@ -1,3 +1,13 @@
+2007-07-04 Joachim Schrod <jschrod@acm.org>
+
+ * dvi2xx.c (DoSpecial): Add special dvilj-psfile-syntax, to
+ specify what shall be done with psfile specials, since they are
+ incompatible to dvips. Supported values: "ignore" and "dvilj".
+ Later, support for "dvips" should be added.
+ If the first keyword in a special is unknown, ignore the whole
+ special. This makes it easier to ignore specials from other
+ drivers.
+
2007-07-03 Joachim Schrod <jschrod@acm.org>
* dvi2xx.c (CopyHPFile): Open include file only once, rewind
@@ -15,10 +25,6 @@
Add special comment, to include meta-information in a DVI file.
For compatibility with other drivers, allow "comment" without
equal sign and value.
- Add special dvips-syntax, to specify what shall be done with
- psfile specials, since they are incompatible to dvips. Supported
- values: "ignore" and "dvilj". Later, support for "dvips" should be
- added.
(CopyFile, CopyHPFile): Implement TEX_HUSH option `readable.'