aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-01Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)Juri Linkov1-0/+1
2020-06-25Push action to list of functions in display-buffer-override-next-commandJuri Linkov1-3/+3
2020-06-22Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov1-2/+9
2020-06-22New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)Juri Linkov1-0/+38
2020-06-07The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)Juri Linkov1-0/+41
2020-05-02Fix 'count-screen-lines' when lines are truncatedEli Zaretskii1-10/+26
2020-04-03* lisp/window.el (display-buffer): Extend doc with body-function (bug#39822)Juri Linkov1-0/+6
2020-03-30Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov1-1/+9
2020-03-15Add store/restore window configuration feature for gdb-miYuan Fu1-0/+18
2020-03-10* lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier1-12/+16
2020-03-06New command make-frame-on-current-monitor to use in windmove (bug#39875)Juri Linkov1-5/+5
2020-03-05Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'Justin Burkett1-2/+2
2020-03-01Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov1-6/+7
2020-02-10Use quit-restore-window to close tab (bug#39446)Juri Linkov1-2/+14
2020-01-05Improve doc-strings of 'quit-window' and 'quit-restore-window' (Bug#38819)Martin Rudalics1-8/+8
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-03New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov1-0/+9
2019-11-26Fix previous change to (next|previous)-bufferJuanma Barranquero1-2/+4
2019-11-26(next|previous)-buffer no longer fail silently (bug#38384)Juanma Barranquero1-2/+4
2019-11-262019-11-26 Martin Rudalics <rudalics@gmx.at>Martin Rudalics1-39/+127
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert1-35/+35
2019-10-17In 'bury-buffer' don't try to remove current buffer from minibuffer windowMartin Rudalics1-2/+5
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero1-1/+1
2019-10-14Fix bug recently introduced in 'fit-window-to-buffer' (Bug#37743)Martin Rudalics1-1/+1
2019-10-14* lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.Juri Linkov1-8/+10
2019-10-11Minor fixes for switching to previous and next buffers (Bug#37514)Martin Rudalics1-8/+14
2019-10-11Fixes for fitting windows and frames to their buffers (Bug#37563)Martin Rudalics1-111/+141
2019-09-19* lisp/window.el (walk-windows): Simplify to use WINDOW arg of window-list-1Juri Linkov1-6/+10
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-1/+4
2019-08-23Run quit-window-hook from the correct bufferLars Ingebrigtsen1-1/+4
2019-08-21Call `quit-window-hook' in the `quit-window' command onlyLars Ingebrigtsen1-6/+3
2019-08-19Add a new hook: `quit-window-hook'Lars Ingebrigtsen1-2/+15
2019-08-17Issue a message on `C-x o' and there's no other windowLars Ingebrigtsen1-0/+5
2019-08-17Issue a message on `C-x 1' when there's nothing to doLars Ingebrigtsen1-1/+5
2019-08-05Fix doc-strings of 'display-buffer-*' functions (Bug#19461)Martin Rudalics1-124/+186
2019-08-03Improve documentation of 'display-buffer-*' functionsEli Zaretskii1-10/+82
2019-07-30Fix doc-string of 'fit-window-to-buffer' (Bug#36848)Martin Rudalics1-1/+1
2019-07-22Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics1-19/+20
2019-07-19Have 'display-buffer-reuse-window' prefer window on selected frame (Bug#36680)Martin Rudalics1-9/+22
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier1-1/+1
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier1-1/+1
2019-06-25Make winner restore point in all windows that display a bufferTino Calancha1-0/+39
2019-06-12Fix description of 'display-buffer-in-previous-window' again (Bug#36161)Martin Rudalics1-7/+15
2019-06-11Add missing indentation declaration to a few macros.Philipp Stephani1-3/+3
2019-06-11Fix doc of 'display-buffer-in-previous-window' (Bug#36161)Martin Rudalics1-2/+5
2019-06-07Consider line spacing and font height when deriving proc window sizeJohn Shahid1-2/+4
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert1-0/+1
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert1-1/+0
2019-05-19New buffer display action function 'display-buffer-in-direction'Martin Rudalics1-0/+148
2019-04-06Use display-graphic-p and display-multi-frame-p in more casesAlexander Gramiak1-1/+3