summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2026-05-22Save/restore old_buffer slot via window configurations (Bug#81097)Martin Rudalics
2026-03-19; Fix documentation of window-dimension functionsEli Zaretskii
2026-02-26; Fix doc-string of 'window-combination-resize'Martin Rudalics
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-19; * src/window.c (Fwindow_cursor_info): Fix commentary of last change.Eli Zaretskii
2026-01-19Fix box cursor width returned for stretch glyphRadioNoiseE
2026-01-03; * src/window.c (Fwindow_cursor_info): More cleanup.Eli Zaretskii
2026-01-03Unbreak a build --without-xEli Zaretskii
2026-01-03; * src/window.c (Fwindow_cursor_info): Doc fix.Eli Zaretskii
2026-01-03New function 'window-cursor-info'RadioNoiseE
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-22Fix thinko in 'window_set_parent_and_normal_sizes'Martin Rudalics
2025-10-31Fix a bug in Fcombine_windowsMartin Rudalics
2025-10-18; Fix documentation of a recent commitEli Zaretskii
2025-10-18Add functions 'combine-windows' and 'uncombine-window'Martin Rudalics
2025-10-06Run buffer-local window change functions in their buffers nowMartin Rudalics
2025-03-17Implement dragging and resizing of tty child framesMartin Rudalics
2025-01-26Protect against GCing of last_mouse_windowPaul Eggert
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas
2025-01-14Handle removal of selected tty child frameMartin Rudalics
2025-01-10Have 'split-window' optionally resurrect deleted windowsMartin Rudalics
2025-01-03Automatically redraw frames for filtered facesDaniel Colascione
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Merge from origin/emacs-30Sean Whitton
2024-10-21Avoid crashes when scrolling images under winner-modeEli Zaretskii
2024-09-11For minibuffer windows record minibuffers only (Bug#72487)Martin Rudalics
2024-08-24Merge from origin/emacs-30Eli Zaretskii
2024-08-23Avoid putting a dead buffer in the minibuffer window (Bug#72487)Martin Rudalics
2024-08-01Improve window/buffer handling codeMartin Rudalics
2024-07-16Make error messages adhere to our standardsStefan Kangas
2024-05-18New functions '(set-)window-cursor-type'Eshel Yaron
2024-05-18Merge from origin/emacs-29Eli Zaretskii
2024-05-13; * src/window.c (Fwindow_scroll_bars): Doc fix.Eli Zaretskii
2024-04-27Fix ommissions in window scrolling commands that ought to clear vscrollPo Lu
2024-04-15Fix resetting the frame's 'frozen_window_starts' flagEli Zaretskii
2024-04-13; * src/window.c (shrink_mini_window): Revert inadvertent change.Eli Zaretskii
2024-04-13; Fix documentation of last change.Eli Zaretskii
2024-03-30Merge from origin/emacs-29Eli Zaretskii
2024-03-25Fix documentation of 'other-window-for-scrolling'Eli Zaretskii
2024-03-16Document and announce 'marker-last-position'Martin Rudalics
2024-03-16In window-related documentation write 'symbol' instead of 'constant'Martin Rudalics
2024-03-15; Fix documentation of a recent change (bug#68235)Eli Zaretskii
2024-03-15Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics
2024-03-04Fix 'set-window-configuration' and 'window-state-put'Martin Rudalics
2024-02-23Fix bug#69140Po Lu
2024-02-04* src/window.c (set_window_buffer): Flush the `base_line_number` cacheStefan Monnier
2024-01-25Prevent matrices from remaining invalid post mini-window resizePo Lu
2024-01-06Merge from origin/emacs-29Eli Zaretskii