From 7b5445ce10eadc0cc3decc545be426482f137d48 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 27 Mar 2004 21:45:07 +0000 Subject: Update to 2.3.1 (previous distfile disappeared). Changes: Added continue to keyword list. Added use contributed matlab-generate-latex command. Doc comment update (New file exchange link, matlab shell switches) Font lock of pragmas Whitespace mode support. Exclude block verify from save hooks. Fixed if statement regexp for unreachable code. Add persistent as a keyword. Fill paragraph: Fix to handle comment at end of buffer. matlab-shell: Fix where kill-local-variables is called. User patch for finding the symbol at point. Yoni Wexler contributed patch for indented tic/toc. Block highlighting tic/toc. font lock for tic toc. --- editors/matlab-mode/Makefile | 6 +++--- editors/matlab-mode/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index 10672f13798..af989bcd8fb 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/27 21:45:07 wiz Exp $ # DISTNAME= matlab.el -PKGNAME= matlab-mode-2.3 +PKGNAME= matlab-mode-2.3.1 CATEGORIES= editors math MASTER_SITES= http://www.mathworks.com/matlabcentral/files/104/ EXTRACT_SUFX= @@ -13,7 +13,7 @@ COMMENT= Matlab mode for Emacs WRKSRC= ${WRKDIR} EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR} -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} .include "../../mk/emacs.mk" diff --git a/editors/matlab-mode/distinfo b/editors/matlab-mode/distinfo index 3ee4f931046..823084318a9 100644 --- a/editors/matlab-mode/distinfo +++ b/editors/matlab-mode/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/14 01:32:43 dmcmahill Exp $ +$NetBSD: distinfo,v 1.2 2004/03/27 21:45:07 wiz Exp $ -SHA1 (matlab-mode-2.3/matlab.el) = f0bc5f62292798ccd7f6a92ca04ddab11e79cfe4 -Size (matlab-mode-2.3/matlab.el) = 219424 bytes +SHA1 (matlab-mode-2.3.1/matlab.el) = 87943c5bb936d5c14883a838bd53c89c055b8598 +Size (matlab-mode-2.3.1/matlab.el) = 221665 bytes -- cgit v1.2.3