emacs/lisp/erc
F. Jason Park 9ba65aa965 Fix missing margin face on display prop in erc-stamp
* lisp/erc/erc-stamp.el (erc-insert-timestamp-right): Explicitly add
face to right-hand stamp's `display' margin string.  Commit d24b10ca
"Introduce 'margin' face for window margin background" did away with the
"fall-through" behavior in which a margin spec's string that lacks its
own face property inherited whatever the associated `display' char
happened to have.  (Bug#80693)

;; The old language in "(elisp) Display Margins" said "if the
;; string to be displayed in the margin doesn't specify a face, its
;; face is determined using the same rules and priorities as it is
;; for strings displayed in the text area (see Displaying Faces),"
;; and that "if this results in undesirable 'leaking' of faces into
;; the margin, make sure the string has an explicit face specified
;; for it."  It seems ERC and likely more than a few other packages
;; never came to heed this guidance and have erroneously depended
;; on such behavior for years if not decades.
;;
;; * test/lisp/erc/resources/fill/snapshots/merge-01-start.eld:
;; * test/lisp/erc/resources/fill/snapshots/merge-02-right.eld:
;; * test/lisp/erc/resources/fill/snapshots/merge-wrap-01.eld:
;; * test/lisp/erc/resources/fill/snapshots/merge-wrap-indicator-pre-01.eld:
;; * test/lisp/erc/resources/fill/snapshots/monospace-01-start.eld:
;; * test/lisp/erc/resources/fill/snapshots/monospace-02-right.eld:
;; * test/lisp/erc/resources/fill/snapshots/monospace-03-left.eld:
;; * test/lisp/erc/resources/fill/snapshots/monospace-04-reset.eld:
;; * test/lisp/erc/resources/fill/snapshots/spacing-01-mono.eld: Update
;; snapshot.
2026-05-18 15:07:34 -07:00
..
ChangeLog.1 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.2 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-autoaway.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-backend.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-button.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-capab.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-common.el Use seq-doseq for iterating over strings in ERC 2026-01-11 05:25:03 -08:00
erc-compat.el Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-04 14:43:05 +00:00
erc-dcc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-desktop-notifications.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ezbounce.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-fill.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-goodies.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ibuffer.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-identd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-imenu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-join.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-lang.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-list.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-log.el Only perform erc-log-insert-log-on-open setup once 2026-04-30 15:46:42 -07:00
erc-match.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-menu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-netsplit.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-networks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-nicks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-notify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-page.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-pcomplete.el Define variable alias for erc-completion-mode 2026-04-30 15:46:34 -07:00
erc-replace.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ring.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-sasl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-services.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-sound.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-speedbar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-spelling.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-stamp.el Fix missing margin face on display prop in erc-stamp 2026-05-18 15:07:34 -07:00
erc-status-sidebar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-track.el Fix erc-track-faces-normal-list regression 2026-03-23 18:14:57 -07:00
erc-truncate.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-xdcc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc.el Change ERC version for Emacs 31 to 5.6.2.31.1 2026-05-11 20:24:26 -07:00