1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
Richard M. Stallman
1e81215898 Delete defcustom variable :tag names. 2005-12-16 02:06:54 +00:00
Jan Djärv
4873609398 Changed default to 20 for tooltip-y-offset. 2005-12-12 09:36:22 +00:00
Nick Roberts
e85dcd95a2 (tooltip-mode): Move to start of file so that it
appears at top of customize buffer.
2005-12-10 21:28:59 +00:00
Richard M. Stallman
5fddd8e6dd (tooltip-x-offset, tooltip-y-offset): Change defaults.
Eliminate nil as possible value.
(tooltip-hide-delay): Reduce internal-border-width.
2005-10-23 18:31:25 +00:00
Juri Linkov
daf96a41a4 (tooltip): Add group `basic-faces'. 2005-09-29 22:56:22 +00:00
Juanma Barranquero
5673b222a8 (comint-prompt-regexp): Add defvar. 2005-08-31 13:52:28 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Richard M. Stallman
5eca5ecd54 (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. 2005-07-25 03:21:36 +00:00
Luc Teirlinck
5fc5466286 (tooltip-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.  Delete autoload.
2005-07-14 00:56:53 +00:00
Luc Teirlinck
2231b5c5f8 (tooltip-mode): Revert to previous implementation of its defcustom. 2005-07-12 20:14:40 +00:00
Luc Teirlinck
9ccfc415b9 (tooltip-mode): Use custom-initialize-safe-default and simplify
:init-value.  Delete obsolete comment.
2005-07-10 16:40:11 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Richard M. Stallman
1af98f0758 (gud-tooltip-mode): Add defvar. 2005-07-03 16:14:02 +00:00
Nick Roberts
d73996cee8 (tooltip-use-echo-area): Don't make it obsolete. 2005-06-19 04:45:00 +00:00
Juanma Barranquero
04cedb114c (tooltip-start-delayed-tip, tooltip-timeout, tooltip-use-echo-area,
tooltip-process-prompt-regexp, tooltip-help-tips): Fix typos in docstrings.
2005-06-16 09:59:47 +00:00
Nick Roberts
90aff7c61e * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
backward compatibility and make obsolete.
(tooltip-help-tips): Use tooltip-use-echo-area.
(tooltip-show-help-function): Rename to...
(tooltip-show-help): ...this, because it is a function.
(tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2005-06-14 21:13:28 +00:00
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