emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (8ca4162ecdb -> a892c0487a6)


From: Po Lu
Subject: feature/android updated (8ca4162ecdb -> a892c0487a6)
Date: Tue, 21 Feb 2023 08:08:51 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  8ca4162ecdb Update from gnulib
       new  77feba74564 Update Android port
      adds  ae9bfed50db Fix storing email into nnmail by Gnus
      adds  807d2d5b3a7 Fix htmlfontify.el command injection vulnerability.
      adds  22fb5ff5126 Fix ruby-mode.el local command injection vulnerability 
(bug#60268)
      adds  5d05ea803e9 Fixed ctags local command execute vulnerability
      adds  e339926272a Fix etags local command injection vulnerability
      adds  1e70e785f00 ; Merge from origin/emacs-29
      adds  4a77fcb1478 Update ChangeLog and AUTHORS for Emacs 28.3
      adds  6105263983b Merge from origin/emacs-29
      adds  e61d743d440 Update NEWS for Emacs 28.3
      adds  ba3aba3096a Bump Emacs version to 28.3
      adds  47eaee0e285 ; Merge from origin/emacs-29
      adds  f7bd5ac5521 Update HISTORY for Emacs 28.3
      adds  f5a99945b6f ; Update ChangeLog for Emacs 28.3
      adds  c96fe562ae7 Merge from origin/emacs-29
      adds  a44d906740f ; Commit files changed by "autoreconf -i -I m4 --force"
      adds  545c363c624 ; Merge from origin/emacs-29
      adds  893ddd5903e Eglot: improve treatment of completion items without 
:sortText (bug#61532)
      adds  4aa397e71b2 More doc on image-dired-dired-* (bug#61624)
      adds  497ed0fb42e ; * doc/emacs/dired.texi (Image-Dired): Fix last change.
      adds  068b53500e2 ; Improve image-dired-thumbnail-storage docstring
      adds  e2ac0d416b9 ; Merge from origin/emacs-28
      adds  1630bfb5d08 Merge from origin/emacs-28
      adds  47c833537ac Merge from origin/emacs-29
      adds  32be128382f ; Merge from origin/emacs-28
      adds  dd19f0b798b ; Merge from origin/emacs-29
      adds  9a6f22fd0b4 Merge from origin/emacs-28
      adds  ad6c6a3a115 ; Merge from origin/emacs-28
      adds  fd734634395 Merge from origin/emacs-29
      adds  25c65e6b586 Backport: Fix xref-clear-marker-stack refactoring 
mistake
      adds  6b908773599 * lisp/progmodes/xref.el (xref--insert-xrefs): Remove 
extra space (bug#61340).
      adds  a5b5f73d886 xref--insert-xrefs: Use 'shadow' for the line number 
colon
      adds  c4c4af022d6 ; Merge from origin/emacs-29
      adds  db3fea2e5ce Detect and prevent function alias loops in `fset` and 
`defalias`
      adds  b5bea14ca17 * lisp/progmodes/xref.el: Bump the version.
      adds  1ac05eac74b rust-ts-mode--font-lock-settings: Avoid the explicit 
'default' face
      adds  683961cd733 * lisp/simple.el (choose-completion): Check for 
completion-in-region-mode.
      adds  d397f3d5084 Add comment style toggle for c-ts-mode (bug#61550)
      adds  c544df4fa3f Cleanup preproc indent for c-ts-mode (bug#61558)
      adds  2e6093b425e Adjust jsx indentation
      adds  afbce8bb467 Improve tree-sitter indent anchor prev-adaptive-prefix 
(bug#61314)
      adds  fc4bfa76db9 Update to Org 9.6.1-34-geea8da
      adds  dfc850ca022 Fix object initializer for csharp-mode (bug#61541)
      adds  19480aa30e3 Typescript-ts-mode: Add switch case handling
      adds  d7010d64b21 Add declaration_list to 
c-ts-common-indent-type-regexp-alist
      adds  02aba20d528 Update to Transient v0.3.7-216-gfe40342
      adds  88ee92e61d7 ; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): 
Declare.
      adds  5d0b45cd67b Make the native compiler always use `make-temp-file' 
for temporary files
      adds  e83c78b8c77 Eglot: respect user's Eldoc configuration by default
      adds  5a864f23eb8 regex-emacs.c: Reduce the use of backtracking a bit 
further
      adds  839a86b02ba Merge from origin/emacs-29
      adds  16ca258b1fc Repair mistake in a previous edmacro-sanitize-string 
change
      adds  68c972cba1a ; Merge from origin/emacs-29
      adds  7a59f20a4e5 Follow aliases for `interactive-only` declarations
      adds  428442fb530 ; * test/lisp/emacs-lisp/nadvice-tests.el: suppress 
some warnings
       new  a892c0487a6 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 ChangeLog.3                                        | 430 ++++++++++++++++++++-
 doc/emacs/dired.texi                               |  40 +-
 doc/lispref/eval.texi                              |  17 +-
 doc/lispref/functions.texi                         |  13 +-
 doc/lispref/modes.texi                             |   7 +-
 doc/misc/transient.texi                            |   5 +-
 etc/AUTHORS                                        |  24 +-
 etc/HISTORY                                        |   2 +
 etc/NEWS                                           |  15 +
 java/org/gnu/emacs/EmacsContextMenu.java           |  13 +-
 lisp/emacs-lisp/bytecomp.el                        |   2 +-
 lisp/emacs-lisp/comp.el                            |   4 +-
 lisp/help-fns.el                                   |   4 +-
 lisp/image/image-dired.el                          |  15 +-
 lisp/org/ob-octave.el                              |   4 +-
 lisp/org/org-agenda.el                             |   2 +-
 lisp/org/org-cycle.el                              |   3 +
 lisp/org/org-element.el                            |   6 +-
 lisp/org/org-version.el                            |   2 +-
 lisp/org/ox-texinfo.el                             |  16 +-
 lisp/progmodes/c-ts-mode.el                        |  57 ++-
 lisp/progmodes/cc-fonts.el                         |   2 +-
 lisp/progmodes/cc-langs.el                         |   2 +-
 lisp/progmodes/csharp-mode.el                      |  33 +-
 lisp/progmodes/eglot.el                            |  19 +-
 lisp/progmodes/js.el                               |   6 +-
 lisp/progmodes/rust-ts-mode.el                     | 110 +++---
 lisp/progmodes/typescript-ts-mode.el               |  11 +-
 lisp/progmodes/xref.el                             |   2 +-
 lisp/simple.el                                     |   7 +-
 lisp/subr.el                                       |  30 +-
 lisp/transient.el                                  |  20 +-
 lisp/treesit.el                                    |  32 +-
 src/android.c                                      |   8 +-
 src/androidmenu.c                                  |  22 +-
 src/comp.c                                         |   8 +-
 src/data.c                                         |  63 +--
 src/eval.c                                         |   2 +-
 src/regex-emacs.c                                  |  18 +
 test/lisp/emacs-lisp/nadvice-tests.el              |   8 +-
 test/lisp/help-fns-tests.el                        |   4 -
 .../c-ts-mode-resources/indent-preproc.erts        |  45 +++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  31 ++
 test/lisp/progmodes/c-ts-mode-tests.el             |   4 +
 test/lisp/subr-tests.el                            |  10 +-
 test/src/data-tests.el                             |  36 ++
 test/src/regex-emacs-tests.el                      |  11 +
 47 files changed, 954 insertions(+), 271 deletions(-)
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts



reply via email to

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