master updated (71a81c9853e -> ad0c3409758)

Paul Eggert <[email protected]> Wed, 15 Jul 2026 15:53:47 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
eggert pushed a change to branch master.

      from  71a81c9853e Fix benchmark failure when no native compilation
      adds  2b8aa16b0b8 Support javascript "using" keyword (bug#81351)
      adds  eebc9c7fe72 ; * etc/DEBUG: Info about -g3 on OpenBSD (bug#81109).
      adds  b6412271e13 Fix copy-by-mouse in *Backtrace* buffers
      adds  7a9c0049249 ; Clarify documentation of 'filter-buffer-substring'
      adds  86b65d82c7f Turn off combination resizing in 'window--transpose-1' (Bug#81406)
      adds  4be321d5115 Fix issues related to window layout changes (Bug#81406)
      adds  afc5fc709b7 browse-url-with-browser-kind: Use strings for DEF
      adds  48a481ac8d8 ; Improve documentation of window-rotation commands
      adds  937de3fa927 ; Fix typos in preceding commit
      adds  f620924322d ; Improve doc-strings of window rotation commands
      adds  0818bb3eb38 ; * etc/NEWS: Presentational fixes and improvements.
      adds  407de5142c2 Port pdumper to m68k
       new  68a9c61fa9b Merge from origin/emacs-31
       new  ad0c3409758 Bump DUMP_RELOCATION_ALIGNMENT to alignof (Lisp_Object)


Summary of changes:
 doc/lispref/text.texi                |   8 +-
 doc/lispref/windows.texi             |  40 ++++---
 etc/DEBUG                            |  11 +-
 etc/NEWS.31                          |  29 +++--
 lisp/emacs-lisp/backtrace.el         |   6 +-
 lisp/net/browse-url.el               |   4 +-
 lisp/progmodes/js.el                 |  31 +++--
 lisp/progmodes/typescript-ts-mode.el |   2 +-
 lisp/simple.el                       |   6 +-
 lisp/window-x.el                     | 213 +++++++++++++++++++++--------------
 src/pdumper.c                        |  13 ++-
 src/window.c                         |   5 +-
 12 files changed, 235 insertions(+), 133 deletions(-)