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 7d239a9269e..d00baddbf56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,25 @@
12004-11-20 Richard M. Stallman <rms@gnu.org> 12004-11-20 Richard M. Stallman <rms@gnu.org>
2 2
3 * imenu.el (imenu--generic-function):
4 Ensure we keep moving backward even if BEG isn't further back.
5
6 * replace.el (query-replace-read-to, query-replace-read-from):
7 Specify t for KEEP-ALL in read-from-minibuffer.
8
9 * progmodes/python.el (python-switch-to-python):
10 If Python isn't running, start it.
11 Don't alter debug-ignored-errors.
12
13 * progmodes/cperl-mode.el (cperl-indent-region):
14 Don't mind imenu-scanning-message.
15
16 * bindings.el (global-map): Bind C-e to move-end-of-line.
17
18 * simple.el (line-move-finish): New arg FORWARD.
19 Ignore invisible newlines, not intangible ones.
20 Conditions for acceptable stopping positions depend on FORWARD.
21 (line-move): Pass FORWARD arg to line-move-finish.
22
3 * buff-menu.el (list-buffers-noselect): Eliminate space at the start 23 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4 of HEADER. Compensate for this change in the code to add display 24 of HEADER. Compensate for this change in the code to add display
5 properties. Don't make the first line intangible. 25 properties. Don't make the first line intangible.