summaryrefslogtreecommitdiff
path: root/lisp/hl-line.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-01* lisp/hl-line.el (global-hl-line-buffers): Skip internal buffers (bug#79547).Juri Linkov
2025-09-29New value 'window' of 'global-hl-line-sticky-flag'Juri Linkov
2025-09-24* lisp/hl-line.el: Rename global-hl-line-modes to global-hl-line-buffers.Juri Linkov
2025-09-17* lisp/hl-line.el: Various fixes (bug#64993).Juri Linkov
2025-09-16* lisp/hl-line.el (global-hl-line-sticky-flag): New value 'all'.Juri Linkov
2025-03-20; Fix global-hl-line-highlight after recent commitStefan Kangas
2025-03-20Allow specifying in which major modes to enable 'global-hl-line-mode'Elías Gabriel Pérez
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-13Fix hl-line-mode/global-hl-line-mode logic againLars Ingebrigtsen
2022-09-20Allow hl-line-mode so work when global-hl-line-mode is activeLars Ingebrigtsen
2022-03-24Fix setter for hl-line-sticky-flag when hl-line is not loadedPo Lu
2022-03-23Fix hl-line testsPo Lu
2022-03-23Restore old hl-line codePo Lu
2022-03-22Restore hl-line--buffer trackingdickmao
2022-03-22Revert "Fix dependency problem in hl-line-sticky-flag"Lars Ingebrigtsen
2022-03-22Fix dependency problem in hl-line-sticky-flagLars Ingebrigtsen
2022-03-22Fix unloading the hl-line libraryPo Lu
2022-03-22Fix incompatible changes in hl-linePo Lu
2022-03-21Rewrite hl-line-modedickmao
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-06-01Allow packages to change the hl-line overlay priorityLars Ingebrigtsen
2021-01-23Use single post-command-hook on hl-line modesGabriel do Nascimento Ribeiro
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-14Extend face hl-line after end-of-lineJimmy Aguilar Mena
2019-05-26Update author/maintainer infoPaul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-28hl-line.el: Don't try to operate on a killed bufferStephen Berman
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-05-26hl-line.el: Fix flickering of highlighted line (bug#23510)Stephen Berman
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-06Fix Bug#16183 about `global-hl-line-sticky-flag'.Bastien Guerry
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-19* lisp/hl-line.el (hl-line-make-overlay): New fun. Set priority.Stefan Monnier
2013-08-05Do not call to `selected-window' where it is assumed by default.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong