diff options
| author | Glenn Morris | 2011-03-02 22:39:11 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 22:39:11 -0800 |
| commit | a915d7a1e55a887ff5bd628369ca9f2c3b2fa367 (patch) | |
| tree | b19ca6223e5abba5f33154bf01f184797d7d14b8 /lisp/ChangeLog | |
| parent | f96dc50fc0abc28c244a4095ca4d825e16a93eff (diff) | |
| download | emacs-a915d7a1e55a887ff5bd628369ca9f2c3b2fa367.tar.gz emacs-a915d7a1e55a887ff5bd628369ca9f2c3b2fa367.zip | |
grep.el fix for bug#8084.
* lisp/progmodes/grep.el (grep-highlight-matches): Doc fix.
(grep-process-setup): No highlighting without font-lock.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe4847614c8..01a47fd4aaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-03 Glenn Morris <rgm@gnu.org> | 1 | 2011-03-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/grep.el (grep-highlight-matches): Doc fix. | ||
| 4 | (grep-process-setup): No highlighting without font-lock. (Bug#8084) | ||
| 5 | |||
| 3 | * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries | 6 | * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries |
| 4 | with no parents. (Bug#8025) | 7 | with no parents. (Bug#8025) |
| 5 | 8 | ||