~ubuntu-elisp/emacs/+git/master:feature/android

Last commit made on 2023-08-07
Get this branch:
git clone -b feature/android https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/android
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

615b8f3... by Po Lu <email address hidden>

Disable building the feature/android branch

* configure.ac: Disable building Emacs from this branch.

* README: Mention that this branch is no longer receiving updates.

9a9f730... by Po Lu <email address hidden>

; ChangeLog.android: Update.

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

* nt/mingw-cfg.site: Remove additions for Gnulib printf.

76cac8a... by Po Lu <email address hidden>

Update from Gnulib, remove printf-posix

* m4, lib: Update from Gnulib.

* msdos/sedlibmk.inp: Remove variables deleted as part of previous
change.

* admin/merge-gnulib (GNULIB_MODULES): Remove vasprintf and
printf-posix.

072a8a4... by Po Lu <email address hidden>

Merge remote-tracking branch 'origin/master' into feature/android

18e7bc8... by Stefan Kangas

Mark Emacs 21 compat aliases `lm-*-mark` obsolete

* lisp/emacs-lisp/lisp-mnt.el (lm-section-mark, lm-code-mark)
(lm-commentary-mark, lm-history-mark): Mark Emacs 21 compatibility
aliases obsolete. Update all callers to use the new name.

4a973ed... by "Basil L. Contovounesios" <email address hidden>

; Pacify new nadvice-tests byte-compiler warnings.

1cc2053... by Paul Eggert

Stop using printf %n

* src/emacs.c (shut_down_emacs): Don’t use printf’s "%n" format.
Android, MS-Windows, and OpenBSD don’t support it, and it’s easy
enough to do its equivalent by hand.

400df21... by Eli Zaretskii

Fix last change of 'delete-file'

* src/fileio.c (Fdelete_file_internal): Expand file name here, as
all primitives must.
(internal_delete_file): Adjust to the fact that Fdelete_file was
renamed.

* lisp/files.el (delete-file): Don't expand-file-name here, as
the called primitives already do. Fix typo in doc string.

563df32... by Po Lu <email address hidden>

; ChangeLog.android: update.