index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Age
Commit message (
Expand
)
Author
2022-03-22
Mention the other-window-scroll-default user option
Lars Ingebrigtsen
2022-03-19
Remove sanitize_window_sizes
Paul Eggert
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-05
Improve the selected-window doc string
Lars Ingebrigtsen
2022-01-13
Improve preserving X coordinate during scroll commands
Eli 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-18
Rewrites of Elisp manual including tab-bar and tab-line changes
Martin Rudalics
2021-10-12
In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)
Martin Rudalics
2021-10-11
Work around GCC bug 102671
Paul Eggert
2021-07-15
Improve the `window-end' doc string
Lars Ingebrigtsen
2021-06-10
Provide new option `delete-window-set-selected' (Bug#47300)
Martin Rudalics
2021-05-31
Make frames record when their selected window was the mini-window
Alan Mackenzie
2021-05-14
Various detailed fixes to minibuf.c, etc., to fix bug #48337
Alan Mackenzie
2021-04-25
Merge branch 'feature/native-comp' into into trunk
Andrea Corallo
2021-04-22
Fix unclean "can't happen" error handling in read_minibuf_unwind
Alan Mackenzie
2021-04-20
Fix bug #47781: (window-list-1 nil t) wrongly returned nil.
Alan Mackenzie
2021-04-19
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-18
Avoid selecting tooltip windows and frames (Bug#47207)
Martin Rudalics
2021-04-17
Don'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-25
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-21
Prevent open minibuffers getting lost when their frame gets deleted
Alan Mackenzie
2021-02-10
Add late load pdumper hooks so these can call into Lisp
Andrea Corallo
2021-01-20
Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)
Stefan Monnier
2021-01-10
Fix incompleteness in the implementation of minibuffer-follows-selected-frame
Alan Mackenzie
2021-01-07
Add a display-buffer window selection function that's more like XEmacs
Lars Ingebrigtsen
2021-01-04
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
* lisp/subr.el (global-map): Initialize inside declaration.
Stefan Monnier
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-20
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-17
Fix my two most common causes of all windows/frames redisplay
Stefan Monnier
2020-12-14
Improve accuracy of scrolling commands
Eli Zaretskii
2020-12-09
Clarify `scroll-preserve-screen-position' doc string
Lars Ingebrigtsen
2020-12-09
Improve predictability of 'scroll-preserve-screen-position'
Eli Zaretskii
2020-11-19
In attempted recursive minibuffer use, display error message in correct frame
Alan Mackenzie
2020-11-05
Allow minibuffer to stay in its original frame. Tidy up this area.
Alan Mackenzie
2020-08-25
Omit "V" at the start of DEFVAR_BOOL vars
Paul Eggert
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-04-05
Improve integer range checking
Paul Eggert
2020-03-27
Treat out-of-range positions consistently
Paul Eggert
2020-01-07
Fix sxhash-equal on bytecodes, markers, etc.
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-30
Fix mini-window resizing under resize-mini-windows = t
Eli Zaretskii
2019-12-10
; Spelling fixes
Paul Eggert
2019-11-09
Run scroll/recenter commands from minibuffer in original window (bug#38076)
Juri Linkov
2019-11-08
Fix some quoting glitches in doc strings
Paul Eggert
2019-10-18
Fix handling of mouse events on header line with tab-line
Eli Zaretskii
2019-10-17
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
[next]