diff options
| author | Ken Manheimer | 2011-11-16 11:47:28 -0500 |
|---|---|---|
| committer | Ken Manheimer | 2011-11-16 11:47:28 -0500 |
| commit | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (patch) | |
| tree | 70b9c05118ed323e330af8cd1bf2c16b29549979 | |
| parent | 8642c2163e9b0dfcf2aa4e0a6a7850b322faddc0 (diff) | |
| download | emacs-10649b828d6b2c7bfc41dde3386c980bcd48c0b3.tar.gz emacs-10649b828d6b2c7bfc41dde3386c980bcd48c0b3.zip | |
* python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
Adjust to recognize ipdb as well as regular python pdb prompts.
Adjustments shamelessly taken exactly as suggested in EmacsWiki
page: http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
* allout-widgets.el: (file metadata): Attribute copyright to FSF
and collapse date sequence, obscure author/maintainer email
address better, remove extra version line, track relocation of
author's allout webpage.
* allout.el: (file metadata): Attribute copyright to FSF
and collapse date sequence, obscure author/maintainer email
address better, track relocation of author's allout webpage.
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1eb8a78082..63187aa8de8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com> | 1 | 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 2 | ||
| 3 | * allout-widgets.el: (file metadata): Attribute copyright to FSF | ||
| 4 | and collapse date sequence, obscure author/maintainer email | ||
| 5 | address better, remove extra version line, track relocation of | ||
| 6 | author's allout webpage. | ||
| 7 | |||
| 8 | * allout.el: (file metadata): Attribute copyright to FSF | ||
| 9 | and collapse date sequence, obscure author/maintainer email | ||
| 10 | address better, track relocation of author's allout webpage. | ||
| 11 | |||
| 12 | 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com> | ||
| 13 | |||
| 3 | * python.el (python-pdbtrack-stack-entry-regexp) | 14 | * python.el (python-pdbtrack-stack-entry-regexp) |
| 4 | (python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file): | 15 | (python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file): |
| 5 | Adjust to recognize ipdb as well as regular python pdb prompts. | 16 | Adjust to recognize ipdb as well as regular python pdb prompts. |