~ubuntu-elisp/emacs/+git/master:feature/dll-only-windows

Last commit made on 2021-01-09
Get this branch:
git clone -b feature/dll-only-windows https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/dll-only-windows
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

2bf9ee9... by Phillip Lord

Update dependency capture

* admin/nt/dist-build/build-dep-zips.py: Use ntldd to directly
  determine DLL dependencies

cd56406... by Juri Linkov <email address hidden>

* lisp/tab-bar.el: Improve tab-bar-show (bug#45556)

* lisp/tab-bar.el (tab-bar-show): Change :set lambda to update all frames.
Improve docstring.

c0ca935... by Juri Linkov <email address hidden>

* lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.

c8448f6... by Stefan Kangas

Remove an outdated comment

* lisp/subr.el: Remove comment to reflect recent change in the
definition of global-map, esc-map and ctl-x-map.

3dc3874... by Lars Ingebrigtsen <email address hidden>

Further display-buffer doc changes

* lisp/window.el (display-buffer): `display-buffer-alist' is
apparently the variable the user should be directed towards.

3e99ff9... by Michael Albinus

Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

f5b8e5a... by Michael Albinus

* test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):

Mark it as unstable also on emba.

40a0f8a... by Lars Ingebrigtsen <email address hidden>

Add a display-buffer window selection function that's more like XEmacs

* doc/lispref/windows.texi (Buffer Display Action Functions):
Document it.
* lisp/window.el (display-buffer--action-function-custom-type): Add.
(display-buffer): Mention it.
(display-buffer-use-least-recent-window): New function (bug#45688).

* src/window.c (Fwindow_bump_use_time): New function.

0e6b74d... by Lars Ingebrigtsen <email address hidden>

Fix typo in last display-buffer doc string change

* lisp/window.el (display-buffer): Fix typo in last doc string change.

fa1f411... by Lars Ingebrigtsen <email address hidden>

Edit the display-buffer doc string slightly

* lisp/window.el (display-buffer): Reword the start of the doc
string (bug#45688).