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

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

[elpa] externals/wisi 5455e31dcc 1/4: Release wisi version 3.1.7; minor


From: Stephen Leake
Subject: [elpa] externals/wisi 5455e31dcc 1/4: Release wisi version 3.1.7; minor bug fix
Date: Sun, 10 Jul 2022 12:58:55 -0400 (EDT)

branch: externals/wisi
commit 5455e31dcc080e95db5a22cfd505bb30bcde2819
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    Release wisi version 3.1.7; minor bug fix
    
    * NEWS: Version.
    
    * README: Version.
    
    * wisi-prj.el (project-roots): New.
    
    * wisi.el: Version.
    
    * wisi.texi: Version.
---
 NEWS        | 5 +++++
 README      | 2 +-
 wisi-prj.el | 6 +++++-
 wisi.el     | 4 ++--
 wisi.texi   | 6 +++---
 5 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 1cab4ee832..1c86ec83f1 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ Please send wisi bug reports to bug-gnu-emacs@gnu.org, with
 'wisi' in the subject. If possible, use M-x report-emacs-bug.
 
 
+* wisi 3.1.8
+28 May 2022
+
+** Provide project-roots
+
 * wisi 3.1.7
 21 Nov 2021
 
diff --git a/README b/README
index 6486309ea5..154c767d75 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Emacs wisi package 3.1.7
+Emacs wisi package 3.1.8
 
 The wisi package provides utilities for using generalized
 error-correcting LR parsers (in external processes) to do indentation,
diff --git a/wisi-prj.el b/wisi-prj.el
index 78a241b811..6561c4618d 100644
--- a/wisi-prj.el
+++ b/wisi-prj.el
@@ -1,6 +1,6 @@
 ;;; wisi-prj.el --- project integration -*- lexical-binding:t -*-
 ;;
-;; Copyright (C) 2019 - 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2019 - 2022  Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;;
@@ -566,6 +566,10 @@ COLUMN - Emacs column of the start of the identifier")
    ;; Not meaningful, but some project functions insist on a valid directory
    (car (wisi-prj-source-path project)))
 
+(cl-defmethod project-roots ((project wisi-prj))
+   ;; Not meaningful, but some project functions insist on a valid directory 
list
+   (wisi-prj-source-path project))
+
 (cl-defmethod project-files ((project wisi-prj) &optional dirs)
   (let (result)
     (dolist (dir (or dirs
diff --git a/wisi.el b/wisi.el
index eebf2d65d9..2b4d318441 100644
--- a/wisi.el
+++ b/wisi.el
@@ -1,13 +1,13 @@
 ;;; wisi.el --- Utilities for implementing an indentation/navigation engine 
using a generalized LALR parser -*- lexical-binding:t -*-
 ;;
-;; Copyright (C) 2012 - 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2012 - 2022  Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@stephe-leake.org>
 ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
 ;; Keywords: parser
 ;;  indentation
 ;;  navigation
-;; Version: 3.1.7
+;; Version: 3.1.8
 ;; package-requires: ((emacs "25.3") (seq "2.20"))
 ;; URL: http://stephe-leake.org/ada/wisitoken.html
 ;;
diff --git a/wisi.texi b/wisi.texi
index 390defbd16..a439add9fe 100644
--- a/wisi.texi
+++ b/wisi.texi
@@ -2,7 +2,7 @@
 @settitle Wisi
 
 @copying
-Copyright @copyright{} 1999 - 2021  Free Software Foundation, Inc.
+Copyright @copyright{} 1999 - 2022  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -25,7 +25,7 @@ developing GNU and promoting software freedom.''
 
 @titlepage
 @sp 10
-@title Wisi Version 3.1.7
+@title Wisi Version 3.1.8
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -37,7 +37,7 @@ developing GNU and promoting software freedom.''
 @node Top
 @top Top
 
-Wisi Version 3.1.7
+Wisi Version 3.1.8
 @end ifnottex
 
 @menu



reply via email to

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