emacs-diffs
[Top][All Lists]
Advanced

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

master updated (bd297132016 -> baf778c7caa)


From: F. Jason Park
Subject: master updated (bd297132016 -> baf778c7caa)
Date: Fri, 13 Oct 2023 10:49:35 -0400 (EDT)

jpneverwas pushed a change to branch master.

      from  bd297132016 Fix `ls-lisp-verbosity` custom type
       new  328a985651a Skip post-minibuffer restore in erc-scrolltobottom-all
       new  9120d7a32ea Honor nil values in erc--restore-initialize-priors
       new  d46c016fbd0 Sort and dedupe when loading modules in erc-open
       new  1950ddebacb Allow spoofing process marker in erc-display-line-1
       new  9c2f99b7d73 Use erc-display-message instead of erc-make-notice
       new  f97fdf5e50e Deprecate option erc-remove-parsed-property
       new  a4bae965e06 Easily excise list-valued text prop members in ERC
       new  c68dc7786fc Manage some text props for ERC insertion-hook members
       new  5e2be1e0ba6 Swap hook positions of erc-fill and erc-match-message
       new  f8af241192b Treat previous/next-line specially in erc-fill-wrap
       new  52af0a5fb97 Add command to refill buffer in erc-fill-wrap-mode
       new  baf778c7caa More defcustom fixes in ERC (Bug#66520)


Summary of changes:
 doc/misc/erc.texi                                  |  35 ++
 etc/ERC-NEWS                                       |  65 ++--
 lisp/erc/erc-backend.el                            |  12 +-
 lisp/erc/erc-fill.el                               | 266 +++++++++-----
 lisp/erc/erc-goodies.el                            | 209 +++--------
 lisp/erc/erc-match.el                              |  31 +-
 lisp/erc/erc-networks.el                           |   5 +-
 lisp/erc/erc-stamp.el                              | 232 +++++++++---
 lisp/erc/erc-truncate.el                           |   2 +-
 lisp/erc/erc.el                                    | 368 +++++++++++++------
 test/lisp/erc/erc-fill-tests.el                    |  78 +++-
 test/lisp/erc/erc-scenarios-log.el                 |   1 +
 test/lisp/erc/erc-scenarios-match.el               | 272 +++++++++++---
 .../erc/erc-scenarios-scrolltobottom-relaxed.el    |   5 +-
 test/lisp/erc/erc-stamp-tests.el                   |   2 +-
 test/lisp/erc/erc-tests.el                         | 398 +++++++++++++++++----
 .../erc/resources/base/assoc/multi-net/barnet.eld  |  12 +-
 .../erc/resources/base/assoc/multi-net/foonet.eld  |  12 +-
 .../resources/base/netid/bouncer/barnet-drop.eld   |   4 +-
 .../resources/base/netid/bouncer/foonet-drop.eld   |   6 +-
 .../resources/erc-d/resources/dynamic-foonet.eld   |   2 +-
 .../resources/fill/snapshots/merge-01-start.eld    |   2 +-
 .../resources/fill/snapshots/merge-02-right.eld    |   2 +-
 .../erc/resources/fill/snapshots/merge-wrap-01.eld |   2 +-
 .../fill/snapshots/monospace-01-start.eld          |   2 +-
 .../fill/snapshots/monospace-02-right.eld          |   2 +-
 .../resources/fill/snapshots/monospace-03-left.eld |   2 +-
 .../fill/snapshots/monospace-04-reset.eld          |   2 +-
 .../resources/fill/snapshots/spacing-01-mono.eld   |   2 +-
 .../resources/fill/snapshots/stamps-left-01.eld    |   2 +-
 .../foonet.eld => match/fools/fill-wrap.eld}       |  13 +-
 test/lisp/erc/resources/sasl/scram-sha-1.eld       |   2 +-
 test/lisp/erc/resources/sasl/scram-sha-256.eld     |   2 +-
 33 files changed, 1450 insertions(+), 602 deletions(-)
 copy test/lisp/erc/resources/{join/legacy/foonet.eld => 
match/fools/fill-wrap.eld} (68%)



reply via email to

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