master updated (9e6f03993b8 -> 0ab4c2e4ffa)

Sean Whitton <[email protected]> Wed, 5 Aug 2026 06:40:45 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
spwhitton pushed a change to branch master.

      from  9e6f03993b8 * lisp/outline.el (outline-occur): Autoload.
      adds  a93e0ff7b17 ; AGENTS.md, CLAUDE.md: New files.
      adds  1b500ce5a5c Fix documentation of ':set' function in 'defcustom'
      adds  db6beef2606 Distinguish UTC vs. UTC+0:00 times in iCalendar library
      adds  287187f202e pcm-try-completion: collapse ** into *
      adds  b1687dbe02a * admin/notes/jargon: Add FUD.
      adds  8b521b98edb ; * etc/NEWS: Fix level of last change.
      adds  cc210dbf14d Fix JSX tag angle-bracket pairing in tsx-ts-mode
      adds  e54ba842458 ; * etc/PROBLEMS (Build-time problems): Discuss bug#81211.
       new  0ab4c2e4ffa Merge from origin/emacs-31


Summary of changes:
 AGENTS.md                                          |  6 +++
 CLAUDE.md                                          |  1 +
 admin/notes/jargon                                 |  1 +
 etc/NEWS.31                                        | 18 +++++---
 etc/PROBLEMS                                       |  6 +++
 lisp/calendar/diary-icalendar.el                   | 11 +++--
 lisp/calendar/icalendar-ast.el                     | 10 +++--
 lisp/calendar/icalendar-parser.el                  | 28 +++++++++----
 lisp/calendar/icalendar-recur.el                   | 10 +++--
 lisp/calendar/icalendar-utils.el                   |  8 ++--
 lisp/custom.el                                     | 14 ++++---
 lisp/minibuffer.el                                 | 16 ++++++--
 lisp/progmodes/typescript-ts-mode.el               | 48 ++++++++++++++--------
 .../import-bug-24199.diary-all                     |  6 +--
 test/lisp/calendar/diary-icalendar-tests.el        |  2 +-
 test/lisp/calendar/icalendar-parser-tests.el       | 37 ++++++++++++++++-
 test/lisp/calendar/icalendar-recur-tests.el        | 28 ++++++-------
 test/lisp/minibuffer-tests.el                      |  5 ++-
 test/lisp/progmodes/typescript-ts-mode-tests.el    | 48 ++++++++++++++++++++++
 19 files changed, 227 insertions(+), 76 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 CLAUDE.md