emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (c02a7b2ff4 -> a336fd98a1)


From: Po Lu
Subject: feature/android updated (c02a7b2ff4 -> a336fd98a1)
Date: Sat, 14 Jan 2023 22:57:39 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  c02a7b2ff4 Fix android_select
       new  6e2bc91d92 Implement toolkit menus on Android
      adds  9912049173 Update from Gnulib by running admin/merge-gnulib
      adds  53b47df822 Report cursor correctly on PGTK when there is a margin
      adds  cfd2b3504a Fix encoding with 'utf-8-auto'
      adds  9ecebcdded * lisp/simple.el (next-completion): Handle first 
completion specially.
      adds  083badc9c1 * lisp/subr.el (while-let): Use if-let, not if-let* 
(bug#60758).
      adds  8f446c2d39 Fix c-ts-mode comment indentation (bug#60270)
      adds  956889d8ff Equal now recognizes tree-sitter nodes (bug#60659)
      adds  f27a330b99 ; Fix typo in ert-with-temp-file
      adds  e8a89a18b6 ; Fix non-tree-sitter builds
      adds  dfb38fb2ee ; Improve documentation of tree-sitter node comparison
      adds  2a2b1d09ac Fix minor issues with 'pp' and related commands
      adds  a760364f5f Fix c-ts-mode--fill-paragraph
      adds  c6bbf9cc27 Add c-ts-mode tests
      adds  c0578edc8f ; * doc/misc/eglot.texi (Troubleshooting Eglot): Fix 
typo (bug#60780).
      adds  861556c133 Fix minibuffer-completion tests
      adds  4f0459aaf7 Merge from origin/emacs-29
      adds  9f8f8ed1ba Adapt tramp-tests.el  (do not merge with master)
      adds  59c3c53efa * lisp/subr.el (combine-change-calls-1): Fix bug#60467
      adds  3eb495851e ; Merge from origin/emacs-29
      adds  dc33a12223 Fix use of build_pure_c_string in treesit.c
      adds  1b9ffd2811 Fix dependency bug when building lwlib
      adds  f1032bf24e Eglot: don't use "nil" as minibuffer initial input
      adds  a192ce03a0 Merge from origin/emacs-29
      adds  79971ebacc Disable and document 'doc-view-mupdf-use-svg' (bug#58041)
      adds  b6207e87fa ; Merge from origin/emacs-29
      adds  f102145d38 ; * etc/PROBLEMS: Describe problems with MuPDF 1.21.  
(Bug#60308)
      adds  7100ecd7a4 Replace 'hfy-find-cmd' with 
'directory-files-recursively'.
      adds  435ba92ccc ; Fix last change in htmlfontify.el
      adds  0116e27b26 ; Fix NEWS markup
      adds  e2e937300f Fix indentation of object_expressions in csharp-ts-mode
      adds  10032f424c Fix indentation of some declarations and statements
      adds  96601cd90b apropos.el: Fix bug#60628
      adds  d9a2673ee9 Merge from origin/emacs-29
      adds  4514b7ecc6 ; * lisp/doc-view.el (doc-view-mupdf-use-svg): Bump 
:version.
      adds  f0ac01812f Preserve the window position with proced (bug#60381)
      adds  ac2a6fc83f ; * lisp/proced.el (proced--determine-pos): Fix doc 
string wording.
      adds  9a1dbb7f08 Teach 'eww-open-file' about prefix argument
      adds  ad6d8f7df1 Merge remote-tracking branch 'refs/remotes/origin/master'
      adds  48bd17923a (apropos-documentation): Don't try to parse .elc files
      adds  cd83bc930c ; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix 
:version.
      adds  8d7ad65665 Fix indent and font-lock for annotation_type
      adds  195afb68e3 Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  fd77de542d ; * etc/NEWS: Fix typos.
      adds  a06c13db9e Merge from origin/emacs-29
      adds  558f04c39e Set the 'field' property for Eshell output
      adds  54051c97f2 Make 'eshell-bol' obsolete
      adds  c257fd3a40 Use the 'field' property to navigate through Eshell 
prompts
      adds  50fd58be61 Use treesit-sentence-type-regexp in java-ts-mode
      adds  16579f6ed7 Fix the MS-DOS build
       new  a336fd98a1 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 build-aux/update-copyright                         |   4 +-
 configure.ac                                       |   4 +-
 doc/lispref/parsing.texi                           |   8 +-
 doc/misc/eglot.texi                                |   2 +-
 doc/misc/eww.texi                                  |   7 +-
 etc/NEWS                                           |  18 ++
 etc/NEWS.29                                        |  32 ++-
 etc/PROBLEMS                                       |  12 +
 java/org/gnu/emacs/EmacsActivity.java              |  15 ++
 java/org/gnu/emacs/EmacsContextMenu.java           |  64 +++++-
 java/org/gnu/emacs/EmacsNative.java                |   3 +
 java/org/gnu/emacs/EmacsView.java                  |   2 +
 lib/gnulib.mk.in                                   |   2 +
 lib/qcopy-acl.c                                    |  36 ++-
 lib/verify.h                                       |   8 +-
 lisp/apropos.el                                    | 242 ++++++++++-----------
 lisp/doc-view.el                                   |   2 +-
 lisp/emacs-lisp/ert-x.el                           |   2 +-
 lisp/emacs-lisp/pp.el                              |  12 +-
 lisp/eshell/em-cmpl.el                             |   2 +-
 lisp/eshell/em-elecslash.el                        |   2 +-
 lisp/eshell/em-hist.el                             |   6 +-
 lisp/eshell/em-prompt.el                           | 117 +++++-----
 lisp/eshell/em-rebind.el                           |   6 +-
 lisp/eshell/esh-io.el                              |   6 +-
 lisp/eshell/esh-mode.el                            |  58 ++---
 lisp/eshell/esh-proc.el                            |  22 +-
 lisp/htmlfontify.el                                |  24 +-
 lisp/international/mule.el                         |   3 +-
 lisp/net/eww.el                                    |  11 +-
 lisp/proced.el                                     | 104 ++++++---
 lisp/progmodes/c-ts-mode.el                        |  11 +-
 lisp/progmodes/csharp-mode.el                      |   5 +
 lisp/progmodes/eglot.el                            |   3 +-
 lisp/progmodes/java-ts-mode.el                     |  18 +-
 lisp/simple.el                                     |   8 +
 lisp/subr.el                                       |   2 +-
 lwlib/Makefile.in                                  |   2 +-
 m4/acl.m4                                          |   4 +-
 m4/assert_h.m4                                     |   4 +-
 m4/gettime.m4                                      |  31 ++-
 m4/gnulib-common.m4                                |   2 +-
 m4/gnulib-comp.m4                                  |   9 +
 m4/utimens.m4                                      |   6 +-
 m4/xattr.m4                                        |  43 ++++
 msdos/sed1v2.inp                                   |   1 +
 src/Makefile.in                                    |   3 +-
 src/android.c                                      |  42 +++-
 src/android.h                                      |   1 +
 src/androidgui.h                                   |  16 ++
 src/androidmenu.c                                  | 114 +++++++++-
 src/androidterm.c                                  |   8 +
 src/androidterm.h                                  |   5 +
 src/coding.c                                       |   2 +-
 src/emacs.c                                        |   1 +
 src/fns.c                                          |   9 +
 src/pgtkterm.c                                     |   3 +-
 src/treesit.c                                      | 162 +++++++++-----
 src/treesit.h                                      |   1 +
 src/xdisp.c                                        |   3 +-
 test/lisp/eshell/em-prompt-tests.el                | 118 ++++++++++
 test/lisp/eshell/eshell-tests.el                   |  15 +-
 test/lisp/minibuffer-tests.el                      |   2 +-
 test/lisp/proced-tests.el                          |  17 ++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  44 ++++
 .../c-ts-mode-tests.el}                            |  18 +-
 test/src/coding-tests.el                           |  30 +--
 67 files changed, 1180 insertions(+), 419 deletions(-)
 create mode 100644 m4/xattr.m4
 create mode 100644 test/lisp/eshell/em-prompt-tests.el
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/indent.erts
 copy test/lisp/{textmodes/texinfo-tests.el => progmodes/c-ts-mode-tests.el} 
(66%)



reply via email to

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