1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
Nick Roberts
a93d834478 (require): CL no longer needed to compile case.
(tooltip-mode): Do not toggle functions for GUD tooltips.
(tooltip-gud-tips-p): Remove. Replace with minor mode
gud-tooltip-mode in gud.el.
(tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
(tooltip-gud-toggle-dereference): Rename in gud.el by replacing
tooltip-gud prefix with gud-tooltip and obsolete.
(tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
(tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
(tooltip-mouse-motion): Mouse movement functions/variable.
Rename in gud.el by adding gud prefix.
(tooltip-gud-original-filter, tooltip-gud-dereference)
(tooltip-gud-event, tooltip-toggle-gud-tips)
(tooltip-gud-process-output, tooltip-gud-print-command)
(tooltip-gud-tips): GUD tooltip functions/variables. Rename in
gud.el by replacing tooltip-gud prefix with gud-tooltip.
(gdb-tooltip-print): Move to gdb-ui.el.
2005-05-06 22:11:35 +00:00
Nick Roberts
64f3c670bd (tooltip-gud-tips): Use gdb-define-alist. 2005-05-03 06:46:27 +00:00
Nick Roberts
abc7eb9003 (tooltip-gud-tips): Show the associated #define
directives when a C program under GDB is not executing.
2005-04-27 22:01:14 +00:00
Nick Roberts
1d44496d70 (tooltip-gud-tips-p): Expand documentation.
(tooltip-toggle-gud-tips): New function.
2005-04-20 10:08:50 +00:00
Nick Roberts
2cc604202a (tooltip-use-echo-area): Replace as alias and deprecate. 2005-04-19 20:33:27 +00:00
Kim F. Storm
cae0724067 (tooltip-show): Change second arg to USE-ECHO-AREA
and make it optional.  Don't test tooltip-gud-echo-area here.
(tooltip-gud-process-output, gdb-tooltip-print): Pass
tooltip-gud-echo-area to tooltip-show.
(tooltip-help-tips): Remove second optional arg.
2005-04-18 10:23:41 +00:00
YAMAMOTO Mitsuharu
8b8f03c80c (tooltip-mode): emacs-quick-startup' and display-graphic-p' may not
be bound yet.
2005-04-18 07:43:59 +00:00
Nick Roberts
1d6197fb87 (tooltip-gud-echo-area): Rename from
tooltip-use-echo-area.
(tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
(tooltip-help-tips): Allow GUD tooltips to be displayed in echo
area independently of where help tooltips are displayed.
2005-04-18 00:29:45 +00:00
Luc Teirlinck
d5e2843d27 (tooltip-mode): Specify correct standard value for Custom in init-value. 2005-04-16 00:21:56 +00:00
Kim F. Storm
86f0d417c4 (tooltip-show-help-function): Don't fixup message here. 2005-03-31 10:10:39 +00:00
Nick Roberts
30044d57a8 (tooltip-gud-display): Use gud-overlay-arrow-position. 2005-03-30 08:33:43 +00:00
Kim F. Storm
e7f876b473 (tooltip-show-help-function): Ignore negative mouse
position values.
2005-03-22 21:52:08 +00:00
Kim F. Storm
e07aa7db90 (tooltip-show-help-function): Check car and cdr of
mouse position.
2005-03-21 22:16:22 +00:00
Stefan Monnier
ef75a64773 (tooltip-mode): Don't complain that you can't turn the
feature ON when the user requests to turn it OFF.
2005-03-10 14:45:31 +00:00
Nick Roberts
8bc973e971 (tooltip-mode): Use define-minor-mode and simplify.
(tooltip-activate-mouse-motions-if-enabled): Use dolist.
(tooltip-gud-tips): Simplify.
(tooltip-gud-tips-p): Remove superflouous :set.
(tooltip-gud-modes): Add fortran-mode.
(gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2005-03-09 23:19:00 +00:00
Kim F. Storm
161f8b5b77 (tooltip-show-help-function): Pass event to
mouse-on-link-p so it can check selected window.
2005-02-22 09:42:23 +00:00
Kim F. Storm
f2a1c81bb1 (tooltip-show-help-function): Replace "mouse-2"
prefix in tooltip text with "mouse-1" when this is a link
recognized by mouse-1-click-follows-link functionality.
2004-12-17 15:16:33 +00:00
Richard M. Stallman
dbc165ffe2 (tooltip-mode): Doc fix. 2004-11-25 02:55:37 +00:00
Nick Roberts
60516f7b9d (require): Explain why CL is needed. 2004-11-12 00:14:24 +00:00
Stefan Monnier
18385083b9 Require CL. 2004-11-11 22:58:14 +00:00
Nick Roberts
857dd623cc Don't require cl, comint, gud, gdb-ui for
compilation. The resulting compiler warnings appear to be
harmless.
2004-11-10 06:47:35 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
John Paul Wallington
39440204a7 (defface tooltip): Inherit from variable-pitch. 2003-07-23 11:39:11 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Nick Roberts
58e104693b (tooltip-gud-tips): Output tooltip without switching
process filter (gdba in gdb-ui.el only).
(gdb-tooltip-print): New function.
(tooltip-gud-process-output): Undo previous change.
(tooltip-strip-annotations): Remove.
2002-12-22 00:21:06 +00:00
Richard M. Stallman
321ce330a7 (tooltip-gud-tips-p): Undo previous change. 2002-12-04 11:43:05 +00:00
Nick Roberts
5ce0fb9197 (tooltip-gud-process-output): Handle annotations that
are output with gdba in gdb-ui.el.
(tooltip-strip-annotations): New function.
2002-11-30 20:58:38 +00:00
Richard M. Stallman
2d583bad41 (tooltip-gud-tips-p): Doc fix. 2002-11-29 15:06:01 +00:00
Nick Roberts
dea8773332 (tooltip-gud-tips-setup): Remove.
(tooltip-gud-debugger): Remove.
(tooltip-gud-print-command): Use gud-minor mode instead of
tooltip-gud-tips-setup and tooltip-gud-debugger.
2002-11-28 21:26:25 +00:00
Nick Roberts
9e06a93009 (tooltip-gud-print-command): Add server prefix to the
print command for gdb to keep it out of the command history.
2002-11-23 14:10:19 +00:00
Richard M. Stallman
37a29d4617 (tooltip-x-offset, tooltip-y-offset): Doc fixes. 2002-06-26 08:52:31 +00:00
Richard M. Stallman
ba81b532e5 (tooltip-mouse-motions-active): New variable.
(tooltip-activate-mouse-motions): Don't kill track-mouse local
if it was not made by us.
2002-05-29 16:38:06 +00:00
Pavel Janík
b670783a4b Fix typo. 2002-05-11 08:19:36 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00
Eli Zaretskii
88751b1100 (tooltip-delay): Decrease to 0.7.
(tooltip-hide-delay): Enlarge to 10.
2001-11-03 16:59:11 +00:00
Gerd Moellmann
9ac553b952 Remove installation instructions. There's nothing to do. 2001-10-27 15:08:48 +00:00
Eli Zaretskii
4b2bb9be85 (tooltip-set-param): Doc fix. 2001-10-22 10:02:41 +00:00
Eli Zaretskii
7142670a95 (tooltip-x-offset, tooltip-y-offset): Mention in the
doc string the effect of `left' and `top' parameters in
tooltip-frame-parameters, the default values, and the units.
(tooltip-frame-parameters): Mention `top' and `left' in the doc
string.
(tooltip-show): Mention in the doc string the `top' and `left'
parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2001-10-22 08:54:13 +00:00
Gerd Moellmann
3e6ed9704c (tooltip) <defgroup>: Put it in `gud' group instead
of `c'.
2001-05-16 14:53:37 +00:00
Gerd Moellmann
a93c8ba89a (tooltip-hide-delay): New user-option.
(tooltip-show): Use tooltip-hide-delay instead of the default.
2001-01-18 14:38:45 +00:00
Gerd Moellmann
06f76f9fb8 (tooltip-cancel-delayed-tip)
(tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
and tooltip-add-timeout.
(tooltip-show): Set border color from faces's foreground.
(tooltip-show-help-function): If called with the same help string
as last time, do nothing.
(tooltip-help-tips): Don't set tooltip-help-message to nil.
2001-01-04 20:38:02 +00:00
Gerd Moellmann
f3b05e994e Fix last change. 2001-01-04 14:10:01 +00:00
Gerd Moellmann
2621f5a96f (tooltip-frame-parameters): Remove colors.
(tooltip): New face
(tooltip-set-param): New function.
(tooltip-show): Set up color frame parameters from face `tooltip'.
Display the tooltip text in face `tooltip'.
2001-01-04 14:07:37 +00:00
Gerd Moellmann
c6da4eb44f (tooltip-mode): Signal an error if x-show-tip
isn't fboundp.
2000-12-18 17:11:17 +00:00
Gerd Moellmann
e56031492e (tooltip-show): If an error is signaled in
x-show-tip, display that error, and display the help in the
echo area.
2000-12-14 10:35:22 +00:00
Dave Love
e775fcc402 *** empty log message *** 2000-11-27 18:01:19 +00:00
Dave Love
8be44f9de4 (tooltip-use-echo-area): Doc fix. 2000-11-27 17:50:38 +00:00
Gerd Moellmann
e4df9b40fd (tooltip-x-offset, tooltip-y-offset): New user-options.
(tooltip-show): Use the offsets.
2000-11-18 12:56:26 +00:00
Gerd Moellmann
90e69ae536 (tooltip-mode): Add a comment about startup.el
setting the default value of this user-option.
2000-11-09 23:48:29 +00:00
Miles Bader
c39e89832a (tooltip-gud-tips-setup): New function.
(tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
(tooltip-mode): Call tooltip-gud-tips-setup.
(tooltip-gud-tips): Use `gud-basic-call' instead of process-send-string,
so the prompt gets frobbed appropriately.  Handle nil return value from
`tooltip-gud-print-command'.
2000-11-02 04:28:01 +00:00