]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 1 Mar 2004 02:26:01 +0000 (02:26 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 1 Mar 2004 02:26:01 +0000 (02:26 +0000)
lisp/ChangeLog
lisp/printing.el

index 2fb4cd5ccca1e72b0cf12bb66ab99a41f4914120..2184f1b7f407f008c95daceb4dd0ac1df3a2f9f1 100644 (file)
 
 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * printing.el (pr-insert-section-4): Adjust buffer interface.
+       * printing.el: Replace "As Is..." in PostScript file print/preview by
+       "No Preprocessing...".  Suggested by Colin Marquardt
+       <marquardt@zmd.de>.
+       (pr-insert-section-4): Adjust buffer interface.
 
 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
index 25b910a4353207ad745d0ea92c05d6456c0f12b6..6694805fcbd2da64b8b21ed663daff9c53f583b3 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Time-stamp: <2004/02/29 20:52:58 vinicius>
+;; Time-stamp: <2004/02/29 23:18:15 vinicius>
 ;; Keywords: wp, print, PostScript
 ;; Version: 6.7.2
 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
@@ -517,7 +517,7 @@ Please send all bug fixes and enhancements to
 ;;     5  |   Print                    >|---\ | |Despool... |  |
 ;;     6  |   Text Printer: name       >|-\ | | +-----------+  |
 ;;        +-----------------------------+ | | | +---------+   +------------+
-;; III 7  |[ ]Landscape                 | | | \-|Directory|   |   As Is... | Ia
+;; III 7  |[ ]Landscape                 | | | \-|Directory|   | No Prep... | Ia
 ;;     8  |[ ]Print Header              | | |   |Buffer   |   +------------+ Ib
 ;;     9  |[ ]Print Header Frame        | | |   |Region   |   |   name    >|- C
 ;;     10 |[ ]Line Number               | | |   +---------+   +------------+
@@ -581,8 +581,8 @@ Please send all bug fixes and enhancements to
 ;;
 ;;      NOTE 2: There are the following options for PostScript file
 ;;              processing:
-;;              Ia. Print the file *as is*, that is, send it directly to
-;;                  PostScript printer.
+;;              Ia. Print the file *No Preprocessing*, that is, send it
+;;                  directly to PostScript printer.
 ;;              Ib. PostScript utility processing selection.
 ;;                  See `pr-ps-utility-alist' and `pr-setting-database' for
 ;;                  documentation.
@@ -2415,7 +2415,7 @@ See `pr-ps-printer-alist'.")
          ["Other..." (pr-ps-mode-preview nil t)
           :keys "\\[pr-ps-mode-preview]"])
         ("File"
-         ["As Is..."  (call-interactively 'pr-ps-file-preview)
+         ["No Preprocessing..." (call-interactively 'pr-ps-file-preview)
           :keys "\\[pr-ps-file-preview]"
           :help "Preview PostScript file"]
          "--"
@@ -2470,7 +2470,7 @@ See `pr-ps-printer-alist'.")
          ["Other..." (pr-ps-mode-ps-print nil t)
           :keys "\\[pr-ps-mode-ps-print]"])
         ("File"
-         ["As Is..."  (call-interactively 'pr-ps-file-ps-print)
+         ["No Preprocessing..." (call-interactively 'pr-ps-file-ps-print)
           :keys "\\[pr-ps-file-ps-print]"
           :help "Send PostScript file to printer"]
          "--"
@@ -2624,7 +2624,7 @@ See `pr-ps-printer-alist'.")
          ["Other..." (pr-ps-mode-preview nil t)
           :keys "\\[pr-ps-mode-preview]"])
         ("File"
-         ["As Is..."  (call-interactively 'pr-ps-file-preview)
+         ["No Preprocessing..." (call-interactively 'pr-ps-file-preview)
           :keys "\\[pr-ps-file-preview]"]
          "--"
          ["PostScript Utility" pr-update-menus :active pr-ps-utility-alist]
@@ -2672,7 +2672,7 @@ See `pr-ps-printer-alist'.")
          ["Other..." (pr-ps-mode-ps-print nil t)
           :keys "\\[pr-ps-mode-ps-print]"])
         ("File"
-         ["As Is..."  (call-interactively 'pr-ps-file-ps-print)
+         ["No Preprocessing..." (call-interactively 'pr-ps-file-ps-print)
           :keys "\\[pr-ps-file-ps-print]"]
          "--"
          ["PostScript Utility" pr-update-menus :active pr-ps-utility-alist]
@@ -2861,7 +2861,7 @@ II  4  |   Printify                 >|-----\\ |File      >|--\\  +--------+
     5  |   Print                    >|---\\ | |Despool... |  |
     6  |   Text Printer: name       >|-\\ | | +-----------+  |
        +-----------------------------+ | | | +---------+   +------------+
-III 7  |[ ]Landscape                 | | | \\-|Directory|   |   As Is... | Ia
+III 7  |[ ]Landscape                 | | | \\-|Directory|   | No Prep... | Ia
     8  |[ ]Print Header              | | |   |Buffer   |   +------------+ Ib
     9  |[ ]Print Header Frame        | | |   |Region   |   |   name    >|- C
     10 |[ ]Line Number               | | |   +---------+   +------------+
@@ -2923,8 +2923,8 @@ I. PostScript printing:
              switch from gnus *Summary* buffer first.
 
       NOTE 2: There are the following options for PostScript file processing:
-             Ia. Print the file *as is*, that is, send it directly to
-                 PostScript printer.
+             Ia. Print the file *No Preprocessing*, that is, send it
+                 directly to PostScript printer.
              Ib. PostScript utility processing selection.
                  See `pr-ps-utility-alist' and `pr-setting-database' for
                  documentation.
@@ -3130,7 +3130,7 @@ The printing interface buffer has the following sections:
       NOTE 2: Don't forget to download and install the utilities declared on
              `pr-ps-utility-alist'.
 
-      * Use It AS-IS :
+      * No Preprocessing:
         If it's turned on, don't use the PostScript utility to preprocess the
         PostScript file before printing/previewing.
 
@@ -5752,9 +5752,8 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
                  (pr-choice-alist pr-ps-utility-alist)
                  "\n      PostScript Utility : "
                  "    ")
-  ;;    1c. PostScript File: Use It AS-IS
-  (pr-insert-toggle 'pr-i-ps-as-is " Use It ")
-  (pr-insert-italic "AS-IS"))
+  ;;    1c. PostScript File: No Preprocessing
+  (pr-insert-toggle 'pr-i-ps-as-is " No Preprocessing"))
 
 
 (defun pr-insert-section-2 ()