summaryrefslogtreecommitdiff
path: root/lisp/follow.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix several symbol name typosStefan Kangas2022-10-261-1/+1
* ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix follow-scroll-down in a small buffer which starts slightly scrolledAlan Mackenzie2021-11-131-13/+19
* Amend Follow Mode to handle header lines and tab lines correctlyAlan Mackenzie2021-11-071-6/+14
* Fix recentering issue in `follow-mode'Noah Evans2021-08-271-2/+5
* Use lexical-binding in follow.elStefan Kangas2021-03-301-22/+21
* Doc fixes in follow.elStefan Kangas2021-03-291-49/+48
* Minor fixes after preloading easymenuStefan Kangas2021-02-271-1/+0
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove obsolete doc references to XEmacs (Bug#37899)Stefan Kangas2019-10-281-2/+2
* Handle scroll-error-top-bottom in follow.el and view.el (bug#21893)Juri Linkov2019-07-081-8/+14
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-70/+72
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-72/+70
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * In follow mode, prevent the cursor resting on a partially displayed lineAlan Mackenzie2018-10-031-1/+7
| * Revert "Temporary workaround for bug #32848 for branch emacs-26"Alan Mackenzie2018-10-031-7/+1
| * Temporary workaround for bug #32848 for branch emacs-26Alan Mackenzie2018-09-301-1/+7
* | In follow mode windows in a GUI, don't display inactive cursorsAlan Mackenzie2018-10-191-0/+37
* | In follow mode, prevent the cursor resting on a partially displayed lineAlan Mackenzie2018-10-151-1/+7
* | Put follow-mode's engine on pre-redisplay-hook instead of post-command-hookAlan Mackenzie2018-10-031-6/+29
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/follow.el (follow-mode): Restore mode line lighter. (Bug#28495)Glenn Morris2017-11-211-0/+1
* Fix some duplicate words typosGlenn Morris2017-10-271-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Don't end non-hook variable with "-hook" (Bug#26623)Noam Postavsky2017-05-201-5/+5
* * lisp/isearch.el (isearch-lazy-highlight): New choice ‘all-windows’.Juri Linkov2017-02-221-0/+3
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Restore follow-scroll-up/down to scrolling by the combined size of all windowsAlan Mackenzie2016-04-291-31/+107
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename `recenter-group' to `recenter-window-group'scratch/followAlan Mackenzie2015-12-181-2/+2
* * lisp/follow.el (follow-sit-for): Remove (it's redundant).Alan Mackenzie2015-12-171-24/+3
* Replace GROUP argument in six window primitives by new functions.Alan Mackenzie2015-12-141-10/+10
* Further progress making Isearch, Ispell, Replace work with Follow Mode.Alan Mackenzie2015-12-071-3/+7
* First commit to scratch/follow. Make Isearch work with Follow Mode, etc.Alan Mackenzie2015-12-041-2/+191
* Fixed bug#19576: `write-file' saves wrong buffer.Anders Lindgren2015-11-201-29/+26
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-151-2/+2
* Fix follow-scroll-up/down, making them replacements for scroll-up/down.Alan Mackenzie2015-09-261-168/+224
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/follow.el (follow-adjust-window): Remove `dest' argument.Stefan Monnier2014-01-151-160/+157