[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (fa1b27930ea -> 4ab9fa7507a)
From: |
Po Lu |
Subject: |
feature/android updated (fa1b27930ea -> 4ab9fa7507a) |
Date: |
Sat, 18 Feb 2023 10:21:41 -0500 (EST) |
oldosfan pushed a change to branch feature/android.
from fa1b27930ea Notify input methods when editing fails
new a61f9cb77ce Update Android port
adds 1298d1db189 Rename 'display-time-time-and-date-indicator' to
'display-time-date-and-time' (bug#61567)
adds 3969a34fa1b Revert "Rename to inhibit-automatic-native-compilation"
adds c0681cd3477 Revert "Add new variable 'inhibit-native-compilation'"
adds b6e2799aa1c * Some more `inhibit-native-compile' clean-up
adds 1795839babc Support `comp-enable-subr-trampolines' as string value
adds abfd00e5c02 * lisp/emacs-lisp/comp.el
(native-comp-never-optimize-functions): Improve doc
adds 5d0912f1445 Rename comp-enable-subr-trampolines into
native-comp-enable-subr-trampolines
adds 8d8464bd5a9 Rename native-comp-deferred-compilation into
native-comp-jit-compilation
adds 95692f6754c Rename native-comp-deferred-compilation-deny-list
adds 1a64f326e0a * Fix previous change
adds ce4a066ed1e * Generate trampolines in a temporary directory if no
other option is viable
adds b44a7ff85dc Allow 'icon-title-format' to have the value t
adds a555abc56d5 Fix order of faces in 'face-list'
adds d6e4f243720 Merge 'emacs-29' into
'feature/inhibit-native-comp-cleanup'
adds 8aad8d75aa9 ; Improve and update documentation of native compilation
adds 09fad246de8 * lisp/calc/calc.el (calc-mode): Improve docstring.
adds 1c7d7623781 ; Minor copyedit of NEWS wrt *-ts-modes
adds 5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring
(bug#61529).
adds 0a5615669a4 Don't completely clip into visible range in
treesit_record_change
adds 18e96ed7c8a project.el: Extract backend->marker association for a
defvar
adds a40b1745d4a (project-vc-backend-markers-alist): Add entry for vc-got
adds 13fd7667f9c ; * src/treesit.c: Improve sectioning.
adds 3e747630999 * lisp/files.el (file-equal-p): Work around Haiku stat
bug.
adds 5093a534960 Fix regression due to change in face sort order by
'face-list'
adds deef41a8259 Fix hi-lock-tests when 'use-dialog-box' is non-nil
adds 1769a588300 Fix some uses of 'use-dialog-box'
adds 0be5f7ab636 Merge from origin/emacs-29
adds 97f24924df6 Remove redundant requires from package.el
new c045d5322c2 Merge remote-tracking branch 'origin/master' into
feature/android
new 4ab9fa7507a ; * lisp/loadup.el: Fix merge typos.
Summary of changes:
doc/emacs/input.texi | 6 ++
doc/lispref/commands.texi | 7 +-
doc/lispref/compile.texi | 86 +++++++++++++++++-----
doc/lispref/frames.texi | 40 ++++++----
etc/NEWS | 3 +-
etc/NEWS.29 | 20 ++---
java/org/gnu/emacs/EmacsDialog.java | 10 +--
lisp/calc/calc.el | 9 ++-
lisp/elec-pair.el | 14 ++++
lisp/emacs-lisp/comp.el | 68 ++++++++++-------
lisp/emacs-lisp/package.el | 7 +-
lisp/faces.el | 6 +-
lisp/files.el | 13 +++-
lisp/frame.el | 5 +-
lisp/hi-lock.el | 1 +
lisp/progmodes/cc-engine.el | 2 +-
lisp/progmodes/elisp-mode.el | 4 +-
lisp/progmodes/project.el | 31 +++++---
lisp/simple.el | 76 +++++++++++++------
lisp/startup.el | 12 +--
lisp/subr.el | 7 +-
lisp/term.el | 3 +
lisp/time.el | 4 +-
lisp/touch-screen.el | 16 +++-
lisp/treesit.el | 9 ++-
src/comp.c | 98 ++++++++++++------------
src/data.c | 2 +-
src/textconv.c | 43 ++++++-----
src/treesit.c | 26 ++++++-
src/xdisp.c | 11 ++-
test/lisp/hi-lock-tests.el | 143 ++++++++++++++++++++----------------
31 files changed, 496 insertions(+), 286 deletions(-)
- feature/android updated (fa1b27930ea -> 4ab9fa7507a),
Po Lu <=