summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2019-03-04Simplify list creation in C codePaul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-02-02Fix bugs caused by running window change functions during redisplayMartin Rudalics
2019-01-31Prefer static to extern where either will doPaul Eggert
2019-01-17Expand spectrum of window change functionsMartin Rudalics
2019-01-15Add portable dumperDaniel Colascione
2019-01-11Run window change functions during redisplayMartin Rudalics
2019-01-08* src/window.c (save_window_save): Revert part of d82e73fStefan Monnier
2019-01-07Merge from origin/emacs-26Glenn Morris
2019-01-04Fix definition of Qwindow_point_insertion_type (Bug#33871)Martin Rudalics
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-30Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)Martin Rudalics
2018-12-15Merge from origin/emacs-26Glenn Morris
2018-12-11Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-11-20Merge from origin/emacs-26Glenn Morris
2018-11-19; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii
2018-11-19Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii
2018-10-16Merge from origin/emacs-26Glenn Morris
2018-10-15Clarify documentation of fractional vertical scrolling and some doc stringsAlan Mackenzie
2018-09-10Fix last change of 'run_window_size_change_functions'Martin Rudalics
2018-09-10Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-07-07Keep interactive uses of 'recenter' backward compatible (Bug#31325)John Shahid
2018-07-07Fix recent change in window.cEli Zaretskii
2018-07-06Fix scrollingBasil L. Contovounesios
2018-07-01Add a new argument to 'recenter' to allow finer control of redisplayJohn Shahid
2018-06-29unbind_to performance tuningPaul Eggert
2018-06-10Merge from emacs-26Noam Postavsky
2018-06-07New function record_unwind_protect_excursionPaul Eggert
2018-06-07Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695)Martin Rudalics
2018-05-10Rewrite scroll-other-window-down in C (bug#30207)Basil L. Contovounesios
2018-05-10Improve documentation for "other window" scrollingBasil L. Contovounesios
2018-05-10Limit "other window" scrolling to current terminalBasil L. Contovounesios
2018-03-02* src/window.c (Frecenter): Improve commentary.Eli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-29Fix subtle problem with scroll-down when scroll-margin is nonzeroEli Zaretskii
2017-11-23Fix backward scrolling in buffers with header-lineEli Zaretskii
2017-11-13Change vectorlike from struct to unionPaul Eggert
2017-11-07; Minor comment copyedit in window.cEli Zaretskii
2017-11-04Fix doc string of 'window-configuration-change-hook'Eli Zaretskii
2017-10-30Fix doc and doc-strings for minibuffer window related functions (Bug#28978)Martin Rudalics
2017-10-29Fix minibuffer window related docs and strings (Bug#28978)Martin Rudalics
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-09Avoid infloop when scrolling under scroll-preserve-screen-positionEli Zaretskii
2017-07-06Spelling fixesPaul Eggert