diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b07f7f0009..e0bd01cf0cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-04-12 Nick Roberts <nickrob@snap.net.nz> | 1 | 2008-04-12 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 2 | ||
| 3 | * progmodes/gud.el (gud-menu-map): Expand tooltip. | ||
| 4 | |||
| 3 | * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string. | 5 | * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string. |
| 4 | (menu): Add/expand menu tooltips. | 6 | (menu): Add/expand menu tooltips. |
| 5 | 7 | ||
| @@ -5226,13 +5228,11 @@ | |||
| 5226 | (python-which-shell, python-which-args, python-which-bufname): | 5228 | (python-which-shell, python-which-args, python-which-bufname): |
| 5227 | New buffer local variables. | 5229 | New buffer local variables. |
| 5228 | (python-file-queue, python-pdbtrack-is-tracking-p): New variables. | 5230 | (python-file-queue, python-pdbtrack-is-tracking-p): New variables. |
| 5229 | 5231 | (python-pdbtrack-stack-entry-regexp) | |
| 5230 | * progmodes/python.el (python-pdbtrack-stack-entry-regexp) | ||
| 5231 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): | 5232 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): |
| 5232 | New constants. | 5233 | New constants. |
| 5233 | 5234 | ||
| 5234 | Pdbtrack features: | 5235 | Pdbtrack features: |
| 5235 | |||
| 5236 | (python-point, python-end-of-def-or-class) | 5236 | (python-point, python-end-of-def-or-class) |
| 5237 | (python-beginning-of-def-or-class, python-goto-initial-line) | 5237 | (python-beginning-of-def-or-class, python-goto-initial-line) |
| 5238 | (python-comint-output-filter-function) | 5238 | (python-comint-output-filter-function) |