summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii2020-12-091-4/+44
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-191-5/+16
* Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-2/+4
* Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-251-3/+3
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-1/+1
* Improve integer range checkingPaul Eggert2020-04-051-28/+17
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-4/+1
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-16/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-301-1/+6
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-091-2/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-4/+4
* Fix handling of mouse events on header line with tab-lineEli Zaretskii2019-10-181-2/+4
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-161-3/+4
* Minor style tweaks for recent tab changesPaul Eggert2019-10-041-44/+39
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-19/+115
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-8/+14
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-1/+2
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-17/+106
* | Update some URLsPaul Eggert2019-09-231-2/+2
|/
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-201/+231
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-2/+0
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-2/+2
* Merge from origin/emacs-26Glenn Morris2019-05-221-1/+1
|\
| * Don't segfault on force-window-update of deleted windowNoam Postavsky2019-05-201-1/+1
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-8/+8
* | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-04-101-1/+6
|\ \ | |/
| * Improve documentation of set-window-startEli Zaretskii2019-04-061-1/+6
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-13/+10
* | Merge from origin/emacs-26Glenn Morris2019-03-201-2/+9
|\ \ | |/
| * Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-131-2/+9
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-2/+2
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-97/+83
* | Further redesign of window change functionsMartin Rudalics2019-03-091-73/+122
* | Fix initialization of Vwindow_state_change_functionsMartin Rudalics2019-03-061-1/+1
* | Simplify list creation in C codePaul Eggert2019-03-041-1/+1