aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)Martin Rudalics2018-12-301-6/+8
* Merge from origin/emacs-26Glenn Morris2018-12-151-0/+11
|\
| * Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii2018-12-111-0/+11
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-201-14/+10
|\ \ | |/
| * ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-191-2/+2
| * Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii2018-11-191-12/+8
* | Merge from origin/emacs-26Glenn Morris2018-10-161-0/+4
|\ \ | |/
| * Clarify documentation of fractional vertical scrolling and some doc stringsAlan Mackenzie2018-10-151-0/+4
* | Fix last change of 'run_window_size_change_functions'Martin Rudalics2018-09-101-2/+2
* | Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics2018-09-101-5/+43
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-10/+9
* | More macro renamings for bignumTom Tromey2018-08-071-68/+68
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-121/+121
* | Keep interactive uses of 'recenter' backward compatible (Bug#31325)John Shahid2018-07-071-2/+2
* | Fix recent change in window.cEli Zaretskii2018-07-071-3/+8
* | Fix scrollingBasil L. Contovounesios2018-07-061-1/+1
* | Add a new argument to 'recenter' to allow finer control of redisplayJohn Shahid2018-07-011-9/+11
* | unbind_to performance tuningPaul Eggert2018-06-291-4/+2
* | Merge from emacs-26Noam Postavsky2018-06-101-9/+22
|\ \ | |/
| * Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695)Martin Rudalics2018-06-071-9/+22
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-1/+1
* | Rewrite scroll-other-window-down in C (bug#30207)Basil L. Contovounesios2018-05-101-40/+45
* | Improve documentation for "other window" scrollingBasil L. Contovounesios2018-05-101-14/+13
* | Limit "other window" scrolling to current terminalBasil L. Contovounesios2018-05-101-7/+3
|/
* * src/window.c (Frecenter): Improve commentary.Eli Zaretskii2018-03-021-0/+3
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix subtle problem with scroll-down when scroll-margin is nonzeroEli Zaretskii2017-12-291-2/+3
* Fix backward scrolling in buffers with header-lineEli Zaretskii2017-11-231-3/+9
* Change vectorlike from struct to unionPaul Eggert2017-11-131-4/+4
* ; Minor comment copyedit in window.cEli Zaretskii2017-11-071-1/+1
* Fix doc string of 'window-configuration-change-hook'Eli Zaretskii2017-11-041-2/+2
* Fix doc and doc-strings for minibuffer window related functions (Bug#28978)Martin Rudalics2017-10-301-1/+1
* Fix minibuffer window related docs and strings (Bug#28978)Martin Rudalics2017-10-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid infloop when scrolling under scroll-preserve-screen-positionEli Zaretskii2017-09-091-0/+5
* Spelling fixesPaul Eggert2017-07-061-3/+3
* Provide additional support for child framesMartin Rudalics2017-06-251-8/+205
* Minor doc and doc-string fixes (Bug#27091)Martin Rudalics2017-05-271-7/+9
* Fix doc and customization type of `window-combination-limit' (Bug#26673)Martin Rudalics2017-04-271-3/+9
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-2/+4
* Frame movement, focus and hook related changesMartin Rudalics2017-04-111-0/+9
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-2/+2
* Remove XFLOATINTPaul Eggert2017-03-021-2/+2
* Fix scrolling with partial linesNoam Postavsky2017-02-021-1/+1
* Make limit on scroll-margin variableNoam Postavsky2017-02-021-5/+14
* Don't count mode line for scroll-margin limitNoam Postavsky2017-02-021-4/+2
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-021-16/+28
* Remove immediate_quit.Paul Eggert2017-02-011-2/+0