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
|
Wed Jul 3 12:51:51 1996 Operator <root@marin.fdn.fr>
* src/psplpr.pl.in: new features
Implemented the --globps and --dontglobps options.
Features are output at the beginning of sections.
Fri Jun 21 13:53:45 1996 Operator <root@marin.fdn.fr>
* lib/perl/ppd.pl.in: allow reading files with ^M at end of line.
* src/psplpr.pl.in: id.
* debian.control: changed my address to arrouye@debian.org.
Thu Jun 20 12:28:02 1996 Yves Arrouye <arrouye@marin.fdn.fr>
* src/mkppddir.pl.in: corrections
Corrected misbehaviour of the --rename option.
Non-zero exit on errors.
* lib/perl/ppd.pl.in: adddependency
Correctly delete guessed dependencies for keys that did appear
too early in a PPD file.
* lib/perl/ppd.pl.in: _locateppdfile
Better lookup for alternate names got from ppd.dir.
* debian.rules: use /usr instead of /usr/local.
* configure.in: check for perl5 or perl unless installing under
anything other than /usr in which case we test for site_perl
first.
* doc: added PPD specification from Adobe.
Fri Jun 14 22:45:30 1996 Yves Arrouye <arrouye@marin.fdn.fr>
* debian.control (Depends:) added perl dependency
Thu Feb 24 12:46:09 1996 Yves Arrouye <arrouye@marin.fdn.fr>
* src/psplr.pl.in: default values selection
Added the possibility to use DefaultSomething with the -u
option, thus including code for the default setup of the
Something feature.
* man/man1/psplr.1.in: documented new features
Thu Feb 19 18:06:59 1996 Yves Arrouye <arrouye@marin.fdn.fr>
* (whole distribution): summary of changes
Renamed the plpr tool to psplpr, and named the distribution
psptools because psplpr will be accompanied by other tools.
Dispatched the various files to diverse directories, though
there's still a single configure script and Makefile to manage the
whole thing.
Added a ppd directory in which one can find PPD files for the
Canon BJC printers (and Apple StyleWriter printers) and Aladdin
Ghostscript, and a smart installation script.
* src/ppd.pl.in: bug fixes and new features
Fixed a bug in the inclusion of files.
Added the ability to redefine the showpage operator in order to
(presumably) correctly do page setup with files that are not DSC
conformants.
Added the parsing of query definitions (used by pspquery, of
course...).
* src/psplr.pl.in: new features
Added the --lpr and --pr options. Note that pr is still untested
as I do not have one :-(.
* man/man1/psplpr.1.in: improved
Wed Nov 22 11:45:19 1995 Operator <root@marin.sevy.fr>
* Makefile.in: distribution
Added this ChangeLog to the list of distributed files.
Removed the PACKAGE variable that is not used.
Removed the INSTALL file from files that are deleted by the
maintainer-clean target.
* configure.in: version
Moved from version 1.0b to 1.1b to reflect changes.
* plpr.pl.in: features handling
Added recognition of keywords alternate names which are translated
to their natural names after the PPD file has been parsed and
before any other thing (like adding defaults for all options) is
done by plpr(1).
* ppd.pl.in: _parseppdfile()
Enter alternate name from the *OpenUI keyword. The names mappings
are stored in the %PPD_AltNames and %PPD_NatNames arrays.
Recognize keywords alternate names and replace them with their
natural names if needed (this is not needed by plpr(1) but may be
useful). Note that the code does not use alternate names for the
options but just for the keywords.
* plpr.1.in: options documentation
Added documentation for the list optional keyword of the -z,
--show option.
Changed the release date to 22 November, 1995.
Fixed miscellaneous typos.
* plpr.pl.in: main part
Implemented the list optional keyword for the -z, --show option,
which lists features in a form that should be easy to parse by a
separate tool.
|