diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68a9575bcbe..c27f5d25a0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-03-24 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * replace.el (list-matching-lines-prefix-face): New defcustom. | ||
| 4 | (occur-1): Pass `list-matching-lines-prefix-face' to the function | ||
| 5 | `occur-engine' if `face-differs-from-default-p' returns t. | ||
| 6 | (occur-engine): Add `,' inside backquote construct to evaluate | ||
| 7 | `prefix-face'. Propertize the prefix with the `prefix-face' face. | ||
| 8 | Pass `prefix-face' to the functions `occur-context-lines' and | ||
| 9 | `occur-engine-add-prefix'. | ||
| 10 | (occur-engine-add-prefix, occur-context-lines): Add optional arg | ||
| 11 | `prefix-face' and propertize the prefix with `prefix-face'. | ||
| 12 | (Bug#14017) | ||
| 13 | |||
| 1 | 2013-03-24 Leo Liu <sdl.web@gmail.com> | 14 | 2013-03-24 Leo Liu <sdl.web@gmail.com> |
| 2 | 15 | ||
| 3 | * nxml/rng-valid.el (rng-validate-while-idle) | 16 | * nxml/rng-valid.el (rng-validate-while-idle) |