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
|
CHANGES since Version 1.0.1
---------------------------
3.12.1996 Wrote a better README file.
4.12.1996 Added this CHANGES file.
Added the 'charactersets' commands German,English and ANSI.
Put a new function into the program called 'send' to spare
memory. Fixed the bug that the program returns '1' after
terminating correct, and '0' by errors.
5.12.1996 Added the 'character distance' commands fix and prop.
Added the 'character density' commands.
Added the 'point size' commands
9.12.1996 Added the 'line strength' commands fat and normal
Added the 'types commands' courier,times,gothic and univers
Added the 'line distance' commands
10.12.1996 Added the options into the help by starting without
arguments.
Fixed the bug, that the device will be opened when starting
without arguments.
CHANGES since Version 1.1.1
---------------------------
16.12.96 Change the silly case routine into a vector (hp.c is getting much
smaller)
Fixed the Bug with 'point5'
Put a 'Makefile' in the Package
Changed name from 'hpcom' to 'hpset'
'unknown command' is now only printed if the command is illegal.
Changed the whole 'send' function
17.12.96 Changed the command names 'cross' to 'landscape', 'high' to
'portrait' and 'fat' to 'bold'.
Fixed the bug that hpset returns 'unknown command..' if executing
last command in the printer vector.
Added the 'leftright', 'rightleft', 'bidirect', 'execon','execoff' ,
'econo' and 'nice' commands.
Added the charactersets 'france', 'italian', 'spain', and 'sweden'.
Updated the README file.
28.02.97 Changed the 'dens#' Commands in 'cpi#'
Put out the 'advise' Variable in the main function.
02.03.97 Added documentations in postscript and dvi format. The
languages are German and English.
CHANGES since Version 1.2.1
---------------------------
27.4.97 Added the command line options -c (output to stdout) -o name
(output in specific file or device) and -h (help).
Added a manpage.
Added a prompt mode.
CHANGES since Version 1.2.2
---------------------------
1.5.97 Fixed the bug that hpset prints to stdout the error message
instead to stderr.
Changed the design of the prompt
|