php-elisp 1.24.1-1 source package in Ubuntu

Changelog

php-elisp (1.24.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop 0001-skip-PHP8.1-tests-when-beta-exec-is-not-installed.patch, which
    isn't actually needed, because changes made to the project structure
    upstream were the actual cause.
  * Add elpa-web-mode to Suggests.  Between this, and the long description,
    users should be able to determine which mode is most suitable for their
    use cases.
  * Add 0001-Make-README.md-relevant-to-the-Debian-pkg.patch
  * Update my copyright years.
  * Declare Standards-Version: 4.6.1 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Thu, 22 Sep 2022 18:31:24 -0400

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-elisp_1.24.1-1.dsc 2.0 KiB c1750b20f8ec00af0ae95742371e556d660fa532c233223ffb713fa7de724bdb
php-elisp_1.24.1.orig.tar.xz 77.5 KiB 9205cf2a4fc7cd899f515576497f74362acc53db9e62bf9f5996813e2b609434
php-elisp_1.24.1-1.debian.tar.xz 8.2 KiB 1d96bb8adc48d7eccb39629b584652b0b0cb1dd0004d5faf64b69261641ff60a

Available diffs

No changes file available.

Binary packages built by this source

elpa-php-mode: PHP Mode for GNU Emacs

 This project updates PHP Mode for GNU Emacs with features that make
 it more friendly to use with PHP 5.4 and later. Web Mode should be
 used in preference to PHP Mode when one needs to work with PHP
 scripts that contain HTML and other markup. Supports:
  * Highlighting for keywords, for all official PHP magic and
    predefined constants, for PHPDoc tags and annotations, and for
    customised user-defined lists of frequently used constants.
  * Imenu listings for traits, interfaces, namespaces, and anonymous
    functions.
  * Syntax highlighting, including fontification of namespaces.
  * Chained Method Calls that align method calls over multiple lines
    anchored around the '->' operator.
  * Prettified formatting of arrays and nested function calls.
  * On-the-fly syntax checking via Flycheck or Flymake.
  * Searching PHP documentation using key at point (under cursor).
  * Executing Regions of PHP. Output appears in the *PHP* buffer.
  * Multiple coding styles. In addition to its default style, this
    mode supports Drupal, WordPress, Symfony2, and PEAR/PSR-2.
  * Amaka. PHP Mode activates when editing build scripts.
  * Most of PSR-5: PHPDoc (Draft).