changeset 58365:1b70e511be22

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 2004 23:31:55 +0000
parents c8e69a3cb57f
children d15d7e0a3165
files lisp/ChangeLog
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 20 23:31:34 2004 +0000
+++ b/lisp/ChangeLog	Sat Nov 20 23:31:55 2004 +0000
@@ -1,5 +1,25 @@
 2004-11-20  Richard M. Stallman  <rms@gnu.org>
 
+	* imenu.el (imenu--generic-function):
+	Ensure we keep moving backward even if BEG isn't further back.
+
+	* replace.el (query-replace-read-to, query-replace-read-from): 
+	Specify t for KEEP-ALL in read-from-minibuffer.
+
+	* progmodes/python.el (python-switch-to-python):
+	If Python isn't running, start it.
+	Don't alter debug-ignored-errors.
+
+	* progmodes/cperl-mode.el (cperl-indent-region):
+	Don't mind imenu-scanning-message.
+
+	* bindings.el (global-map): Bind C-e to move-end-of-line.
+
+	* simple.el (line-move-finish): New arg FORWARD.
+	Ignore invisible newlines, not intangible ones.
+	Conditions for acceptable stopping positions depend on FORWARD.
+	(line-move): Pass FORWARD arg to line-move-finish.
+
 	* buff-menu.el (list-buffers-noselect): Eliminate space at the start
 	of HEADER.  Compensate for this change in the code to add display
 	properties.  Don't make the first line intangible.