Mercurial > emacs
diff lisp/ChangeLog @ 58416:28906724d6e3
(syntax-after): Undo last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 22 Nov 2004 06:00:51 +0000 |
parents | 1f06a555fba2 |
children | ef93e6f37cef |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 22 05:52:39 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 22 06:00:51 2004 +0000 @@ -1,3 +1,17 @@ +2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> + + * descr-text.el (describe-char): + * paren.el (show-paren-function): + * subr.el (syntax-after): Undo last change. + + * progmodes/python.el (run-python): Don't hard code *Python*. + Don't modify global process-environment. + (python-send-region, python-load-file): Don't assume that + python-buffer == (process-buffer (python-proc)). + (python-switch-to-python): Simplify. + + * dired.el (dired-align-file): Don't assume line starts with spaces. + 2004-11-21 Jay Belanger <belanger@truman.edu> * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):