branch: externals/matlab-mode
commit e6923314f3ffb291e45ece6b1ce08a0961e31adb
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
NEWs.org: release 8.1.1
---
NEWS.org | 10 ++++++++++
matlab-mode.el | 2 +-
matlab-ts-mode--ei.el | 2 +-
matlab-ts-mode.el | 2 +-
matlab.el | 2 +-
5 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 83a148c387..4a7e714318 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,16 @@
# Copyright (C) 2025-2026 Free Software Foundation, Inc.
+* Release 8.1.1 Feb-22-2026
+
+1. Enable matlab-ts-mode with Emacs 30.2 which is using tree-sitter ABI 15 (or
14). Note, Emacs 30.1
+ is using tree-sitter ABI 14 which continues to work.
+
+2. Update installation instructions for the MATLAB Language Server
+
+3. Fix mlint.el issue ("Do not permit multiple groups with the same name")
+
+
* Release 8.1.0 Feb-16-2026
1. The behavior of TAB and RET in matlab-ts-mode to electric
indent/code-format adjacent lines of
diff --git a/matlab-mode.el b/matlab-mode.el
index cde465ef7a..d5e2c32a2a 100644
--- a/matlab-mode.el
+++ b/matlab-mode.el
@@ -1,6 +1,6 @@
;;; matlab-mode.el --- Major mode for MATLAB(R) dot-m files -*-
lexical-binding: t -*-
-;; Version: 8.1.0
+;; Version: 8.1.1
;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/matlab-ts-mode--ei.el b/matlab-ts-mode--ei.el
index 36793c45a4..0a1628ba40 100644
--- a/matlab-ts-mode--ei.el
+++ b/matlab-ts-mode--ei.el
@@ -1,6 +1,6 @@
;;; matlab-ts-mode--ei.el --- MATLAB electric indent -*- lexical-binding: t -*-
-;; Version: 8.1.0
+;; Version: 8.1.1
;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index 43567b486e..f1e766ca8a 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -1,6 +1,6 @@
;;; matlab-ts-mode.el --- MATLAB(R) Tree-Sitter Mode -*- lexical-binding: t -*-
-;; Version: 8.1.0
+;; Version: 8.1.1
;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
diff --git a/matlab.el b/matlab.el
index 6be2b072cc..216d27813b 100644
--- a/matlab.el
+++ b/matlab.el
@@ -1,6 +1,6 @@
;;; matlab.el --- major mode for MATLAB(R) dot-m files -*- lexical-binding: t
-*-
-;; Version: 8.1.0
+;; Version: 8.1.1
;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
;; SPDX-License-Identifier: GPL-3.0-or-later