summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAge
* 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
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Fix my two most common causes of all windows/frames redisplayStefan Monnier2020-12-17
* Improve accuracy of scrolling commandsEli Zaretskii2020-12-14
* Clarify `scroll-preserve-screen-position' doc stringLars Ingebrigtsen2020-12-09
* Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii2020-12-09
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-19
* Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-25
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* Improve integer range checkingPaul Eggert2020-04-05
* Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-07
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-30
* ; Spelling fixesPaul Eggert2019-12-10
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-09
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-08
* Fix handling of mouse events on header line with tab-lineEli Zaretskii2019-10-18
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-16
* Minor style tweaks for recent tab changesPaul Eggert2019-10-04
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-05
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | Update some URLsPaul Eggert2019-09-23
|/
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22