diff options
| -rw-r--r-- | phpinspect-autoload.el | 2 | ||||
| -rw-r--r-- | phpinspect-bmap.el | 2 | ||||
| -rw-r--r-- | phpinspect-buffer.el | 2 | ||||
| -rw-r--r-- | phpinspect-cache.el | 2 | ||||
| -rw-r--r-- | phpinspect-completion.el | 2 | ||||
| -rw-r--r-- | phpinspect-eldoc.el | 2 | ||||
| -rw-r--r-- | phpinspect-fs.el | 2 | ||||
| -rw-r--r-- | phpinspect-imports.el | 2 | ||||
| -rw-r--r-- | phpinspect-index.el | 2 | ||||
| -rw-r--r-- | phpinspect-meta.el | 2 | ||||
| -rw-r--r-- | phpinspect-method-cell.el | 2 | ||||
| -rw-r--r-- | phpinspect-name.el | 2 | ||||
| -rw-r--r-- | phpinspect-parse-context.el | 2 | ||||
| -rw-r--r-- | phpinspect-parser.el | 2 | ||||
| -rw-r--r-- | phpinspect-pipeline.el | 2 | ||||
| -rw-r--r-- | phpinspect-project-struct.el | 2 | ||||
| -rw-r--r-- | phpinspect-project.el | 2 | ||||
| -rw-r--r-- | phpinspect-property-cell.el | 2 | ||||
| -rw-r--r-- | phpinspect-queue.el | 2 | ||||
| -rw-r--r-- | phpinspect-resolve.el | 2 | ||||
| -rw-r--r-- | phpinspect-resolvecontext.el | 2 | ||||
| -rw-r--r-- | phpinspect-serialize.el | 2 | ||||
| -rw-r--r-- | phpinspect-splayt.el | 2 | ||||
| -rw-r--r-- | phpinspect-suggest.el | 2 | ||||
| -rw-r--r-- | phpinspect-token-predicates.el | 2 | ||||
| -rw-r--r-- | phpinspect-type.el | 2 | ||||
| -rw-r--r-- | phpinspect-typedef.el | 2 | ||||
| -rw-r--r-- | phpinspect-util.el | 2 | ||||
| -rw-r--r-- | phpinspect-worker.el | 2 | ||||
| -rw-r--r-- | phpinspect.el | 6 |
30 files changed, 32 insertions, 32 deletions
diff --git a/phpinspect-autoload.el b/phpinspect-autoload.el index 2fe11fa..8786cc5 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: 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 345d345..07c132c 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: 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 7a56dc8..e8666f1 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: 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 1103dcb..590a3f0 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: 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 9e4898d..a51c3d9 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: 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 70b4af8..62f52b3 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: 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 f9f97f0..5b21066 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: 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 5636193..e311237 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: 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 4805bb8..eb36a4a 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: 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 bb4579d..adfa908 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: 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 b292166..3044bfd 100644 --- a/phpinspect-method-cell.el +++ b/phpinspect-method-cell.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <devel@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 ec70a4c..50a215d 100644 --- a/phpinspect-name.el +++ b/phpinspect-name.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <devel@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 933e0f9..3332884 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: 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 48331e3..b24f8d5 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: 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 03efc1f..42011f3 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: 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 eb00616..c24bd9e 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: 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 f7a89cc..c0e1d42 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: 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 d12c1b5..a6e7ca9 100644 --- a/phpinspect-property-cell.el +++ b/phpinspect-property-cell.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <devel@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 2538f21..af0a57e 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: 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 1eed2f4..9c90080 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: 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 8cba107..8a83b9b 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: 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 0b98e82..4addf7b 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: 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 63a8a46..838e3ae 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: 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 161d99c..9a3a9da 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: 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 1c67e63..f610df8 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: 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 453737e..b3a9e6b 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: 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 699fb8e..cde8327 100644 --- a/phpinspect-typedef.el +++ b/phpinspect-typedef.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <devel@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 f69c262..2dbcdb3 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: 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 1f95095..b1a1dde 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: 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 66ea9e6..3025f6d 100644 --- a/phpinspect.el +++ b/phpinspect.el @@ -4,7 +4,7 @@ ;; Author: Hugo Thunnissen <devel@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 |
