emacs-diffs
[Top][All Lists]
Advanced

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

master updated (1a8f61a9f65 -> f109396fe36)


From: F. Jason Park
Subject: master updated (1a8f61a9f65 -> f109396fe36)
Date: Fri, 20 Oct 2023 18:27:10 -0400 (EDT)

jpneverwas pushed a change to branch master.

      from  1a8f61a9f65 project--switch-project-command: Retouch
       new  6daa6f5f5ce ; Mark erc-log test as :unstable
       new  b86b187aa90 * lisp/erc/erc-backend.el (define-erc-response-handler) 
Edebug spec.
       new  a74b5de31f6 Warn about top-level erc-update-modules calls
       new  7ffc79690ad Restore missing metadata props in erc-display-line
       new  47612514a9e Fix right-sided stamps commingling with erc-prompt
       new  bcebda5eec2 Respect user markers in erc-insert-timestamp-left
       new  8cf66ab1e5f Rename erc-server-buffer-p
       new  f109396fe36 Prefer erc-target to erc-default-target


Summary of changes:
 doc/misc/erc.texi                                  |  81 +++---
 etc/ERC-NEWS                                       |  41 +++
 lisp/erc/erc-backend.el                            |   9 +-
 lisp/erc/erc-common.el                             |  22 +-
 lisp/erc/erc-fill.el                               |   3 +-
 lisp/erc/erc-log.el                                |   4 +-
 lisp/erc/erc-match.el                              |   4 +-
 lisp/erc/erc-networks.el                           |  12 +-
 lisp/erc/erc-notify.el                             |   4 +-
 lisp/erc/erc-speedbar.el                           |   2 +-
 lisp/erc/erc-stamp.el                              |  20 +-
 lisp/erc/erc-track.el                              |   4 +-
 lisp/erc/erc.el                                    | 281 ++++++++++++---------
 test/lisp/erc/erc-fill-tests.el                    |  57 +++--
 test/lisp/erc/erc-networks-tests.el                |   7 +-
 test/lisp/erc/erc-scenarios-base-reuse-buffers.el  |   2 +
 test/lisp/erc/erc-scenarios-display-message.el     |  64 +++++
 test/lisp/erc/erc-scenarios-log.el                 |   2 +-
 test/lisp/erc/erc-scenarios-stamp.el               |  90 +++++++
 test/lisp/erc/erc-tests.el                         |  82 +++++-
 .../resources/base/display-message/multibuf.eld    |  45 ++++
 .../erc/resources/base/renick/queries/solo.eld     |   2 +-
 .../base/reuse-buffers/channel/barnet.eld          |   2 +-
 .../base/reuse-buffers/channel/foonet.eld          |   2 +-
 test/lisp/erc/resources/erc-scenarios-common.el    |   4 +-
 .../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 +-
 test/lisp/erc/resources/join/network-id/foonet.eld |   4 +-
 35 files changed, 621 insertions(+), 247 deletions(-)
 create mode 100644 test/lisp/erc/erc-scenarios-display-message.el
 create mode 100644 test/lisp/erc/erc-scenarios-stamp.el
 create mode 100644 test/lisp/erc/resources/base/display-message/multibuf.eld



reply via email to

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