Mercurial > emacs
diff lisp/ChangeLog @ 81824:0a0e79e50844
(python-which-func-length-limit): New var.
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Jul 2007 04:36:48 +0000 |
parents | 64c8ecd78bf2 |
children | b25b94f97be5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 12 04:15:55 2007 +0000 +++ b/lisp/ChangeLog Thu Jul 12 04:36:48 2007 +0000 @@ -1,3 +1,13 @@ +2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net> + + * progmodes/which-func.el (which-func-modes): Add `python-mode'. + + * progmodes/python.el (python-which-func-length-limit): New var. + (python-which-func): New function. + (python-current-defun): Add optional `length-limit' and try to fit + computed function name to that length. + (python-mode): Hook `python-which-func' up. + 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change) * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.