summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpaper/libpaper-src/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-18 10:10:49 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-18 10:10:49 +0000
commit0b336888541590e095a518fa5fc296ba706503f4 (patch)
treedb9626d4c535c26e04a2dd74d3e0c076a58e5ea5 /Build/source/libs/libpaper/libpaper-src/ChangeLog
parent7baf2ac6d377c1aa8d9f981560946061d7d01353 (diff)
lib/libpaper: New convention
git-svn-id: svn://tug.org/texlive/trunk@39762 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpaper/libpaper-src/ChangeLog')
-rw-r--r--Build/source/libs/libpaper/libpaper-src/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/Build/source/libs/libpaper/libpaper-src/ChangeLog b/Build/source/libs/libpaper/libpaper-src/ChangeLog
new file mode 100644
index 00000000000..1eadcbd9f1b
--- /dev/null
+++ b/Build/source/libs/libpaper/libpaper-src/ChangeLog
@@ -0,0 +1,33 @@
+Tue Sep 24 06:38:34 Yves Arrouye <arrouye@marin.sevy.fr>
+
+ * completed the set of manual pages.
+ * added the libpaper.so.1 link in installation.
+ * added -E to less flags.
+
+Tue Aug 13 19:14:51 1996 Yves Arrouye <arrouye@marin.sevy.fr>
+
+ * abstract interface (struct paper hidden) so that future changes
+ can be made safely.
+ * stores dimensions as double, still in PS points.
+
+Sun Aug 11 15:16:46 1996 Yves Arrouye <arrouye@marin.sevy.fr>
+
+ * lib/paper.c: added paperinit(), paperdone(), paperfirst(),
+ paperlast(), papernext() and paperprev(), removed papertable().
+
+ * lib/paper.h: added new prototypes.
+
+ * src/paper.c: added -N option.
+ Removed trailing spaces in what is printed.
+
+ * examples/gsfrontend.c: corrected PAPERSIZE to PAGESIZE.
+
+ * examples/a2ps: added calls to paperinit() and paperdone(),
+ added agressive page size selection at printing time.
+
+Sat Jul 20 10:15:49 1996 Yves Arrouye <arrouye@marin.fdn.fr>
+
+ * Makefile.in: changed for PAPERSIZE.
+ * lib/paper.c: added the PAPERSIZE environment variable.
+ * examples: new directory containing examples (gs.sh and
+ diffs for a2ps-4.3).