# HG changeset patch # User Juanma Barranquero # Date 1045137462 0 # Node ID cd49dc222af434fcdace2a7a6b75a4aced48a1c8 # Parent e19e88bc6e5848dda2eaea3c435d67daa966a704 *** empty log message *** diff -r e19e88bc6e58 -r cd49dc222af4 lisp/ChangeLog --- 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 + + * 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 * help.el (where-is): Rename remap-command to command-remapping.