summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2022-07-21Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings
2022-07-09Merge from origin/emacs-28Stefan Kangas
2022-07-08Actually fix the long lines display bug (bug#56393).Gregory Heytings
2022-07-08Revert commits 9ea9533f17, c0c4600ece, 7b19ce51fc, 051d2a1e36 and eb6d2fb58d.Gregory Heytings
2022-07-08Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie
2022-07-08Doc fix; don't mention obsolete variableStefan Kangas
2022-07-06Various improvements to auto-narrow mode.Gregory Heytings
2022-07-03abort-redisplay: Add missing unbind_to in 'recenter'Florian Rommel
2022-06-24Merge branch 'abort-redisplay'Eli Zaretskii
2022-06-18Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii
2022-06-16Fix disruption of windows' display by shr.elEli Zaretskii
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd
2022-06-09; * src/window.c (window_body_unit_from_symbol): Fix Lisp EQ.Eli Zaretskii
2022-06-09Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter
2022-06-03Remove window-max-characters-per-lineLars Ingebrigtsen
2022-05-20Rename compare-window-configurations and update docLars Ingebrigtsen
2022-05-11; * src/window.c (Fset_window_vscroll): Fix doc string.Po Lu
2022-05-09Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu
2022-05-08Fix bug in `pixel-scroll-precision-mode' on nonselected windowsPo Lu
2022-05-06Merge from origin/emacs-28Stefan Kangas
2022-05-05; * src/window.c (Fset_window_start): Mention the effect on vscroll.Eli Zaretskii
2022-05-01Make scroll-other-window respect target window remappingsLars Ingebrigtsen
2022-04-29Add new functions for computing character metrics for windowsTitus von der Malsburg
2022-04-29Add helper function to remove title bar when maximizing framesLars Ingebrigtsen
2022-04-27src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier
2022-04-16Merge from origin/emacs-28Eli Zaretskii
2022-04-09; * src/window.c (Fset_window_start): Clarify the effect of NOFORCE.Eli Zaretskii
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