| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ; Add 2026 to copyright years. | Sean Whitton | 2026-01-01 | 1 | -1/+1 |
| | | |||||
| * | ; Don't set symbol-packages in tty-tip.el | Stefan Kangas | 2025-03-19 | 1 | -1/+1 |
| | | |||||
| * | ; Fix file headers in tty-tip.el | Stefan Kangas | 2025-03-07 | 1 | -3/+4 |
| | | | | | * lisp/tty-tip.el: Fix file headers. | ||||
| * | Update copyright year to 2025 | Paul Eggert | 2025-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay | Gerd Möllmann | 2024-12-08 | 1 | -1/+1 |
| | | |||||
| * | Prevent too early hiding of tty tips | Gerd Möllmann | 2024-12-08 | 1 | -9/+15 |
| | | | | | | | | | | * lisp/tty-tip.el (tty-tip--show-timer): Renamed from tty-tip--timeout-id. (tty-tip--hide-timer): New variable. (tty-tip--delete-frame): Cancel hide timer if set. (tty-tip--create-frame): Use run-with-timer instead of run-at-time for consistency. | ||||
| * | Fix hiding tips from pre-command-hook | Gerd Möllmann | 2024-11-07 | 1 | -2/+2 |
| | | | | | | * lisp/tty-tip.el (tty-tip-mode): Put #'tty-tip--hide on the pre-command-hook. | ||||
| * | Remove tip in pre-command-hook | Gerd Möllmann | 2024-11-06 | 1 | -3/+6 |
| | | | | | | * lisp/tty-tip.el (tty-tip-mode): install pre-command-hook that deleted the tip frame. | ||||
| * | Let tty tips disappear automatically | Gerd Möllmann | 2024-11-06 | 1 | -1/+4 |
| | | | | | | * lisp/tty-tip.el (tty-tip--create-frame): Delete tip frame after x-show-tooltip-timeout seconds. | ||||
| * | Add tty-tip.el, not tooltips, but very close | Gerd Möllmann | 2024-11-06 | 1 | -0/+196 |