aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-08-18 15:23:30 +0800
committerChong Yidong2012-08-18 15:23:30 +0800
commita999ce26e90babdc212085a06fbd84c176200d84 (patch)
treeaa19406bc25112f4ff66cb419360672d7fac550f /test/ChangeLog
parent39eb03f1b023ae3d94e311f6f5d9f913f75c42c4 (diff)
downloademacs-a999ce26e90babdc212085a06fbd84c176200d84.tar.gz
emacs-a999ce26e90babdc212085a06fbd84c176200d84.zip
Make display strings obey buffer-invisibility-spec.
* src/xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE for the string case. * redisplay-testsuite.el (test-redisplay-4): New test. Fixes: debbugs:3874
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f1bf458f812..cd7e9fd7ccc 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12012-08-18 Chong Yidong <cyd@gnu.org>
2
3 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
4
12012-08-14 Dmitry Gutov <dgutov@yandex.ru> 52012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2 6
3 * indent/ruby.rb: Rearrange examples, add new ones. 7 * indent/ruby.rb: Rearrange examples, add new ones.