branch: externals/matlab-mode
commit 7144e1f4f2bffcda6cbe61bfca5e8c7cc5d2d76b
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    NEWS.org: add 8.0.1 entry
---
 NEWS.org              | 5 +++++
 matlab-mode.el        | 2 +-
 matlab-ts-mode--ei.el | 2 +-
 matlab-ts-mode.el     | 2 +-
 matlab.el             | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 8dbccea91d..bc81aac2e1 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,11 @@
 
 # Copyright (C) 2025-2026 Free Software Foundation, Inc.
 
+* Release 8.0.1 Jan-30-2026
+
+Minor /electric indent/ fix to correct comma placement in struct field 
alignment and also to fix
+non-positional name = value arguments and attributes.
+
 * Release 8.0.0 Jan-29-2026
 
 This release updates matlab-ts-mode indent to /electric indent code/. This is 
sometimes called
diff --git a/matlab-mode.el b/matlab-mode.el
index 93d7605a58..9a6ce6c60a 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.0.0
+;; Version: 8.0.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 4f724b46fc..31b3c7a166 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.0.0
+;; Version: 8.0.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 24c61e4b68..d97b1958bc 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.0.0
+;; Version: 8.0.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 4385cbdd63..979b5738cb 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.0.0
+;; Version: 8.0.1
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 

Reply via email to