diff options
| author | Kenichi Handa | 2000-01-05 08:13:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-01-05 08:13:59 +0000 |
| commit | 6ddb893fffa9053e57034c3a9d632f846d15da92 (patch) | |
| tree | 453df418f68a20c861fe9829d13de217d1f1eed6 | |
| parent | 41481e4bcd41a0d8ca9b74ef742494cc3d764533 (diff) | |
| download | emacs-6ddb893fffa9053e57034c3a9d632f846d15da92.tar.gz emacs-6ddb893fffa9053e57034c3a9d632f846d15da92.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 47 | ||||
| -rw-r--r-- | lisp/ps-vars.el | 96 |
4 files changed, 50 insertions, 99 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ca4e17eee43..8114b967728 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files. | ||
| 4 | |||
| 1 | 1999-11-30 Paul Eggert <eggert@twinsun.com> | 5 | 1999-11-30 Paul Eggert <eggert@twinsun.com> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Update Solaris 2.6 and 7 problems. | 7 | * PROBLEMS: Update Solaris 2.6 and 7 problems. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cec4bad0a2a..fb01b30c73c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Fri Dec 24 12:29:11 1999 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1 | 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 2 | ||
| 3 | * ps-print.el: PostScript code now is in separate files, doc fix. | 3 | * ps-print.el: PostScript code now is in separate files, doc fix. |
| 4 | (ps-print-version): New version number (5.0.3). | 4 | (ps-print-version): New version number (5.0.3). |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 1cb703d005d..db388faadf2 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -10569,10 +10569,53 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 10569 | 10569 | ||
| 10570 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize | 10570 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize |
| 10571 | ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font | 10571 | ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font |
| 10572 | ;;;;;; ps-mule-prepare-ascii-font) "ps-mule" "ps-mule.el" (14423 | 10572 | ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" |
| 10573 | ;;;;;; 50875)) | 10573 | ;;;;;; "ps-mule.el" (14450 60461)) |
| 10574 | ;;; Generated autoloads from ps-mule.el | 10574 | ;;; Generated autoloads from ps-mule.el |
| 10575 | 10575 | ||
| 10576 | (defvar ps-multibyte-buffer nil "\ | ||
| 10577 | *Specifies the multi-byte buffer handling. | ||
| 10578 | |||
| 10579 | Valid values are: | ||
| 10580 | |||
| 10581 | nil This is the value to use the default settings which | ||
| 10582 | is by default for printing buffer with only ASCII | ||
| 10583 | and Latin characters. The default setting can be | ||
| 10584 | changed by setting the variable | ||
| 10585 | `ps-mule-font-info-database-default' differently. | ||
| 10586 | The initial value of this variable is | ||
| 10587 | `ps-mule-font-info-database-latin' (see | ||
| 10588 | documentation). | ||
| 10589 | |||
| 10590 | `non-latin-printer' This is the value to use when you have a Japanese | ||
| 10591 | or Korean PostScript printer and want to print | ||
| 10592 | buffer with ASCII, Latin-1, Japanese (JISX0208 and | ||
| 10593 | JISX0201-Kana) and Korean characters. At present, | ||
| 10594 | it was not tested the Korean characters printing. | ||
| 10595 | If you have a korean PostScript printer, please, | ||
| 10596 | test it. | ||
| 10597 | |||
| 10598 | `bdf-font' This is the value to use when you want to print | ||
| 10599 | buffer with BDF fonts. BDF fonts include both latin | ||
| 10600 | and non-latin fonts. BDF (Bitmap Distribution | ||
| 10601 | Format) is a format used for distributing X's font | ||
| 10602 | source file. BDF fonts are included in | ||
| 10603 | `intlfonts-1.1' which is a collection of X11 fonts | ||
| 10604 | for all characters supported by Emacs. In order to | ||
| 10605 | use this value, be sure to have installed | ||
| 10606 | `intlfonts-1.1' and set the variable | ||
| 10607 | `bdf-directory-list' appropriately (see ps-bdf.el for | ||
| 10608 | documentation of this variable). | ||
| 10609 | |||
| 10610 | `bdf-font-except-latin' This is like `bdf-font' except that it is used | ||
| 10611 | PostScript default fonts to print ASCII and Latin-1 | ||
| 10612 | characters. This is convenient when you want or | ||
| 10613 | need to use both latin and non-latin characters on | ||
| 10614 | the same buffer. See `ps-font-family', | ||
| 10615 | `ps-header-font-family' and `ps-font-info-database'. | ||
| 10616 | |||
| 10617 | Any other value is treated as nil.") | ||
| 10618 | |||
| 10576 | (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ | 10619 | (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ |
| 10577 | Setup special ASCII font for STRING. | 10620 | Setup special ASCII font for STRING. |
| 10578 | STRING should contain only ASCII characters." nil nil) | 10621 | STRING should contain only ASCII characters." nil nil) |
diff --git a/lisp/ps-vars.el b/lisp/ps-vars.el deleted file mode 100644 index 49604edded7..00000000000 --- a/lisp/ps-vars.el +++ /dev/null | |||
| @@ -1,96 +0,0 @@ | |||
| 1 | ;;; ps-vars.el --- Common definitions for ps-print package | ||
| 2 | |||
| 3 | ;; Copyright (C) 1999 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 6 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 7 | ;; Keywords: wp, print, PostScript | ||
| 8 | ;; Time-stamp: <99/07/03 20:16:48 vinicius> | ||
| 9 | ;; Version: 1.0 | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | ||
| 12 | |||
| 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 14 | ;; it under the terms of the GNU General Public License as published by | ||
| 15 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 16 | ;; any later version. | ||
| 17 | |||
| 18 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 19 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 20 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 21 | ;; GNU General Public License for more details. | ||
| 22 | |||
| 23 | ;; You should have received a copy of the GNU General Public License | ||
| 24 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 25 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 26 | ;; Boston, MA 02111-1307, USA. | ||
| 27 | |||
| 28 | ;;; Commentary: | ||
| 29 | |||
| 30 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
| 31 | ;; | ||
| 32 | ;; Common definitions for ps-print package. | ||
| 33 | ;; | ||
| 34 | ;; See ps-print.el, ps-mule.el and ps-bdf.el for documentation. | ||
| 35 | ;; | ||
| 36 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
| 37 | |||
| 38 | ;;; Code: | ||
| 39 | |||
| 40 | |||
| 41 | ;; `ps-multibyte-buffer' definition should be placed in `ps-mule', but | ||
| 42 | ;; `ps-print' and `ps-mule' both use it so it's here. | ||
| 43 | |||
| 44 | (defcustom ps-multibyte-buffer nil | ||
| 45 | "*Specify the multi-byte buffer handling. | ||
| 46 | |||
| 47 | Valid values are: | ||
| 48 | |||
| 49 | nil This is the value to use the default settings which | ||
| 50 | is by default for printing buffer with only ASCII | ||
| 51 | and Latin characters. The default setting can be | ||
| 52 | changed by setting the variable | ||
| 53 | `ps-mule-font-info-database-default' differently. | ||
| 54 | The initial value of this variable is | ||
| 55 | `ps-mule-font-info-database-latin' (see | ||
| 56 | documentation). | ||
| 57 | |||
| 58 | `non-latin-printer' This is the value to use when you have a Japanese | ||
| 59 | or Korean PostScript printer and want to print | ||
| 60 | buffer with ASCII, Latin-1, Japanese (JISX0208 and | ||
| 61 | JISX0201-Kana) and Korean characters. At present, | ||
| 62 | it was not tested the Korean characters printing. | ||
| 63 | If you have a korean PostScript printer, please, | ||
| 64 | test it. | ||
| 65 | |||
| 66 | `bdf-font' This is the value to use when you want to print | ||
| 67 | buffer with BDF fonts. BDF fonts include both latin | ||
| 68 | and non-latin fonts. BDF (Bitmap Distribution | ||
| 69 | Format) is a format used for distributing X's font | ||
| 70 | source file. BDF fonts are included in | ||
| 71 | `intlfonts-1.1' which is a collection of X11 fonts | ||
| 72 | for all characters supported by Emacs. In order to | ||
| 73 | use this value, be sure to have installed | ||
| 74 | `intlfonts-1.1' and set the variable | ||
| 75 | `bdf-directory-list' appropriately (see ps-bdf.el for | ||
| 76 | documentation of this variable). | ||
| 77 | |||
| 78 | `bdf-font-except-latin' This is like `bdf-font' except that it is used | ||
| 79 | PostScript default fonts to print ASCII and Latin-1 | ||
| 80 | characters. This is convenient when you want or | ||
| 81 | need to use both latin and non-latin characters on | ||
| 82 | the same buffer. See `ps-font-family', | ||
| 83 | `ps-header-font-family' and `ps-font-info-database'. | ||
| 84 | |||
| 85 | Any other value is treated as nil." | ||
| 86 | :type '(choice :tag "Multi-Byte Buffer" | ||
| 87 | (const non-latin-printer) (const bdf-font) | ||
| 88 | (const bdf-font-except-latin) (other :tag "nil" nil)) | ||
| 89 | :group 'ps-print-font) | ||
| 90 | |||
| 91 | |||
| 92 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
| 93 | |||
| 94 | (provide 'ps-vars) | ||
| 95 | |||
| 96 | ;;; ps-vars.el ends here | ||