diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c01cd76a45..c0797ec968a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-send-command): Don't wait for the command | ||
| 4 | to terminate. Don't fiddle with compilation-parsing-end. | ||
| 5 | |||
| 1 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert | 8 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
| 4 | commentary after first line summary. | 9 | Insert commentary after first line summary. |
| 5 | 10 | ||
| 6 | * woman.el (woman-follow): New function, based on `man-follow'. | 11 | * woman.el (woman-follow): New function, based on `man-follow'. |
| 7 | (woman-mode-map): Use it. | 12 | (woman-mode-map): Use it. |