emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (a03eeb01093 -> 5f6971e5cbd)


From: Po Lu
Subject: feature/android updated (a03eeb01093 -> 5f6971e5cbd)
Date: Sat, 21 Jan 2023 07:07:15 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  a03eeb01093 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  aaacf24ca25 Update Android port
      adds  c6a7664f067 Add html-ts-mode (bug#60972)
      adds  affdf790119 Fix typo in c-ts-mode (bug#60932)
      adds  ca8f5f71f41 Change top-level anchor to point-min
      adds  623fdf30ff3 ; * etc/NEWS: Fix wording of 'html-ts-mode's entry.
      adds  3dacf583b90 ; Fix documentation of 'kill-matching-buffers-no-ask'
      adds  ab538b6f91b ; * test/lisp/eshell/esh-var-tests.el: Fix punctuation 
in doc strings.
      adds  f4a3e8f29f0 ; * etc/NEWS: Mark 2 entries as documented.
       new  5f6971e5cbd Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/emacs/android.texi              |  21 ++--
 etc/NEWS                            |  14 ++-
 java/org/gnu/emacs/EmacsThread.java |   1 +
 lisp/files.el                       |  21 ++--
 lisp/loadup.el                      |   1 +
 lisp/ls-lisp.el                     |   2 +-
 lisp/progmodes/c-ts-mode.el         |   2 +-
 lisp/textmodes/html-ts-mode.el      | 137 +++++++++++++++++++++++++
 src/android.c                       | 168 ++++++++++++++++++++++++++++++-
 src/android.h                       |   1 +
 src/androidfont.c                   |  85 ++++++++++++----
 src/dired.c                         |  13 +++
 src/fileio.c                        |  50 ++++++++-
 src/sfntfont-android.c              | 196 ++++++++++++++++++++++++++++++++++--
 test/lisp/eshell/esh-var-tests.el   | 142 +++++++++++++-------------
 15 files changed, 726 insertions(+), 128 deletions(-)
 create mode 100644 lisp/textmodes/html-ts-mode.el



reply via email to

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