comparison lisp/ChangeLog @ 92092:cb361bd1b322

Fix typo.
author Glenn Morris <rgm@gnu.org>
date Fri, 22 Feb 2008 05:02:59 +0000
parents f6aa0a65fa82
children a0193ceeaa83
comparison
equal deleted inserted replaced
92091:f6aa0a65fa82 92092:cb361bd1b322
60 * python.el (python-pdbtrack-toggle-stack-tracking): Clarify docstring. 60 * python.el (python-pdbtrack-toggle-stack-tracking): Clarify docstring.
61 (python-pdbtrack-minor-mode-string): A sign indicating that pdb 61 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
62 tracking is happening. 62 tracking is happening.
63 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces. 63 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
64 (python-pdbtrack-input-prompt): Better recognize PDB prompts. 64 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
65 (add python-pdbtrack-track-stack-file to 65 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
66 comint-output-filter-functions): Tracking is plugged in to all 66 Tracking is plugged in to all comint buffers once python.el is loaded.
67 comint buffers once python.el is loaded.
68 (python-pdbtrack-overlay-arrow): Toggle activation of 67 (python-pdbtrack-overlay-arrow): Toggle activation of
69 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow. 68 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
70 (python-pdbtrack-track-stack-file): Use new 69 (python-pdbtrack-track-stack-file): Use new
71 `python-pdbtrack-get-source-buffer' for more flexible access to 70 `python-pdbtrack-get-source-buffer' for more flexible access to
72 debugging source files. 71 debugging source files.