From: Ken Manheimer Date: Wed, 16 Nov 2011 16:47:28 +0000 (-0500) Subject: * python.el (python-pdbtrack-stack-entry-regexp) X-Git-Tag: emacs-pretest-24.0.92~165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10649b828d6b2c7bfc41dde3386c980bcd48c0b3;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1eb8a78082..63187aa8de8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2011-11-16 Ken Manheimer + + * 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. + 2011-11-16 Ken Manheimer * python.el (python-pdbtrack-stack-entry-regexp)