emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (3198b7dc565 -> 11cb9cc5988)


From: Po Lu
Subject: feature/android updated (3198b7dc565 -> 11cb9cc5988)
Date: Sat, 6 May 2023 08:36:31 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  3198b7dc565 Update Android port
       new  c7ca46b0a7c Update Android port
      adds  fceaf230b06 Note that Emacs pauses when handling sentinel errors
      adds  47c424f5ec8 Merge from origin/emacs-29
      adds  e338a8ac41d Handle point not at EOB in minibuffer-choose-completion
      adds  3baab6c432b ; Merge from origin/emacs-29
      adds  b93eb68cc30 Use 'calendar-buffer' instead of fixed string
      adds  57562c3fd0a Recognize defstruct slot names in various eieio 
functions
      adds  8d5aa8df4ad Fix inserting selection data into Mozilla programs
      adds  21ec6c1d5cc Update to Transient v0.3.7-219-g3ded15b
      adds  cc090294d77 (rng-complete-tag): Add the (ignored) argument to the 
:company-kind function
      adds  eaf25b9c6ae go-ts-mode: Use iota query only if supported (Bug#63086)
      adds  eaad302bd6f Rename eglot-update to eglot-upgrade
      adds  2901a3443c7 Prevent unnecessary modifications of 
'package-vc-selected-packages'
      adds  8eb6e33691d Fix rcirc messages printing in the wrong place
      adds  ab44c8a6f9d Fix order of rcirc-connect arguments
      adds  b42ccb2e5c1 ; Minor grammar fix in treesit manual.
      adds  aba41d2c4bb ; Minor doc cleanups in go-ts-mode.el
      adds  94e984e6700 Make loaddefs-generate slightly more tolerant
      adds  2f3a514b6db Clarify documentation wrt floating point division by 
zero and NaN
      adds  a2d4cd06f45 Improve VHDL mode highlighting
      adds  b1bda8228e5 More fixes for NetBSD/vax
      adds  b4e90070f96 Fix arguments of xml.c functions as displayed in Help 
buffers
      adds  c0ab4e9ca93 Eglot: re-rename eglot-upgrade to eglot-upgrade-eglot
      adds  79a886ba368 (package-upgrade): Don't remove the package from 
'package-selected-packages'
      adds  0c6311386a1 Merge from origin/emacs-29
      adds  53cc61d60db package-upgrade: Implement the upgrading of built-ins
      adds  c9f1ad2a870 Revive option erc-query-on-unjoined-chan-privmsg
      adds  8654cea5843 Move ERC's buffer-display tests to separate file
      adds  5de90fa9611 Extend erc-interactive-display to cover /JOINs
      adds  9e1a5a389ed Ignore erc-reconnect-display after a timeout
      adds  90a9c7b7b59 Actually define erc-default-server-functions
      adds  2641dfd4b43 Add erc-timestamp property to invisible messages
      adds  2e18ba6302f Simplify erc-button movement commands
      adds  b0d761be0f9 Restore module var toggles in ERC's Custom buffers
      adds  16306567706 Don't send multiline commands as messages in ERC
      adds  3a5a6fce957 Redo line splitting for outgoing messages in ERC
      adds  35dd1ade7f1 Preprocess prompt input linewise in ERC
      adds  5adda2f4683 Revise FORM-as-function interface in erc-button-alist
      adds  d141f7149b6 Improve erc-button--modify-nick-function interface
      adds  ba44b481844 Add interface for finding users in erc-server-PRIVMSG
      adds  8d1332d135f Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  f261226d9be Allow X-Message-SMTP-Method to include more MTAs
      adds  9b66a64d9c2 Fix interactive forms in some Lisp packages
       new  11cb9cc5988 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 configure.ac                                       |   2 +-
 doc/lispref/modes.texi                             |   2 +-
 doc/lispref/numbers.texi                           |  39 +-
 doc/lispref/processes.texi                         |   8 +-
 doc/misc/eglot.texi                                |   4 +-
 doc/misc/message.texi                              |  19 +-
 etc/EGLOT-NEWS                                     |  10 +
 etc/ERC-NEWS                                       |  63 +++-
 lisp/calc/calc-misc.el                             |   1 -
 lisp/calc/calc-prog.el                             |   1 -
 lisp/calculator.el                                 |   5 +-
 lisp/calendar/parse-time.el                        |  16 +-
 lisp/emacs-lisp/backtrace.el                       |   1 -
 lisp/emacs-lisp/cl-preloaded.el                    |   1 +
 lisp/emacs-lisp/loaddefs-gen.el                    |   7 +-
 lisp/emacs-lisp/package-vc.el                      |  17 +-
 lisp/emacs-lisp/package.el                         |  52 +--
 lisp/erc/erc-backend.el                            |  88 ++++-
 lisp/erc/erc-button.el                             | 332 ++++++++++-------
 lisp/erc/erc-common.el                             |  88 +++--
 lisp/erc/erc-fill.el                               |  22 +-
 lisp/erc/erc-goodies.el                            |   5 +-
 lisp/erc/erc-match.el                              |   2 +
 lisp/erc/erc-ring.el                               |   4 +-
 lisp/erc/erc-stamp.el                              |  10 +-
 lisp/erc/erc.el                                    | 400 +++++++++++++++------
 lisp/filesets.el                                   |   1 -
 lisp/gnus/message.el                               |  38 +-
 lisp/net/dictionary.el                             |   3 -
 lisp/net/ntlm.el                                   |   1 -
 lisp/net/rcirc.el                                  |  14 +-
 lisp/net/socks.el                                  |   1 -
 lisp/nxml/rng-nxml.el                              |   2 +-
 lisp/progmodes/dcl-mode.el                         |   2 +-
 lisp/progmodes/ebrowse.el                          |   6 +-
 lisp/progmodes/eglot.el                            |   5 +-
 lisp/progmodes/go-ts-mode.el                       |  13 +-
 lisp/progmodes/gud.el                              |   2 +-
 lisp/progmodes/vhdl-mode.el                        |   9 +-
 lisp/select.el                                     |  31 +-
 lisp/speedbar.el                                   |   4 +-
 lisp/subr.el                                       |   4 +-
 lisp/transient.el                                  |   3 +-
 lisp/treesit.el                                    |   1 -
 lisp/woman.el                                      |   1 -
 src/sysdep.c                                       |   7 +
 test/lisp/calendar/cal-julian-tests.el             |   2 +-
 test/lisp/erc/erc-button-tests.el                  | 283 +++++++++++++++
 test/lisp/erc/erc-fill-tests.el                    |   2 +
 test/lisp/erc/erc-scenarios-base-attach.el         | 191 ++++++++++
 test/lisp/erc/erc-scenarios-base-buffer-display.el | 235 ++++++++++++
 test/lisp/erc/erc-scenarios-base-reconnect.el      |  89 -----
 test/lisp/erc/erc-scenarios-base-split-line.el     | 202 +++++++++++
 test/lisp/erc/erc-tests.el                         | 248 ++++++++-----
 .../base/channel-buffer-revival/reattach.eld       |  56 +++
 test/lisp/erc/resources/base/flood/ascii.eld       |  49 +++
 test/lisp/erc/resources/base/flood/koi8-r.eld      |  47 +++
 test/lisp/erc/resources/base/flood/utf-8.eld       |  54 +++
 test/lisp/erc/resources/erc-d/erc-d-tests.el       |   2 +-
 test/lisp/erc/resources/erc-d/erc-d.el             |   9 +-
 60 files changed, 2197 insertions(+), 619 deletions(-)
 create mode 100644 test/lisp/erc/erc-button-tests.el
 create mode 100644 test/lisp/erc/erc-scenarios-base-attach.el
 create mode 100644 test/lisp/erc/erc-scenarios-base-buffer-display.el
 create mode 100644 test/lisp/erc/erc-scenarios-base-split-line.el
 create mode 100644 
test/lisp/erc/resources/base/channel-buffer-revival/reattach.eld
 create mode 100644 test/lisp/erc/resources/base/flood/ascii.eld
 create mode 100644 test/lisp/erc/resources/base/flood/koi8-r.eld
 create mode 100644 test/lisp/erc/resources/base/flood/utf-8.eld



reply via email to

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