summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
Commit message (Expand)AuthorAgeFilesLines
* (require): CL no longer needed to compile case.Nick Roberts2005-05-061-202/+9
* (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
* (tooltip-gud-tips-p): Expand documentation.Nick Roberts2005-04-201-3/+16
* (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
* (tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may notYAMAMOTO Mitsuharu2005-04-181-2/+3
* (tooltip-gud-echo-area): Rename fromNick Roberts2005-04-181-12/+12
* (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
* (tooltip-show-help-function): Check car and cdr ofKim F. Storm2005-03-211-1/+2
* (tooltip-mode): Don't complain that you can't turn theStefan Monnier2005-03-101-1/+1
* (tooltip-mode): Use define-minor-mode and simplify.Nick Roberts2005-03-091-47/+22
* (tooltip-show-help-function): Pass event toKim F. Storm2005-02-221-1/+1
* (tooltip-show-help-function): Replace "mouse-2"Kim F. Storm2004-12-171-2/+21
* (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
* 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
* (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
* (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-print-command): Add server prefix to theNick Roberts2002-11-231-1/+2
* (tooltip-x-offset, tooltip-y-offset): Doc fixes.Richard M. Stallman2002-06-261-2/+2
* (tooltip-mouse-motions-active): New variable.Richard M. Stallman2002-05-291-2/+7
* Fix typo.Pavel Janík2002-05-111-1/+1
* Fix typo.Pavel Janík2002-01-131-1/+1
* (tooltip-delay): Decrease to 0.7.Eli Zaretskii2001-11-031-2/+2
* Remove installation instructions. There's nothing to do.Gerd Moellmann2001-10-271-7/+0
* (tooltip-set-param): Doc fix.Eli Zaretskii2001-10-221-1/+1
* (tooltip-x-offset, tooltip-y-offset): Mention in theEli Zaretskii2001-10-221-6/+25
* (tooltip) <defgroup>: Put it in `gud' group insteadGerd Moellmann2001-05-161-1/+1
* (tooltip-hide-delay): New user-option.Gerd Moellmann2001-01-181-1/+8
* (tooltip-cancel-delayed-tip)Gerd Moellmann2001-01-041-17/+22
* Fix last change.Gerd Moellmann2001-01-041-4/+4
* (tooltip-frame-parameters): Remove colors.Gerd Moellmann2001-01-041-9/+33
* (tooltip-mode): Signal an error if x-show-tipGerd Moellmann2000-12-181-0/+2
* (tooltip-show): If an error is signaled inGerd Moellmann2000-12-141-6/+12
* *** empty log message ***Dave Love2000-11-271-1/+1
* (tooltip-use-echo-area): Doc fix.Dave Love2000-11-271-1/+3
* (tooltip-x-offset, tooltip-y-offset): New user-options.Gerd Moellmann2000-11-181-1/+28
* (tooltip-mode): Add a comment about startup.elGerd Moellmann2000-11-091-3/+3
* (tooltip-gud-tips-setup): New function.Miles Bader2000-11-021-21/+26