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

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

[nongnu] elpa/php-mode updated (8e874a8fd8 -> 47e0813079)


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode updated (8e874a8fd8 -> 47e0813079)
Date: Sat, 18 Mar 2023 18:01:26 -0400 (EDT)

elpasync pushed a change to branch elpa/php-mode.

      from  8e874a8fd8 Merge pull request #733 from 
emacs-php/feature/php-format-disable-async-format
       new  5d3e9462a2 Fix doc comment
       new  67d818928a Add php-ide-phpactor.el
       new  acde9abad2 Add php-eglot.el
       new  bb5bec31ee Add php-ide.el
       new  e45fa0766f Add lsp-bridge
       new  6d4ca45093 Add php-ide-mode-hooks
       new  91cd91a107 Remove php-eglot.el
       new  657a7b803d Update CHANGELOG
       new  a01bb220bf Add php-ide-eglot-server-program command
       new  ece3dd51ce Add php-ide-mode-functions instead of php-ide-mode-hooks
       new  c68e18c06b Merge pull request #709 from emacs-php/feature/php-ide
       new  bed4d8ced3 Bump up version 1.24.3
       new  c601f75fb9 Merge pull request #734 from emacs-php/release/v1.24.3
       new  2714393979 Make PHP Mode requires Emacs 26.1+
       new  47e0813079 Merge pull request #736 from emacs-php/drop/emacs-25


Summary of changes:
 .github/workflows/test.yml |   3 -
 CHANGELOG.md               |   8 +-
 Cask                       |   6 +-
 Makefile                   |   2 +
 README.ja.md               |   2 +-
 README.md                  |   2 +-
 lisp/php-align.el          |   2 +-
 lisp/php-complete.el       |   2 +-
 lisp/php-defs.el           |   2 +-
 lisp/php-face.el           |   2 +-
 lisp/php-flymake.el        |   2 +-
 lisp/php-format.el         |   2 +-
 lisp/php-ide-phpactor.el   | 127 ++++++++++++++++++++++++
 lisp/php-ide.el            | 240 +++++++++++++++++++++++++++++++++++++++++++++
 lisp/php-mode-debug.el     |   2 +-
 lisp/php-mode.el           |   6 +-
 lisp/php-project.el        |   2 +-
 lisp/php.el                |   2 +-
 18 files changed, 395 insertions(+), 19 deletions(-)
 create mode 100644 lisp/php-ide-phpactor.el
 create mode 100644 lisp/php-ide.el



reply via email to

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