diff options
| author | Vinicius Jose Latorre | 2007-01-26 23:47:52 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-01-26 23:47:52 +0000 |
| commit | 949aadcc0793d7e129f0f65e0cb7c2ae6a3e75e0 (patch) | |
| tree | 2b54082c21f8ab448c23f03dc742fa3cc6b5f6b5 /lisp | |
| parent | 3fb6f73a75addb33db276790cf88a938f0ea7eb5 (diff) | |
| download | emacs-949aadcc0793d7e129f0f65e0cb7c2ae6a3e75e0.tar.gz emacs-949aadcc0793d7e129f0f65e0cb7c2ae6a3e75e0.zip | |
Fix background height
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.unicode | 9 | ||||
| -rw-r--r-- | lisp/ps-print.el | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 0f439efb050..0756213576b 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * ps-print.ps: Fix background height. | ||
| 4 | (ps-print-version): New version 7.2.1. | ||
| 5 | |||
| 1 | 2007-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | 2007-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 7 | ||
| 3 | * ps-print.el: Split XEmacs/Emacs definitions and sample setup code | 8 | * ps-print.el: Split XEmacs/Emacs definitions and sample setup code |
| 4 | into separate files. | 9 | into separate files. |
| 5 | (ps-print-version): New Version 7.2. | 10 | (ps-print-version): New version 7.2. |
| 6 | (ps-postscript-code-directory): Fix XEmacs initialization. | 11 | (ps-postscript-code-directory): Fix XEmacs initialization. |
| 7 | (ps-generate-postscript-with-faces): Call | 12 | (ps-generate-postscript-with-faces): Call |
| 8 | ps-generate-postscript-with-faces1 (new fun). | 13 | ps-generate-postscript-with-faces1 (new fun). |
| @@ -60,7 +65,7 @@ | |||
| 60 | 65 | ||
| 61 | * ps-print.el: Handle frame parameters (background and/or foreground | 66 | * ps-print.el: Handle frame parameters (background and/or foreground |
| 62 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. | 67 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. |
| 63 | (ps-print-version): New Version 7.1. | 68 | (ps-print-version): New version 7.1. |
| 64 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. | 69 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. |
| 65 | (ps-frame-parameter): New fun. | 70 | (ps-frame-parameter): New fun. |
| 66 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). | 71 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index dfdfb2c52b9..67152c81034 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -10,11 +10,11 @@ | |||
| 10 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 10 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 11 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 11 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 12 | ;; Keywords: wp, print, PostScript | 12 | ;; Keywords: wp, print, PostScript |
| 13 | ;; Version: 7.2 | 13 | ;; Version: 7.2.1 |
| 14 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 14 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 15 | 15 | ||
| 16 | (defconst ps-print-version "7.2" | 16 | (defconst ps-print-version "7.2.1" |
| 17 | "ps-print.el, v 7.2 <2007/01/19 vinicius> | 17 | "ps-print.el, v 7.2.1 <2007/01/26 vinicius> |
| 18 | 18 | ||
| 19 | Vinicius's last change version -- this file may have been edited as part of | 19 | Vinicius's last change version -- this file may have been edited as part of |
| 20 | Emacs without changes to the version number. When reporting bugs, please also | 20 | Emacs without changes to the version number. When reporting bugs, please also |
| @@ -2938,8 +2938,6 @@ Valid values are: | |||
| 2938 | 2938 | ||
| 2939 | frame-parameter The foreground-color frame parameter will be used. | 2939 | frame-parameter The foreground-color frame parameter will be used. |
| 2940 | 2940 | ||
| 2941 | frame-parameter The foreground-color frame parameter will be used. | ||
| 2942 | |||
| 2943 | NUMBER It's a real value between 0.0 (black) and 1.0 (white) that | 2941 | NUMBER It's a real value between 0.0 (black) and 1.0 (white) that |
| 2944 | indicate the gray color. | 2942 | indicate the gray color. |
| 2945 | 2943 | ||
| @@ -2983,8 +2981,6 @@ Valid values are: | |||
| 2983 | 2981 | ||
| 2984 | frame-parameter The background-color frame parameter will be used. | 2982 | frame-parameter The background-color frame parameter will be used. |
| 2985 | 2983 | ||
| 2986 | frame-parameter The background-color frame parameter will be used. | ||
| 2987 | |||
| 2988 | NUMBER It's a real value between 0.0 (black) and 1.0 (white) that | 2984 | NUMBER It's a real value between 0.0 (black) and 1.0 (white) that |
| 2989 | indicate the gray color. | 2985 | indicate the gray color. |
| 2990 | 2986 | ||