aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.