aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-03-22 15:08:17 +0800
committerChong Yidong2012-03-22 15:08:17 +0800
commit9f851fbd286f08f82e7648460134b52fa8172403 (patch)
tree151c019935011956d7e94358a98b3b4f0a732a46 /src/ChangeLog
parent2bfab837e4aa3a345f0a9b6b78c62b57c33b502d (diff)
downloademacs-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/ChangeLog9
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 @@
12012-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
12012-03-21 Chong Yidong <cyd@gnu.org> 102012-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.