index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the `window-end' doc string
Lars Ingebrigtsen
2021-07-15
1
-7
/
+9
*
Provide new option `delete-window-set-selected' (Bug#47300)
Martin Rudalics
2021-06-10
1
-21
/
+4
*
Make frames record when their selected window was the mini-window
Alan Mackenzie
2021-05-31
1
-0
/
+10
*
Various detailed fixes to minibuf.c, etc., to fix bug #48337
Alan Mackenzie
2021-05-14
1
-2
/
+2
*
Merge branch 'feature/native-comp' into into trunk
Andrea Corallo
2021-04-25
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-19
1
-27
/
+44
|
|
\
|
*
\
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-25
1
-1
/
+2
|
|
\
\
|
*
|
|
Add late load pdumper hooks so these can call into Lisp
Andrea Corallo
2021-02-10
1
-1
/
+1
*
|
|
|
Fix unclean "can't happen" error handling in read_minibuf_unwind
Alan Mackenzie
2021-04-22
1
-7
/
+14
*
|
|
|
Fix bug #47781: (window-list-1 nil t) wrongly returned nil.
Alan Mackenzie
2021-04-20
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Avoid selecting tooltip windows and frames (Bug#47207)
Martin Rudalics
2021-04-18
1
-13
/
+23
*
|
|
Don't allow quitting while rebuilding Vwindow_list (Bug#47244)
Martin Rudalics
2021-04-17
1
-0
/
+21
*
|
|
* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`
Stefan Monnier
2021-04-13
1
-14
/
+0
|
|
/
|
/
|
*
|
Prevent open minibuffers getting lost when their frame gets deleted
Alan Mackenzie
2021-03-21
1
-1
/
+2
|
/
*
Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)
Stefan Monnier
2021-01-20
1
-1
/
+1
*
Fix incompleteness in the implementation of minibuffer-follows-selected-frame
Alan Mackenzie
2021-01-10
1
-1
/
+4
*
Add a display-buffer window selection function that's more like XEmacs
Lars Ingebrigtsen
2021-01-07
1
-0
/
+13
*
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
1
-7
/
+0
*
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
1
-3
/
+0
*
* lisp/subr.el (global-map): Initialize inside declaration.
Stefan Monnier
2021-01-04
1
-1
/
+0
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-3
/
+4
*
Fix my two most common causes of all windows/frames redisplay
Stefan Monnier
2020-12-17
1
-1
/
+1
*
Improve accuracy of scrolling commands
Eli Zaretskii
2020-12-14
1
-20
/
+16
*
Clarify `scroll-preserve-screen-position' doc string
Lars Ingebrigtsen
2020-12-09
1
-1
/
+7
*
Improve predictability of 'scroll-preserve-screen-position'
Eli Zaretskii
2020-12-09
1
-4
/
+44
*
In attempted recursive minibuffer use, display error message in correct frame
Alan Mackenzie
2020-11-19
1
-5
/
+16
*
Allow minibuffer to stay in its original frame. Tidy up this area.
Alan Mackenzie
2020-11-05
1
-2
/
+4
*
Omit "V" at the start of DEFVAR_BOOL vars
Paul Eggert
2020-08-25
1
-3
/
+3
*
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-15
1
-1
/
+1
*
Improve integer range checking
Paul Eggert
2020-04-05
1
-28
/
+17
*
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-4
/
+1
*
Fix sxhash-equal on bytecodes, markers, etc.
Paul Eggert
2020-01-07
1
-16
/
+5
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix mini-window resizing under resize-mini-windows = t
Eli Zaretskii
2019-12-30
1
-1
/
+6
*
; Spelling fixes
Paul Eggert
2019-12-10
1
-1
/
+1
*
Run scroll/recenter commands from minibuffer in original window (bug#38076)
Juri Linkov
2019-11-09
1
-2
/
+2
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-08
1
-4
/
+4
*
Fix handling of mouse events on header line with tab-line
Eli Zaretskii
2019-10-18
1
-2
/
+4
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Handle top margin change in adjust_frame_size
Martin Rudalics
2019-10-16
1
-3
/
+4
*
Minor style tweaks for recent tab changes
Paul Eggert
2019-10-04
1
-44
/
+39
*
Merge branch 'feature/tabs'
Juri Linkov
2019-10-01
1
-19
/
+115
|
\
|
*
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-10-01
1
-8
/
+14
|
*
Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.
Juri Linkov
2019-09-05
1
-1
/
+2
|
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-17
/
+106
*
|
Update some URLs
Paul Eggert
2019-09-23
1
-2
/
+2
|
/
*
Handle persistence of windows' scroll bar and fringes settings (Bug#36193)
Martin Rudalics
2019-07-22
1
-201
/
+231
*
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-08
1
-2
/
+0
*
Remove fixnum restriction on some display vars
Paul Eggert
2019-05-22
1
-2
/
+2
[next]