summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2022-03-22Mention the other-window-scroll-default user optionLars Ingebrigtsen
2022-03-19Remove sanitize_window_sizesPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-05Improve the selected-window doc stringLars Ingebrigtsen
2022-01-13Improve preserving X coordinate during scroll commandsEli Zaretskii
2022-01-11* src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-18Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics
2021-10-12In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics
2021-10-11Work around GCC bug 102671Paul Eggert
2021-07-15Improve the `window-end' doc stringLars Ingebrigtsen
2021-06-10Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics
2021-05-31Make frames record when their selected window was the mini-windowAlan Mackenzie
2021-05-14Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie
2021-04-25Merge branch 'feature/native-comp' into into trunkAndrea Corallo
2021-04-22Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie
2021-04-20Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie
2021-04-19Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-04-18Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics
2021-04-17Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics
2021-04-13* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier
2021-03-25Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-03-21Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie
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