diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1539e0df30f..2272474cb54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs. Avoid | ||
| 4 | compilation gripes. Doc fix. | ||
| 5 | (ps-print-version): New version number (6.2). | ||
| 6 | (ps-x-color-instance-p, ps-x-color-instance-rgb-components) | ||
| 7 | (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system) | ||
| 8 | (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face) | ||
| 9 | (ps-x-extent-priority, ps-x-extent-start-position) | ||
| 10 | (ps-x-face-font-instance, ps-x-find-coding-system) | ||
| 11 | (ps-x-font-instance-properties, ps-x-make-color-instance) | ||
| 12 | (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to | ||
| 13 | avoid compilation gripes without defining functions. | ||
| 14 | (ps-e-find-composition): Alias for function find-composition, to have a | ||
| 15 | suitable function depending on Emacs version. | ||
| 16 | (ps-color-device, ps-color-values, ps-face-foreground-name) | ||
| 17 | (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper) | ||
| 18 | (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name) | ||
| 19 | (ps-print-ensure-fontified): Function definitions surrounded by | ||
| 20 | `eval-and-compile' to avoid compilation gripes. | ||
| 21 | (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated | ||
| 22 | by symbol-value to avoid compilation gripes. | ||
| 23 | (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix. | ||
| 24 | (ps-generate-postscript-with-faces): Fix little bug on XEmacs. | ||
| 25 | |||
| 1 | 2000-10-19 Miles Bader <miles@lsi.nec.co.jp> | 26 | 2000-10-19 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 27 | ||
| 3 | * startup.el (normal-top-level): Call `frame-set-background-mode' | 28 | * startup.el (normal-top-level): Call `frame-set-background-mode' |