emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/j-mode c61b17e 43/56: Mastering 1.1.0


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode c61b17e 43/56: Mastering 1.1.0
Date: Sun, 29 Aug 2021 11:20:51 -0400 (EDT)

branch: elpa/j-mode
commit c61b17e31ee79366a8d1b99d1a83d0c3202760d8
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Mastering 1.1.0
     - Updates to grammar handling
     - New inferior mode added
     - Updates to commend handling
---
 j-console.el   | 2 +-
 j-font-lock.el | 2 +-
 j-help.el      | 2 +-
 j-mode.el      | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/j-console.el b/j-console.el
index fa4294d..0b20789 100644
--- a/j-console.el
+++ b/j-console.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.0.2
+;; Version: 1.1.0
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
diff --git a/j-font-lock.el b/j-font-lock.el
index b2b4c97..60ab02f 100644
--- a/j-font-lock.el
+++ b/j-font-lock.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.0.2
+;; Version: 1.1.0
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
diff --git a/j-help.el b/j-help.el
index 3bef520..dcb060f 100644
--- a/j-help.el
+++ b/j-help.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.0.2
+;; Version: 1.1.0
 ;; Keywords: J, Languages
 
 ;; This file is not part of GNU Emacs.
diff --git a/j-mode.el b/j-mode.el
index 0911fe2..a966d15 100644
--- a/j-mode.el
+++ b/j-mode.el
@@ -5,7 +5,7 @@
 ;;
 ;; Authors: Zachary Elliott <ZacharyElliott1@gmail.com>
 ;; URL: http://github.com/zellio/j-mode
-;; Version: 1.0.2
+;; Version: 1.1.0
 ;; Keywords: J, Langauges
 
 ;; This file is not part of GNU Emacs.
@@ -54,7 +54,7 @@
 (require 'j-help)
 
 
-(defconst j-mode-version "1.0.2"
+(defconst j-mode-version "1.1.0"
   "`j-mode' version")
 
 (defgroup j-mode nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]