summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAge
* Merge from origin/emacs-28Stefan Kangas2022-07-09
|\
| * Doc fix; don't mention obsolete variableStefan Kangas2022-07-08
* | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-08
* | abort-redisplay: Add missing unbind_to in 'recenter'Florian Rommel2022-07-03
* | Merge branch 'abort-redisplay'Eli Zaretskii2022-06-24
|\ \
| * | Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-18
* | | Fix disruption of windows' display by shr.elEli Zaretskii2022-06-16
* | | Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-16
|/ /
* | ; * src/window.c (window_body_unit_from_symbol): Fix Lisp EQ.Eli Zaretskii2022-06-09
* | Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-09
* | Remove window-max-characters-per-lineLars Ingebrigtsen2022-06-03
* | Rename compare-window-configurations and update docLars Ingebrigtsen2022-05-20
* | ; * src/window.c (Fset_window_vscroll): Fix doc string.Po Lu2022-05-11
* | Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-09
* | Fix bug in `pixel-scroll-precision-mode' on nonselected windowsPo Lu2022-05-08
* | Merge from origin/emacs-28Stefan Kangas2022-05-06
|\|
| * ; * src/window.c (Fset_window_start): Mention the effect on vscroll.Eli Zaretskii2022-05-05
* | Make scroll-other-window respect target window remappingsLars Ingebrigtsen2022-05-01
* | Add new functions for computing character metrics for windowsTitus von der Malsburg2022-04-29
* | Add helper function to remove title bar when maximizing framesLars Ingebrigtsen2022-04-29
* | src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier2022-04-27
* | Merge from origin/emacs-28Eli Zaretskii2022-04-16
|\|
| * ; * src/window.c (Fset_window_start): Clarify the effect of NOFORCE.Eli Zaretskii2022-04-09
* | Mention the other-window-scroll-default user optionLars Ingebrigtsen2022-03-22
* | Remove sanitize_window_sizesPaul Eggert2022-03-19
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* | Improve the selected-window doc stringLars Ingebrigtsen2022-02-05
* | Improve preserving X coordinate during scroll commandsEli Zaretskii2022-01-13
* | * src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov2022-01-11
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics2021-10-18
* In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics2021-10-12
* Work around GCC bug 102671Paul Eggert2021-10-11
* Improve the `window-end' doc stringLars Ingebrigtsen2021-07-15
* Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics2021-06-10
* Make frames record when their selected window was the mini-windowAlan Mackenzie2021-05-31
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-14
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-25
|\
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-19
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-25
| |\ \
| * | | Add late load pdumper hooks so these can call into LispAndrea Corallo2021-02-10
* | | | Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-22
* | | | Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie2021-04-20
| |_|/ |/| |
* | | Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-18
* | | Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics2021-04-17
* | | * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-13
| |/ |/|
* | Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
|/
* Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-20
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-07