| Commit message (Expand) | Author | Age | Files | Lines |
* | (font-lock-faces): Rename this defgroup from | Juri Linkov | 2005-11-17 | 1 | -16/+16 |
* | * font-lock.el: Don't deal with font-lock-face-attributes here, | Dan Nicolaescu | 2005-11-05 | 1 | -31/+2 |
* | (font-lock-warning-face): Use the more vivid red1, | Dan Nicolaescu | 2005-11-03 | 1 | -1/+1 |
* | * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so | Dan Nicolaescu | 2005-10-31 | 1 | -5/+0 |
* | (lisp-font-lock-keywords-2): Add eval-at-startup | Andreas Schwab | 2005-10-23 | 1 | -1/+1 |
* | (font-lock-default-fontify-region): Check the multiline | Stefan Monnier | 2005-10-21 | 1 | -6/+4 |
* | (font-lock-compile-keywords): Add a help-echo to the | Stefan Monnier | 2005-10-21 | 1 | -113/+114 |
* | (font-lock-syntactic-keywords, font-lock-keywords): Doc fixes. | Richard M. Stallman | 2005-10-10 | 1 | -22/+23 |
* | (font-lock-default-fontify-region): Don't unconditionally add a line, since | Stefan Monnier | 2005-09-19 | 1 | -7/+8 |
* | (font-lock-keywords): Add autoload. | Richard M. Stallman | 2005-09-12 | 1 | -0/+1 |
* | (font-lock-support-mode): Doc fix. | Richard M. Stallman | 2005-09-09 | 1 | -3/+7 |
* | (fast-lock, lazy-lock) <defgroup>: Remove. | Stefan Monnier | 2005-09-01 | 1 | -14/+4 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
* | (font-lock-regexp-grouping-backslash): Don't | Juri Linkov | 2005-07-19 | 1 | -2/+1 |
* | (font-lock-fontify-keywords-region): Avoid inf-loops | Stefan Monnier | 2005-07-13 | 1 | -1/+5 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (font-lock-regexp-grouping-construct): Fix the bogus name from | Eli Zaretskii | 2005-07-03 | 1 | -1/+1 |
* | (font-lock-regexp-grouping-backslash): Rename from | Eli Zaretskii | 2005-07-02 | 1 | -19/+19 |
* | (save-buffer-state): Use `declare'. | Stefan Monnier | 2005-06-29 | 1 | -2/+1 |
* | (font-lock-keywords): Fix spelling in docstrings. | Juanma Barranquero | 2005-06-16 | 1 | -1/+1 |
* | (font-lock-add-keywords): Doc fix. | Luc Teirlinck | 2005-06-06 | 1 | -1/+1 |
* | (font-lock-regexp-backslash) | Juri Linkov | 2005-06-06 | 1 | -8/+17 |
* | (font-lock-set-defaults): Fix omission in last change. | Luc Teirlinck | 2005-06-05 | 1 | -0/+1 |
* | (font-lock-add-keywords): Doc fix. Comment change. | Luc Teirlinck | 2005-06-04 | 1 | -9/+27 |
* | (font-lock-fontify-syntactically-region): | Richard M. Stallman | 2005-05-29 | 1 | -1/+1 |
* | (font-lock-beginning-of-syntax-function): Fix docstring. | Lute Kamstra | 2005-05-22 | 1 | -5/+5 |
* | (lisp-font-lock-keywords-2): Don't error. Minor regexp-optimization. | Stefan Monnier | 2005-05-20 | 1 | -6/+9 |
* | (lisp-font-lock-keywords-2): Do \\) only in strings, because (eq ... ?\\) is ... | Daniel Pfeiffer | 2005-05-19 | 1 | -3/+9 |
* | (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] ch... | Daniel Pfeiffer | 2005-05-16 | 1 | -94/+91 |
* | (font-lock-comment-start-skip): New variable. | Richard M. Stallman | 2005-05-15 | 1 | -4/+13 |
* | (font-lock-comment-delimiter-face): Fix up the inheritance. | Stefan Monnier | 2005-05-13 | 1 | -0/+2 |
* | (font-lock-comment-delimiter-face): Fix last change. | Stefan Monnier | 2005-05-12 | 1 | -1/+5 |
* | (font-lock-comment-delimiter-face): Inherit from | Stefan Monnier | 2005-05-12 | 1 | -21/+5 |
* | (font-lock-negation-char-face): Default to "off". | Kim F. Storm | 2005-05-12 | 1 | -6/+1 |
* | (font-lock-fontify-syntactically-region): Don't use comment-end if | Stefan Monnier | 2005-05-11 | 1 | -17/+17 |
* | (font-lock-fontify-syntactically-region): | Richard M. Stallman | 2005-05-11 | 1 | -2/+17 |
* | (font-lock-fontify-keywords-region): Use a marker | Stefan Monnier | 2005-05-11 | 1 | -5/+8 |
* | (font-lock-keywords-alist, font-lock-removed-keywords-alist): Clarify docstri... | Lute Kamstra | 2005-05-10 | 1 | -2/+17 |
* | (font-lock-negation-char-face): New face and variable. | Daniel Pfeiffer | 2005-05-05 | 1 | -1/+15 |
* | (font-lock-add-keywords, font-lock-remove-keywords): Clarify docstring. | Lute Kamstra | 2005-04-28 | 1 | -11/+9 |
* | (font-lock-default-fontify-region): Don't force | Stefan Monnier | 2005-04-27 | 1 | -1/+2 |
* | (font-lock-fontify-region-function): Fix docstring. | Lute Kamstra | 2005-04-26 | 1 | -3/+3 |
* | (font-lock-syntactic-face-function): Fix docstring. | Lute Kamstra | 2005-04-25 | 1 | -1/+2 |
* | (font-lock-comment-delimiter-face): Doc fix. | Richard M. Stallman | 2005-04-24 | 1 | -1/+1 |
* | (font-lock-comment-face): On terminals with few colors, | Richard M. Stallman | 2005-04-23 | 1 | -1/+25 |
* | * mh-customize.el (mh-speedbar-selected-folder-face): Special case | Dan Nicolaescu | 2005-04-08 | 1 | -3/+3 |
* | (font-lock-keywords): Docstring fixes. | Lute Kamstra | 2005-04-08 | 1 | -5/+5 |
* | Bind `font-lock-fontify-block' to M-o M-o. | Luc Teirlinck | 2005-03-28 | 1 | -1/+1 |
* | (lisp-font-lock-keywords-1): Font lock a call to define-generic-mode | Lute Kamstra | 2005-03-21 | 1 | -1/+1 |
* | (font-lock-lines-before): New user option. | Richard M. Stallman | 2005-03-17 | 1 | -1/+8 |