Mercurial > emacs
comparison lisp/ChangeLog @ 94052:7736bd7762c0
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 12 Apr 2008 22:04:38 +0000 |
parents | 1bf2e8819913 |
children | 58a4ed015d25 |
comparison
equal
deleted
inserted
replaced
94051:1bf2e8819913 | 94052:7736bd7762c0 |
---|---|
5226 (python-jython-command-args, python-pdbtrack-do-tracking-p): | 5226 (python-jython-command-args, python-pdbtrack-do-tracking-p): |
5227 New options. | 5227 New options. |
5228 (python-which-shell, python-which-args, python-which-bufname): | 5228 (python-which-shell, python-which-args, python-which-bufname): |
5229 New buffer local variables. | 5229 New buffer local variables. |
5230 (python-file-queue, python-pdbtrack-is-tracking-p): New variables. | 5230 (python-file-queue, python-pdbtrack-is-tracking-p): New variables. |
5231 | 5231 (python-pdbtrack-stack-entry-regexp) |
5232 * progmodes/python.el (python-pdbtrack-stack-entry-regexp) | |
5233 (python-pdbtrack-input-prompt, python-pdbtrack-track-range): | 5232 (python-pdbtrack-input-prompt, python-pdbtrack-track-range): |
5234 New constants. | 5233 New constants. |
5235 | 5234 |
5236 Pdbtrack features: | 5235 Pdbtrack features: |
5237 | |
5238 (python-point, python-end-of-def-or-class) | 5236 (python-point, python-end-of-def-or-class) |
5239 (python-beginning-of-def-or-class, python-goto-initial-line) | 5237 (python-beginning-of-def-or-class, python-goto-initial-line) |
5240 (python-comint-output-filter-function) | 5238 (python-comint-output-filter-function) |
5241 (python-pdbtrack-overlay-arrow) | 5239 (python-pdbtrack-overlay-arrow) |
5242 (python-pdbtrack-track-stack-file, python-toggle-shells) | 5240 (python-pdbtrack-track-stack-file, python-toggle-shells) |