~suntong001/emacs-starter-kit/+git/master:master

Last commit made on 2024-06-07
Get this branch:
git clone -b master https://git.launchpad.net/~suntong001/emacs-starter-kit/+git/master

Branch merges

Branch information

Recent commits

bef514d... by Stefan Kangas

; Fix typos

e99a821... by Eli Zaretskii

Avoid crashes in half-baked emacsclient frames

If a client connection comes in while we handle a Lisp error,
the new frame creation could signal an error before the new
frame is ready for display.
* src/xdisp.c (redisplay_internal): Don't redisplay windows on
frames that were not completely set up. (Bug#71224)

9cd182d... by Juri Linkov <email address hidden>

* lisp/buff-menu.el (Buffer-menu-group-sort-by): New defcustom.

(list-buffers--refresh): Use Buffer-menu-group-sort-by instead of the
hard-coded function (bug#70150).
(Buffer-menu-group-sort-alphabetically): New function as an option for
'Buffer-menu-group-sort-by'.
(list-buffers-noselect): Remove setting outline-minor-mode-use-buttons
to 'in-margins' that it not required for this feature to work correctly.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-groups-sort):
Add optional argument 'level'.

979365e... by Juri Linkov <email address hidden>

Add new alist entry 'some-window' for 'display-buffer-use-some-window'

* doc/lispref/windows.texi (Buffer Display Action Functions):
Add details of using the alist entry 'some-window' in
'display-buffer-use-some-window'.
(Buffer Display Action Alists): Add 'some-window'.

* lisp/window.el (display-buffer-use-some-window):
Handle the alist entry 'some-window' (bug#70949).
Extend docstring with its description.

24082fc... by Stefan Monnier

* lisp/subr.el (with-silent-modifications): Minor simplification

6a9a5f5... by Po Lu <email address hidden>

Merge remote-tracking branch 'savannah/master' into master-android-1

f1c9a32... by Po Lu <email address hidden>

Eliminate Makefile race

* java/Makefile.in (cf-stamp): Don't separately depend on
NDK_BUILD_SHARED, as this renders make liable to descend into
cross/ndk-build twice in different processes.
(clean): Don't remove nonexistent file.

b4b4c0f... by Eli Zaretskii

Unbreak the Cygw32 build

It was broken by latest changes to w32image.c.
* src/emacs.c (main): Call 'syms_of_w32image' and
'globals_of_w32image' only if native image APIs are enabled.
(Bug#71412)

43826a9... by Po Lu <email address hidden>

; * java/INSTALL (LIBRSVG): Typo.

7052654... by Po Lu <email address hidden>

Document compilation of librsvg on Android

* java/INSTALL (LIBRSVG): New section.
(BUILDING WITH OLD NDK VERSIONS): Update recommended invocation
of configure in the case of a combined toolchain.