# HG changeset patch # User Gerd Moellmann # Date 940333664 0 # Node ID 2d7031063a9d7f89332e24566d0c77cc5d3f05ad # Parent 6b9477637c7c1b5f200f42a24931289d944ab680 *** empty log message *** diff -r 6b9477637c7c -r 2d7031063a9d lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 19 11:46:27 1999 +0000 +++ b/lisp/ChangeLog Tue Oct 19 11:47:44 1999 +0000 @@ -1,3 +1,23 @@ +1999-10-19 Peter Kleiweg + + * progmodes/ps-mode.el (ps-mode-print-function): Fix default + value: \"lpr\" changed to "lpr" + (ps-mode-version): New constant + (ps-mode-show-version): New function, added key in ps-mode-map + (ps-run-messages): Removed + (ps-run-font-lock-keywords-2): New defcustom variable replacing + ps-run-messages. These keywords now include the value of + ps-run-prompt, making its fontification customizable. + (ps-run-init): Removed \\n from docstring, it is now added when + the value is used + (ps-run-font-lock-keywords-1): Added checking for initial ^ in + ps-run-prompt + (ps-mode): Added ps-run-font-lock-keywords-2 to list of + customizable variables in doc-string (it's equivalent + ps-run-messages was missing in previous version of the doc-string) + (ps-run-mode): Simplified assignment to font-lock-defaults, using + symbols only + 1999-10-19 Alex Schroeder * ansi-color.el: Complete rewrite.