emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (6abed48e5c2 -> e1261fff85e)


From: Po Lu
Subject: feature/android updated (6abed48e5c2 -> e1261fff85e)
Date: Fri, 7 Apr 2023 21:36:17 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  6abed48e5c2 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  3695ae4d635 Document selections on Android more thoroughly
      adds  b1f8d98a119 Eglot: rework eglot-imenu
      adds  fc8230f3362 Eglot: no more tests based on Pylsp (bug#62694)
      adds  211618293d9 * test/infra/Dockerfile.emba (emacs-eglot):  Adapt 
software selection.
      adds  7c0c2b1bb53 Remove useless unwind-protect forms, or make them 
useful as intended
      adds  4489d89783b ; * test/src/comp-tests.el (61917-1): Underscore unused 
parameter.
      adds  3aedd5c9205 ; Eglot: fix misplaced parenthesis in last commit to 
eglot-tests.el
      adds  7239098ad43 Eglot: be careful about gfm-view-mode read-only buffers
      adds  6cc5fe77244 Eglot: require optional text-property-search.el
      adds  621e732ade0 Eglot: use Eglot versions, not Emacs's in obsolete specs
      adds  cc288a0e331 Eglot: version strings must start with numbers 
(bug#62718)
      adds  9848ae17161 Eglot: fix problems after changes to eglot-imenu 
(bug#62718)
       new  e1261fff85e Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/lispref/elisp.texi             |   1 +
 doc/lispref/frames.texi            | 534 +++++++++++++++++++++++++++++++++++++
 lisp/cedet/semantic.el             |  27 +-
 lisp/electric.el                   |   4 +-
 lisp/emacs-lisp/edebug.el          | 148 +++++-----
 lisp/emacs-lisp/package.el         |  17 +-
 lisp/emulation/viper-cmd.el        |  36 ++-
 lisp/gnus/mail-source.el           |  87 +++---
 lisp/imenu.el                      |   4 +-
 lisp/mail/feedmail.el              |  78 +++---
 lisp/mail/mailclient.el            | 193 +++++++-------
 lisp/mail/smtpmail.el              |  87 +++---
 lisp/mail/yenc.el                  |   4 +-
 lisp/mh-e/mh-print.el              |   3 +-
 lisp/mwheel.el                     |  13 +-
 lisp/progmodes/eglot.el            | 111 ++++----
 lisp/speedbar.el                   |  75 +++---
 lisp/strokes.el                    |  42 +--
 lisp/textmodes/reftex-index.el     |  27 +-
 lisp/textmodes/table.el            |   4 +-
 test/infra/Dockerfile.emba         |   4 +-
 test/lisp/dired-tests.el           |   4 +-
 test/lisp/emacs-lisp/ert-tests.el  |  28 +-
 test/lisp/gnus/mml-sec-tests.el    |  51 ++--
 test/lisp/hl-line-tests.el         |   8 +-
 test/lisp/progmodes/eglot-tests.el | 197 ++++++--------
 test/lisp/subr-tests.el            |   3 +-
 test/src/comp-tests.el             |   2 +-
 28 files changed, 1140 insertions(+), 652 deletions(-)



reply via email to

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