branch: externals/phpinspect commit ce64041a4be5da24514356a3d6e7f6b9fafdd51b Author: Hugo Thunnissen <de...@hugot.nl> Commit: Hugo Thunnissen <de...@hugot.nl>
Bump version to 3.0.1 --- phpinspect-autoload.el | 2 +- phpinspect-bmap.el | 2 +- phpinspect-buffer.el | 2 +- phpinspect-cache.el | 2 +- phpinspect-completion.el | 2 +- phpinspect-eldoc.el | 2 +- phpinspect-fs.el | 2 +- phpinspect-imports.el | 2 +- phpinspect-index.el | 2 +- phpinspect-meta.el | 2 +- phpinspect-method-cell.el | 2 +- phpinspect-name.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-property-cell.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-token-predicates.el | 2 +- phpinspect-type.el | 2 +- phpinspect-typedef.el | 2 +- phpinspect-util.el | 2 +- phpinspect-worker.el | 2 +- phpinspect.el | 6 +++--- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/phpinspect-autoload.el b/phpinspect-autoload.el index 2fe11fa973..8786cc526e 100644 --- a/phpinspect-autoload.el +++ b/phpinspect-autoload.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 345d345126..07c132c2d8 100644 --- a/phpinspect-bmap.el +++ b/phpinspect-bmap.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 7a56dc8d02..e8666f1cd9 100644 --- a/phpinspect-buffer.el +++ b/phpinspect-buffer.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 1103dcbc5a..590a3f0b25 100644 --- a/phpinspect-cache.el +++ b/phpinspect-cache.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 9e4898d8b0..a51c3d9d8f 100644 --- a/phpinspect-completion.el +++ b/phpinspect-completion.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 70b4af8d35..62f52b379a 100644 --- a/phpinspect-eldoc.el +++ b/phpinspect-eldoc.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 f9f97f0412..5b21066462 100644 --- a/phpinspect-fs.el +++ b/phpinspect-fs.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 5636193c7f..e311237781 100644 --- a/phpinspect-imports.el +++ b/phpinspect-imports.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 4805bb8a91..eb36a4ad8f 100644 --- a/phpinspect-index.el +++ b/phpinspect-index.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 bb4579d8b8..adfa9087f9 100644 --- a/phpinspect-meta.el +++ b/phpinspect-meta.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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-method-cell.el b/phpinspect-method-cell.el index b292166751..3044bfd1ea 100644 --- a/phpinspect-method-cell.el +++ b/phpinspect-method-cell.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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-name.el b/phpinspect-name.el index ec70a4c380..50a215d858 100644 --- a/phpinspect-name.el +++ b/phpinspect-name.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 933e0f935c..3332884f14 100644 --- a/phpinspect-parse-context.el +++ b/phpinspect-parse-context.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 48331e369d..b24f8d5273 100644 --- a/phpinspect-parser.el +++ b/phpinspect-parser.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 03efc1f038..42011f3a06 100644 --- a/phpinspect-pipeline.el +++ b/phpinspect-pipeline.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 eb00616ea9..c24bd9e79c 100644 --- a/phpinspect-project-struct.el +++ b/phpinspect-project-struct.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 f7a89cc6e7..c0e1d428d7 100644 --- a/phpinspect-project.el +++ b/phpinspect-project.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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-property-cell.el b/phpinspect-property-cell.el index d12c1b5556..a6e7ca9e2a 100644 --- a/phpinspect-property-cell.el +++ b/phpinspect-property-cell.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 2538f21432..af0a57eb96 100644 --- a/phpinspect-queue.el +++ b/phpinspect-queue.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 1eed2f481d..9c900805bb 100644 --- a/phpinspect-resolve.el +++ b/phpinspect-resolve.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 8cba107c89..8a83b9ba18 100644 --- a/phpinspect-resolvecontext.el +++ b/phpinspect-resolvecontext.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 0b98e82268..4addf7b6ff 100644 --- a/phpinspect-serialize.el +++ b/phpinspect-serialize.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 63a8a46ae9..838e3ae88a 100644 --- a/phpinspect-splayt.el +++ b/phpinspect-splayt.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 161d99ca80..9a3a9da084 100644 --- a/phpinspect-suggest.el +++ b/phpinspect-suggest.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 1c67e632b3..f610df80dc 100644 --- a/phpinspect-token-predicates.el +++ b/phpinspect-token-predicates.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 453737e48a..b3a9e6b3ab 100644 --- a/phpinspect-type.el +++ b/phpinspect-type.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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-typedef.el b/phpinspect-typedef.el index 699fb8ee52..cde8327d1c 100644 --- a/phpinspect-typedef.el +++ b/phpinspect-typedef.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 f69c262521..2dbcdb3956 100644 --- a/phpinspect-util.el +++ b/phpinspect-util.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 1f9509535d..b1a1dde5b3 100644 --- a/phpinspect-worker.el +++ b/phpinspect-worker.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.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 66ea9e63f1..3025f6df3a 100644 --- a/phpinspect.el +++ b/phpinspect.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience -;; Version: 3.0.0 +;; Version: 3.0.1 ;; Package-Requires: ((compat "29")) ;; URL: https://github.com/hugot/phpinspect.el @@ -34,7 +34,7 @@ ;;; News: -;; Version 3.0.0 +;; Version 3.0.1 ;; - Reworked collaborative threading approach which should result in better ;; overall responsiveness. @@ -45,7 +45,7 @@ ;; of buffer code more robust. ;; - Implemented "classmap" autoload directive -;; Version 3.0.0 +;; Version 3.0.1 ;; - Implemented basic support for completion of keywords and type names ;; - Made completion of function names, type names and keywords context-aware so