emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (1d84465236f -> 0b7d9bbc8ac)


From: Po Lu
Subject: feature/android updated (1d84465236f -> 0b7d9bbc8ac)
Date: Thu, 23 Feb 2023 08:58:10 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  1d84465236f ; Fix typo
       new  8747568d698 Make android_select more robust
       new  c0a39006a2a ; * src/android.c (android_run_select_thread): Fix 
typos.
       new  351813556da Fix ImageMagick build on Android
      adds  37e5d0cd853 Use delete-char instead of backward-delete-char
      adds  170b419df0d Declare `indirect-function` to be side-effect-free and 
error-free
      adds  48cc5c0604c Update Modus themes to version 4.1.0
      adds  1976ca1634d Make 'emacs-news-cycle-tag' work at all levels
      adds  06ba9484166 Improve text about deleting windows
      adds  68df9e5953c * lisp/emacs-lisp/comp.el 
(comp--trampoline-abs-filename): Improve 5d0b45cd67b
      adds  cf53e62a791 Add 'process-status' to process shortdoc
      adds  ef38774c02c Improve dnd-direct-save-remote-files docstring
      adds  f1c83898060 Fix build --without-xdbe
      adds  4dc1f2b9a01 ; * src/xterm.c (x_update_end): Condition on HAVE_XDBE
      adds  48c9a507713 * etc/NEWS: Mention new buffer display action alist 
entries
      adds  fb5dbf6de73 ; Fix documentation of 'icon-title-format'.
      adds  177d0cf2a9a ; * etc/NEWS: Fix typos.
      adds  ba91a76659b Avoid division by zero in get_narrowed_* functions
      adds  003759a6dca Explain effect of variable-pitch fonts on fill-column
      adds  1f4886fdb09 Do not error out on non image file (bug#61639)
      adds  d816429e2f2 * lisp/progmodes/python.el (python--import-sources): 
Fix regexp (bug#61648)
      adds  a6be0be1db6 ; Clarify "kill files" in Gnus manual
      adds  db21c84bc94 ; Improve doc string of 'C-q'
      adds  db7096a532c Yield to erc-move-to-prompt before unhiding prompt
      adds  20c654b6f8f Merge branch 'emacs-29' of 
git.sv.gnu.org:/srv/git/emacs into emacs-29
      adds  43c4dd6f962 ; * doc/emacs/anti.texi (Antinews): Adjust to latest 
changes.
      adds  a0b67252346 ; * doc/emacs/vc1-xtra.texi (Preparing Patches): 
Wording tweaks.
      adds  d411b4d1fd3 ; * etc/NEWS (C-x v !): Additional text.
      adds  6016f1982d3 ; * etc/NEWS: Fix typo again
      adds  ea7251ad6df Eglot: go back to setting eldoc-documentation-strategy 
again
      adds  711a775ba76 Eglot: simplify capability-checking code
      adds  7ad5d9babed Eglot: restore eldoc-documentation-functions on shutdown
      adds  28ed0d1840f Eglot: run eglot-managed-mode-hook after LSP didOpen
      adds  1841299a11d Eglot: implement inlay hints (bug#61412, bug#61066)
      adds  94e70ed4261 ; * lisp/emacs-lisp/eldoc.el 
(eldoc-display-in-echo-area): Fix typo.
      adds  fad36650697 Merge from origin/emacs-29
       new  e3595debd0c Merge remote-tracking branch 'origin/master' into 
feature/android
       new  0b7d9bbc8ac Make sure scroll-bar.el is loaded on Android


Summary of changes:
 INSTALL.android                                    | 347 +++++++++++-
 build-aux/ndk-build-helper-1.mk                    |  11 +-
 build-aux/ndk-build-helper-2.mk                    |  11 +-
 cross/ndk-build/ndk-build-shared-library.mk        |  27 +-
 cross/ndk-build/ndk-build-static-library.mk        |  31 +-
 doc/emacs/anti.texi                                |  15 +-
 doc/emacs/display.texi                             |   6 +-
 doc/emacs/text.texi                                |   7 +-
 doc/emacs/vc1-xtra.texi                            |   8 +-
 doc/emacs/windows.texi                             |   4 +-
 doc/lispref/frames.texi                            |   5 +-
 doc/misc/eglot.texi                                |  17 +
 doc/misc/gnus.texi                                 |   9 +-
 doc/misc/modus-themes.org                          | 591 ++++++++++++++++-----
 etc/NEWS.29                                        |  34 +-
 etc/themes/modus-operandi-deuteranopia-theme.el    |  35 +-
 etc/themes/modus-operandi-theme.el                 |  17 +-
 etc/themes/modus-operandi-tinted-theme.el          |  27 +-
 etc/themes/modus-themes.el                         | 337 ++++++++----
 etc/themes/modus-vivendi-deuteranopia-theme.el     |  19 +-
 etc/themes/modus-vivendi-theme.el                  |  13 +-
 etc/themes/modus-vivendi-tinted-theme.el           |  25 +-
 lisp/bs.el                                         |   2 +-
 lisp/dired-aux.el                                  |   2 +-
 lisp/display-fill-column-indicator.el              |   3 +
 lisp/dnd.el                                        |   4 +-
 lisp/emacs-lisp/byte-opt.el                        |   2 +-
 lisp/emacs-lisp/comp.el                            |   6 +-
 lisp/emacs-lisp/eldoc.el                           |   2 +-
 lisp/emacs-lisp/shortdoc.el                        |   3 +
 lisp/emulation/viper-cmd.el                        |   4 +-
 lisp/erc/erc-backend.el                            |  34 +-
 lisp/erc/erc-common.el                             |   3 -
 lisp/image/image-dired.el                          |  12 +-
 lisp/loadup.el                                     |   3 +
 lisp/man.el                                        |  16 +-
 lisp/net/mailcap.el                                |   2 +-
 lisp/progmodes/antlr-mode.el                       |   2 +-
 lisp/progmodes/eglot.el                            | 196 ++++++-
 lisp/progmodes/python.el                           |   2 +-
 lisp/simple.el                                     |  26 +-
 lisp/textmodes/emacs-news-mode.el                  |   4 +-
 lisp/textmodes/reftex-ref.el                       |   2 +-
 lisp/vc/emerge.el                                  |   2 +-
 lisp/woman.el                                      |   4 +-
 src/android.c                                      |  36 +-
 src/androidterm.c                                  |   5 +
 src/xdisp.c                                        |  10 +-
 src/xterm.c                                        |  10 +-
 test/lisp/erc/erc-tests.el                         |   4 +-
 .../emacs-news-mode-resources/cycle-tag.erts       |  89 ++++
 test/src/fns-tests.el                              |   2 +-
 52 files changed, 1620 insertions(+), 468 deletions(-)



reply via email to

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