Menu

Code Commit Log


Commit Date  
[r89] by ashawley

(php-class-key): Use c-lang-const to retrieve value
for c-symbol-key.
(php-mode): Add underscore (_) to syntax table for
font-lock-defaults.
(php-font-lock-keywords-1, php-font-lock-keywords-2)
(php-font-lock-keywords-3): Change references to \\s_ in regular
expressions to just using \\sw. Remove usage of "[^_$]?" and
"[^_]?" regular expression.

2008-11-03 18:58:30 Tree
[r88] by ashawley

Fix various typos and documentation
string errors. Make in-line comment style consistent.

2008-10-27 19:22:13 Tree
[r87] by ashawley

Fix indentation levels.

2008-10-27 19:06:19 Tree
[r86] by ashawley

Convert tabs to spaces. Add form feed characters between sections.

2008-10-27 18:56:15 Tree
[r85] by ashawley

Removed items in the ChangeLog section. A
ChangeLog file is now included with the source package.
(php-default-face, font-lock-keyword-face)
(font-lock-constant-face): Remove conditional bindings and XEmacs
code that likely does nothing.

2008-10-27 17:56:55 Tree
[r84] by ashawley

(php-imenu-generic-expression): Reverse order of
expression, since Imenu displays it in reverse.
(php-completion-table): Move next to php-complete-function.

2008-10-23 16:30:53 Tree
[r83] by ashawley

Update modification date and add David House to contributor list.

2008-10-23 15:58:54 Tree
[r82] by ashawley

(php-font-lock-keywords-1)
(php-font-lock-keywords-2): Fix regular expression for
highlighting various keywords when they're at the beginning or end
of the line.

2008-10-23 15:54:25 Tree
[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
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.