Release by Lennart Borgman on 2007-04-21 as version
1.3.0. Documentation changes and fixes of XEmacs conditionals
throughout code.
(php-default-face): New font-lock face.
(php-speedbar-config, php-mode-speedbar-open): Ignore php-file
patterns option, by default set to
(php-manual-url, php-search-url, php-completion-file)
(php-manual-path): Fix documentation strings.
(php-mode-user-hook): Renamed to php-mode-hook.
(xemacsp): Removed constant.
(php-check-html-for-indentation, php-cautious-indent-region)
(php-cautious-indent-line, php-warned-bad-indent): Changed the
highlighting of the HTML part. Use or suggest mumamo.
(php-mode): Don't use comment-start, comment-end and
comment-start-skip. Changed the definition of # using a tip from
Stefan Monnier. This corrected highlighting and indentation. Let
Customization handle Speedbar setting.
(php-font-lock-keywords-1): Use php-default-face.
(php-font-lock-keywords-3): Improved HTML highlighting. Use
php-default-face. Add warnings for words not fontified.
(php-font-lock-syntactic-keywords): Removed constant.