aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-15 18:28:53 +0300
committerEli Zaretskii2013-08-15 18:28:53 +0300
commit0542623943803e346aec839369e399e4b0ff43ad (patch)
tree4b13d6244a7e0ceed25b12b4a4d331edf706aa62 /src/ChangeLog
parentd39a3da6f3df4ff3c08e5b68fe629e10d1b8f3ea (diff)
downloademacs-0542623943803e346aec839369e399e4b0ff43ad.tar.gz
emacs-0542623943803e346aec839369e399e4b0ff43ad.zip
Fix bug #15099 with 'box' face attribute in display tables.
src/xdisp.c (next_element_from_display_vector): Support 'box' face attribute in the face definitions of a display vector.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a83531ad10..77c37864b00 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,8 @@
6 visible character of the display line. This avoids funky 6 visible character of the display line. This avoids funky
7 horizontal shifting because the window start is not kept on the 7 horizontal shifting because the window start is not kept on the
8 same position. (Bug#15090) 8 same position. (Bug#15090)
9 (next_element_from_display_vector): Support 'box' face attribute
10 in the face definitions of a display vector. (Bug#15099)
9 11
102013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 122013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11 13