aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-11-16 10:21:51 -0800
committerGlenn Morris2011-11-16 10:21:51 -0800
commit9d0cfcd67ddcfb664cef507b76dd439b3b7de805 (patch)
tree00e56c33d431a98437247b94b57bb4e679ea9c90
parent7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (diff)
downloademacs-9d0cfcd67ddcfb664cef507b76dd439b3b7de805.tar.gz
emacs-9d0cfcd67ddcfb664cef507b76dd439b3b7de805.zip
ChangeLog fixes:
python-pdbtrack-stack-entry-regexp was not changed. Mark an odd kind of change with no real attribution as tiny. Remove conflict marker.
-rw-r--r--lisp/ChangeLog24
1 files changed, 8 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4fc1e3c7ff8..65996aebfb1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -20,22 +20,15 @@
20 20
212011-11-16 Ken Manheimer <ken.manheimer@gmail.com> 212011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
22 22
23 * allout-widgets.el: (file metadata): Attribute copyright to FSF 23 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
24 and collapse date sequence, obscure author/maintainer email 24 FSF and collapse date sequence, obscure author/maintainer email address
25 address better, remove extra version line, track relocation of 25 better, remove extra version line, track relocation of author's webpage.
26 author's allout webpage.
27 26
28 * allout.el: (file metadata): Attribute copyright to FSF 27 * progmodes/python.el (python-pdbtrack-input-prompt)
29 and collapse date sequence, obscure author/maintainer email 28 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
30 address better, track relocation of author's allout webpage. 29 regular python pdb prompts. Adjustments shamelessly taken exactly as
31 30 suggested in EmacsWiki page (tiny change):
322011-11-16 Ken Manheimer <ken.manheimer@gmail.com> 31 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
33
34 * python.el (python-pdbtrack-stack-entry-regexp)
35 (python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
36 Adjust to recognize ipdb as well as regular python pdb prompts.
37 Adjustments shamelessly taken exactly as suggested in EmacsWiki
38 page: http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
39 32
402011-11-16 Juanma Barranquero <lekktu@gmail.com> 332011-11-16 Juanma Barranquero <lekktu@gmail.com>
41 34
@@ -86,7 +79,6 @@
86 which wasn't being used. Add optional arg to force given state. 79 which wasn't being used. Add optional arg to force given state.
87 (rmail-mime): Add optional arg to force given state. 80 (rmail-mime): Add optional arg to force given state.
88 81
89>>>>>>> MERGE-SOURCE
902011-11-15 Juanma Barranquero <lekktu@gmail.com> 822011-11-15 Juanma Barranquero <lekktu@gmail.com>
91 83
92 * allout.el (allout-encryption-plaintext-sanitization-regexps): 84 * allout.el (allout-encryption-plaintext-sanitization-regexps):