emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android updated (cf24b61985c -> 759e6a24ab9)


From: Po Lu
Subject: feature/android updated (cf24b61985c -> 759e6a24ab9)
Date: Thu, 16 Feb 2023 10:57:37 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  cf24b61985c Update Android port
       new  2dcce30290d Update Android port
      adds  16ba96ad3dd Add some `pure` and `side-effect-free` declarations
      adds  b9ef710dd3b ; * lisp/international/emoji.el (emoji--narrow): move, 
avoid warning
      adds  571558e4600 Teach 'diff-ignore-whitespace-hunk' how to regenerate 
all hunks
      adds  cc30422825a Fix spurious display of eclipses in Calendar
      adds  a4aa32bdfff Fix 'save-restriction' for narrowing locks
      adds  97314447e60 Make 'narrowing-lock' and 'narrowing-unlock' internal
      adds  d8438e2bb44 Add 'without-narrowing' macro
      adds  0d73e4aa261 Add specific symbols for narrowings
      adds  a6cd4553d48 Rename two long line optimizations variables
      adds  79ce185ad13 Update the documentation about labeled (locked) 
narrowing
      adds  2956e54b1dd Add an extensive test for labeled (locked) narrowing
      adds  4297039bd13 Save and restore the absence of narrowing locks
      adds  dcb2379a463 Minor improvements to labeled narrowing
      adds  b948d0d7efe Merge branch 'scratch/fix-locked-narrowing'
      adds  865758130a1 ; * admin/git-bisect-start: Update failing commits
      adds  10f2aedea9a ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): 
delete duplicate
      adds  909bd04cf5f ; * lisp/calendar/lunar.el: Add comments. (bug#61460)
      adds  dd8b720ee74 ; * etc/NEWS: Fix typos.
      adds  3d572ae0d50 Rename with/without-narrowing to 
with/without-restriction
      adds  d806b0e33cf * lisp/repeat.el: Rename internal function and variable 
(bug#60980)
      adds  13bcff3da5c Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  4bb27a5ca93 ; Minor docs copyedits
      adds  4f099a72173 ; Remove failing erc-reuse-buffers test
      adds  4eac80fcc39 ; Prepare to update ERC version to 5.5
      adds  6a32ba8b69c ; Fix the installation of dependencies for VC packages
      adds  a3751b5d0c1 ; Raise an error if a VC package checkout is empty
      adds  420d2cae846 Update to Transient v0.3.7-209-gdab1dfa
      adds  d97a3839967 csharp-ts-mode: fontify compiler directives (bug#61512)
      adds  accd88d5545 Don't indent template_string contents (bug#61503)
      adds  5206a551c16 Improve backward compatibility of save-restriction
      adds  477aa047ee7 rust-ts-mode: Highlight variable reassignments
      adds  a3a1ef7bd5e Fix rust-ts-mode type and module highlighting 
(Bug#61302)
      adds  7678b7e46f2 Eglot: check server capability before sending didSave 
(bug#61478)
      adds  142f5683c10 Merge from origin/emacs-29
      adds  fdac69b45e6 ; Auto-commit of loaddefs files.
      adds  1e0f4c554b7 ; Merge from origin/emacs-29
      adds  80b34d165da ; Simplify eclipse calculation in calendar/lunar.el
      adds  6a677fd3b66 New option 'diff-ignore-whitespace-switches'
      adds  dc843e0a9b3 Describe the effect of 'guess' for 
'ido-use-filename-at-point'
      adds  324a1d83c99 ; Don't require 'eshell' in other Eshell files
      adds  8051be9ac20 Allow unloading Eshell
      adds  43c62a4732d ; Fix typo
      adds  b16965ef7e6 Delete perplexing paragraph from Gnus manual
      adds  1917c51fe68 ; Prevent ERC-induced false positive in JUnit report
      adds  3c6b726a7b4 Add super node as a keyword
      adds  b18754bb179 Minor improvements in c-ts-mode and docs
      adds  32795309939 Move block closer above declaration_list rule 
(bug#61531)
      adds  2550e8bb0b0 Fix mule-tests under en_US.UTF-8 locale
      adds  314f12630af Merge from origin/emacs-29
      adds  07a76a06f9a Fix test errors when run with fancy charset (bug#61534)
       new  759e6a24ab9 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 admin/git-bisect-start                            |  35 +-
 doc/emacs/android.texi                            |   8 +-
 doc/emacs/files.texi                              |   8 +-
 doc/emacs/input.texi                              |   7 +
 doc/emacs/programs.texi                           |  13 +-
 doc/lispref/commands.texi                         |  17 +-
 doc/lispref/display.texi                          |  10 +-
 doc/lispref/positions.texi                        |  88 ++-
 doc/misc/erc.texi                                 |  12 +-
 doc/misc/eshell.texi                              |   2 -
 doc/misc/gnus.texi                                |   9 -
 etc/ERC-NEWS                                      |  20 +-
 etc/NEWS                                          |  25 +
 etc/NEWS.29                                       |  25 +-
 java/org/gnu/emacs/EmacsInputConnection.java      |  14 +-
 java/org/gnu/emacs/EmacsSurfaceView.java          |  17 +-
 java/org/gnu/emacs/EmacsView.java                 |   8 +-
 lisp/calendar/lunar.el                            |  24 +-
 lisp/comint.el                                    |   3 +
 lisp/emacs-lisp/package-vc.el                     |  26 +-
 lisp/emacs-lisp/subr-x.el                         |   7 +
 lisp/erc/erc-backend.el                           |   6 +-
 lisp/erc/erc-button.el                            |   2 +-
 lisp/erc/erc-match.el                             |   2 +-
 lisp/erc/erc-sasl.el                              |  39 +-
 lisp/erc/erc-services.el                          |   6 +-
 lisp/erc/erc.el                                   |  44 +-
 lisp/eshell/em-banner.el                          |   1 -
 lisp/eshell/em-basic.el                           |   5 +-
 lisp/eshell/em-cmpl.el                            |   4 +-
 lisp/eshell/em-extpipe.el                         |  15 +
 lisp/eshell/em-glob.el                            |   3 +-
 lisp/eshell/em-hist.el                            |   8 +-
 lisp/eshell/em-ls.el                              |  31 +-
 lisp/eshell/em-prompt.el                          |   2 -
 lisp/eshell/em-rebind.el                          |   1 -
 lisp/eshell/em-smart.el                           |   5 +-
 lisp/eshell/em-term.el                            |   1 -
 lisp/eshell/em-tramp.el                           |   3 +-
 lisp/eshell/em-xtra.el                            |   2 -
 lisp/eshell/esh-mode.el                           |   6 +
 lisp/eshell/esh-module.el                         |  32 +-
 lisp/eshell/esh-opt.el                            |   5 +
 lisp/eshell/eshell.el                             |  38 +-
 lisp/ido.el                                       |   7 +-
 lisp/international/emoji.el                       |  10 +-
 lisp/international/fontset.el                     |  14 +-
 lisp/international/mule.el                        |   1 +
 lisp/isearch.el                                   |  17 +
 lisp/minibuffer.el                                |   5 +-
 lisp/progmodes/c-ts-mode.el                       |  14 +-
 lisp/progmodes/csharp-mode.el                     |  27 +-
 lisp/progmodes/eglot.el                           |  15 +-
 lisp/progmodes/java-ts-mode.el                    |   3 +-
 lisp/progmodes/js.el                              |   1 +
 lisp/progmodes/rust-ts-mode.el                    | 107 +++-
 lisp/progmodes/typescript-ts-mode.el              |   1 +
 lisp/repeat.el                                    |  18 +-
 lisp/simple.el                                    |  11 +-
 lisp/subr.el                                      |  87 ++-
 lisp/transient.el                                 | 250 ++++-----
 lisp/vc/diff-mode.el                              |  34 +-
 src/androidterm.c                                 |  25 +-
 src/buffer.c                                      |  69 +--
 src/editfns.c                                     | 118 ++--
 src/keyboard.c                                    |  70 ++-
 src/lisp.h                                        |   2 +
 src/lread.c                                       |  26 +-
 src/sfnt.c                                        | 625 +++++++++++-----------
 src/sfntfont-android.c                            |  13 +-
 src/sfntfont.c                                    |  87 ++-
 src/textconv.c                                    | 234 +++++++-
 src/textconv.h                                    |   1 +
 src/window.h                                      |  15 +
 src/xdisp.c                                       |  30 +-
 test/lisp/calendar/lunar-tests.el                 |  27 +-
 test/lisp/emacs-lisp/bytecomp-tests.el            |   4 +-
 test/lisp/erc/erc-scenarios-base-reuse-buffers.el |  36 --
 test/lisp/erc/erc-scenarios-internal.el           |   3 +
 test/lisp/eshell/eshell-tests-unload.el           |  99 ++++
 test/lisp/international/mule-tests.el             |   2 +-
 test/src/buffer-tests.el                          | 106 ++++
 test/src/lread-tests.el                           |  12 +-
 83 files changed, 1876 insertions(+), 989 deletions(-)
 create mode 100644 test/lisp/eshell/eshell-tests-unload.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]