emacs-diffs
[Top][All Lists]
Advanced

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

master updated (4e8d579f3da -> 2716dd13ced)


From: F. Jason Park
Subject: master updated (4e8d579f3da -> 2716dd13ced)
Date: Thu, 13 Jul 2023 21:50:39 -0400 (EDT)

jpneverwas pushed a change to branch master.

      from  4e8d579f3da Use 'emacs-lisp-compilation-mode' in native compilation 
buffers
       new  b95bb644ec2 Fix command-line parsing regression in erc-cmd-DCC
       new  96785a80377 Deprecate erc-server-alist and erc-server-select
       new  4d6ed774fef Respect existing invisibility props in erc-stamp
       new  4f3d036957a Simplify erc-button-add-nickname-buttons
       new  6a96b862680 Add text props for CTCP messages and speakers in ERC
       new  d45770e8d03 Optionally combine faces in erc-display-message
       new  b354b3a53bf Allow custom display-buffer actions in ERC
       new  9bdc5c62049 Add module for colorizing nicknames to ERC
       new  e51e43b7046 Fix buffer-mismatch bug in erc-scroll-to-bottom
       new  30fe8703e60 Allow ERC's module toggles access to the prefix arg
       new  3c70e85d362 Add preset styles to erc-status-sidebar
       new  ded35c2da4d Add erc-status-sidebar integration to erc-speedbar
       new  08515350faf Add mini modules bufbar and nickbar to ERC
       new  80e5e9ddc8d Improve walkthrough and sample config in ERC manual
       new  2716dd13ced Decouple keep-place-indicator from global ERC module


Summary of changes:
 doc/misc/erc.texi                                  | 695 +++++++++++++++++----
 etc/ERC-NEWS                                       |  97 ++-
 lisp/erc/erc-backend.el                            |  36 +-
 lisp/erc/erc-button.el                             |  80 ++-
 lisp/erc/erc-common.el                             |  23 +-
 lisp/erc/erc-compat.el                             |  21 -
 lisp/erc/erc-dcc.el                                |   2 +-
 lisp/erc/erc-fill.el                               |  25 +-
 lisp/erc/erc-goodies.el                            |  41 +-
 lisp/erc/erc-join.el                               |  39 +-
 lisp/erc/erc-match.el                              |  29 +-
 lisp/erc/erc-networks.el                           |  80 ++-
 lisp/erc/erc-nicks.el                              | 633 +++++++++++++++++++
 lisp/erc/erc-speedbar.el                           | 287 ++++++++-
 lisp/erc/erc-stamp.el                              |  21 +-
 lisp/erc/erc-status-sidebar.el                     | 329 +++++++++-
 lisp/erc/erc-track.el                              |  30 +-
 lisp/erc/erc.el                                    | 366 ++++++++---
 test/lisp/erc/erc-button-tests.el                  |   2 +-
 test/lisp/erc/erc-dcc-tests.el                     |  23 +-
 test/lisp/erc/erc-fill-tests.el                    |   5 +-
 test/lisp/erc/erc-goodies-tests.el                 | 226 +++++--
 test/lisp/erc/erc-networks-tests.el                |  18 +
 test/lisp/erc/erc-nicks-tests.el                   | 538 ++++++++++++++++
 test/lisp/erc/erc-scenarios-base-buffer-display.el |  28 +-
 .../lisp/erc/erc-scenarios-join-display-context.el |  66 ++
 test/lisp/erc/erc-scenarios-match.el               | 257 +++++++-
 test/lisp/erc/erc-scenarios-status-sidebar.el      | 169 +++++
 test/lisp/erc/erc-tests.el                         | 241 ++++++-
 .../erc/resources/base/gapless-connect/foonet.eld  |   8 +-
 .../buffer-display/mode-context.eld}               |  37 +-
 31 files changed, 3909 insertions(+), 543 deletions(-)
 create mode 100644 lisp/erc/erc-nicks.el
 create mode 100644 test/lisp/erc/erc-nicks-tests.el
 create mode 100644 test/lisp/erc/erc-scenarios-join-display-context.el
 create mode 100644 test/lisp/erc/erc-scenarios-status-sidebar.el
 copy test/lisp/erc/resources/{base/assoc/queries/non-erc.eld => 
join/buffer-display/mode-context.eld} (59%)



reply via email to

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