{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":22711712,"defaultBranch":"master","name":"emacs","ownerLogin":"emacs-mirror","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-08-07T06:58:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8382104?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726090122.0","currentOid":""},"activityList":{"items":[{"before":"e8f5df5175170d36f526e46b63b3d428bb9a8950","after":"c2d6f191d489de8349847b5c18acec8462b66247","ref":"refs/heads/master","pushedAt":"2024-09-24T21:03:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CC Mode: Separate indentation of enums from that of brace lists\n\nThis will allow enums to be indented as in the GNU coding\nstandards without affecting brace lists.\n\n* lisp/progmodes/cc-align.el\n(c-lineup-arglist-intro-after-paren)\n(c-lineup-arglist-close-under-paren)\n(c-lineup-whitesmith-in-block)\n(c-lineup-after-whitesmith-blocks): Amend doc strings to\nindicate they can be used for enum-* syntactic symbols too.\n\n* lisp/progmodes/cc-engine.el (c-looking-at-decl-block)\n(c-backward-typed-enum-colon, c-backward-over-enum-header):\nRename c-after-brace-list-key to c-after-enum-list-key and\nc-brace-list-key to c-enum-list-key.\n(c-at-enum-brace): New function.\n(c-inside-bracelist-p): Don't check for enums any more.\n(c-add-stmt-syntax): New cond arm for enums.\n(c-guess-continued-construct CASE B.6) New code for enum-open.\n(c-guess-basic-syntax CASE 5A.3, CASE 7B, CASE 9, CASE 9B)\n(CASE 9C, CASE 9D): Use the new function c-at-enum-brace, and\nuse enum-* syntactic symbols rather than brace-list-* ones\nwhere appropriate.\n(c-used-syntactic-symbols): New dynamic variable.\n(c-evaluate-offset): Add handling for a different syntactic\nsymbol as the cdr of a c-offsets-alist element.\n\n* lisp/progmodes/cc-fonts.el (c-get-fontification-context):\nAdd a call to c-at-enum-brace since c-inside-bracelist-p no\nlonger handles enums.\n(c-font-lock-enum-body, c-font-lock-enum-tail): Condense calls\nto c-backward-over-enum-header to c-at-enum-brace.\n(c-basic-matchers-after): Replace a c-brace-list-decl-kwds with\nc-enum-list-kwds.\n\n* lisp/progmodes/cc-langs.el (c-enum-list-kwds)\n(c-enum-list-key): New names for c-brace-list-decl-kwds and\nc-brace-list-key.\n(c-after-enum-list-kwds, c-after-enum-list-key): New names for\nc-after-brace-list-decl-kwds and c-after-brace-list-key.\n(c-enum-list-key, c-after-enum-list-key): Add code to\nuse a value of an old name, should a derived mode still use\nthat.\n(c-defun-type-name-decl-kwds, c-typedef-decl-kwds)\n(c-typeless-decl-kwds, c-prefix-spec-kwds)\n(c-brace-id-list-kwds, c-enum-clause-introduction-re): Use\nc-enum-list-kwds rather than c-brace-list-decl-kwds.\n\n* lisp/progmodes/cc-styles.el (c-read-offset): Add \"a\nsyntactic symbol\" into an error message text.\n\n* lisp/progmodes/cc-vars.el (c-valid-offset): Allow for a\nsyntactic symbol as the parameter.\n(c-offsets-alist): Add new syntactic symbols enum-open,\nenum-close, enum-intro, and enum-entry.\n\n* doc/misc/cc-mode.texi (Syntactic Symbols): Add a note that\nanchor points are briefly documented in cc-vars.el. Correct\nthe suffix \"-block-intro\" to \"-intro\". Remove \"an enum or\"\nfrom the descriptions of the brace-list-* syntactic symbols.\nAdd in new descriptions for the enum-* syntactic symbols.\n(Brace List Symbols): Remove references to enums. Add a note\nthat enums are no longer brace-lists.\n(Enum Symbols): A new subsection documenting the new enum-*\nsyntactic symbols.\n(c-offsets-alist): Document the new possibility, syntactic\nsymbol, for the cdr of an alist entry.\n(Brace/Paren Line-Up, List Line-Up): Note that the new enum\nsyntactic symbols can be handled by these lineup functions.","shortMessageHtmlLink":"CC Mode: Separate indentation of enums from that of brace lists"}},{"before":"ce601de1cafa65d6e6f5ba52e9c794873d164fbd","after":"e8f5df5175170d36f526e46b63b3d428bb9a8950","ref":"refs/heads/master","pushedAt":"2024-09-24T18:27:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Declare nested backquotes unsupported in Pcase patterns (bug#72328)\n\nThe current behavior is inconsistent with that of the normal backquote\nmacro, so to avoid surprises, warn about the use of nested backquotes.\n\n* lisp/emacs-lisp/pcase.el (pcase--expand-\\`): Warn about nested backquotes.\n\n* lisp/emacs-lisp/testcover.el (testcover-analyze-coverage)\n(testcover-analyze-coverage-wrapped-form): Avoid nested backquotes","shortMessageHtmlLink":"Declare nested backquotes unsupported in Pcase patterns (bug#72328)"}},{"before":"2b53e11a087be54f9ba7cd39334f7c14e89946ca","after":"4729065ee78c260538974c2d8010246dce0ebf0c","ref":"refs/heads/emacs-30","pushedAt":"2024-09-24T16:17:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Document 'buttonize-region' in manual\n\nIt was added in emacs-29, but never added to the lisp reference\nmanual.\n\n* doc/lispref/display.texi (Making Buttons): Document\n'buttonize-region'.","shortMessageHtmlLink":"Document 'buttonize-region' in manual"}},{"before":"e7260d4eb3ed1bebcaa9e2b934f162d4bb42e413","after":"ce601de1cafa65d6e6f5ba52e9c794873d164fbd","ref":"refs/heads/master","pushedAt":"2024-09-24T15:25:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"diff-apply-buffer: Improve failure message\n\n* lisp/vc/diff-mode.el (diff-apply-buffer): Say \"hunk\", not\n\"hunks\", when there was only one failed hunk.","shortMessageHtmlLink":"diff-apply-buffer: Improve failure message"}},{"before":"32d0c8f6af52cd8db363456d817c3d214eea4c00","after":"2b53e11a087be54f9ba7cd39334f7c14e89946ca","ref":"refs/heads/emacs-30","pushedAt":"2024-09-24T11:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Use black-on-white by default for doc-view-svg-face.\n\n* lisp/doc-view.el (doc-view-svg-face): Define black on white as\ndefault value instead of using the current theme's values.\n* etc/NEWS: Adjust entry for doc-view-svg-face.","shortMessageHtmlLink":"Use black-on-white by default for doc-view-svg-face."}},{"before":"8f265b49e3d3b4403ab0cdd4a5b94d2e335297cb","after":"32d0c8f6af52cd8db363456d817c3d214eea4c00","ref":"refs/heads/emacs-30","pushedAt":"2024-09-23T18:37:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"etags-regen-file-extensions: Enable for more extensions\n\n* lisp/progmodes/etags-regen.el (etags-regen-file-extensions):\nAdd more extensions, but remove \"a\". From the ones recognized by\netags, also omit \"t\", \"ml\", \"l\", \"def\" and \"inc\", see\nhttps://lists.gnu.org/archive/html/emacs-devel/2024-09/msg00735.html.\n(etags-regen--all-files): Use 'string-match-p' for performance.\nBind 'case-fold-search' to t to match extensions in any case.","shortMessageHtmlLink":"etags-regen-file-extensions: Enable for more extensions"}},{"before":"40e0257b1084b0243b5fcc972068fbce41fd9629","after":"e7260d4eb3ed1bebcaa9e2b934f162d4bb42e413","ref":"refs/heads/master","pushedAt":"2024-09-23T15:35:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Fix shr-tests when Emacs was built without libxml2\n\n* test/lisp/net/shr-tests.el (shr-test/zoom-image): Skip if\nlibxml2 is not available. (Bug#73440)","shortMessageHtmlLink":"; Fix shr-tests when Emacs was built without libxml2"}},{"before":"dda7abb177b8eec537b18abb978fcbcb61dd8af1","after":"40e0257b1084b0243b5fcc972068fbce41fd9629","ref":"refs/heads/master","pushedAt":"2024-09-23T15:09:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Extend tramp-otp-password-prompt-regexp\n\n* lisp/net/tramp.el (tramp-otp-password-prompt-regexp): Add TACC\nHPC prompt.","shortMessageHtmlLink":"Extend tramp-otp-password-prompt-regexp"}},{"before":"c8ed48b9901790fdabcf91ef15a6ba47c96b48c8","after":"8f265b49e3d3b4403ab0cdd4a5b94d2e335297cb","ref":"refs/heads/emacs-30","pushedAt":"2024-09-23T14:17:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Fix last change\n\n* doc/lispref/lists.texi (Building Lists):\n* src/fns.c (Fappend): Fix last change (bug#73427). Suggested by\nMattias Engdegård .","shortMessageHtmlLink":"; Fix last change"}},{"before":"c1f2501f55d7454222389244512f732ac5e778b4","after":"c8ed48b9901790fdabcf91ef15a6ba47c96b48c8","ref":"refs/heads/emacs-30","pushedAt":"2024-09-23T12:07:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Improve documentation of 'append'\n\n* doc/lispref/lists.texi (Building Lists):\n* src/fns.c (Fappend): Improve documentation of 'append'. (Bug#73427)","shortMessageHtmlLink":"; Improve documentation of 'append'"}},{"before":"3fb966dc6392e1908304a1b6fe481da9f670cfbb","after":"dda7abb177b8eec537b18abb978fcbcb61dd8af1","ref":"refs/heads/master","pushedAt":"2024-09-23T08:13:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"* doc/misc/tramp.texi (Frequently Asked Questions): Improve indices.","shortMessageHtmlLink":"* doc/misc/tramp.texi (Frequently Asked Questions): Improve indices."}},{"before":"0f4c09d26782835a7e31bf29c92d72a6a27a3ff1","after":"3fb966dc6392e1908304a1b6fe481da9f670cfbb","ref":"refs/heads/master","pushedAt":"2024-09-22T10:07:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Fix dnd-tests on MS-Windows\n\n* test/lisp/dnd-tests.el (dnd-tests-get-local-file-uri): Fix test\non MS-Windows.","shortMessageHtmlLink":"; Fix dnd-tests on MS-Windows"}},{"before":"f5bf007df122d3524b23725c5ddc2dd97d3577f8","after":"0f4c09d26782835a7e31bf29c92d72a6a27a3ff1","ref":"refs/heads/master","pushedAt":"2024-09-22T08:23:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Add test for deleting multiple pairs at once\n\n* test/lisp/electric-tests.el (electric-pair-backspace-2):\nNew test. (Bug#72437)","shortMessageHtmlLink":"; Add test for deleting multiple pairs at once"}},{"before":"4f5fc519f0921f3ad2f78210e9fb765705fc4cad","after":"c1f2501f55d7454222389244512f732ac5e778b4","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T20:41:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Update and improve UI of sql-read-product (bug#73412)\n\n* lisp/progmodes/sql.el (sql-read-product): In invocation of\ncompleting-read use format-prompt and make deprecated argument\nINITIAL-INPUT nil.\n(sql-set-product, sql-product-interactive): In invocation of\nsql-read-product adjust prompt to use of format-prompt.","shortMessageHtmlLink":"Update and improve UI of sql-read-product (bug#73412)"}},{"before":"086cb1b590251ca353fec5a841ea882cdf9cbcb2","after":"f5bf007df122d3524b23725c5ddc2dd97d3577f8","ref":"refs/heads/master","pushedAt":"2024-09-21T17:39:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; * lisp/midnight.el (midnight-mode): forward-declare midnight-delay","shortMessageHtmlLink":"; * lisp/midnight.el (midnight-mode): forward-declare midnight-delay"}},{"before":"4745bafa6a1d6aeda5ad08e09541d076ee223382","after":"086cb1b590251ca353fec5a841ea882cdf9cbcb2","ref":"refs/heads/master","pushedAt":"2024-09-21T17:13:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"CC Mode: fix minor errors in the fontification of enums.\n\n1: Fix the typing of a space on the { line in an enum\nspecification which is the first item in a buffer. This\ndefontified the enum's identifiers.\n2: Fix the typing of a space on the line of the enum's last\nidentifier. This defontified that identifier for\njit-lock-context-time.\n\n* lisp/progmodes/cc-engine.el (c-forward-declarator): Cease\nrejecting the identifier if there are no further tokens before\nLIMIT.\n\n* lisp/progmodes/cc-mode.el (c-fl-decl-start): Accept a\nbackward search as succeeding if it hits point-min.","shortMessageHtmlLink":"CC Mode: fix minor errors in the fontification of enums."}},{"before":"98177d4b3d15e5b7a9c14d1588c13a928ed62da1","after":"4f5fc519f0921f3ad2f78210e9fb765705fc4cad","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T15:55:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Insert correct commit data into VC package descriptions\n\n* lisp/emacs-lisp/package-vc.el (package-vc-commit): Rename\nargument from PKG to PKG-DESC.\n(package-vc--generate-description-file): Update the \"extras\"\nsection of the package description with the revision string at\ngeneration time.","shortMessageHtmlLink":"Insert correct commit data into VC package descriptions"}},{"before":"dac1a48240a14c41e2d2792443eac62ea50e1f66","after":"4745bafa6a1d6aeda5ad08e09541d076ee223382","ref":"refs/heads/master","pushedAt":"2024-09-21T13:19:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Don't activate midnight-mode when loading 'midnight'\n\n* lisp/midnight.el (midnight-mode): Call 'midnight-delay-set' again\nwhen the mode is activated.\n(midnight-delay-set): Only start the timer if the mode is turned\non. (Bug#73291)\n* etc/NEWS: Document the change in behaviour.","shortMessageHtmlLink":"Don't activate midnight-mode when loading 'midnight'"}},{"before":"7aa5876cdf3df3ac0fa67a1dd06b49077dd0b8cf","after":"dac1a48240a14c41e2d2792443eac62ea50e1f66","ref":"refs/heads/master","pushedAt":"2024-09-21T12:53:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Delete redundant declarations of 'electric' variables\n\n* lisp/progmodes/js.el (electric-layout-rules):\n* lisp/progmodes/octave.el (electric-layout-rules):\n* lisp/progmodes/python.el (electric-indent-inhibit):\n* lisp/textmodes/rst.el (electric-indent-inhibit): Delete redundant\ndeclarations; 'electric' is preloaded since Emacs 24.4.","shortMessageHtmlLink":"Delete redundant declarations of 'electric' variables"}},{"before":"7a404e6d510830323381e5febbe61273f341dc20","after":"7aa5876cdf3df3ac0fa67a1dd06b49077dd0b8cf","ref":"refs/heads/master","pushedAt":"2024-09-21T12:27:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Add all exceptions up to Python 3.13 as keywords\n\n* lisp/progmodes/python.el\n(python-font-lock-keywords-maximum-decoration)\n(python--treesit-exceptions): Add all built-in exceptions in Python 3.13\nas keywords. Missing from the list was \"BaseExceptionGroup\",\n\"EncodingWarning\", \"ModuleNotFoundError\", and \"PythonFinalizationError\".","shortMessageHtmlLink":"Add all exceptions up to Python 3.13 as keywords"}},{"before":"4c5ab949fb15f89596705704bfb90a2ee1e0aa82","after":"7a404e6d510830323381e5febbe61273f341dc20","ref":"refs/heads/master","pushedAt":"2024-09-21T12:01:44.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix merging of NEWS from emacs-30.","shortMessageHtmlLink":"Fix merging of NEWS from emacs-30."}},{"before":"ecfebb5abb864d568a90ff4a1420c973781bbef9","after":"98177d4b3d15e5b7a9c14d1588c13a928ed62da1","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T11:35:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Document reporting security issues in user manual\n\n* doc/emacs/trouble.texi (Bugs): Document how to report important\nsecurity issues.","shortMessageHtmlLink":"Document reporting security issues in user manual"}},{"before":"eced1351200616eed626b56976d8ec98d12ebe61","after":"ecfebb5abb864d568a90ff4a1420c973781bbef9","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T11:09:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; Always set 'emoji--insert-buffer'\n\n* lisp/international/emoji.el (emoji-list): Always set insert buffer.\n(Bug#73390)\n\nCopyright-paperwork-exempt: yes","shortMessageHtmlLink":"; Always set 'emoji--insert-buffer'"}},{"before":"39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e","after":"4c5ab949fb15f89596705704bfb90a2ee1e0aa82","ref":"refs/heads/master","pushedAt":"2024-09-21T10:43:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; * lisp/emacs-lisp/lisp.el (delete-pair-push-mark): Add :version.","shortMessageHtmlLink":"; * lisp/emacs-lisp/lisp.el (delete-pair-push-mark): Add :version."}},{"before":"39ac8ddafd0482c0f3e1a0fd122168c90c962403","after":"39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e","ref":"refs/heads/master","pushedAt":"2024-09-21T09:51:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; * etc/NEWS: Fix last change.","shortMessageHtmlLink":"; * etc/NEWS: Fix last change."}},{"before":"b7f6cde419f862dbbf25a8192f5f31ac557b60b5","after":"eced1351200616eed626b56976d8ec98d12ebe61","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T09:51:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix 'replace-regexp' in WDired\n\n* src/search.c (Freplace_match): Revert the search.c part of the\nchange from Apr 7, 2024, which aims to fix bug#65451, but causes\nbug#73018. Do not merge to master.\n\n* test/src/editfns-tests.el\n(editfns-tests--before/after-change-functions): Expect this test\nto fail.","shortMessageHtmlLink":"Fix 'replace-regexp' in WDired"}},{"before":"a6dafbc2bc559295485c72bdfc317dda8a0a9bf5","after":"b7f6cde419f862dbbf25a8192f5f31ac557b60b5","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T09:25:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Disable xwidgets with recent webkitgtk versions (Bug#66068)\n\n* configure.ac: Accept only webkit2gtk-4.* versions less than 2.41.92.","shortMessageHtmlLink":"Disable xwidgets with recent webkitgtk versions (Bug#66068)"}},{"before":"f9fa75c1ef31ee78b43509f15b50cf0603757181","after":"39ac8ddafd0482c0f3e1a0fd122168c90c962403","ref":"refs/heads/master","pushedAt":"2024-09-21T08:33:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"* test/infra/gitlab-ci.yml (.tree-sitter-template): Add treesit.el.","shortMessageHtmlLink":"* test/infra/gitlab-ci.yml (.tree-sitter-template): Add treesit.el."}},{"before":"0834106a6209833ab5f5c032cce857f39889d3d6","after":"a6dafbc2bc559295485c72bdfc317dda8a0a9bf5","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T07:41:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"; * lisp/editorconfig.el (editorconfig-indentation-alist): Doc fix.","shortMessageHtmlLink":"; * lisp/editorconfig.el (editorconfig-indentation-alist): Doc fix."}},{"before":"76c6b4d2799ab1396ba003d33e4a177519d7e53d","after":"0834106a6209833ab5f5c032cce857f39889d3d6","ref":"refs/heads/emacs-30","pushedAt":"2024-09-21T04:13:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix treesit--merge-ranges (bug#73324)\n\n* lisp/treesit.el (treesit--merge-ranges): Make sure that old\nranges that intersects with START-END are actually discarded.\n* test/src/treesit-tests.el (treesit-range-merge): New test.","shortMessageHtmlLink":"Fix treesit--merge-ranges (bug#73324)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQyMTowMzo0Mi4wMDAwMDBazwAAAAS_oDdE","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQyMTowMzo0Mi4wMDAwMDBazwAAAAS_oDdE","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQwNDoxMzo0My4wMDAwMDBazwAAAAS8h2uF"}},"title":"Activity · emacs-mirror/emacs"}