aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/window.c (window_body_unit_from_symbol): Fix Lisp EQ.Eli Zaretskii2022-06-091-3/+5
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-45/+105
* Remove window-max-characters-per-lineLars Ingebrigtsen2022-06-031-1/+1
* Rename compare-window-configurations and update docLars Ingebrigtsen2022-05-201-6/+6
* ; * src/window.c (Fset_window_vscroll): Fix doc string.Po Lu2022-05-111-1/+1
* Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-091-7/+16
* Fix bug in `pixel-scroll-precision-mode' on nonselected windowsPo Lu2022-05-081-0/+3
* Merge from origin/emacs-28Stefan Kangas2022-05-061-1/+7
|\
| * ; * src/window.c (Fset_window_start): Mention the effect on vscroll.Eli Zaretskii2022-05-051-1/+7
* | Make scroll-other-window respect target window remappingsLars Ingebrigtsen2022-05-011-32/+0
* | Add new functions for computing character metrics for windowsTitus von der Malsburg2022-04-291-1/+3
* | Add helper function to remove title bar when maximizing framesLars Ingebrigtsen2022-04-291-1/+4
* | src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier2022-04-271-6/+9
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-2/+7
|\ \ | |/
| * ; * src/window.c (Fset_window_start): Clarify the effect of NOFORCE.Eli Zaretskii2022-04-091-2/+7
* | 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