aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-19 11:47:44 +0000
committerGerd Moellmann1999-10-19 11:47:44 +0000
commitc22d928fa61522d250d494b17c8324e66ebaa6f0 (patch)
tree9faccbb81dc7cc9f2ca51bd3e4355757ece3ccc1 /lisp/ChangeLog
parent8737bb5a2a2dbd80a265a2390a90875d2913eda9 (diff)
downloademacs-c22d928fa61522d250d494b17c8324e66ebaa6f0.tar.gz
emacs-c22d928fa61522d250d494b17c8324e66ebaa6f0.zip
(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
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f5fe08aa47f..bbba8ec5bf2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
11999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2
3 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4 value: \"lpr\" changed to "lpr"
5 (ps-mode-version): New constant
6 (ps-mode-show-version): New function, added key in ps-mode-map
7 (ps-run-messages): Removed
8 (ps-run-font-lock-keywords-2): New defcustom variable replacing
9 ps-run-messages. These keywords now include the value of
10 ps-run-prompt, making its fontification customizable.
11 (ps-run-init): Removed \\n from docstring, it is now added when
12 the value is used
13 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
14 ps-run-prompt
15 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
16 customizable variables in doc-string (it's equivalent
17 ps-run-messages was missing in previous version of the doc-string)
18 (ps-run-mode): Simplified assignment to font-lock-defaults, using
19 symbols only
20
11999-10-19 Alex Schroeder <alex@gnu.org> 211999-10-19 Alex Schroeder <alex@gnu.org>
2 22
3 * ansi-color.el: Complete rewrite. 23 * ansi-color.el: Complete rewrite.