emacs-diffs
[Top][All Lists]
Advanced

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

master updated (1ef219e220c -> ba44b481844)


From: F. Jason Park
Subject: master updated (1ef219e220c -> ba44b481844)
Date: Fri, 5 May 2023 20:30:42 -0400 (EDT)

jpneverwas pushed a change to branch master.

      from  1ef219e220c Make old-struct test more robust
       new  c9f1ad2a870 Revive option erc-query-on-unjoined-chan-privmsg
       new  8654cea5843 Move ERC's buffer-display tests to separate file
       new  5de90fa9611 Extend erc-interactive-display to cover /JOINs
       new  9e1a5a389ed Ignore erc-reconnect-display after a timeout
       new  90a9c7b7b59 Actually define erc-default-server-functions
       new  2641dfd4b43 Add erc-timestamp property to invisible messages
       new  2e18ba6302f Simplify erc-button movement commands
       new  b0d761be0f9 Restore module var toggles in ERC's Custom buffers
       new  16306567706 Don't send multiline commands as messages in ERC
       new  3a5a6fce957 Redo line splitting for outgoing messages in ERC
       new  35dd1ade7f1 Preprocess prompt input linewise in ERC
       new  5adda2f4683 Revise FORM-as-function interface in erc-button-alist
       new  d141f7149b6 Improve erc-button--modify-nick-function interface
       new  ba44b481844 Add interface for finding users in erc-server-PRIVMSG


Summary of changes:
 etc/ERC-NEWS                                       |  63 +++-
 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 +++++++++++++++------
 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 +-
 23 files changed, 1994 insertions(+), 487 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]