aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2008-04-12 22:04:38 +0000
committerNick Roberts2008-04-12 22:04:38 +0000
commit3ee7281cbb63a1c8dc1b9c32a4692cd155ed7bff (patch)
tree2d51b1de8f238e39854d2fa4a3b74d428b3adfd9
parentaa72bfb25640fca0a6b9a31121323820c2cd7fb6 (diff)
downloademacs-3ee7281cbb63a1c8dc1b9c32a4692cd155ed7bff.tar.gz
emacs-3ee7281cbb63a1c8dc1b9c32a4692cd155ed7bff.zip
(gud-menu-map): Expand tooltip.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/progmodes/gud.el2
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b07f7f0009..e0bd01cf0cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-04-12 Nick Roberts <nickrob@snap.net.nz> 12008-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)
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 3b825c99d62..dbb1aa8be99 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -144,7 +144,7 @@ Used to grey out relevant toolbar icons.")
144 (comint-interrupt-subjob)))) 144 (comint-interrupt-subjob))))
145 145
146(easy-mmode-defmap gud-menu-map 146(easy-mmode-defmap gud-menu-map
147 '(([help] "Info" . gud-goto-info) 147 '(([help] "Info (debugger)" . gud-goto-info)
148 ([tooltips] menu-item "Show GUD tooltips" gud-tooltip-mode 148 ([tooltips] menu-item "Show GUD tooltips" gud-tooltip-mode
149 :enable (and (not emacs-basic-display) 149 :enable (and (not emacs-basic-display)
150 (display-graphic-p) 150 (display-graphic-p)