summaryrefslogtreecommitdiff
path: root/lisp/follow.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add right-char and left-char to Follow Mode cached commands.Anders Lindgren2014-01-101-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)Glenn Morris2013-09-171-2/+8
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-161-0/+2
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-4/+3
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert2012-07-291-2/+2
* Convert more defvars to defcustoms.Chong Yidong2012-05-041-3/+4
* Fix mouse wheel scrolling in Follow mode.Chong Yidong2012-05-011-5/+13
* * lisp/follow.el: Rework, eliminating reliance on advice.Chong Yidong2012-05-011-1010/+400
* Fix Follow mode's calculation of window ends.Chong Yidong2012-04-291-154/+57
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-2/+2
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Spelling fixes.Paul Eggert2011-11-241-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-141-3/+3
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-2/+2
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-3/+6
* Fix typos.Juanma Barranquero2011-07-141-23/+23
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Fix typos in comments.Juanma Barranquero2011-04-081-1/+1
* Compute freevars in cconv-analyse.Stefan Monnier2011-02-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (follow-select-if-visible): Improve the check for theChong Yidong2008-12-301-18/+18
* (follow-calculate-first-window-start-from-below): Avoid loopingChong Yidong2008-12-301-6/+9
* (follow-calc-win-end): Use with-selected-window.Chong Yidong2008-12-301-78/+84
* (follow-calc-win-start): Don't use `inline'.Chong Yidong2008-12-301-287/+186