v1.21.0 - No longer run c-mode-hook
A minor change from the previous version, but this version has BC brake about c-mode-hook.
In past versions we needed strange hacks for co-existence with c-mode.
Added
- Add
phpcustomize group.- This group is positioned above
php-mode. - This group was originally planned to be included in v1.20.0.
- This group is positioned above
- Add
php-mode-disable-c-mode-hookcustom variable.- Setting this variable to
nilwill restore the behavior ofc-mode-hookup to the previous version.
- Setting this variable to
Changed
php-modeinitialization no longer executes hooks forc-mode.- If you want to return to the same behavior as the conventional PHP-Mode, set
niltophp-mode-disable-c-mode-hook.
- If you want to return to the same behavior as the conventional PHP-Mode, set