emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (65dddd7c997 -> 8732a5bd78f)


From: Po Lu
Subject: feature/android updated (65dddd7c997 -> 8732a5bd78f)
Date: Sat, 28 Jan 2023 01:30:46 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  65dddd7c997 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  e3b50ec8ec1 Update Android port
      adds  d865e180968 ; Fix issues with processing out-of-order IRC messages
      adds  854a2901f7c * lisp/emacs-lisp/comp.el (comp-trampoline-compile): 
Improve readability
      adds  e8db522e437 ; * lisp/progmodes/cc-engine.el: Delete trailing 
whitespace.
      adds  e6c5f32e77d * lisp/find-dired.el (find-dired): Fix bug where M-p 
skips first history item.
      adds  cb9628373a8 * lisp/startup.el (command-line): Fix warning message.  
(Bug#61014)
      adds  7f438ff543b Don't try to make a pipe process for remote processes 
in Eshell
      adds  c15c0f7f018 CC Mode: Change the default value of 
objc-font-lock-extra-types to nil
      adds  bc78285e686 ; * etc/NEWS: Fix typos.
      adds  deee3a92623 ; Fix last change in etc/NEWS
      adds  e31a5623965 * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's 
process.
      adds  695e9f71c3f Use named keymaps for outline buttons
      adds  ecf500b5e34 Handle relative file names in vc-resynch-window and 
vc-resynch-buffer
      adds  3846e79c93b ; Fix filename mismatches in prop lines of ERC tests
      adds  987e53f3e2d ; * doc/misc/erc.texi: Improve Local Modules section.
      adds  cfe26f31893 Add new java indent rules
      adds  8a1498c01f7 Fix fontification of function-valued variables 
(bug#61053)
      adds  8198803f660 ; Don't mention in the Gnus manual user options that 
were removed
      adds  f30a4f51fef Announce outline.el keymaps
      adds  9a21cb10751 ; * etc/NEWS: Fix typos.
      adds  37454de0c8f Pacify --without-x unused function warning
      adds  c6613403e5c Fix Dired face for directory symlinks
      adds  abb3becb9fb treesit-install-language-grammar: Provide default repo 
url
      adds  cfb180329b5 ruby-ts-mode: Don't reindent when "class" or "def" is 
under "ERROR"
      adds  37c1c924666 ; * etc/NEWS: Minor reordering.
      adds  42e02480c2b * doc/emacs/text.texi (Outline Minor Mode): New node 
split from "Outline Mode"
      adds  af28191b04f * lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix 
regexp.
      adds  00675aa724a Add support for building tree-sitter modules with MinGW
      adds  4bd06ce2a9f Fix call to treesit_record_change in insdel.c
      adds  cdf74254ffa Fix indentation for c-ts-mode (bug#61026)
      adds  41f497c8bee Fix doc strings of window-splitting commands
      adds  ff9498624fc ; * src/insdel.c (insert_from_buffer): Fix assertions.
      adds  4bf7cb71edc Fix go-ts-mode indentation and set indent offset to 8 
(Bug#61006)
      adds  f8c95d1a768 Fix xt-mouse on terminals that report UTF-8 encoded 
coordinates
      adds  12e419ad115 Merge from origin/emacs-29
      adds  3766a666b55 ; Fix issues with processing out-of-order IRC messages
      adds  23fe6c4f68e ; Merge from origin/emacs-29
      adds  f72a394716f Work around package.el transitive dependency bug
      adds  5859413df23 ; * lisp/progmodes/cc-engine.el: Delete trailing 
whitespace.
      adds  18fbcce9757 Merge from origin/emacs-29
      adds  627ac228b2e Don't inhibit LAP-level DCE when switch ops are present
      adds  4287d56bad5 Repair hideif regexp problems
      adds  dabe0b7d407 Add support for negative indices and index ranges in 
Eshell
      adds  5642bf0b972 Make 'eshell-number-regexp' into a regular defvar
      adds  752c526585f ; Fix typos
      adds  fd145499bbd Fix fontification TypeScript of import-statements 
(bug#61081)
      adds  00629c03964 Fix errors in fontification of JavaScript 
import-statements (bug#61083)
      adds  194bc97879d Improve documentation of 
'shell-command-dont-erase-buffer'
      adds  128a999bfe7 Make project-current not error out inside non-existent 
dirs
      adds  cd42244fca8 Merge from origin/emacs-29
       new  8732a5bd78f Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 INSTALL.android                                    |  19 +++
 admin/notes/tree-sitter/build-module/build.sh      |  17 ++-
 build-aux/ndk-build-helper-1.mk                    |  18 ++-
 build-aux/ndk-build-helper-2.mk                    |   2 +-
 build-aux/ndk-module-extract.awk                   |   2 +-
 configure.ac                                       |  35 +++++-
 cross/ndk-build/Makefile.in                        |   2 +
 cross/ndk-build/ndk-build-shared-library.mk        |  16 ++-
 cross/ndk-build/ndk-build-static-library.mk        |  10 +-
 cross/ndk-build/ndk-clear-vars.mk                  |   5 +
 cross/ndk-build/ndk-resolve.mk                     |  12 ++
 doc/emacs/input.texi                               |   3 +
 doc/emacs/misc.texi                                |   6 +
 doc/emacs/text.texi                                |  24 ++--
 doc/misc/erc.texi                                  |  47 ++++---
 doc/misc/eshell.texi                               |  28 +++--
 doc/misc/gnus.texi                                 |  11 --
 etc/NEWS                                           |   7 ++
 etc/NEWS.29                                        |  90 ++++++++------
 java/org/gnu/emacs/EmacsActivity.java              |   6 +-
 java/org/gnu/emacs/EmacsPreferencesActivity.java   |   5 +
 java/org/gnu/emacs/EmacsView.java                  |  21 ++++
 java/org/gnu/emacs/EmacsWindow.java                |  36 +++---
 lisp/dired.el                                      |   2 +-
 lisp/emacs-lisp/byte-opt.el                        |  10 +-
 lisp/emacs-lisp/comp.el                            |  32 ++---
 lisp/eshell/esh-proc.el                            |   9 +-
 lisp/eshell/esh-util.el                            |  23 ++--
 lisp/eshell/esh-var.el                             | 136 ++++++++++++++-------
 lisp/find-dired.el                                 |   4 +-
 lisp/isearch.el                                    |  10 ++
 lisp/net/rcirc.el                                  |   3 +-
 lisp/net/tramp.el                                  |   4 +-
 lisp/org/ChangeLog.1                               |   2 +-
 lisp/outline.el                                    |  33 ++---
 lisp/progmodes/c-ts-mode.el                        |  34 +++++-
 lisp/progmodes/cc-engine.el                        |   6 +-
 lisp/progmodes/cc-vars.el                          |   3 +-
 lisp/progmodes/eglot.el                            |   4 +-
 lisp/progmodes/go-ts-mode.el                       |   4 +-
 lisp/progmodes/hideif.el                           |   8 +-
 lisp/progmodes/java-ts-mode.el                     |   2 +
 lisp/progmodes/js.el                               |  13 +-
 lisp/progmodes/project.el                          |   7 +-
 lisp/progmodes/ruby-ts-mode.el                     |   6 +
 lisp/progmodes/typescript-ts-mode.el               |  32 ++---
 lisp/simple.el                                     |   6 +
 lisp/startup.el                                    |   2 +-
 lisp/touch-screen.el                               |  75 ++++++++++--
 lisp/treesit.el                                    |  16 ++-
 lisp/vc/vc-bzr.el                                  |   4 +-
 lisp/vc/vc-dispatcher.el                           |  10 +-
 lisp/vc/vc-git.el                                  |   1 +
 lisp/vc/vc.el                                      |   3 +-
 lisp/window.el                                     |  16 ++-
 lisp/xt-mouse.el                                   |  22 ++--
 src/Makefile.in                                    |   5 +-
 src/android.c                                      |   7 +-
 src/insdel.c                                       |  17 ++-
 src/xfaces.c                                       |   2 +-
 .../erc-scenarios-base-compat-rename-bouncer.el    |   4 +-
 test/lisp/erc/erc-scenarios-base-local-modules.el  |  15 +--
 test/lisp/erc/erc-scenarios-base-netid-samenet.el  |   4 +-
 .../erc/erc-scenarios-base-upstream-recon-soju.el  |   7 +-
 .../erc/erc-scenarios-base-upstream-recon-znc.el   |   7 +-
 test/lisp/eshell/esh-proc-tests.el                 |  13 ++
 test/lisp/eshell/esh-util-tests.el                 |  65 ++++++++++
 test/lisp/eshell/esh-var-tests.el                  | 102 ++++++++++++----
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  52 ++++++++
 test/lisp/progmodes/project-tests.el               |  10 ++
 70 files changed, 935 insertions(+), 339 deletions(-)



reply via email to

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