summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2021-02-10Add late load pdumper hooks so these can call into LispAndrea Corallo
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie
2021-01-07Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-12-17Fix my two most common causes of all windows/frames redisplayStefan Monnier
2020-12-14Improve accuracy of scrolling commandsEli Zaretskii
2020-12-09Clarify `scroll-preserve-screen-position' doc stringLars Ingebrigtsen
2020-12-09Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii
2020-11-19In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie
2020-11-05Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-04-05Improve integer range checkingPaul Eggert
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-30Fix mini-window resizing under resize-mini-windows = tEli Zaretskii
2019-12-10; Spelling fixesPaul Eggert
2019-11-09Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert
2019-10-18Fix handling of mouse events on header line with tab-lineEli Zaretskii
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero
2019-10-16Handle top margin change in adjust_frame_sizeMartin Rudalics
2019-10-04Minor style tweaks for recent tab changesPaul Eggert
2019-10-01Merge branch 'feature/tabs'Juri Linkov
2019-10-01Remove unused code and reformat to 70 columns.Juri Linkov
2019-09-23Update some URLsPaul Eggert
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-07-22Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-05-22Remove fixnum restriction on some display varsPaul Eggert
2019-05-22Merge from origin/emacs-26Glenn Morris
2019-05-20Don't segfault on force-window-update of deleted windowNoam Postavsky
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-26Rename generic x_* procedures in xdisp.cAlexander Gramiak
2019-04-10Merge from origin/emacs-26Glenn Morris
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-04-06Improve documentation of set-window-startEli Zaretskii
2019-03-20Merge from origin/emacs-26Glenn Morris
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak
2019-03-13Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics
2019-03-11Rewrite minibuffer window resizing codeMartin Rudalics
2019-03-09Further redesign of window change functionsMartin Rudalics
2019-03-06Fix initialization of Vwindow_state_change_functionsMartin Rudalics