aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tpic/Changes
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-04-14 00:04:03 +0000
committerrsc <devnull@localhost>2006-04-14 00:04:03 +0000
commitb6d98463b416e9d95bc88f948b4abdff6b24aede (patch)
tree6ae4dabb948c5b3c42a48b34964bdde7b0afa5c2 /src/cmd/tpic/Changes
parent434d1b41b61a9771f4cec2ca6c0a00b067a50fa0 (diff)
downloadplan9port-b6d98463b416e9d95bc88f948b4abdff6b24aede.tar.gz
plan9port-b6d98463b416e9d95bc88f948b4abdff6b24aede.tar.bz2
plan9port-b6d98463b416e9d95bc88f948b4abdff6b24aede.zip
tpic
Diffstat (limited to 'src/cmd/tpic/Changes')
-rw-r--r--src/cmd/tpic/Changes24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/cmd/tpic/Changes b/src/cmd/tpic/Changes
new file mode 100644
index 00000000..1e0a12d4
--- /dev/null
+++ b/src/cmd/tpic/Changes
@@ -0,0 +1,24 @@
+30 Nov 1988 ehg
+Copied from /n/bowell/usr/src/cmd/pic.
+
+16 Jan 1989 ehg
+Updates from /n/coma/usr/bwk/pic.
+Brian picked up printlf() and I moved space() in openpl() in pixel and 4014,
+ so no changes were needed in the source imported from bowell and bwk.
+bwk's print.c calls arc(), which is translated in pl$DEV.c into a call to
+ devarc() whose code is in lib$DEV/arc.c.
+I didn't understand howard's dotline change and it conflicted
+ with using pure bwk code, so I commented it out in pltex.c.
+
+8 Sep 1989 hwt
+Updates from /n/bowell/usr/src/cmd/pic
+Some changes in linegen.c (bigger buffers), misc.c, picl.l, picy.y, symtab.c
+I removed the \t-><tab> transformation in picl.l (bwk agreed it was bogus).
+Put the dotline change back in (to get smaller output files, and avoid
+ problems where lines were bunching together).
+
+11 Sep 1989 hwt
+Went back to troff dotline (the postscript one doesn't act the same
+ as troff when scale!=1).
+Changed default pen size from 8 to 9 (to give same thickness lines
+ as default pic), and made dots change size with pen size.