aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f9f6d35650a..473a019d616 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
2
3 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4 lambda expression.
5 (ps-mode-menu-main): Submenu with options on/off was replaced with
6 a toggle button.
7 (ps-mode, ps-run-mode): Define with `define-derived-mode'
8 (ps-mode): Autoload cookie added on same line as comment
9 (ps-mode-tabkey, ps-mode-backward-delete-char):
10 (ps-mode-r-balance): Replace `delete-horizontal-space' and
11 `indent-to' with `indent-line-to'
12 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
13 instead of `eval'.
14 (ps-mode-print-region): Use `with-temp-buffer'.
15 (ps-run-start): Use of `mapconcat'. Use `apply' instead of
16 `eval'.
17 (numerous places): Add back-tick and tick around names in
18 docstrings, fix punctuation in docstrings, remove trailing spaces.
19
12001-10-25 Sam Steingold <sds@gnu.org> 202001-10-25 Sam Steingold <sds@gnu.org>
2 21
3 * add-log.el (add-log-always-start-new-record): New user option. 22 * add-log.el (add-log-always-start-new-record): New user option.