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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 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) |