Menu

Code Commit Log


Commit Date  
[r81] by ashawley

Fix typos and fill long paragraphs. Add
maintainer comment near top of file. Correct maintainer email
address with working address.
(Introduction): Add index entry for M-x php-mode-version.
(Installation): New section.
(Editing): Change concept index entry of fill-column to a variable
index entry.
(Completion): Add index entry for M-x visit-tags-table, and M-x
customize-variable.
(Index Menu): Finish maintainer comments on Imenu. "Functions"
sub-menu is now named "All Functions". Document new sub-menus
"Public methods", "Private methods", "Protected methods". Add
index entry for M-x customize-variable.
(Customization): Add index entry for M-x customize-group.
(Embedded HTML): Add index entry for M-x html-mode and M-x
html-mode.
(Contributors): Add Dias Badekas.
(Concept Index): Add maintainer notes on indexing.

2008-10-23 03:45:15 Tree
[r80] by ashawley

(php-imenu-generic-expression)
(php-beginning-of-defun-regexp): Fix regular expression that is
failing to match identifiers in function definitions for Imenu and
add-change-log commands.
(php-keywords): Remove "private" since its handled like
"protected" and "public", not as a generic keyword.
(php-font-lock-keywords-1): The use of grouping in the regular
expression for php-constants and php-keywords added on 2008-04-12
requires referencing the group number to highlight, otherwrise the
entire match is highlighted.

2008-10-23 03:41:51 Tree
[r79] by ashawley

(php-imenu-generic-expression)
(php-block-stmt-1-kwds, php-block-stmt-2-kwds)
(php-block-stmt-1-key, php-block-stmt-2-key)
(php-class-decl-kwds, php-class-key): Move some definitions to
earlier in the file to avoid "free variable" warnings on byte
compilation.
(php-tags-key) Change to defvar for byte compilation error with
php-tags.

2008-10-21 21:52:01 Tree
[r78] by ashawley

Add link to php-mode-init.el at Fedora.
Add link to Sacha Chua's blog post on php-mode.

2008-10-21 15:19:41 Tree
[r77] by ashawley

Fix formatting of 2008-04-06 entry in ChangeLog.

2008-10-21 15:11:41 Tree
[r76] by ashawley

(php-imenu-generic-expression): Support abstract, final, static,
public, private and protected keywords in Imenu.

2008-10-20 18:56:34 Tree
[r75] by ashawley

(php-check-html-for-indentation, defun-prompt-regexp)
(php-class-key): Make regular expressions consistent for
whitespace characters by using "\s-".

2008-10-20 18:53:33 Tree
[r74] by ashawley

(php-check-html-for-indentation): Change regular
expression for indentation warning to match only HTML at the
*beginning* of the line.

2008-10-20 18:49:07 Tree
[r73] by ashawley

(php-constants): Add date and time constants of PHP.
Submitted by Dias Badekas.

2008-10-20 18:41:03 Tree
[r72] by ashawley

Move the "Manual" section into the "Latest release" section.

2008-10-20 17:18:08 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.