Mercurial > emacs
changeset 49764:cd49dc222af4
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 13 Feb 2003 11:57:42 +0000 |
parents | e19e88bc6e58 |
children | ef3e82270e93 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 13 11:54:34 2003 +0000 +++ b/lisp/ChangeLog Thu Feb 13 11:57:42 2003 +0000 @@ -1,3 +1,15 @@ +2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> + + * ps-print.el: Change the policy of background/foreground default + color. + (ps-print-version): New version number (6.5.9). + (ps-default-fg, ps-default-bg): Adjust default value. + (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg + variables now use `t' to indicate the use of Emacs session + background/foreground color. + (ps-output-string-prim): If index out of range, insert hexadecimal + representation of character. + 2003-02-13 Kim F. Storm <storm@cua.dk> * help.el (where-is): Rename remap-command to command-remapping.