summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKen Manheimer <ken.manheimer@gmail.com>2011-11-16 11:47:28 -0500
committerKen Manheimer <ken.manheimer@gmail.com>2011-11-16 11:47:28 -0500
commit10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (patch)
tree70b9c05118ed323e330af8cd1bf2c16b29549979 /lisp
parent8642c2163e9b0dfcf2aa4e0a6a7850b322faddc0 (diff)
downloademacs-10649b828d6b2c7bfc41dde3386c980bcd48c0b3.tar.gz
* 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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
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 @@
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)
(python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
Adjust to recognize ipdb as well as regular python pdb prompts.