diff options
| author | Kenichi Handa | 1999-10-20 01:08:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-10-20 01:08:36 +0000 |
| commit | 3ad114e53b4bca94ecf4ca968e19da11b077ad1e (patch) | |
| tree | 454907153f37451a9cf99c95398e858c078d3b9d | |
| parent | c276ee0534bf5a2bbda2ff5b24fca4fdaa66fd8d (diff) | |
| download | emacs-3ad114e53b4bca94ecf4ca968e19da11b077ad1e.tar.gz emacs-3ad114e53b4bca94ecf4ca968e19da11b077ad1e.zip | |
Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 74 | ||||
| -rw-r--r-- | lisp/ps-bdf.el | 4 |
2 files changed, 76 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d2f6247bdf..4ac1340ff7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,77 @@ | |||
| 1 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-bdf.el: Doc fix. | ||
| 4 | |||
| 5 | * ps-print-def.el: New file: common definitions for all parts of | ||
| 6 | ps-print. | ||
| 7 | (ps-multibyte-buffer): Moved from ps-mule. | ||
| 8 | |||
| 9 | * ps-mule.el: File dependence fix. | ||
| 10 | (ps-multibyte-buffer): Moved to ps-print-def. | ||
| 11 | |||
| 12 | * ps-print.el: Doc fix, better customization. | ||
| 13 | (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | ||
| 14 | (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | ||
| 15 | (ps-end-file): Doc fix. | ||
| 16 | (ps-setup, ps-begin-file): Fun fix. | ||
| 17 | (postscript): New group. | ||
| 18 | (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | ||
| 19 | (ps-print-prologue-1): Adjust PostScript programming. | ||
| 20 | (ps-print): Adjust group hierarchy. | ||
| 21 | (ps-print-n-up, ps-print-zebra, ps-print-background, | ||
| 22 | ps-print-printer) | ||
| 23 | (ps-print-page): New subgroups. | ||
| 24 | (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | ||
| 25 | (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | ||
| 26 | (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | ||
| 27 | (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | ||
| 28 | (ps-zebra-stripe-height, ps-print-background-image) | ||
| 29 | (ps-print-background-text, ps-spool-config): Adjust customization. | ||
| 30 | (dos-ps-printer): Definition eliminated. | ||
| 31 | |||
| 32 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 33 | |||
| 34 | * ps-mule.el: Doc fix, define functions properly if mule package is | ||
| 35 | loaded or not. | ||
| 36 | (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | ||
| 37 | mule package is loaded or not. | ||
| 38 | |||
| 39 | * ps-print.el: Doc fix, n-up printing. | ||
| 40 | (ps-print-version): New version number (5.0). | ||
| 41 | (ps-page-dimensions-database): Added document media. | ||
| 42 | (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | ||
| 43 | (ps-page-order, ps-printing-region-p): New vars. | ||
| 44 | (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | ||
| 45 | funs. | ||
| 46 | (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | ||
| 47 | (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | ||
| 48 | (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | ||
| 49 | (ps-n-up-xstart, ps-n-up-ystart): New macros. | ||
| 50 | (ps-print-begin-sheet-hook): New hook. | ||
| 51 | (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | ||
| 52 | const. | ||
| 53 | (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | ||
| 54 | (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | ||
| 55 | (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | ||
| 56 | (ps-count-lines): Changed to defun. | ||
| 57 | (ps-header-page): Changed to defsubst, fix fun. | ||
| 58 | (ps-printing-region): Doc fix, adjust programming code. | ||
| 59 | (ps-output-boolean, ps-background-pages, ps-background-text) | ||
| 60 | (ps-background-image, ps-background, ps-get-boundingbox): Adjust | ||
| 61 | programming code. | ||
| 62 | |||
| 63 | 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 64 | |||
| 65 | * ps-print.el: Doc fix, duplex and setpagedevice configuration. | ||
| 66 | (ps-print-version): New version number (4.2). | ||
| 67 | (ps-spool-config, ps-spool-tumble): New vars. | ||
| 68 | (ps-print-prologue-1): Changed to defconst, adjust PostScript | ||
| 69 | programming, new PostScript procedure to handle errors. | ||
| 70 | (ps-print-prologue-2): Changed to defconst. | ||
| 71 | (ps-print-duplex-feature): New const: duplex and tumble setting. | ||
| 72 | (ps-setup, ps-begin-file): Fix funs. | ||
| 73 | (ps-boolean-capitalized): New fun. | ||
| 74 | |||
| 1 | 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> | 75 | 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 76 | ||
| 3 | * Makefile (dontcompilefiles): Obsoleted. | 77 | * Makefile (dontcompilefiles): Obsoleted. |
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 4e38af09c08..0261ccbf553 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print. | 1 | ;;; ps-bdf.el --- BDF font file handler for ps-print. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998, 1999 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| 5 | 5 | ||
| 6 | ;; Keywords: BDF, font, PostScript | 6 | ;; Keywords: wp, BDF, font, PostScript |
| 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> | 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> |
| 8 | ;; Time-stamp: <99/02/27 11:14:07 kenichi> | 8 | ;; Time-stamp: <99/02/27 11:14:07 kenichi> |
| 9 | 9 | ||