]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Thu, 28 Apr 2005 11:50:34 +0000 (11:50 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 28 Apr 2005 11:50:34 +0000 (11:50 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 3105dcc7a85eab89b7656e382c34909f2a74cf31..797ee8c91ae327fe065ed80411b94b84f6c3a7c6 100644 (file)
@@ -1,5 +1,11 @@
 2005-04-28  Lute Kamstra  <lute@gnu.org>
 
+       * font-lock.el (font-lock-add-keywords)
+       (font-lock-remove-keywords): Clarify docstring.
+       (font-lock-keywords-alist, font-lock-removed-keywords-alist):
+       Don't start docstrings with a `*'.
+       (font-lock-update-removed-keyword-alist): Give it a docstring.
+
        * generic-x.el: Update commentary section.
        Only require font-lock when compiling.
        Define all modes conditionally.
index 1eb87fe43d5046a50fa061dc78ac6a53c92ef48d..f4d067aa407f2a17eb1306deb86d498aa2abf1f6 100644 (file)
@@ -1,3 +1,33 @@
+2005-04-28  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Defining Minor Modes): Fix previous change.
+       (Font Lock Mode): Simplify.
+       (Font Lock Basics): Say that font-lock-defaults is buffer-local
+       when set and that some parts are optional.  Add cross references.
+       (Search-based Fontification): Say how to specify font-lock-keywords.
+       Add cross references.  Add font-lock-multiline to index.  Move
+       font-lock-keywords-case-fold-search here from node "Other Font
+       Lock Variables".  Document font-lock-add-keywords and
+       font-lock-remove-keywords
+       (Other Font Lock Variables): Move font-lock-keywords-only,
+       font-lock-syntax-table, font-lock-beginning-of-syntax-function,
+       and font-lock-syntactic-face-function to node "Syntactic Font
+       Lock".  Move font-lock-keywords-case-fold-search to node
+       "Search-based Fontification".  Document font-lock-inhibit-thing-lock
+       and font-lock-{,un}fontify-{buffer,region}-function.
+       (Precalculated Fontification): Remove reference to deleted variable
+       font-lock-core-only.
+       (Faces for Font Lock): Add font-lock-comment-delimiter-face.
+       (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
+       font-lock-syntax-table, font-lock-beginning-of-syntax-function,
+       and font-lock-syntactic-face-function here from node "Other Font
+       Lock Variables".  Move font-lock-syntactic-keywords to "Setting
+       Syntax Properties".  Add cross references.
+       (Setting Syntax Properties): New node.  Move
+       font-lock-syntactic-keywords here from "Syntactic Font Lock".
+       * syntax.texi (Syntax Properties): Add cross reference.
+       * hooks.texi (Standard Hooks): Add Font-Lock hooks.
+
 2005-04-26  Richard M. Stallman  <rms@gnu.org>
 
        * display.texi (Defining Faces):