emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (4c09b9a5a6 -> 2fa5583d96)


From: Po Lu
Subject: feature/android updated (4c09b9a5a6 -> 2fa5583d96)
Date: Wed, 11 Jan 2023 03:07:51 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  4c09b9a5a6 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  494bedde32 Bring up the sfnt-android font driver
      adds  ec105a45c9 Add remote-file-name-inhibit-delete-by-moving-to-trash
      adds  5259f144d9 Remove unneeded restriction in using AEAD ciphers with 
GnuTLS
      adds  4d1d43e41f Add named defun for transpose-sexps-default-function 
(bug#60654)
      adds  e8b85f225d Rearrange the "Saving Emacs Sessions" section of the 
user manual
      adds  7f9588685a ; Fix last change
      adds  f58452e3ae Fix 'python-shell-buffer-substring' when START is in 
middle of 1st line
      adds  e0fef510b0 ; Minor rewording of tree-sitter terminology
      adds  86a3462e3d (treesit-simple-indent-presets): Do that for 'or' as 
well.
      adds  e9341119fe ; Fix documentation of etc/DOC
      adds  7f855b5297 ; Fix description of etc/DOC
      adds  0cb686ffb6 Document the 'definition-name' property.
      adds  1df2826639 Add c-or-c++-ts-mode (bug#59613)
      adds  757c2c2592 Fix c-ts-mode--looking-at-star
      adds  7c356934fb Support namespaces in c++-ts-mode (bug#60397)
      adds  614f8c431d Optionally include the namespace in 
c-ts-mode--declarator-identifier
      adds  ee3e8d3f92 (ruby-ts--font-lock-settings): Improve highlighting in 
patterns
      adds  508389ad2b Add documentation for c/c++-ts-mode (bug#60443)
      adds  16f1e47ca8 ; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
      adds  cc1de953d4 ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- 
modes.
      adds  ef7f3c6388 Fix use of treesit-ready-p in c/c++-ts-mode
      adds  8575043f56 Remove duplicate entries in c-ts-mode's Imenu
      adds  73168793c0 Fix label indentation for Linux style in c-ts-mode 
(bug#60543)
      adds  2cdd75a18f Fix highlighting of variable-declarations in 
typescript-ts-mode
      adds  38b63f4c3c Add indentation rule for concatenated_string (bug#60572)
      adds  800e15e3be Fix string-interpolation feature of python-ts-mode 
(bug#60599)
      adds  e3d806b417 Fix string fontification on python-ts-mode (bug#60599)
      adds  e04b3d41bb Update to Org 9.6-90-ga6523f
      adds  fef4f18cc3 ; Fix NEWS
      adds  53e64cfb85 Improve options and docs of M-x command completion
      adds  5cb01ac5d7 ; * src/callint.c (Finteractive): Fix the doc string 
(bug#60645).
      adds  b1aa720671 ; * lisp/progmodes/ruby-ts-mode.el: Fix compilation 
warnings (bug#60647).
      adds  da96a1fd74 Add back renamed function 
'font-lock-fontify-syntactically-region'
      adds  1469aac20d ; * src/pgtkfns.c (parse_resource_key): Use recursive 
schema lookup
      adds  d46f7f4edc Revert "Add c-or-c++-ts-mode (bug#59613)"
      adds  20f36c8f6f ; ruby.rb: Fix pattern matching syntax and extend the 
example
      adds  dc911e4ba5 Improve go-ts-mode Imenu, navigation and electric pair 
(bug#60407)
      adds  1238fa8e49 Fix label indent of GNU and Linux style in c-ts-mode 
(bug#60543)
      adds  ef87c75566 Make sure NODE is not the root node in tree-sitter 
indent (bug#60602)
      adds  1f8ad353d9 Minor improvement for tree-sitter explorer
      adds  c1401d1c6c * lisp/vc/diff-mode.el (diff-font-lock-keywords): Check 
for limit.
      adds  ebc5263667 ; * src/callint.c (Finteractive): Doc string 
clarification.
      adds  f16cc7c49c ; project.el: Bump version
      adds  8a36a0f44a ; xref.el: Bump version
      adds  28dd602138 Fix c-ts-mode indentation for 2nd line in block comment 
(bug#60270)
      adds  e385c099b8 Improve fontification for import-statements in 
typescript-ts-mode
      adds  aa9df1260c Don't print named tree-sitter nodes with parenthesizes 
(bug#60696)
      adds  8377ed5298 Highlight identifier in import statements in js-ts-mode
      adds  55aabfea4a Fix c-ts-mode comment indent
      adds  60240f54e5 Merge from origin/emacs-29
      adds  f31e65694c Fix completion-auto-help docstring (bug#60709)
      adds  c267cd0151 ; Kill some stray buffers left behind by ERC tests
      adds  bb98666d03 ; Fix wrong type in erc-ignore hide-list options
      adds  fda1ad4a9e Remove obsolete server buffers on MOTD in erc-track
      adds  64fe6bdb61 Improve 'describe-char-fold-equivalences' docstring
      adds  136c027221 Fix reftex-citation docstring (bug#60710)
      adds  1cbc22b9c7 CC Mode: partially revert commit from 2022-10-04
      adds  033f2cc614 Merge from origin/emacs-29
       new  2fa5583d96 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 configure.ac                                       |    9 +-
 doc/emacs/files.texi                               |    5 +
 doc/emacs/misc.texi                                |  177 +-
 doc/lispref/files.texi                             |    5 +
 doc/lispref/functions.texi                         |   14 +
 doc/lispref/help.texi                              |   18 +-
 doc/lispref/modes.texi                             |    8 +-
 doc/lispref/parsing.texi                           |   14 +-
 doc/lispref/symbols.texi                           |   17 +
 doc/misc/org.org                                   |   11 +-
 doc/misc/tramp.texi                                |    7 +-
 etc/NEWS                                           |    9 +
 etc/NEWS.29                                        |    8 +-
 lisp/align.el                                      |    3 +-
 lisp/char-fold.el                                  |   18 +-
 lisp/erc/erc-networks.el                           |    6 +
 lisp/erc/erc-track.el                              |   12 +-
 lisp/erc/erc.el                                    |    6 +-
 lisp/files.el                                      |    6 +
 lisp/font-lock.el                                  |    9 +-
 lisp/minibuffer.el                                 |    2 +-
 lisp/net/ange-ftp.el                               |    3 +-
 lisp/net/tramp-adb.el                              |   12 +-
 lisp/net/tramp-crypt.el                            |    8 +-
 lisp/net/tramp-fuse.el                             |    8 +-
 lisp/net/tramp-gvfs.el                             |   21 +-
 lisp/net/tramp-sh.el                               |   12 +-
 lisp/net/tramp-smb.el                              |   29 +-
 lisp/net/tramp-sudoedit.el                         |   19 +-
 lisp/net/tramp.el                                  |   38 +-
 lisp/org/ob-core.el                                |   14 +-
 lisp/org/ob-shell.el                               |    2 +-
 lisp/org/org-macs.el                               |   11 +-
 lisp/org/org-persist.el                            |    2 +-
 lisp/org/org-table.el                              |    1 +
 lisp/org/org-version.el                            |    2 +-
 lisp/org/org.el                                    |   22 +-
 lisp/org/ox.el                                     |    1 -
 lisp/progmodes/c-ts-mode.el                        |  174 +-
 lisp/progmodes/cc-fonts.el                         |    4 +-
 lisp/progmodes/go-ts-mode.el                       |  107 +-
 lisp/progmodes/gud.el                              |    5 +-
 lisp/progmodes/js.el                               |    5 +-
 lisp/progmodes/project.el                          |    2 +-
 lisp/progmodes/python.el                           |   36 +-
 lisp/progmodes/ruby-ts-mode.el                     |   17 +-
 lisp/progmodes/typescript-ts-mode.el               |   22 +-
 lisp/progmodes/xref.el                             |    2 +-
 lisp/simple.el                                     |  131 +-
 lisp/startup.el                                    |   13 +
 lisp/textmodes/reftex-cite.el                      |    2 +-
 lisp/treesit.el                                    |   61 +-
 lisp/vc/diff-mode.el                               |   14 +-
 src/alloc.c                                        |   12 +-
 src/android.c                                      |  153 +-
 src/android.h                                      |    7 +
 src/androidfns.c                                   |    4 +-
 src/androidgui.h                                   |   13 +
 src/androidterm.h                                  |    2 +
 src/callint.c                                      |   12 +-
 src/dispextern.h                                   |   19 +
 src/emacs.c                                        |   22 +-
 src/font.c                                         |   10 +
 src/font.h                                         |    5 +
 src/gnutls.c                                       |    4 +
 src/pgtkfns.c                                      |    2 +-
 src/print.c                                        |   26 +-
 src/sfnt.c                                         |  490 ++++--
 src/sfnt.h                                         |   55 +-
 src/sfntfont-android.c                             |  489 +++++-
 src/sfntfont.c                                     | 1822 +++++++++++++++++++-
 src/sfntfont.h                                     |   33 +
 src/xdisp.c                                        |   49 +
 test/lisp/erc/erc-scenarios-base-association.el    |   49 +
 test/lisp/erc/erc-services-tests.el                |    9 +-
 test/lisp/erc/resources/erc-d/erc-d-t.el           |    2 +-
 .../erc/resources/networks/merge-server/track.eld  |   44 +
 test/lisp/net/tramp-tests.el                       |   44 +-
 test/lisp/progmodes/python-tests.el                |   10 +
 test/lisp/progmodes/ruby-mode-resources/ruby.rb    |    2 +-
 80 files changed, 3873 insertions(+), 680 deletions(-)
 create mode 100644 test/lisp/erc/resources/networks/merge-server/track.eld



reply via email to

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