aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-03-24 23:47:52 +0200
committerJuri Linkov2013-03-24 23:47:52 +0200
commitddfa3cb434de08256f7934a4255133fac2995ee3 (patch)
tree7d1a062442b8533e7d745cbdeb7d6b23a3b47b7f /lisp/ChangeLog
parent8d0c20aefa1f0fa2af05f6fb0b308e7fd3509b76 (diff)
downloademacs-ddfa3cb434de08256f7934a4255133fac2995ee3.tar.gz
emacs-ddfa3cb434de08256f7934a4255133fac2995ee3.zip
* lisp/replace.el (list-matching-lines-prefix-face): New defcustom.
(occur-1): Pass `list-matching-lines-prefix-face' to the function `occur-engine' if `face-differs-from-default-p' returns t. (occur-engine): Add `,' inside backquote construct to evaluate `prefix-face'. Propertize the prefix with the `prefix-face' face. Pass `prefix-face' to the functions `occur-context-lines' and `occur-engine-add-prefix'. (occur-engine-add-prefix, occur-context-lines): Add optional arg `prefix-face' and propertize the prefix with `prefix-face'. Fixes: debbugs:14017
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12013-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
12013-03-24 Leo Liu <sdl.web@gmail.com> 142013-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)