diff options
| author | Chong Yidong | 2012-03-22 15:08:17 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-22 15:08:17 +0800 |
| commit | 9f851fbd286f08f82e7648460134b52fa8172403 (patch) | |
| tree | 151c019935011956d7e94358a98b3b4f0a732a46 /src/ChangeLog | |
| parent | 2bfab837e4aa3a345f0a9b6b78c62b57c33b502d (diff) | |
| download | emacs-9f851fbd286f08f82e7648460134b52fa8172403.tar.gz emacs-9f851fbd286f08f82e7648460134b52fa8172403.zip | |
For line prefixes, use default face; don't inherit from previous line.
* src/dispextern.h (struct it): New member string_from_prefix_prop_p.
* src/xdisp.c (push_prefix_prop): Renamed from push_display_prop.
Mark string as coming from a prefix property.
(handle_face_prop): Use default face for prefix strings.
(pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
Fixes: debbugs:4281
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a97859ba63..e3407a45514 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-03-22 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (struct it): New member string_from_prefix_prop_p. | ||
| 4 | |||
| 5 | * xdisp.c (push_prefix_prop): Renamed from push_display_prop. | ||
| 6 | Mark string as coming from a prefix property. | ||
| 7 | (handle_face_prop): Use default face for prefix strings (Bug#4281). | ||
| 8 | (pop_it, reseat_1): Save and restore string_from_prefix_prop_p. | ||
| 9 | |||
| 1 | 2012-03-21 Chong Yidong <cyd@gnu.org> | 10 | 2012-03-21 Chong Yidong <cyd@gnu.org> |
| 2 | 11 | ||
| 3 | * xfaces.c (Vface_remapping_alist): Doc fix. | 12 | * xfaces.c (Vface_remapping_alist): Doc fix. |