index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
font-lock.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove last vestiges of obsolete font-lock-face-attributes
Glenn Morris
2018-02-27
1
-4
/
+1
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Fill the doc string of font-lock-keywords
Lars Ingebrigtsen
2016-05-01
1
-77
/
+97
|
*
Doc fix for font-lock-remove-keywords
Lars Ingebrigtsen
2016-05-01
1
-2
/
+5
*
|
Fill the doc string of font-lock-keywords
Lars Ingebrigtsen
2016-04-30
1
-77
/
+97
*
|
Doc fix for font-lock-remove-keywords
Lars Ingebrigtsen
2016-04-30
1
-2
/
+5
*
|
-
Paul Eggert
2016-01-30
1
-1
/
+7
|
\
|
|
*
(font-lock-ensure-function): Fix bug#22399
Stefan Monnier
2016-01-25
1
-1
/
+7
*
|
* lisp/font-lock.el: Use #' to quote function symbols
Stefan Monnier
2016-01-25
1
-14
/
+14
*
|
* lisp/emacs-lisp/syntax.el (syntax-ppss-table): New var
Stefan Monnier
2016-01-16
1
-1
/
+2
|
/
*
Respect fontification region calculated by major mode. Fixes bug #22316.
Alan Mackenzie
2016-01-08
1
-5
/
+8
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Document new features of Font Lock
Eli Zaretskii
2015-12-19
1
-2
/
+4
*
; Cleanup of change log. Removed obsolete email addresses.
Anders Lindgren
2015-11-15
1
-1
/
+1
*
Avoid inflooping in font-lock
Eli Zaretskii
2015-10-09
1
-1
/
+3
*
Don't assume syntax-begin-function is a symbol.
Stefan Monnier
2015-09-20
1
-1
/
+2
*
* lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove
Stefan Monnier
2015-09-17
1
-27
/
+7
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Fix some more docstring etc. quoting problems
Paul Eggert
2015-09-03
1
-3
/
+4
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-3
/
+3
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-3
/
+3
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-1
/
+1
*
Add `save-mark-and-excursion', which has the old `save-excursion' behavior
Daniel Colascione
2015-05-04
1
-1
/
+1
*
Let jit-lock know the result of font-lock-extend-region-functions.
Stefan Monnier
2015-03-30
1
-4
/
+9
*
Preserve face text properties in comint prompt.
Wolfgang Jenkner
2015-03-27
1
-31
/
+27
*
Fix debbugs#20146
Alan Mackenzie
2015-03-20
1
-3
/
+5
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
Glenn Morris
2014-10-06
1
-1
/
+1
*
* lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
Stefan Monnier
2014-09-22
1
-2
/
+2
*
* lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.
Stefan Monnier
2014-05-28
1
-16
/
+57
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* font-lock.el (font-lock-value-in-major-mode): Doc fix
Lars Ingebrigtsen
2014-02-08
1
-6
/
+8
*
font-lock.el (font-lock-keywords): Fix typo in docstring
Matthew Leach
2014-01-14
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
Stefan Monnier
2013-10-08
1
-125
/
+0
*
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
Glenn Morris
2013-06-20
1
-1
/
+1
*
* lisp/font-lock.el (lisp-font-lock-keywords-2): Treat user-error like error
Glenn Morris
2013-06-06
1
-1
/
+1
*
* font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
Glenn Morris
2013-05-23
1
-1
/
+1
*
* lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
Stefan Monnier
2013-05-08
1
-1
/
+1
*
* lisp/font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
Stefan Monnier
2013-03-25
1
-2
/
+2
*
* lisp/font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
Thierry Volpiatto
2013-02-27
1
-2
/
+2
*
Don't use font-lock-syntax-table in lisp modes.
Stefan Monnier
2013-02-17
1
-14
/
+16
*
* lisp/font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
Glenn Morris
2013-02-15
1
-1
/
+1
*
Disambiguate function and variable references in docstrings.
Aaron S. Hawley
2013-01-11
1
-2
/
+2
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Remove several obsolete vars and functions unlikely to be still in use.
Chong Yidong
2012-09-24
1
-2
/
+2
[next]