]> code.delx.au - gnu-emacs/commitdiff
* python.el (python-pdbtrack-stack-entry-regexp)
authorKen Manheimer <ken.manheimer@gmail.com>
Wed, 16 Nov 2011 16:47:28 +0000 (11:47 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Wed, 16 Nov 2011 16:47:28 +0000 (11:47 -0500)
(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.

lisp/ChangeLog

index e1eb8a780820ee6e123081072b9061aa9163e662..63187aa8de80a097863371419fd72339e754e340 100644 (file)
@@ -1,3 +1,14 @@
+2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * 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  <ken.manheimer@gmail.com>
 
        * python.el (python-pdbtrack-stack-entry-regexp)