[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (a87272183ba -> fee9efdf290)
From: |
Po Lu |
Subject: |
feature/android updated (a87272183ba -> fee9efdf290) |
Date: |
Fri, 28 Apr 2023 21:09:00 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from a87272183ba Merge remote-tracking branch 'origin/master' into
feature/android
new 3d7c06869d4 Update Android port
adds a57a8b75f50 Make mode-line behavior better with grayscale visuals
adds 6ebce84ff2b Use t for non-nil default values in boolean defcustom
declarations
adds c3a61870b94 Fix eglot.texi
adds b33d25f5967 ; Minor improvements in doc strings of package-upgrade
commands
adds b9e06330f75 ; * etc/NEWS: Followup to bug#62720.
adds c6f15c24862 ; Fix last change.
adds d3ca0b3aa2e ; * lisp/progmodes/c-ts-mode.el: Fix comments and doc
strings (bug#62951).
adds 7e136c51f6f Update zh-CN tutorial translation
adds 1f2214dabd0 Skip over whitespace in annotation-top-cont check
(bug#63141)
adds 212e30f6789 ; Fix byte-compilation warnings in c-ts-mode.el
adds e155df7da78 Merge from origin/emacs-29
adds 5c0f0751d05 Support displaying all package maintainers (Bug#62524)
new fee9efdf290 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
build-aux/ndk-build-helper.mk | 3 +
configure.ac | 76 +++++++++++--------
doc/misc/eglot.texi | 33 +++++---
etc/NEWS.29 | 7 +-
etc/tutorials/TUTORIAL.cn | 152 +++++++++++++++++++++----------------
etc/tutorials/TUTORIAL.translators | 1 +
java/README | 2 +-
lisp/emacs-lisp/package.el | 44 ++++++-----
lisp/emulation/viper-ex.el | 3 +-
lisp/emulation/viper-init.el | 3 +-
lisp/eshell/em-glob.el | 2 +-
lisp/faces.el | 8 +-
lisp/filecache.el | 2 +-
lisp/lpr.el | 3 +-
lisp/ls-lisp.el | 2 +-
lisp/mail/binhex.el | 2 +-
lisp/progmodes/c-ts-mode.el | 37 +++++----
lisp/progmodes/cperl-mode.el | 2 +-
lisp/progmodes/csharp-mode.el | 5 +-
m4/ndk-build.m4 | 2 +-
src/android.c | 14 ++--
src/charset.c | 2 +-
src/image.c | 29 ++++---
src/xfaces.c | 2 +-
24 files changed, 255 insertions(+), 181 deletions(-)
- feature/android updated (a87272183ba -> fee9efdf290),
Po Lu <=