diff options
| author | Dan Nicolaescu | 2007-11-01 03:57:27 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-01 03:57:27 +0000 |
| commit | 17b159c4e46e77beb476ac63a57322adfeb159d6 (patch) | |
| tree | a9da0ac7d256f051540a412657818cc66f3492db /lisp | |
| parent | 0ecaad6399dfabeaf13f59984f00e9d67c4f56b2 (diff) | |
| download | emacs-17b159c4e46e77beb476ac63a57322adfeb159d6.tar.gz emacs-17b159c4e46e77beb476ac63a57322adfeb159d6.zip | |
(printing): Fix :version, printing.el was included
for in emacs-22.1.
(pr-path-style, pr-path-alist, pr-txt-name)
(pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
(pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
(pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
(pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
(pr-auto-mode, pr-mode-alist, pr-ps-utility)
(pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
(pr-setting-database, pr-visible-entry-list)
(pr-delete-temp-file, pr-list-directory, pr-buffer-name)
(pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
:version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | lisp/printing.el | 37 |
2 files changed, 17 insertions, 36 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24334c9513a..37959364533 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * printing.el (printing): Fix :version, printing.el was included | ||
| 4 | in emacs-22.1. | ||
| 5 | (pr-path-style, pr-path-alist, pr-txt-name) | ||
| 6 | (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist) | ||
| 7 | (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command) | ||
| 8 | (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution) | ||
| 9 | (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region) | ||
| 10 | (pr-auto-mode, pr-mode-alist, pr-ps-utility) | ||
| 11 | (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width) | ||
| 12 | (pr-setting-database, pr-visible-entry-list) | ||
| 13 | (pr-delete-temp-file, pr-list-directory, pr-buffer-name) | ||
| 14 | (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect | ||
| 15 | :version. | ||
| 16 | |||
| 1 | 2007-11-01 Glenn Morris <rgm@gnu.org> | 17 | 2007-11-01 Glenn Morris <rgm@gnu.org> |
| 2 | 18 | ||
| 3 | * mail/footnote.el (footnote-numeric-regexp) | 19 | * mail/footnote.el (footnote-numeric-regexp) |
diff --git a/lisp/printing.el b/lisp/printing.el index 412f0b342fc..f83509d085e 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -1176,7 +1176,7 @@ If SUFFIX is non-nil, add that at the end of the file name." | |||
| 1176 | :tag "Printing Utilities" | 1176 | :tag "Printing Utilities" |
| 1177 | :link '(emacs-library-link :tag "Source Lisp File" "printing.el") | 1177 | :link '(emacs-library-link :tag "Source Lisp File" "printing.el") |
| 1178 | :prefix "pr-" | 1178 | :prefix "pr-" |
| 1179 | :version "20" | 1179 | :version "22.1" |
| 1180 | :group 'wp | 1180 | :group 'wp |
| 1181 | :group 'postscript) | 1181 | :group 'postscript) |
| 1182 | 1182 | ||
| @@ -1196,7 +1196,6 @@ Valid values are: | |||
| 1196 | :type '(choice :tag "Path style" | 1196 | :type '(choice :tag "Path style" |
| 1197 | (const :tag "Windows 9x/NT Style (\\)" :value windows) | 1197 | (const :tag "Windows 9x/NT Style (\\)" :value windows) |
| 1198 | (const :tag "Unix Style (/)" :value unix)) | 1198 | (const :tag "Unix Style (/)" :value unix)) |
| 1199 | :version "20" | ||
| 1200 | :group 'printing) | 1199 | :group 'printing) |
| 1201 | 1200 | ||
| 1202 | 1201 | ||
| @@ -1308,7 +1307,6 @@ Examples: | |||
| 1308 | :tag "Directory" | 1307 | :tag "Directory" |
| 1309 | (string :value "") | 1308 | (string :value "") |
| 1310 | (symbol :value symbol))))) | 1309 | (symbol :value symbol))))) |
| 1311 | :version "20" | ||
| 1312 | :group 'printing) | 1310 | :group 'printing) |
| 1313 | 1311 | ||
| 1314 | 1312 | ||
| @@ -1323,7 +1321,6 @@ modified by other means (for example, a lisp function), use `pr-update-menus' | |||
| 1323 | function (see it for documentation) to update text printer menu." | 1321 | function (see it for documentation) to update text printer menu." |
| 1324 | :type 'symbol | 1322 | :type 'symbol |
| 1325 | :set 'pr-txt-name-custom-set | 1323 | :set 'pr-txt-name-custom-set |
| 1326 | :version "20" | ||
| 1327 | :group 'printing) | 1324 | :group 'printing) |
| 1328 | 1325 | ||
| 1329 | 1326 | ||
| @@ -1456,7 +1453,6 @@ Useful links: | |||
| 1456 | (const :tag "None" nil) | 1453 | (const :tag "None" nil) |
| 1457 | string))) | 1454 | string))) |
| 1458 | :set 'pr-alist-custom-set | 1455 | :set 'pr-alist-custom-set |
| 1459 | :version "20" | ||
| 1460 | :group 'printing) | 1456 | :group 'printing) |
| 1461 | 1457 | ||
| 1462 | 1458 | ||
| @@ -1471,7 +1467,6 @@ modified by other means (for example, a lisp function), use `pr-update-menus' | |||
| 1471 | function (see it for documentation) to update PostScript printer menu." | 1467 | function (see it for documentation) to update PostScript printer menu." |
| 1472 | :type 'symbol | 1468 | :type 'symbol |
| 1473 | :set 'pr-ps-name-custom-set | 1469 | :set 'pr-ps-name-custom-set |
| 1474 | :version "20" | ||
| 1475 | :group 'printing) | 1470 | :group 'printing) |
| 1476 | 1471 | ||
| 1477 | 1472 | ||
| @@ -1744,7 +1739,6 @@ Useful links: | |||
| 1744 | (sexp :tag "Value"))) | 1739 | (sexp :tag "Value"))) |
| 1745 | )) | 1740 | )) |
| 1746 | :set 'pr-alist-custom-set | 1741 | :set 'pr-alist-custom-set |
| 1747 | :version "20" | ||
| 1748 | :group 'printing) | 1742 | :group 'printing) |
| 1749 | 1743 | ||
| 1750 | 1744 | ||
| @@ -1763,7 +1757,6 @@ Useful links: | |||
| 1763 | 1757 | ||
| 1764 | See also `pr-ps-temp-file' and `pr-file-modes'." | 1758 | See also `pr-ps-temp-file' and `pr-file-modes'." |
| 1765 | :type '(directory :tag "Temporary Directory") | 1759 | :type '(directory :tag "Temporary Directory") |
| 1766 | :version "20" | ||
| 1767 | :group 'printing) | 1760 | :group 'printing) |
| 1768 | 1761 | ||
| 1769 | 1762 | ||
| @@ -1772,7 +1765,6 @@ See also `pr-ps-temp-file' and `pr-file-modes'." | |||
| 1772 | 1765 | ||
| 1773 | See also `pr-temp-dir' and `pr-file-modes'." | 1766 | See also `pr-temp-dir' and `pr-file-modes'." |
| 1774 | :type '(file :tag "PostScript Temporary File Name") | 1767 | :type '(file :tag "PostScript Temporary File Name") |
| 1775 | :version "21" | ||
| 1776 | :group 'printing) | 1768 | :group 'printing) |
| 1777 | 1769 | ||
| 1778 | 1770 | ||
| @@ -1786,7 +1778,6 @@ It should be an integer; only the low 9 bits are used. | |||
| 1786 | 1778 | ||
| 1787 | See also `pr-temp-dir' and `pr-ps-temp-file'." | 1779 | See also `pr-temp-dir' and `pr-ps-temp-file'." |
| 1788 | :type '(integer :tag "File Permission Bits") | 1780 | :type '(integer :tag "File Permission Bits") |
| 1789 | :version "21.3" | ||
| 1790 | :group 'printing) | 1781 | :group 'printing) |
| 1791 | 1782 | ||
| 1792 | 1783 | ||
| @@ -1828,7 +1819,6 @@ Useful links: | |||
| 1828 | `http://www.cs.wisc.edu/~ghost/macos/index.htm' | 1819 | `http://www.cs.wisc.edu/~ghost/macos/index.htm' |
| 1829 | " | 1820 | " |
| 1830 | :type '(string :tag "Ghostview Utility") | 1821 | :type '(string :tag "Ghostview Utility") |
| 1831 | :version "20" | ||
| 1832 | :group 'printing) | 1822 | :group 'printing) |
| 1833 | 1823 | ||
| 1834 | 1824 | ||
| @@ -1855,7 +1845,6 @@ Useful links: | |||
| 1855 | `http://www.cs.wisc.edu/~ghost/doc/printer.htm' | 1845 | `http://www.cs.wisc.edu/~ghost/doc/printer.htm' |
| 1856 | " | 1846 | " |
| 1857 | :type '(string :tag "Ghostscript Utility") | 1847 | :type '(string :tag "Ghostscript Utility") |
| 1858 | :version "20" | ||
| 1859 | :group 'printing) | 1848 | :group 'printing) |
| 1860 | 1849 | ||
| 1861 | 1850 | ||
| @@ -1898,7 +1887,6 @@ Useful links: | |||
| 1898 | `http://www.cs.wisc.edu/~ghost/doc/printer.htm' | 1887 | `http://www.cs.wisc.edu/~ghost/doc/printer.htm' |
| 1899 | " | 1888 | " |
| 1900 | :type '(repeat (string :tag "Ghostscript Switch")) | 1889 | :type '(repeat (string :tag "Ghostscript Switch")) |
| 1901 | :version "20" | ||
| 1902 | :group 'printing) | 1890 | :group 'printing) |
| 1903 | 1891 | ||
| 1904 | 1892 | ||
| @@ -1915,7 +1903,6 @@ A note on the gs switches: | |||
| 1915 | See `pr-gs-switches' for documentation. | 1903 | See `pr-gs-switches' for documentation. |
| 1916 | See also `pr-ps-printer-alist'." | 1904 | See also `pr-ps-printer-alist'." |
| 1917 | :type '(string :tag "Ghostscript Device") | 1905 | :type '(string :tag "Ghostscript Device") |
| 1918 | :version "20" | ||
| 1919 | :group 'printing) | 1906 | :group 'printing) |
| 1920 | 1907 | ||
| 1921 | 1908 | ||
| @@ -1929,7 +1916,6 @@ A note on the gs switches: | |||
| 1929 | See `pr-gs-switches' for documentation. | 1916 | See `pr-gs-switches' for documentation. |
| 1930 | See also `pr-ps-printer-alist'." | 1917 | See also `pr-ps-printer-alist'." |
| 1931 | :type '(integer :tag "Ghostscript Resolution") | 1918 | :type '(integer :tag "Ghostscript Resolution") |
| 1932 | :version "20" | ||
| 1933 | :group 'printing) | 1919 | :group 'printing) |
| 1934 | 1920 | ||
| 1935 | 1921 | ||
| @@ -1942,35 +1928,30 @@ ghostscript to print a PostScript file. | |||
| 1942 | In GNU or Unix system, if ghostscript is set as a PostScript filter, this | 1928 | In GNU or Unix system, if ghostscript is set as a PostScript filter, this |
| 1943 | variable should be nil." | 1929 | variable should be nil." |
| 1944 | :type 'boolean | 1930 | :type 'boolean |
| 1945 | :version "20" | ||
| 1946 | :group 'printing) | 1931 | :group 'printing) |
| 1947 | 1932 | ||
| 1948 | 1933 | ||
| 1949 | (defcustom pr-faces-p nil | 1934 | (defcustom pr-faces-p nil |
| 1950 | "*Non-nil means print with face attributes." | 1935 | "*Non-nil means print with face attributes." |
| 1951 | :type 'boolean | 1936 | :type 'boolean |
| 1952 | :version "20" | ||
| 1953 | :group 'printing) | 1937 | :group 'printing) |
| 1954 | 1938 | ||
| 1955 | 1939 | ||
| 1956 | (defcustom pr-spool-p nil | 1940 | (defcustom pr-spool-p nil |
| 1957 | "*Non-nil means spool printing in a buffer." | 1941 | "*Non-nil means spool printing in a buffer." |
| 1958 | :type 'boolean | 1942 | :type 'boolean |
| 1959 | :version "20" | ||
| 1960 | :group 'printing) | 1943 | :group 'printing) |
| 1961 | 1944 | ||
| 1962 | 1945 | ||
| 1963 | (defcustom pr-file-landscape nil | 1946 | (defcustom pr-file-landscape nil |
| 1964 | "*Non-nil means print PostScript file in landscape orientation." | 1947 | "*Non-nil means print PostScript file in landscape orientation." |
| 1965 | :type 'boolean | 1948 | :type 'boolean |
| 1966 | :version "20" | ||
| 1967 | :group 'printing) | 1949 | :group 'printing) |
| 1968 | 1950 | ||
| 1969 | 1951 | ||
| 1970 | (defcustom pr-file-duplex nil | 1952 | (defcustom pr-file-duplex nil |
| 1971 | "*Non-nil means print PostScript file in duplex mode." | 1953 | "*Non-nil means print PostScript file in duplex mode." |
| 1972 | :type 'boolean | 1954 | :type 'boolean |
| 1973 | :version "20" | ||
| 1974 | :group 'printing) | 1955 | :group 'printing) |
| 1975 | 1956 | ||
| 1976 | 1957 | ||
| @@ -1982,7 +1963,6 @@ right. | |||
| 1982 | If tumble is on, produces a printing suitable for binding at the top or | 1963 | If tumble is on, produces a printing suitable for binding at the top or |
| 1983 | bottom." | 1964 | bottom." |
| 1984 | :type 'boolean | 1965 | :type 'boolean |
| 1985 | :version "20" | ||
| 1986 | :group 'printing) | 1966 | :group 'printing) |
| 1987 | 1967 | ||
| 1988 | 1968 | ||
| @@ -1995,7 +1975,6 @@ When this variable is non-nil, the `*-buffer*' commands will behave like | |||
| 1995 | `*-region*' commands, that is, `*-buffer*' commands will print only the region | 1975 | `*-region*' commands, that is, `*-buffer*' commands will print only the region |
| 1996 | marked instead of all buffer." | 1976 | marked instead of all buffer." |
| 1997 | :type 'boolean | 1977 | :type 'boolean |
| 1998 | :version "20" | ||
| 1999 | :group 'printing) | 1978 | :group 'printing) |
| 2000 | 1979 | ||
| 2001 | 1980 | ||
| @@ -2007,7 +1986,6 @@ and `*-region*' commands will behave like `*-mode*' commands; otherwise, | |||
| 2007 | `*-buffer*' commands will print the current buffer and `*-region*' commands | 1986 | `*-buffer*' commands will print the current buffer and `*-region*' commands |
| 2008 | will print the current region." | 1987 | will print the current region." |
| 2009 | :type 'boolean | 1988 | :type 'boolean |
| 2010 | :version "20" | ||
| 2011 | :group 'printing) | 1989 | :group 'printing) |
| 2012 | 1990 | ||
| 2013 | 1991 | ||
| @@ -2208,7 +2186,6 @@ DEFAULT It's a way to set default values when this entry is selected. | |||
| 2208 | (variable :tag "Other")) | 2186 | (variable :tag "Other")) |
| 2209 | (sexp :tag "Value"))) | 2187 | (sexp :tag "Value"))) |
| 2210 | )) | 2188 | )) |
| 2211 | :version "20" | ||
| 2212 | :group 'printing) | 2189 | :group 'printing) |
| 2213 | 2190 | ||
| 2214 | 2191 | ||
| @@ -2226,7 +2203,6 @@ NOTE: Don't forget to download and install the utilities declared on | |||
| 2226 | `pr-ps-utility-alist'." | 2203 | `pr-ps-utility-alist'." |
| 2227 | :type '(symbol :tag "PS File Utility") | 2204 | :type '(symbol :tag "PS File Utility") |
| 2228 | :set 'pr-ps-utility-custom-set | 2205 | :set 'pr-ps-utility-custom-set |
| 2229 | :version "20" | ||
| 2230 | :group 'printing) | 2206 | :group 'printing) |
| 2231 | 2207 | ||
| 2232 | 2208 | ||
| @@ -2439,7 +2415,6 @@ Useful links: | |||
| 2439 | (sexp :tag "Value"))) | 2415 | (sexp :tag "Value"))) |
| 2440 | )) | 2416 | )) |
| 2441 | :set 'pr-alist-custom-set | 2417 | :set 'pr-alist-custom-set |
| 2442 | :version "20" | ||
| 2443 | :group 'printing) | 2418 | :group 'printing) |
| 2444 | 2419 | ||
| 2445 | 2420 | ||
| @@ -2448,7 +2423,6 @@ Useful links: | |||
| 2448 | 2423 | ||
| 2449 | See also `pr-menu-char-height' and `pr-menu-char-width'." | 2424 | See also `pr-menu-char-height' and `pr-menu-char-width'." |
| 2450 | :type 'boolean | 2425 | :type 'boolean |
| 2451 | :version "20" | ||
| 2452 | :group 'printing) | 2426 | :group 'printing) |
| 2453 | 2427 | ||
| 2454 | 2428 | ||
| @@ -2464,7 +2438,6 @@ menu, so don't forget to adjust it if menu position is not ok. | |||
| 2464 | 2438 | ||
| 2465 | See also `pr-menu-lock' and `pr-menu-char-width'." | 2439 | See also `pr-menu-lock' and `pr-menu-char-width'." |
| 2466 | :type 'integer | 2440 | :type 'integer |
| 2467 | :version "20" | ||
| 2468 | :group 'printing) | 2441 | :group 'printing) |
| 2469 | 2442 | ||
| 2470 | 2443 | ||
| @@ -2480,7 +2453,6 @@ menu, so don't forget to adjust it if menu position is not ok. | |||
| 2480 | 2453 | ||
| 2481 | See also `pr-menu-lock' and `pr-menu-char-height'." | 2454 | See also `pr-menu-lock' and `pr-menu-char-height'." |
| 2482 | :type 'integer | 2455 | :type 'integer |
| 2483 | :version "20" | ||
| 2484 | :group 'printing) | 2456 | :group 'printing) |
| 2485 | 2457 | ||
| 2486 | 2458 | ||
| @@ -2597,7 +2569,6 @@ SETTING It's a cons like: | |||
| 2597 | (variable :tag "Other")) | 2569 | (variable :tag "Other")) |
| 2598 | (sexp :tag "Value"))) | 2570 | (sexp :tag "Value"))) |
| 2599 | )) | 2571 | )) |
| 2600 | :version "20" | ||
| 2601 | :group 'printing) | 2572 | :group 'printing) |
| 2602 | 2573 | ||
| 2603 | 2574 | ||
| @@ -2651,7 +2622,6 @@ Any other value is ignored." | |||
| 2651 | (const postscript-process) | 2622 | (const postscript-process) |
| 2652 | (const printing) | 2623 | (const printing) |
| 2653 | (const help))) | 2624 | (const help))) |
| 2654 | :version "20" | ||
| 2655 | :group 'printing) | 2625 | :group 'printing) |
| 2656 | 2626 | ||
| 2657 | 2627 | ||
| @@ -2663,7 +2633,6 @@ happens when printing: | |||
| 2663 | 2633 | ||
| 2664 | Error: could not open \"c:\\temp\\prspool.ps\" for reading." | 2634 | Error: could not open \"c:\\temp\\prspool.ps\" for reading." |
| 2665 | :type 'boolean | 2635 | :type 'boolean |
| 2666 | :version "20" | ||
| 2667 | :group 'printing) | 2636 | :group 'printing) |
| 2668 | 2637 | ||
| 2669 | 2638 | ||
| @@ -2677,7 +2646,6 @@ It's used by `pr-ps-directory-preview', `pr-ps-directory-using-ghostscript', | |||
| 2677 | `pr-ps-directory-print', `pr-ps-directory-ps-print', `pr-printify-directory' | 2646 | `pr-ps-directory-print', `pr-ps-directory-ps-print', `pr-printify-directory' |
| 2678 | and `pr-txt-directory'." | 2647 | and `pr-txt-directory'." |
| 2679 | :type 'boolean | 2648 | :type 'boolean |
| 2680 | :version "20" | ||
| 2681 | :group 'printing) | 2649 | :group 'printing) |
| 2682 | 2650 | ||
| 2683 | 2651 | ||
| @@ -2686,7 +2654,6 @@ and `pr-txt-directory'." | |||
| 2686 | 2654 | ||
| 2687 | It's used by `pr-interface'." | 2655 | It's used by `pr-interface'." |
| 2688 | :type 'string | 2656 | :type 'string |
| 2689 | :version "20" | ||
| 2690 | :group 'printing) | 2657 | :group 'printing) |
| 2691 | 2658 | ||
| 2692 | 2659 | ||
| @@ -2700,7 +2667,6 @@ NOTE: Case is important for matching, that is, `case-fold-search' is always | |||
| 2700 | 2667 | ||
| 2701 | It's used by `pr-interface'." | 2668 | It's used by `pr-interface'." |
| 2702 | :type '(repeat (regexp :tag "Buffer Name Regexp")) | 2669 | :type '(repeat (regexp :tag "Buffer Name Regexp")) |
| 2703 | :version "20" | ||
| 2704 | :group 'printing) | 2670 | :group 'printing) |
| 2705 | 2671 | ||
| 2706 | 2672 | ||
| @@ -2709,7 +2675,6 @@ It's used by `pr-interface'." | |||
| 2709 | 2675 | ||
| 2710 | It's used by `pr-interface'." | 2676 | It's used by `pr-interface'." |
| 2711 | :type 'boolean | 2677 | :type 'boolean |
| 2712 | :version "20" | ||
| 2713 | :group 'printing) | 2678 | :group 'printing) |
| 2714 | 2679 | ||
| 2715 | 2680 | ||