diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e21e1ce5bcd..0792291a4a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net> | ||
| 2 | |||
| 3 | * progmodes/which-func.el (which-func-modes): Add `python-mode'. | ||
| 4 | |||
| 5 | * progmodes/python.el (python-which-func-length-limit): New var. | ||
| 6 | (python-which-func): New function. | ||
| 7 | (python-current-defun): Add optional `length-limit' and try to fit | ||
| 8 | computed function name to that length. | ||
| 9 | (python-mode): Hook `python-which-func' up. | ||
| 10 | |||
| 1 | 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change) | 11 | 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change) |
| 2 | 12 | ||
| 3 | * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case. | 13 | * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case. |