From ee23391455545e54cc8649cbdbb772b5fa87eb6a Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sun, 29 Jul 2018 18:55:40 +0900 Subject: [PATCH] Replace php-mode project URL GitHub-Issue: #387 Special-thanks: @ejmr --- Changelog.md | 24 ++++++++++++------------ README.ja.md | 12 ++++++------ README.md | 10 +++++----- php-mode-test.el | 4 ++-- php-mode.el | 10 +++++----- php-project.el | 2 +- tests/README.md | 2 +- tests/comments.php | 2 +- tests/comments.php.faces | 2 +- tests/issue-100.php | 2 +- tests/issue-102.php | 2 +- tests/issue-115.php | 2 +- tests/issue-124.php | 2 +- tests/issue-129.php | 2 +- tests/issue-130.php | 2 +- tests/issue-135.php | 2 +- tests/issue-136.php | 2 +- tests/issue-136.php.faces | 2 +- tests/issue-14.php | 2 +- tests/issue-144.php | 2 +- tests/issue-145.php | 2 +- tests/issue-16.php | 2 +- tests/issue-174.php | 2 +- tests/issue-175.php | 2 +- tests/issue-178.php | 2 +- tests/issue-18.php | 8 ++++---- tests/issue-184.php | 2 +- tests/issue-186.php | 2 +- tests/issue-19.php | 2 +- tests/issue-197.php | 2 +- tests/issue-197.php.faces | 2 +- tests/issue-200.php | 2 +- tests/issue-201.php | 2 +- tests/issue-201.php.faces | 2 +- tests/issue-21.php | 2 +- tests/issue-211.php | 2 +- tests/issue-22.php | 2 +- tests/issue-227.php | 2 +- tests/issue-237.php | 2 +- tests/issue-253.php | 2 +- tests/issue-259.php | 2 +- tests/issue-27.php | 2 +- tests/issue-28.php | 2 +- tests/issue-29.php | 2 +- tests/issue-305.php | 2 +- tests/issue-305.php.faces | 2 +- tests/issue-333.php | 2 +- tests/issue-42.php | 2 +- tests/issue-439.php | 2 +- tests/issue-439.php.faces | 2 +- tests/issue-443.php | 2 +- tests/issue-443.php.faces | 2 +- tests/issue-53.php | 2 +- tests/issue-66-bracket-namespace.php | 2 +- tests/issue-66-multi-namespace.php | 2 +- tests/issue-66-namespace.php | 2 +- tests/issue-66-use-namespace.php | 2 +- tests/issue-66.php | 2 +- tests/issue-68.php | 2 +- tests/issue-73.php | 2 +- tests/issue-8.php | 2 +- tests/issue-8.php.faces | 2 +- tests/issue-83.php | 2 +- tests/issue-9.php | 2 +- tests/issue-99.php | 2 +- tests/template.php | 2 +- 66 files changed, 94 insertions(+), 94 deletions(-) diff --git a/Changelog.md b/Changelog.md index a34bc10f..ed21ec46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,26 +7,26 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this ### Added * Add some functions/variables in `php-project` package - * `php-project-get-php-executable` ([#436](https://github.com/ejmr/php-mode/pull/436)) - * `php-project-get-phan-executable` ([#436](https://github.com/ejmr/php-mode/pull/436)) + * `php-project-get-php-executable` ([#436](https://github.com/emacs-php/php-mode/pull/436)) + * `php-project-get-phan-executable` ([#436](https://github.com/emacs-php/php-mode/pull/436)) * Add `php-debug` command for reporting a bug ### Changed - * Add highlighting of return types for abstract functions ([#461](https://github.com/ejmr/php-mode/pull/461) by [@fabacino](https://github.com/fabacino)) + * Add highlighting of return types for abstract functions ([#461](https://github.com/emacs-php/php-mode/pull/461) by [@fabacino](https://github.com/fabacino)) ### Fixed - * Fix `c-anchored-cpp-prefix` in Emacs 26 ([#453](https://github.com/ejmr/php-mode/pull/453)) - * Fix (re-implemteed) `php-complete-function` ([#454](https://github.com/ejmr/php-mode/pull/454)) + * Fix `c-anchored-cpp-prefix` in Emacs 26 ([#453](https://github.com/emacs-php/php-mode/pull/453)) + * Fix (re-implemteed) `php-complete-function` ([#454](https://github.com/emacs-php/php-mode/pull/454)) * Fix some problem of `php-set-style` *(disabled on default)* - * Fix lazy evaluation of php-set-style ([#444](https://github.com/ejmr/php-mode/pull/444)) - * Do not use `php-mode-enable-backup-style-variables` in initialize ([#452](https://github.com/ejmr/php-mode/pull/452)) - * Temporarily disable `php-mode-enable-project-coding-style` ([#450](https://github.com/ejmr/php-mode/pull/450)) - * Fix heredoc/nowdoc syntax problem ([#440](https://github.com/ejmr/php-mode/pull/440)) - * Delete duplicate font locks with keywords not related to PHP language ([#432](https://github.com/ejmr/php-mode/pull/432)) - * Make `php-project-root` variable accept a string ([#458](https://github.com/ejmr/php-mode/pull/458)) + * Fix lazy evaluation of php-set-style ([#444](https://github.com/emacs-php/php-mode/pull/444)) + * Do not use `php-mode-enable-backup-style-variables` in initialize ([#452](https://github.com/emacs-php/php-mode/pull/452)) + * Temporarily disable `php-mode-enable-project-coding-style` ([#450](https://github.com/emacs-php/php-mode/pull/450)) + * Fix heredoc/nowdoc syntax problem ([#440](https://github.com/emacs-php/php-mode/pull/440)) + * Delete duplicate font locks with keywords not related to PHP language ([#432](https://github.com/emacs-php/php-mode/pull/432)) + * Make `php-project-root` variable accept a string ([#458](https://github.com/emacs-php/php-mode/pull/458)) ## Before 1.19.0 -See [Changelog · ejmr/php-mode Wiki](https://github.com/ejmr/php-mode/wiki/Changelog). +See [Changelog · emacs-php/php-mode Wiki](https://github.com/emacs-php/php-mode/wiki/Changelog). diff --git a/README.ja.md b/README.ja.md index be909971..2b719b23 100644 --- a/README.ja.md +++ b/README.ja.md @@ -22,7 +22,7 @@ PHP 5.4以降を開発しやすくするための機能をアップデートす 1. USAMI Kenta (@zonuexe) -[PHPモードのGitHubプロジェクト](https://github.com/ejmr/php-mode)にissueを作成してバグ報告や機能リクエストを送ってください。 +[PHPモードのGitHubプロジェクト](https://github.com/emacs-php/php-mode)にissueを作成してバグ報告や機能リクエストを送ってください。 インストール ------------ @@ -79,7 +79,7 @@ Settings ### CC Mode, CEDET, EDE, and Semantic ### -In 2013 Daniel Haxney began rewriting parts of PHP Mode in terms of Emacs' built-in CC Mode. This laid the foundation for incorporating some of the inherit IDE-ish features of Emacs, such as CEDET, EDE, and Semantic. Support for these tools continues to improve thanks to the work of Andrea Turso, Steven Rémot, Joris Steyn, and others. If you wish to test, contribute to, or simply experiment with such features then [this thread is a good place to start](https://github.com/ejmr/php-mode/issues/256). +In 2013 Daniel Haxney began rewriting parts of PHP Mode in terms of Emacs' built-in CC Mode. This laid the foundation for incorporating some of the inherit IDE-ish features of Emacs, such as CEDET, EDE, and Semantic. Support for these tools continues to improve thanks to the work of Andrea Turso, Steven Rémot, Joris Steyn, and others. If you wish to test, contribute to, or simply experiment with such features then [this thread is a good place to start](https://github.com/emacs-php/php-mode/issues/256). ### PHP7サポート @@ -336,9 +336,9 @@ PHP Mode uses the [GNU General Public License 3](http://www.gnu.org/copyleft/gpl Contributors ------------ -PHPモードの改善に協力したすべての貢献者のリストは[README.md#contributors](https://github.com/ejmr/php-mode/blob/master/README.md#contributors)に掲載されています。 +PHPモードの改善に協力したすべての貢献者のリストは[README.md#contributors](https://github.com/emacs-php/php-mode/blob/master/README.md#contributors)に掲載されています。 -[wiki]: https://github.com/ejmr/php-mode/wiki +[wiki]: https://github.com/emacs-php/php-mode/wiki [ert]: http://www.gnu.org/software/emacs/manual/html_node/ert/index.html [cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html [Subword Mode]: https://www.gnu.org/software/emacs/manual/html_node/ccmode/Subword-Movement.html @@ -347,8 +347,8 @@ PHPモードの改善に協力したすべての貢献者のリストは[README. [MELPA]: http://melpa.milkbox.net/ [Marmalade]: http://marmalade-repo.org/ [Web Mode]: http://web-mode.org/ -[travis-badge]: https://travis-ci.org/ejmr/php-mode.svg -[travis-link]: https://travis-ci.org/ejmr/php-mode +[travis-badge]: https://travis-ci.org/emacs-php/php-mode.svg +[travis-link]: https://travis-ci.org/emacs-php/php-mode [melpa-link]: http://melpa.org/#/php-mode [melpa-stable-link]: http://stable.melpa.org/#/php-mode [melpa-badge]: http://melpa.org/packages/php-mode-badge.svg diff --git a/README.md b/README.md index 74e389aa..aac17c46 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The current maintainer is: 1. USAMI Kenta (@zonuexe) -Please submit any bug reports or feature requests by creating issues on [the GitHub page for PHP Mode](https://github.com/ejmr/php-mode). +Please submit any bug reports or feature requests by creating issues on [the GitHub page for PHP Mode](https://github.com/emacs-php/php-mode). Installation @@ -51,7 +51,7 @@ Experimental and In-Progress Features ### CC Mode, CEDET, EDE, and Semantic ### -In 2013 Daniel Haxney began rewriting parts of PHP Mode in terms of Emacs' built-in CC Mode. This laid the foundation for incorporating some of the inherit IDE-ish features of Emacs, such as CEDET, EDE, and Semantic. Support for these tools continues to improve thanks to the work of Andrea Turso, Steven Rémot, Joris Steyn, and others. If you wish to test, contribute to, or simply experiment with such features then [this thread is a good place to start](https://github.com/ejmr/php-mode/issues/256). +In 2013 Daniel Haxney began rewriting parts of PHP Mode in terms of Emacs' built-in CC Mode. This laid the foundation for incorporating some of the inherit IDE-ish features of Emacs, such as CEDET, EDE, and Semantic. Support for these tools continues to improve thanks to the work of Andrea Turso, Steven Rémot, Joris Steyn, and others. If you wish to test, contribute to, or simply experiment with such features then [this thread is a good place to start](https://github.com/emacs-php/php-mode/issues/256). ### PHP 7 Support ### @@ -400,7 +400,7 @@ In chronological order: 76. [Mark A. Hershberger](https://github.com/hexmode) -[wiki]: https://github.com/ejmr/php-mode/wiki +[wiki]: https://github.com/emacs-php/php-mode/wiki [ert]: http://www.gnu.org/software/emacs/manual/html_node/ert/index.html [cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html [Subword Mode]: https://www.gnu.org/software/emacs/manual/html_node/ccmode/Subword-Movement.html @@ -409,8 +409,8 @@ In chronological order: [MELPA]: http://melpa.milkbox.net/ [Marmalade]: http://marmalade-repo.org/ [Web Mode]: http://web-mode.org/ -[travis-badge]: https://travis-ci.org/ejmr/php-mode.svg -[travis-link]: https://travis-ci.org/ejmr/php-mode +[travis-badge]: https://travis-ci.org/emacs-php/php-mode.svg +[travis-link]: https://travis-ci.org/emacs-php/php-mode [melpa-link]: http://melpa.org/#/php-mode [melpa-stable-link]: http://stable.melpa.org/#/php-mode [melpa-badge]: http://melpa.org/packages/php-mode-badge.svg diff --git a/php-mode-test.el b/php-mode-test.el index 2379efdc..adf7d42b 100644 --- a/php-mode-test.el +++ b/php-mode-test.el @@ -4,7 +4,7 @@ ;; 2014, 2015 Eric James Michael Ritz ;; Author: Daniel Hackney -;; URL: https://github.com/ejmr/php-mode +;; URL: https://github.com/emacs-php/php-mode ;;; License @@ -371,7 +371,7 @@ style from Drupal." (search-forward "@copyright") (should (equal (get-text-property (match-beginning 0) 'face) '(php-doc-annotation-tag font-lock-doc-face))) - (search-forward-regexp "@link +\\(https://github.com/ejmr/php-mode\\)") + (search-forward-regexp "@link +\\(https://github.com/emacs-php/php-mode\\)") (should (equal (get-text-property (match-beginning 1) 'face) '(link font-lock-doc-face))) (search-forward-regexp "@package +\\(Emacs\\\\PHPMode\\)") diff --git a/php-mode.el b/php-mode.el index d8f58941..695967cb 100644 --- a/php-mode.el +++ b/php-mode.el @@ -6,7 +6,7 @@ ;; Author: Eric James Michael Ritz ;; Maintainer: USAMI Kenta -;; URL: https://github.com/ejmr/php-mode +;; URL: https://github.com/emacs-php/php-mode ;; Keywords: languages php ;; Version: 1.19.1 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) @@ -101,7 +101,7 @@ (if (and (= emacs-major-version 24) (>= emacs-minor-version 4)) (require 'cl))) -;; Work around https://github.com/ejmr/php-mode/issues/310. +;; Work around https://github.com/emacs-php/php-mode/issues/310. ;; ;; In emacs 24.4 and 24.5, lines after functions with a return type ;; are incorrectly analyzed as member-init-cont. @@ -126,8 +126,8 @@ :tag "PHP" :prefix "php-" :group 'languages - :link '(url-link :tag "Official Site" "https://github.com/ejmr/php-mode") - :link '(url-link :tag "PHP Mode Wiki" "https://github.com/ejmr/php-mode/wiki")) + :link '(url-link :tag "Official Site" "https://github.com/emacs-php/php-mode") + :link '(url-link :tag "PHP Mode Wiki" "https://github.com/emacs-php/php-mode/wiki")) (defcustom php-executable (or (executable-find "php") "/usr/bin/php") @@ -1190,7 +1190,7 @@ After setting the stylevars run hooks according to STYLENAME (require 'pkg-info nil t) (php-mode-debug--buffer 'init) (php-mode-debug--message "Feel free to report on GitHub what you noticed!") - (php-mode-debug--message "https://github.com/ejmr/php-mode/issues/new") + (php-mode-debug--message "https://github.com/emacs-php/php-mode/issues/new") (php-mode-debug--message "") (php-mode-debug--message "Pasting the following information on the issue will help us to investigate the cause.") (php-mode-debug--message "```") diff --git a/php-project.el b/php-project.el index 53275b97..2f4d5717 100644 --- a/php-project.el +++ b/php-project.el @@ -4,7 +4,7 @@ ;; Author: USAMI Kenta ;; Keywords: tools, files -;; URL: https://github.com/ejmr/php-mode +;; URL: https://github.com/emacs-php/php-mode ;; Version: 1.19.1 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) ;; License: GPL-3.0-or-later diff --git a/tests/README.md b/tests/README.md index 9eea1e38..fd808372 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,4 +15,4 @@ tests cases. -[github]: https://github.com/ejmr/php-mode +[github]: https://github.com/emacs-php/php-mode diff --git a/tests/comments.php b/tests/comments.php index 3a194584..c2a726b6 100644 --- a/tests/comments.php +++ b/tests/comments.php @@ -7,7 +7,7 @@ * @copyright 2008 Aaron S. Hawley * @copyright 2011, 2012, 2013, 2014, 2015, 2016 Eric James Michael Ritz * @author USAMI Kenta - * @link https://github.com/ejmr/php-mode + * @link https://github.com/emacs-php/php-mode * @package Emacs\PHPMode */ diff --git a/tests/comments.php.faces b/tests/comments.php.faces index da2ef812..6248c704 100644 --- a/tests/comments.php.faces +++ b/tests/comments.php.faces @@ -12,7 +12,7 @@ (" USAMI Kenta \n * " . font-lock-doc-face) ("@link" php-doc-annotation-tag font-lock-doc-face) (" " . font-lock-doc-face) - ("https://github.com/ejmr/php-mode" link font-lock-doc-face) + ("https://github.com/emacs-php/php-mode" link font-lock-doc-face) ("\n * " . font-lock-doc-face) ("@package" php-doc-annotation-tag font-lock-doc-face) (" " . font-lock-doc-face) diff --git a/tests/issue-100.php b/tests/issue-100.php index d1053ccc..7d6d857d 100644 --- a/tests/issue-100.php +++ b/tests/issue-100.php @@ -1,7 +1,7 @@ \n * " . font-lock-doc-face) ("@link" php-doc-annotation-tag font-lock-doc-face) (" " . font-lock-doc-face) - ("https://github.com/ejmr/php-mode" link font-lock-doc-face) + ("https://github.com/emacs-php/php-mode" link font-lock-doc-face) ("\n * " . font-lock-doc-face) ("@package" php-doc-annotation-tag font-lock-doc-face) (" " . font-lock-doc-face) diff --git a/tests/issue-14.php b/tests/issue-14.php index 96f49fda..75512e92 100644 --- a/tests/issue-14.php +++ b/tests/issue-14.php @@ -1,7 +1,7 @@ ' operators aligned: diff --git a/tests/issue-197.php b/tests/issue-197.php index 69aeb30d..b8dcdf35 100644 --- a/tests/issue-197.php +++ b/tests/issue-197.php @@ -1,7 +1,7 @@ -/** GitHub Issue: https://github.com/ejmr/php-mode/issues/443 */ +/** GitHub Issue: https://github.com/emacs-php/php-mode/issues/443 */ diff --git a/tests/issue-443.php.faces b/tests/issue-443.php.faces index c9edc162..0624cc2c 100644 --- a/tests/issue-443.php.faces +++ b/tests/issue-443.php.faces @@ -8,7 +8,7 @@ ("?>" . php-php-tag) ("\n") ("/** GitHub Issue: " . font-lock-doc-face) - ("https://github.com/ejmr/php-mode/issues/443" link font-lock-doc-face) + ("https://github.com/emacs-php/php-mode/issues/443" link font-lock-doc-face) (" */" . font-lock-doc-face) ("\n") ("