Mercurial > emacs
comparison lisp/ChangeLog @ 55310:c6265ea76363
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 02 May 2004 16:48:20 +0000 |
parents | 56281773d450 |
children | 5108ca4dfab4 |
comparison
equal
deleted
inserted
replaced
55309:025486511229 | 55310:c6265ea76363 |
---|---|
1 2004-05-02 Eli Zaretskii <eliz@gnu.org> | 1 2004-05-02 Eli Zaretskii <eliz@gnu.org> |
2 | 2 |
3 * progmodes/compile.el (compilation-start): In the | 3 * progmodes/compile.el (compilation-start): In the |
4 no-async-subprocesses branch, call sit-for to give redisplay a | 4 no-async-subprocesses branch, call sit-for to give redisplay a |
5 chance to show the updated process status in the mode line. | 5 chance to show the updated process status in the mode line. |
6 | |
7 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
8 | |
9 * progmodes/python.el (python-compilation-line-number): Remove. | |
10 (python-compilation-regexp-alist): Don't use it any more. | |
11 (python-orig-start, python-input-filter): Remove. | |
12 (inferior-python-mode): Don't set up comint-input-filter-functions. | |
13 (python-send-region): Use compilation-fake-loc. | |
14 | |
15 * progmodes/compile.el (compilation-messages-start): New var. | |
16 (compilation-mode): Don't setup next-error-function here. | |
17 (compilation-setup): Set it up here instead (for minor modes as well). | |
18 Make compilation-messages-start buffer local. | |
19 (compilation-next-error-function): Use it. | |
20 (compilation-forget-errors): Set compilation-messages-start. | |
6 | 21 |
7 2004-05-01 Luc Teirlinck <teirllm@auburn.edu> | 22 2004-05-01 Luc Teirlinck <teirllm@auburn.edu> |
8 | 23 |
9 * ielm.el (ielm-prompt-read-only): Update docstring. | 24 * ielm.el (ielm-prompt-read-only): Update docstring. |
10 | 25 |