[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (1374f20491b -> 1854f2751e3)
From: |
F. Jason Park |
Subject: |
master updated (1374f20491b -> 1854f2751e3) |
Date: |
Fri, 18 Oct 2024 21:40:37 -0400 (EDT) |
jpneverwas pushed a change to branch master.
from 1374f20491b Fix the regression in dired-backup-diff's
diff-goto-source behavior
new b00f400d1d3 ; Undo erroneous change in ERC's sample configuration
new a5b2de8b54c Fix trailing args bug in erc-d-i--parse-message
new be3318baddb Move experimental module querypoll to erc-notify
new 1854f2751e3 Don't autoload erc-modules
Summary of changes:
doc/misc/erc.texi | 16 ++-
etc/ERC-NEWS | 14 ++
lisp/erc/erc-goodies.el | 189 --------------------------
lisp/erc/erc-match.el | 12 +-
lisp/erc/erc-notify.el | 196 +++++++++++++++++++++++++++
lisp/erc/erc.el | 2 -
test/lisp/erc/erc-goodies-tests.el | 57 --------
test/lisp/erc/erc-match-tests.el | 3 +-
test/lisp/erc/erc-notify-tests.el | 87 ++++++++++++
test/lisp/erc/resources/erc-d/erc-d-i.el | 18 +--
test/lisp/erc/resources/erc-d/erc-d-tests.el | 30 +++-
11 files changed, 356 insertions(+), 268 deletions(-)
create mode 100644 test/lisp/erc/erc-notify-tests.el
- master updated (1374f20491b -> 1854f2751e3),
F. Jason Park <=