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

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

[elpa] externals/phpinspect d38b28686a 3/3: Increase version number to 1


From: ELPA Syncer
Subject: [elpa] externals/phpinspect d38b28686a 3/3: Increase version number to 1.0
Date: Tue, 20 Aug 2024 18:58:53 -0400 (EDT)

branch: externals/phpinspect
commit d38b28686ab686dbb075420f27074c5a53f83018
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>

    Increase version number to 1.0
---
 phpinspect-autoload.el         | 2 +-
 phpinspect-bmap.el             | 2 +-
 phpinspect-buffer.el           | 2 +-
 phpinspect-cache.el            | 2 +-
 phpinspect-changeset.el        | 2 +-
 phpinspect-class-struct.el     | 2 +-
 phpinspect-class.el            | 2 +-
 phpinspect-completion.el       | 2 +-
 phpinspect-edtrack.el          | 2 +-
 phpinspect-eldoc.el            | 2 +-
 phpinspect-fs.el               | 2 +-
 phpinspect-imports.el          | 2 +-
 phpinspect-index.el            | 2 +-
 phpinspect-meta.el             | 2 +-
 phpinspect-parse-context.el    | 2 +-
 phpinspect-parser.el           | 2 +-
 phpinspect-pipeline.el         | 2 +-
 phpinspect-project-struct.el   | 2 +-
 phpinspect-project.el          | 2 +-
 phpinspect-queue.el            | 2 +-
 phpinspect-resolve.el          | 2 +-
 phpinspect-resolvecontext.el   | 2 +-
 phpinspect-serialize.el        | 2 +-
 phpinspect-splayt.el           | 2 +-
 phpinspect-suggest.el          | 2 +-
 phpinspect-toc.el              | 2 +-
 phpinspect-token-predicates.el | 2 +-
 phpinspect-type.el             | 2 +-
 phpinspect-util.el             | 2 +-
 phpinspect-worker.el           | 2 +-
 phpinspect.el                  | 8 ++++++--
 31 files changed, 36 insertions(+), 32 deletions(-)

diff --git a/phpinspect-autoload.el b/phpinspect-autoload.el
index 1481c8705c..2e9f2f67e7 100644
--- a/phpinspect-autoload.el
+++ b/phpinspect-autoload.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-bmap.el b/phpinspect-bmap.el
index 0b1997304b..8afb3f6638 100644
--- a/phpinspect-bmap.el
+++ b/phpinspect-bmap.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-buffer.el b/phpinspect-buffer.el
index 70d9a27c64..a7e626b299 100644
--- a/phpinspect-buffer.el
+++ b/phpinspect-buffer.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-cache.el b/phpinspect-cache.el
index 14bfe62767..411d4c5d62 100644
--- a/phpinspect-cache.el
+++ b/phpinspect-cache.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-changeset.el b/phpinspect-changeset.el
index c70bfd3407..ce2c8768e7 100644
--- a/phpinspect-changeset.el
+++ b/phpinspect-changeset.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-class-struct.el b/phpinspect-class-struct.el
index 56057c69d2..c0005ffd49 100644
--- a/phpinspect-class-struct.el
+++ b/phpinspect-class-struct.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-class.el b/phpinspect-class.el
index d0c201ef2b..578e81c64e 100644
--- a/phpinspect-class.el
+++ b/phpinspect-class.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-completion.el b/phpinspect-completion.el
index 0e15a9bd6d..b59ecaf361 100644
--- a/phpinspect-completion.el
+++ b/phpinspect-completion.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-edtrack.el b/phpinspect-edtrack.el
index 9224af6359..544254823a 100644
--- a/phpinspect-edtrack.el
+++ b/phpinspect-edtrack.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-eldoc.el b/phpinspect-eldoc.el
index 7b2a773e9f..bed3535535 100644
--- a/phpinspect-eldoc.el
+++ b/phpinspect-eldoc.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-fs.el b/phpinspect-fs.el
index cd55d9e639..220712d749 100644
--- a/phpinspect-fs.el
+++ b/phpinspect-fs.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-imports.el b/phpinspect-imports.el
index f45b4ceaeb..0b0c9dba89 100644
--- a/phpinspect-imports.el
+++ b/phpinspect-imports.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-index.el b/phpinspect-index.el
index 780fc1b7cc..108be80eca 100644
--- a/phpinspect-index.el
+++ b/phpinspect-index.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-meta.el b/phpinspect-meta.el
index 53ba9540ce..959edfebe7 100644
--- a/phpinspect-meta.el
+++ b/phpinspect-meta.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-parse-context.el b/phpinspect-parse-context.el
index 0da38a6a27..6c1120fbb9 100644
--- a/phpinspect-parse-context.el
+++ b/phpinspect-parse-context.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-parser.el b/phpinspect-parser.el
index 31462a51b5..721c03a438 100644
--- a/phpinspect-parser.el
+++ b/phpinspect-parser.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-pipeline.el b/phpinspect-pipeline.el
index a79636347c..5a6ab0cf49 100644
--- a/phpinspect-pipeline.el
+++ b/phpinspect-pipeline.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-project-struct.el b/phpinspect-project-struct.el
index f3ee9812dc..a479b0ddb0 100644
--- a/phpinspect-project-struct.el
+++ b/phpinspect-project-struct.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-project.el b/phpinspect-project.el
index abffa9e9d2..93d22e253a 100644
--- a/phpinspect-project.el
+++ b/phpinspect-project.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-queue.el b/phpinspect-queue.el
index 94bedb195f..9a9139e706 100644
--- a/phpinspect-queue.el
+++ b/phpinspect-queue.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-resolve.el b/phpinspect-resolve.el
index 40428e39fc..3ecaa3a945 100644
--- a/phpinspect-resolve.el
+++ b/phpinspect-resolve.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-resolvecontext.el b/phpinspect-resolvecontext.el
index 3410fdcbb2..0fe21081db 100644
--- a/phpinspect-resolvecontext.el
+++ b/phpinspect-resolvecontext.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-serialize.el b/phpinspect-serialize.el
index 740185d671..bd6c7e5917 100644
--- a/phpinspect-serialize.el
+++ b/phpinspect-serialize.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-splayt.el b/phpinspect-splayt.el
index 114215bda9..b8a8f6ea46 100644
--- a/phpinspect-splayt.el
+++ b/phpinspect-splayt.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-suggest.el b/phpinspect-suggest.el
index 864a2ec0a4..30dd38c355 100644
--- a/phpinspect-suggest.el
+++ b/phpinspect-suggest.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-toc.el b/phpinspect-toc.el
index cf43a335c6..27ca088800 100644
--- a/phpinspect-toc.el
+++ b/phpinspect-toc.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-token-predicates.el b/phpinspect-token-predicates.el
index ffdb8dcae2..344ec5436f 100644
--- a/phpinspect-token-predicates.el
+++ b/phpinspect-token-predicates.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-type.el b/phpinspect-type.el
index 02d6f4d1cf..403b1d94cf 100644
--- a/phpinspect-type.el
+++ b/phpinspect-type.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-util.el b/phpinspect-util.el
index 6532a450cf..71dd1e5102 100644
--- a/phpinspect-util.el
+++ b/phpinspect-util.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect-worker.el b/phpinspect-worker.el
index 58582d588d..c300cd6161 100644
--- a/phpinspect-worker.el
+++ b/phpinspect-worker.el
@@ -4,7 +4,7 @@
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/phpinspect.el b/phpinspect.el
index 1a43af5c2c..9286d5d403 100644
--- a/phpinspect.el
+++ b/phpinspect.el
@@ -1,10 +1,10 @@
-;;; phpinspect.el --- PHP parsing and completion package  -*- lexical-binding: 
t; -*-
+;;; phpinspect.el --- PHP parsing and code intelligence package  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2021-2023  Free Software Foundation, Inc
 
 ;; Author: Hugo Thunnissen <devel@hugot.nl>
 ;; Keywords: php, languages, tools, convenience
-;; Version: 0
+;; Version: 1
 ;; Package-Requires: ((compat "29"))
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -162,6 +162,10 @@ by adding it as an include dir. To do this, use
 \\[phpinspect-project-add-include-dir]. Include directories can
 be edited at all times using \\[customize-group] RET phpinspect.
 
+Because of limitations in the current autoloader implementation,
+you will have to run \\[phpinspect-index-current-project] every
+time you create a new autoloadable file.
+
 Example configuration if you already have a completion
 UI (Company, Corfu) setup that can take advantage of completion
 at point (capf) functions:



reply via email to

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