[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (9377a3c889 -> c209802f7b)
From: |
Stefan Kangas |
Subject: |
master updated (9377a3c889 -> c209802f7b) |
Date: |
Mon, 2 Jan 2023 08:02:36 -0500 (EST) |
skangas pushed a change to branch master.
from 9377a3c889 Fix build with older versions of gnutls
adds 5aeb8de32e ; Fix copyright years in 2 more files.
adds 2baf9e107c Fix shortdoc-tests failure with respect to
regexp-opt-charset
adds da77d70dee ; * test/lisp/emacs-lisp/copyright-tests.el: Fix and
future-safe.
adds 7fd822e7f5 Update Antinews in the user manual for Emacs 29
adds f12f72b0e0 ; * lisp/simple.el (primitive-undo): Clarify error
message (bug#60467)
adds 7b0b17df67 Rewrite Antinews in ELisp manual for Emacs 29
adds 411647a3f6 ; Fix NEWS.
adds 8994f87ad4 Adjust function-call fontification in csharp-ts-mode
(bug#60376)
adds 1864b65af6 ; Minor fix for treesit--install-language-grammar-1
(bug#60465)
adds 84e7c2fbc8 Fix fontification of C++ reference return types
(bug#60441)
adds 0562006da3 Add ruby-ts-mode
adds 4561844720 ruby-ts-mode: Highlight singleton method definitions and
setters
adds d9ed736f0a ruby-ts-mode: Remove some currently unused functions
adds 2569ede9c4 Update to Org 9.6-81-g563a43
adds 4520f09dd8 ; * admin/git-bisect-start: Update failing commits
new c209802f7b Merge from origin/emacs-29
Summary of changes:
admin/git-bisect-start | 39 +-
doc/emacs/anti.texi | 192 +++---
doc/emacs/emacs.texi | 2 +-
doc/lispref/anti.texi | 225 +++----
doc/lispref/elisp.texi | 2 +-
etc/NEWS.29 | 15 +-
etc/ORG-NEWS | 2 +-
etc/images/gnus/README | 4 +-
etc/images/icons/README | 6 +-
lisp/org/ob-core.el | 7 +-
lisp/org/org-agenda.el | 13 +-
lisp/org/org-cycle.el | 2 +-
lisp/org/org-fold-core.el | 2 +-
lisp/org/org-fold.el | 2 +-
lisp/org/org-macs.el | 8 +-
lisp/org/org-persist.el | 30 +-
lisp/org/org-src.el | 154 ++---
lisp/org/org-version.el | 2 +-
lisp/progmodes/c-ts-mode.el | 2 +-
lisp/progmodes/csharp-mode.el | 64 +-
lisp/progmodes/eglot.el | 2 +-
lisp/progmodes/ruby-ts-mode.el | 944 ++++++++++++++++++++++++++++++
lisp/simple.el | 2 +-
lisp/treesit.el | 2 +
test/lisp/emacs-lisp/copyright-tests.el | 6 +-
test/lisp/emacs-lisp/shortdoc-tests.el | 1 +
test/lisp/progmodes/ruby-ts-mode-tests.el | 254 ++++++++
27 files changed, 1636 insertions(+), 348 deletions(-)
create mode 100644 lisp/progmodes/ruby-ts-mode.el
create mode 100644 test/lisp/progmodes/ruby-ts-mode-tests.el
- master updated (9377a3c889 -> c209802f7b),
Stefan Kangas <=