branch: externals/idlwave commit 1c794f8e1eb5291aaf716bd730fe810c45320ddc Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Cleanup headers, bump to v6.5.0 --- idlw-complete-structtag.el | 4 ++-- idlw-help.el | 6 +++--- idlw-roprompt.el | 9 ++++----- idlw-shell.el | 5 ++--- idlw-toolbar.el | 7 +++---- idlwave.el | 12 ++++++------ 6 files changed, 20 insertions(+), 23 deletions(-) diff --git a/idlw-complete-structtag.el b/idlw-complete-structtag.el index 9afcd3332b..e0a49bd147 100644 --- a/idlw-complete-structtag.el +++ b/idlw-complete-structtag.el @@ -1,8 +1,8 @@ ;;; idlw-complete-structtag.el --- Completion of structure tags. -*- lexical-binding: t; -*- ;; Copyright (c) 2001-2024 Free Software Foundation, Inc. ;; -;; Author: Carsten Dominik <dominik _AT_ astro.uva.nl> -;; Maintainer: J.D. Smith <jdsmith _AT_ alum.mit.edu> +;; Author: Carsten Dominik +;; Maintainer: J.D. Smith ;; Old-Version: 1.2 ;; Keywords: languages ;; Package: idlwave diff --git a/idlw-help.el b/idlw-help.el index fd8bcd645d..0a3bda91d1 100644 --- a/idlw-help.el +++ b/idlw-help.el @@ -2,10 +2,10 @@ ;; Copyright (c) 2000-2024 Free Software Foundation, Inc. ;; -;; Authors: J.D. Smith <jdtsmith _AT_ gmail.com> -;; Carsten Dominik <dominik _AT_ science.uva.nl> +;; Authors: J.D. Smith +;; Carsten Dominik ;; Maintainer: J.D. Smith -;; Version: VERSIONTAG +;; Version: 6.5.0 ;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/idlw-roprompt.el b/idlw-roprompt.el index c6ee4d282a..4a1e29955d 100644 --- a/idlw-roprompt.el +++ b/idlw-roprompt.el @@ -1,10 +1,9 @@ -;;; idlw-reprompt.el --- run IDL as an inferior process of Emacs. -*- lexical-binding: t; -*- +;;; idlw-roprompt.el --- Make IDL shell prompt read only -*- lexical-binding: t; -*- ;; Copyright (c) 2002-2024 Free Software Foundation -;; Author: J.D. Smith <jdsm...@as.arizona.edu> -;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu> -;; Version: 1.0 -;; Date: $Date: 2003/05/13 18:42:27 $ +;; Author: J.D. Smith +;; Maintainer: J.D. Smith +;; Version: 6.5.0 ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/idlw-shell.el b/idlw-shell.el index df7ce6d24a..43dcccbf8f 100644 --- a/idlw-shell.el +++ b/idlw-shell.el @@ -1,12 +1,11 @@ -;; idlw-shell.el --- run IDL as an inferior process of Emacs. -*- lexical-binding: t; -*- - +;; idlw-shell.el --- run IDL as an inferior process -*- lexical-binding: t; -*- ;; Copyright (C) 1999-2024 Free Software Foundation, Inc. ;; Authors: J.D. Smith ;; Carsten Dominik ;; Chris Chase ;; Maintainer: J.D. Smith -;; Version: VERSIONTAG +;; Version: 6.5.0 ;; Keywords: processes ;; Package: idlwave diff --git a/idlw-toolbar.el b/idlw-toolbar.el index 51732b4cf1..bd1988101a 100644 --- a/idlw-toolbar.el +++ b/idlw-toolbar.el @@ -1,9 +1,8 @@ ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE -*- lexical-binding: t; -*- ;; Copyright (c) 1999-2024 Free Software Foundation -;; Author: Carsten Dominik <dominik _AT_ astro.uva.nl> -;; Maintainer: J.D. Smith <jdtsmith _AT_ gmail.com> -;; Version: VERSIONTAG -;; Date: $Date: 2006/08/22 05:15:26 $ +;; Author: Carsten Dominik +;; Maintainer: J.D. Smith +;; Version: 6.5.0 ;; Keywords: processes ;; Package: idlwave diff --git a/idlwave.el b/idlwave.el index 1a2d93ac78..83fbdb2317 100644 --- a/idlwave.el +++ b/idlwave.el @@ -2,11 +2,11 @@ ;; Copyright (C) 1999-2024 Free Software Foundation, Inc. -;; Authors: J.D. Smith <jdsmith _AT_ alum.mit.edu> -;; Carsten Dominik <dominik _AT_ science.uva.nl> -;; Chris Chase <chase _AT_ att.com> -;; Maintainer: J.D. Smith <jdsmith _AT_ alum.mit.edu> -;; Version: 6.5 +;; Authors: J.D. Smith +;; Carsten Dominik +;; Chris Chase +;; Maintainer: J.D. Smith +;; Version: 6.5.0 ;; Keywords: languages ;; This file is part of GNU Emacs. @@ -172,7 +172,7 @@ (defconst idlwave-mode-version (if (fboundp 'package-get-version) (package-get-version) - "VERSIONTAG")) + "6.5.0")) ;;;###autoload