File emacs-flymake.changes of Package emacs-flymake
-------------------------------------------------------------------
Sun Oct 27 12:18:56 UTC 2024 - Egbert Eich <eich@suse.com>
- Update to version 1.3.7
* Flymake support for indicating errors in margin
* `mouse-wheel-buttons`: Map old-style wheel buttons to actual
wheel events.
* Fix Flymake lighter tool-tip from generating errors.
* Take stock of the wheel-up/down confusion.
* Protect against problematic invalid diagnostics.
- Changes to version 1.3.6.
* New 'short' option for `flymake-show-diagnostics-at-end-of-line`.
* Fix EOL overlay flicker due to untimely overlay deletion.
* More fixes `to flymake--highlight-line`.
* Fix bug in flymake-diagnostics.
* Fix many problems with the end-of-line overlays.
* Speed up mode-line display with simple cache
When scrolling heavily (perhaps holding down C-n), the function
`flymake-mode-line-counter` showed very prominently in the memory
and CPU profiles.
* Fix flymake mode line scrolling with `pixel-scroll-precision-mode`.
* Include a help-echo for flymake's modeline counters.
This helps clarify what each of these numbers mean.
* improve new flymake-show-diagnostics-at-end-of-line feature
- Fix autoload generation for newer versions of Emacs.
-------------------------------------------------------------------
Mon May 8 20:16:19 UTC 2023 - Egbert Eich <eich@suse.com>
- Initial Import.