diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 987f880d01b..0046a7380da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2004-04-13 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el: Doc fixes. Changes for compiler warnings. | ||
| 4 | (syntax): Don't require. | ||
| 5 | (python) <defgroup>: Add :version. | ||
| 6 | (python-quote-syntax): Re-written. | ||
| 7 | (inferior-python-mode): Move stuff here from run-python and add | ||
| 8 | some more. | ||
| 9 | (python-preoutput-continuation, python-preoutput-result) | ||
| 10 | (python-dotty-syntax-table): New. | ||
| 11 | (python-describe-symbol): Use them. | ||
| 12 | (run-python): Move stuff to inferior-python-mode. Modify code | ||
| 13 | loaded into Python. | ||
| 14 | (python-send-region): Use python-proc, python-send-string. | ||
| 15 | (python-send-string): Send newlines too. Callers changed. | ||
| 16 | (python-load-file): Re-written. | ||
| 17 | (python-eldoc-function): New. | ||
| 18 | (info-look): Don't require. | ||
| 19 | (python-after-info-look): New. A modified version of former | ||
| 20 | top-level code for use with eval-after-load. | ||
| 21 | (python-maybe-jython, python-guess-indent): Use widened buffer. | ||
| 22 | (python-fill-paragraph): Re-written. | ||
| 23 | (python-mode): Fix outline-regexp. Set outline-heading-end-regexp, | ||
| 24 | eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook. | ||
| 25 | |||
| 1 | 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | 26 | 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 27 | ||
| 3 | * progmodes/python.el (run-python): Use compilation-shell-minor-mode. | 28 | * progmodes/python.el (run-python): Use compilation-shell-minor-mode. |