comparison lisp/ChangeLog @ 32654:ff2336f92cd0

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 19 Oct 2000 10:46:51 +0000
parents 4144009dcd14
children 6d318f1ef31e
comparison
equal deleted inserted replaced
32653:f05cc7224309 32654:ff2336f92cd0
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'
4 after `frame-notice-user-settings' because the latter doesn't call 29 after `frame-notice-user-settings' because the latter doesn't call
5 the former on a tty. 30 the former on a tty.