2008-04-12 Nick Roberts <nickrob@snap.net.nz>
+ * progmodes/gud.el (gud-menu-map): Expand tooltip.
+
* progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
(menu): Add/expand menu tooltips.
(python-which-shell, python-which-args, python-which-bufname):
New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p): New variables.
-
- * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
+ (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants.
Pdbtrack features:
-
(python-point, python-end-of-def-or-class)
(python-beginning-of-def-or-class, python-goto-initial-line)
(python-comint-output-filter-function)
(comint-interrupt-subjob))))
(easy-mmode-defmap gud-menu-map
- '(([help] "Info" . gud-goto-info)
+ '(([help] "Info (debugger)" . gud-goto-info)
([tooltips] menu-item "Show GUD tooltips" gud-tooltip-mode
:enable (and (not emacs-basic-display)
(display-graphic-p)