aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-22Mention the other-window-scroll-default user optionLars Ingebrigtsen1-1/+3
2022-03-19Remove sanitize_window_sizesPaul Eggert1-9/+0
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd1-13/+13
2022-02-05Improve the selected-window doc stringLars Ingebrigtsen1-1/+3
2022-01-13Improve preserving X coordinate during scroll commandsEli Zaretskii1-1/+2
2022-01-11* src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov1-2/+12
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-10-18Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics1-12/+13
2021-10-12In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics1-22/+16
2021-10-11Work around GCC bug 102671Paul Eggert1-0/+5
2021-07-15Improve the `window-end' doc stringLars Ingebrigtsen1-7/+9
2021-06-10Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics1-21/+4
2021-05-31Make frames record when their selected window was the mini-windowAlan Mackenzie1-0/+10
2021-05-14Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie1-2/+2
2021-04-22Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie1-7/+14
2021-04-20Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie1-1/+2
2021-04-18Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics1-13/+23
2021-04-17Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics1-0/+21
2021-04-13* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier1-14/+0
2021-03-21Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie1-1/+2
2021-02-10Add late load pdumper hooks so these can call into LispAndrea Corallo1-1/+1
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier1-1/+1
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier1-1/+1
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie1-1/+4
2021-01-07Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen1-0/+13
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier1-7/+0
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier1-3/+0
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier1-1/+0
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios1-3/+4
2020-12-17Fix my two most common causes of all windows/frames redisplayStefan Monnier1-1/+1
2020-12-14Improve accuracy of scrolling commandsEli Zaretskii1-20/+16
2020-12-09Clarify `scroll-preserve-screen-position' doc stringLars Ingebrigtsen1-1/+7
2020-12-09Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii1-4/+44
2020-11-19In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie1-5/+16
2020-11-05Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie1-2/+4
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert1-3/+3
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert1-1/+1
2020-04-05Improve integer range checkingPaul Eggert1-28/+17
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-4/+1
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert1-16/+5
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-30Fix mini-window resizing under resize-mini-windows = tEli Zaretskii1-1/+6
2019-12-10; Spelling fixesPaul Eggert1-1/+1
2019-11-09Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov1-2/+2
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert1-4/+4
2019-10-18Fix handling of mouse events on header line with tab-lineEli Zaretskii1-2/+4
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero1-1/+1
2019-10-16Handle top margin change in adjust_frame_sizeMartin Rudalics1-3/+4