emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (a4bf3ad9586 -> c389df992a9)


From: Po Lu
Subject: feature/android updated (a4bf3ad9586 -> c389df992a9)
Date: Sat, 3 Jun 2023 20:35:27 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  a4bf3ad9586 Fix typos in Android port
      adds  8d6dd1682e2 Fix use-package :vc keyword when byte-compiled
      adds  f1fd3d26062 Adapt emba integration
      adds  95ee5477e16 ; * src/lread.c (read0, skip_lazy_string): Fix 
commentary again.
      adds  919f3a7aae0 Merge from origin/emacs-29
      adds  5e7c826bfa5 ; * lisp/progmodes/project.el: avoid warning in 
loaddefs.
      adds  08b9e75c8e4 ; Merge from origin/emacs-29
      adds  5d844e129ad Fix tmm-menubar when 'tmm-completion-prompt' is nil
      adds  756244c6963 ; * lisp/minibuffer.el (completions-header-format): Doc 
fix.
      adds  3be33aff963 A better fix for "Fix cancellation of Wdired"
      adds  c0c7b947baf Add instructions and test file for VS-15/VS-16
      adds  3f441525679 Save the tree-sitter grammar recipe when installing a 
grammar
      adds  85af52bacd2 Merge from origin/emacs-29
      adds  53dc7bec830 Fix regression when saving tramp-default-proxies-alist 
(Do not merge)
      adds  68b87288aa5 ; Merge from origin/emacs-29
      adds  d8ba28fa394 Fix order of tmm-menubar when 'tmm-mid-prompt' is nil
      adds  a3063f0bc87 Add a binding for enriched-toggle-markup
      adds  08104c01504 Allow dired to invoke secondary browser
      adds  afc1f329356 Allow to disable the DWIMish behavior of 'x' in package 
menu
      adds  500abc4dc37 * lisp/tmm.el (tmm-completion-delete-prompt): Add more 
checks (bug#63754).
      adds  23a14e7b902 Add compact_constructor_declaration font-locking to 
java-ts-mode
      adds  372bc1278c2 Add internal documentation on plstore.el
      adds  2e20e318da2 Brush up doc strings and terminology in plstore.el
      adds  ed4cd3eddf7 dockerfile-ts-mode: Prevent empty categories in imenu 
(Bug#63759)
      adds  83b22139e4c Fix several todo-mode.el item editing bugs (bug#63811)
      adds  0a354d65784 Fix infloop in info-look.el
      adds  e252ce26eab Add type_predicate 'is' as keyword in 
typescript-ts-mode (bug#63810)
      adds  17c7915ab94 ; Fix 'package-install-upgrade-built-in' check for 
package menu
      adds  753f8aa1f14 Fix project-name for vc-aware backend in non-file 
buffers
      adds  2f94f6de9d6 Make VS-15 and VS-16 compositions work correctly
      adds  dc7acb1aafe Avoid errors in 'delete-forward-char' deleting static 
compositions
      adds  03663b8798a Update to Transient v0.4.1
      adds  348e4504c6d Fix typo in calc.texi
      adds  6b2c8dc9050 Revert "Enhance Python font-lock to support multilines"
      adds  4897c98b6c4 Fix 'python-util-clone-local-variables'
      adds  0eba9cf6511 * test/infra/Dockerfile.emba (emacs-base): Install also 
gawk.
      adds  8ec786349e1 Fix apostrophe handling in rust-ts-mode and go-ts-mode 
(Bug#63708)
      adds  ede3535051a ; Fix last change
      adds  970f94a2dd8 Merge from origin/emacs-29
      adds  b5f17fe07c6 * admin/unidata/emoji-zwj.awk: Avoid sprint buffer 
overflow
      adds  6847c01568e Adapt emba integration
       new  c389df992a9 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 admin/notes/emba                            |   7 +-
 admin/notes/unicode                         |  17 +-
 admin/unidata/emoji-variation-sequences.txt | 723 ++++++++++++++++++++++++++++
 admin/unidata/emoji-zwj.awk                 |   3 +-
 doc/misc/calc.texi                          |   2 +-
 doc/misc/transient.texi                     |   6 +-
 etc/NEWS.29                                 |  13 +-
 lisp/calendar/todo-mode.el                  | 298 +++++++-----
 lisp/composite.el                           |   2 +-
 lisp/emacs-lisp/package.el                  |  19 +-
 lisp/info-look.el                           |   6 +-
 lisp/minibuffer.el                          |  13 +-
 lisp/net/browse-url.el                      |  13 +-
 lisp/plstore.el                             | 203 +++++++-
 lisp/progmodes/dockerfile-ts-mode.el        |   5 +-
 lisp/progmodes/go-ts-mode.el                |   1 +
 lisp/progmodes/java-ts-mode.el              |   3 +
 lisp/progmodes/project.el                   |   4 +-
 lisp/progmodes/python.el                    |  52 +-
 lisp/progmodes/rust-ts-mode.el              |  16 +-
 lisp/progmodes/typescript-ts-mode.el        |   2 +-
 lisp/simple.el                              |   3 +-
 lisp/textmodes/enriched.el                  |   1 +
 lisp/tmm.el                                 |  33 +-
 lisp/transient.el                           |  19 +-
 lisp/treesit.el                             |  42 +-
 lisp/use-package/use-package-core.el        |   3 +-
 lisp/wdired.el                              |   5 +-
 src/lread.c                                 |   4 +-
 test/infra/Dockerfile.emba                  |   2 +-
 test/infra/Makefile.in                      |  13 +-
 test/infra/gitlab-ci.yml                    |  23 +-
 test/infra/test-jobs.yml                    |  11 +
 test/lisp/progmodes/python-tests.el         | 144 ------
 test/lisp/use-package/use-package-tests.el  |  11 +
 35 files changed, 1309 insertions(+), 413 deletions(-)
 create mode 100644 admin/unidata/emoji-variation-sequences.txt



reply via email to

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