aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-01-26 01:00:30 +0000
committerChong Yidong2008-01-26 01:00:30 +0000
commit3ac7a21e51347773559ffd8d133845aaf73eb9fd (patch)
treedb2c91f896e4b258ec162b79c964c882a7fb3d26 /src
parent2d105adf8b708a1ba7ebd56f74f18c751818e8dc (diff)
downloademacs-3ac7a21e51347773559ffd8d133845aaf73eb9fd.tar.gz
emacs-3ac7a21e51347773559ffd8d133845aaf73eb9fd.zip
* xdisp.c (pos_visible_p): Handle the case where charpos falls on
invisible text covered with an ellipsis.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a70449ac78..dddf5447469 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-01-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
4 invisible text covered with an ellipsis.
5
12008-01-25 Richard Stallman <rms@gnu.org> 62008-01-25 Richard Stallman <rms@gnu.org>
2 7
3 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and 8 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and