summaryrefslogtreecommitdiff
path: root/lisp/follow.el
AgeCommit message (Expand)Author
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-28Remove obsolete doc references to XEmacs (Bug#37899)Stefan Kangas
2019-07-08Handle scroll-error-top-bottom in follow.el and view.el (bug#21893)Juri Linkov
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
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-10-19In follow mode windows in a GUI, don't display inactive cursorsAlan Mackenzie
2018-10-15In follow mode, prevent the cursor resting on a partially displayed lineAlan Mackenzie
2018-10-03In follow mode, prevent the cursor resting on a partially displayed lineAlan Mackenzie
2018-10-03Revert "Temporary workaround for bug #32848 for branch emacs-26"Alan Mackenzie
2018-10-03Put follow-mode's engine on pre-redisplay-hook instead of post-command-hookAlan Mackenzie
2018-09-30Temporary workaround for bug #32848 for branch emacs-26Alan Mackenzie
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-21* lisp/follow.el (follow-mode): Restore mode line lighter. (Bug#28495)Glenn Morris
2017-10-27Fix some duplicate words typosGlenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-20Don't end non-hook variable with "-hook" (Bug#26623)Noam Postavsky
2017-02-22* lisp/isearch.el (isearch-lazy-highlight): New choice ‘all-windows’.Juri Linkov
2016-12-31Update copyright year to 2017Paul Eggert
2016-04-29Restore follow-scroll-up/down to scrolling by the combined size of all windowsAlan Mackenzie
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-18Rename `recenter-group' to `recenter-window-group'Alan Mackenzie
2015-12-17* lisp/follow.el (follow-sit-for): Remove (it's redundant).Alan Mackenzie
2015-12-14Replace GROUP argument in six window primitives by new functions.Alan Mackenzie
2015-12-07Further progress making Isearch, Ispell, Replace work with Follow Mode.Alan Mackenzie
2015-12-04First commit to scratch/follow. Make Isearch work with Follow Mode, etc.Alan Mackenzie
2015-11-20Fixed bug#19576: `write-file' saves wrong buffer.Anders Lindgren
2015-11-15; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren
2015-09-26Fix follow-scroll-up/down, making them replacements for scroll-up/down.Alan Mackenzie
2015-08-21Avoid hard-coding "M-x command" in docstringsPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-15* lisp/follow.el (follow-adjust-window): Remove `dest' argument.Stefan Monnier
2014-01-10Add right-char and left-char to Follow Mode cached commands.Anders Lindgren
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-17* follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)Glenn Morris
2013-08-16Remove documentation of undefined behavior.Xue Fuqiao
2013-08-10lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero
2013-08-05Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-29deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert
2012-05-04Convert more defvars to defcustoms.Chong Yidong
2012-05-01Fix mouse wheel scrolling in Follow mode.Chong Yidong
2012-05-01* lisp/follow.el: Rework, eliminating reliance on advice.Chong Yidong
2012-04-29Fix Follow mode's calculation of window ends.Chong Yidong
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong