summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (tooltip-mode): Doc fix.Luc Teirlinck2006-01-121-1/+4
|
* (tooltip): Move defgroup before define-minor-mode.Juri Linkov2005-12-201-15/+19
| | | | (tooltip-x-offset, tooltip-y-offset): Doc fix.
* Delete defcustom variable :tag names.Richard M. Stallman2005-12-161-8/+0
|
* Changed default to 20 for tooltip-y-offset.Jan Djärv2005-12-121-1/+1
|
* (tooltip-mode): Move to start of file so that itNick Roberts2005-12-101-30/+29
| | | | appears at top of customize buffer.
* (tooltip-x-offset, tooltip-y-offset): Change defaults.Richard M. Stallman2005-10-231-11/+7
| | | | | Eliminate nil as possible value. (tooltip-hide-delay): Reduce internal-border-width.
* (tooltip): Add group `basic-faces'.Juri Linkov2005-09-291-1/+2
|
* (comint-prompt-regexp): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.Richard M. Stallman2005-07-251-1/+1
|
* (tooltip-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-141-6/+3
| | | | :init-value again. Delete autoload.
* (tooltip-mode): Revert to previous implementation of its defcustom.Luc Teirlinck2005-07-121-3/+5
|
* (tooltip-mode): Use custom-initialize-safe-default and simplifyLuc Teirlinck2005-07-101-5/+3
| | | | :init-value. Delete obsolete comment.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (gud-tooltip-mode): Add defvar.Richard M. Stallman2005-07-031-0/+2
|
* (tooltip-use-echo-area): Don't make it obsolete.Nick Roberts2005-06-191-5/+0
|
* (tooltip-start-delayed-tip, tooltip-timeout, tooltip-use-echo-area,Juanma Barranquero2005-06-161-8/+8
| | | | tooltip-process-prompt-regexp, tooltip-help-tips): Fix typos in docstrings.
* * tooltip.el (tooltip-use-echo-area): Restore from gud.el forNick Roberts2005-06-141-4/+15
| | | | | | | | 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.
* (require): CL no longer needed to compile case.Nick Roberts2005-05-061-202/+9
| | | | | | | | | | | | | | | | | | | (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.
* (tooltip-gud-tips): Use gdb-define-alist.Nick Roberts2005-05-031-7/+8
|
* (tooltip-gud-tips): Show the associated #defineNick Roberts2005-04-271-13/+30
| | | | directives when a C program under GDB is not executing.
* (tooltip-gud-tips-p): Expand documentation.Nick Roberts2005-04-201-3/+16
| | | | (tooltip-toggle-gud-tips): New function.
* (tooltip-use-echo-area): Replace as alias and deprecate.Nick Roberts2005-04-191-0/+2
|
* (tooltip-show): Change second arg to USE-ECHO-AREAKim F. Storm2005-04-181-6/+9
| | | | | | | 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.
* (tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may notYAMAMOTO Mitsuharu2005-04-181-2/+3
| | | | be bound yet.
* (tooltip-gud-echo-area): Rename fromNick Roberts2005-04-181-12/+12
| | | | | | | 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.
* (tooltip-mode): Specify correct standard value for Custom in init-value.Luc Teirlinck2005-04-161-0/+6
|
* (tooltip-show-help-function): Don't fixup message here.Kim F. Storm2005-03-311-21/+1
|
* (tooltip-gud-display): Use gud-overlay-arrow-position.Nick Roberts2005-03-301-1/+1
|
* (tooltip-show-help-function): Ignore negative mouseKim F. Storm2005-03-221-1/+2
| | | | position values.
* (tooltip-show-help-function): Check car and cdr ofKim F. Storm2005-03-211-1/+2
| | | | mouse position.
* (tooltip-mode): Don't complain that you can't turn theStefan Monnier2005-03-101-1/+1
| | | | feature ON when the user requests to turn it OFF.
* (tooltip-mode): Use define-minor-mode and simplify.Nick Roberts2005-03-091-47/+22
| | | | | | | | (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.
* (tooltip-show-help-function): Pass event toKim F. Storm2005-02-221-1/+1
| | | | mouse-on-link-p so it can check selected window.
* (tooltip-show-help-function): Replace "mouse-2"Kim F. Storm2004-12-171-2/+21
| | | | | prefix in tooltip text with "mouse-1" when this is a link recognized by mouse-1-click-follows-link functionality.
* (tooltip-mode): Doc fix.Richard M. Stallman2004-11-251-1/+1
|
* (require): Explain why CL is needed.Nick Roberts2004-11-121-1/+1
|
* Require CL.Stefan Monnier2004-11-111-2/+4
|
* Don't require cl, comint, gud, gdb-ui forNick Roberts2004-11-101-6/+0
| | | | | compilation. The resulting compiler warnings appear to be harmless.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (defface tooltip): Inherit from variable-pitch.John Paul Wallington2003-07-231-2/+5
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
|
* (tooltip-gud-tips): Output tooltip without switchingNick Roberts2002-12-221-34/+19
| | | | | | | process filter (gdba in gdb-ui.el only). (gdb-tooltip-print): New function. (tooltip-gud-process-output): Undo previous change. (tooltip-strip-annotations): Remove.
* (tooltip-gud-tips-p): Undo previous change.Richard M. Stallman2002-12-041-4/+1
|
* (tooltip-gud-process-output): Handle annotations thatNick Roberts2002-11-301-43/+33
| | | | | are output with gdba in gdb-ui.el. (tooltip-strip-annotations): New function.
* (tooltip-gud-tips-p): Doc fix.Richard M. Stallman2002-11-291-1/+4
|
* (tooltip-gud-tips-setup): Remove.Nick Roberts2002-11-281-29/+6
| | | | | | (tooltip-gud-debugger): Remove. (tooltip-gud-print-command): Use gud-minor mode instead of tooltip-gud-tips-setup and tooltip-gud-debugger.
* (tooltip-gud-print-command): Add server prefix to theNick Roberts2002-11-231-1/+2
| | | | print command for gdb to keep it out of the command history.
* (tooltip-x-offset, tooltip-y-offset): Doc fixes.Richard M. Stallman2002-06-261-2/+2
|