aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mention the other-window-scroll-default user optionLars Ingebrigtsen2022-03-221-1/+3
* Remove sanitize_window_sizesPaul Eggert2022-03-191-9/+0
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-13/+13
* Improve the selected-window doc stringLars Ingebrigtsen2022-02-051-1/+3
* Improve preserving X coordinate during scroll commandsEli Zaretskii2022-01-131-1/+2
* * src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov2022-01-111-2/+12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics2021-10-181-12/+13
* In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics2021-10-121-22/+16
* Work around GCC bug 102671Paul Eggert2021-10-111-0/+5
* Improve the `window-end' doc stringLars Ingebrigtsen2021-07-151-7/+9
* Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics2021-06-101-21/+4
* Make frames record when their selected window was the mini-windowAlan Mackenzie2021-05-311-0/+10
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-141-2/+2
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-251-1/+1
|\
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-191-27/+44
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-251-1/+2
| |\ \
| * | | Add late load pdumper hooks so these can call into LispAndrea Corallo2021-02-101-1/+1
* | | | Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-221-7/+14
* | | | Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie2021-04-201-1/+2
| |_|/ |/| |
* | | Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-181-13/+23
* | | Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics2021-04-171-0/+21
* | | * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-131-14/+0
| |/ |/|
* | Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-1/+2
|/
* Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-201-1/+1
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-1/+4
* Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-071-0/+13
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-7/+0
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-3/+0
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-1/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-3/+4
* Fix my two most common causes of all windows/frames redisplayStefan Monnier2020-12-171-1/+1
* Improve accuracy of scrolling commandsEli Zaretskii2020-12-141-20/+16
* Clarify `scroll-preserve-screen-position' doc stringLars Ingebrigtsen2020-12-091-1/+7
* Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii2020-12-091-4/+44
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-191-5/+16
* Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-2/+4
* Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-251-3/+3
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-1/+1
* Improve integer range checkingPaul Eggert2020-04-051-28/+17
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-4/+1
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-16/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-301-1/+6
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-091-2/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-4/+4
* Fix handling of mouse events on header line with tab-lineEli Zaretskii2019-10-181-2/+4
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1