emacs-diffs
[Top][All Lists]
Advanced

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

master updated (52afc64bad7 -> ece62f5c1c3)


From: F. Jason Park
Subject: master updated (52afc64bad7 -> ece62f5c1c3)
Date: Sun, 12 Nov 2023 23:56:28 -0500 (EST)

jpneverwas pushed a change to branch master.

      from  52afc64bad7 Pass only the local parts of Eshell's $PATH to 
'tramp-remote-path'
       new  29029529cb2 Don't use func-arity to trigger API warning in url-irc
       new  5baa0f61f8d Offer alternate pool-creation strategies in erc-nicks
       new  beb60a9027c Make ERC's error-notice formatting more consistent
       new  e2130fe9272 Always run erc-server-send-queue via timer
       new  174b3dd9bd7 Make nested input handling more robust in ERC
       new  4ed6ba90e7c Allow opting out of empty message padding in ERC
       new  583d73e9a0e Simplify default text props for ERC input
       new  1d2aa130cae Revive erc-command-indicator as new module
       new  ece62f5c1c3 ; Prepare for ERC 5.6 release


Summary of changes:
 doc/misc/erc.texi                                  |   9 +-
 etc/ERC-NEWS                                       | 129 ++++++-----
 lisp/erc/erc-backend.el                            |  18 +-
 lisp/erc/erc-button.el                             |   4 +-
 lisp/erc/erc-fill.el                               |  14 +-
 lisp/erc/erc-goodies.el                            | 129 ++++++++++-
 lisp/erc/erc-match.el                              |  14 +-
 lisp/erc/erc-networks.el                           |   2 +-
 lisp/erc/erc-nicks.el                              |  89 ++++++--
 lisp/erc/erc-speedbar.el                           |   6 +-
 lisp/erc/erc-stamp.el                              |   6 +-
 lisp/erc/erc-status-sidebar.el                     |   6 +-
 lisp/erc/erc.el                                    | 242 +++++++++++++--------
 lisp/url/url-irc.el                                |  14 +-
 test/lisp/erc/erc-nicks-tests.el                   |  79 +++++--
 test/lisp/erc/erc-scenarios-base-send-message.el   | 126 +++++++++++
 test/lisp/erc/erc-tests.el                         |   5 +-
 .../erc/resources/base/assoc/reconplay/foonet.eld  |   2 +-
 .../resources/base/display-message/multibuf.eld    |   2 +-
 .../resources/base/send-message/noncommands.eld    |  52 +++++
 20 files changed, 710 insertions(+), 238 deletions(-)
 create mode 100644 test/lisp/erc/erc-scenarios-base-send-message.el
 create mode 100644 test/lisp/erc/resources/base/send-message/noncommands.eld



reply via email to

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