aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-08-14 14:52:59 +0800
committerChong Yidong2012-08-14 14:52:59 +0800
commita9f6f311c7ef2c36bb020d808b036f6f40e58237 (patch)
tree86d45e59e274e406ec7ef003fcf874bf83e0ae35 /lisp/ChangeLog
parentb4599732c30ebf9eaa49986d70d64800e2b93225 (diff)
downloademacs-a9f6f311c7ef2c36bb020d808b036f6f40e58237.tar.gz
emacs-a9f6f311c7ef2c36bb020d808b036f6f40e58237.zip
Fix highlight-regexp's use of Font Lock mode.
* hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock. (hi-lock-set-pattern): When deciding whether to use font lock or overlays, look at font-lock-mode instead of font-lock-fontified. (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer) (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix. Fixes: debbugs:12168
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ee7ee9d27f..285e69d9db1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12012-08-14 Chong Yidong <cyd@gnu.org>
2
3 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4 (hi-lock-set-pattern): When deciding whether to use font lock or
5 overlays, look at font-lock-mode instead of font-lock-fontified
6 (Bug#12168).
7 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9
12012-08-14 Daiki Ueno <ueno@unixuser.org> 102012-08-14 Daiki Ueno <ueno@unixuser.org>
2 11
3 * subr.el (internal--after-with-selected-window): Fix typo 12 * subr.el (internal--after-with-selected-window): Fix typo